小窓モード


プレミアム

ログイン
設定

設定

Weblio 辞書 > 英和辞典・和英辞典 > Wiktionary英語版 > procedure callsの意味・解説 

procedure callsとは 意味・読み方・使い方

ピン留め

追加できません

(登録数上限)

単語を追加

Wiktionary英語版での「procedure calls」の意味

procedure calls

出典:『Wiktionary』 (2024/12/25 21:07 UTC )


「procedure calls」の部分一致の例文検索結果

該当件数 : 37



例文

If thewidget's parent is a subclass of compositeWidgetClass and if the parentis not being destroyed, it calls XtUnmanageChild on the widget andthen calls the widget's parent's delete_child procedure (see Section 3.4).If the widget's parent is a subclass of constraintWidgetClass, it callsthe constraint destroy procedure for the parent, then the parent's superclass,until finally it calls the constraint destroy procedure for constraintWidgetClass.Calls the destroy methods for the widget (and all descendants) in post-order.For each such widget, it calls the destroy procedure declared in the widgetclass, then the destroy procedure declared in its superclass, until finallyit calls the destroy procedure declared in the Core class record.発音を聞く 例文帳に追加

\\(bu 5ウィジェット(と、その全ての下位ウィジェット)に登録された破棄コールバック手続きを呼ぶ。 - XFree86

The XtAppErrorMsgfunction calls the high-level error handler and passes the specified information.The XtAppSetErrorMsgHandler function registers the specified procedure,which is called when a fatal error occurs.発音を聞く 例文帳に追加

.LP関数XtAppSetErrorMsgHandlerは、指定された手続きを登録する。 - XFree86

First, the client calls a procedure to send a data packet to the server.発音を聞く 例文帳に追加

最初にクライアントはデータパケットをサーバに送るためにプロシジャを呼び出す。 - JM

Data for remote procedure calls are transmitted using these routines.発音を聞く 例文帳に追加

リモート・プロシジャ・コールのためのデータはこれらのルーティンを使用して送信される。 - JM

The return stack circuit dynamically tracks the number of return levels by counting the procedure calls (branches) in a chain of successive procedure calls.例文帳に追加

復帰スタック回路は、一連の連続したプロシージャ呼出し中のプロシージャ呼出し(ブランチ)をカウントすることによって、復帰レベルの数を動的にトラッキングする。 - 特許庁

Calls the initialize procedures for the widgetby starting at the Core initialize procedure on down to the widget'sinitialize procedure.発音を聞く 例文帳に追加

\\(bu 5ウィジェットに対する初期化手続きが、Coreの初期化手続きから、ウィジェットの初期化手続きへ向かう順で呼ばれる。 - XFree86

例文

Constructs an XSetWindowAttributes structure filled in with information derived from the Core widget fields and calls the realize procedure for the widget, which adds any widget-specificattributes and creates the X window.例文帳に追加

これはウィジェットの特定の属性を加え、さらに X のウィンドウを生成する。 - XFree86

>>例文の一覧を見る

調べた例文を記録して、 効率よく覚えましょう
Weblio会員登録無料で登録できます!
  • 履歴機能
    履歴機能
    過去に調べた
    単語を確認!
  • 語彙力診断
    語彙力診断
    診断回数が
    増える!
  • マイ単語帳
    マイ単語帳
    便利な
    学習機能付き!
  • マイ例文帳
    マイ例文帳
    文章で
    単語を理解!
  • その他にも便利な機能が満載!
Weblio会員登録(無料)はこちらから

「procedure calls」の部分一致の例文検索結果

該当件数 : 37



例文

A program that uses Remote Procedure Calls (RPCs) is compiled with stubs that substitute for the program that provides a requested procedure.発音を聞く 例文帳に追加

遠隔手順呼出し(RPC)を使うプログラムは,要求された手順を提供するプログラムに置き換わるスタブとともにコンパイルされる. - コンピューター用語辞典

The authentication procedure 2 and one portion of the secret authentication setting procedure 3 are executed in parallel, thus shortening time for connecting calls.例文帳に追加

前記の認証手続2と秘匿認証設定手続3の一部を並列して実行することにより、呼接続時間を短縮する。 - 特許庁

Various client/server services do not listen on a particular port, but instead rely on RPCs (Remote Procedure Calls).例文帳に追加

様々なクライアント・サーバーサービスは、特定のポートでは動作するかわりに、RPC(RemoteProcedureCalls)に依存しています。 - Gentoo Linux

Expression statementsyielding None are not written, so that procedure calls do not cause any output.例文帳に追加

None になる式文の値は書き出されないので、プロシジャ呼び出しを行っても出力は得られません。 - Python

These routines allow C programs to make procedure calls on other machines across the network.発音を聞く 例文帳に追加

これらのルーティンは C プログラムでネットワークを通して他のマシンにアクセスするプロシジャを作成することを可能にする。 - JM

Makes a post-order traversal of the widget tree rooted atthe specified widget and calls the change_managed procedure of each compositewidget that has one or more managed children.発音を聞く 例文帳に追加

\\(bu 5Core ウィジェットフィールドから得た情報で満たされたXSetWindowAttributes 構造体を生成し、ウィジェットの realize 手続きを呼ぶ。 - XFree86

Description If XtGetActionKeysym is called after an action procedure has been invoked by the Intrinsics and before that action procedure returns, and if the event pointer has the same value as the event pointer passed to that action routine, and if the event is a KeyPress or KeyRelease event, then XtGetActionKeysym returns the KeySym that matched the final event specification in the translation table and, if/fImodifiers_return/fP is non-NULL, the modifier state actually used to generate this KeySym; otherwise, if the event is a KeyPress or KeyRelease event, then XtGetActionKeysym calls XtTranslateKeycode and returns the results; else it returns NoSymbol and does not examine modifiers_return.例文帳に追加

そうでない場合、イベントがKeyPressイベントまたはKeyReleaseイベントならば、XtGetActionKeysym はXtTranslateKeycodeを呼び出し、その結果を返す。 - XFree86

例文

Client calls to the print spooler are accomplished by asynchronous procedures that communicate by means of an remote procedure call channel.例文帳に追加

プリントスプーラへのクライアント呼び出しは、リモートプロシージャ呼び出しチャネルによって通信する非同期プロシージャによって達成される。 - 特許庁

>>例文の一覧を見る

procedure callsのページの著作権
英和・和英辞典 情報提供元は 参加元一覧 にて確認できます。

   
Text is available under Creative Commons Attribution-ShareAlike (CC-BY-SA) and/or GNU Free Documentation License (GFDL).
Weblio英和・和英辞典に掲載されている「Wiktionary英語版」の記事は、Wiktionaryのprocedure calls (改訂履歴)の記事を複製、再配布したものにあたり、Creative Commons Attribution-ShareAlike (CC-BY-SA)もしくはGNU Free Documentation Licenseというライセンスの下で提供されています。

ピン留めアイコンをクリックすると単語とその意味を画面の右側に残しておくことができます。

こんにちは ゲスト さん

ログイン

Weblio会員(無料)になると

会員登録のメリット検索履歴を保存できる!

会員登録のメリット語彙力診断の実施回数増加!

無料会員に登録する

このモジュールを今後表示しない
みんなの検索ランキング
閲覧履歴
無料会員登録をすると、
単語の閲覧履歴を
確認できます。
無料会員に登録する
英→日 日→英
こんにちは ゲスト さん

ログイン

Weblio会員(無料)になると

会員登録のメリット検索履歴を保存できる!

会員登録のメリット語彙力診断の実施回数増加!

無料会員に登録する

©2026 GRAS Group, Inc.RSS