removes the element elm from the circularqueue.
は要素elmを循環キューから削除する。 - JM
A circularqueue is headed by a structure defined by the CIRCLEQ_HEAD macro.
マクロで定義される構造体が置かれる。 - JM
initializes the circularqueue referenced by head .
はheadで参照される循環キューを初期化する。 - JM
is the type of the elements to be linked into the circularqueue.
は循環キュー内でリンクされる要素の型である。 - JM
inserts the new element elm at the head of the circularqueue.
は新たな要素elmを循環キューの先頭に挿入する。 - JM
inserts the new element elm at the end of the circularqueue.
は新たな要素elmを循環キューの末尾に挿入する。 - JM
declares a structure that connects the elements in the circularqueue.
は循環キューの要素を接続する構造体を宣言する。 - JM
This structure contains a pair of pointers, one to the first element in the circularqueue and the other to the last element in the circularqueue.
この構造体は 1 組のポインタを含んでいる。 1 つは循環キューの最初の要素へのポインタであり、もう 1 つは循環キューの最後の要素へのポインタである。 - JM
A pointer to the head of the circularqueue can later be declared as: +4n
循環キューの先頭へのポインタは、その後で次のように宣言される:+4n - JM
A circularqueue consists of an array that contains the items in the queue, two array indexes and an optional length.
巡回待ち行列は一つの配列からなり、それは待ち行列中の項目、2個の配列索引および自由選択の長さを含むものである。 - コンピューター用語辞典
METHOD AND DEVICE FOR MANAGING INFINIBAND WORK AND COMPLETION QUEUE VIA HEAD ONLY CIRCULAR BUFFER ヘッド・オンリ循環バッファを介してインフィニバンド・ワーク及び完了キューを管理する方法及び装置 - 特許庁
The server in the network shares data by transmitting a message including the network status data, e.g., by a distributed technique such as a star type broad cast system or a circular message queue (CMQ) system, for example. ネットワーク内のサーバーは、ネットワーク・ステータス・データを含むメッセージを送信することによって、例えば、スター型ブロードキャスト方式又は環状メッセージキュー(CMQ)方式を用いる等、分散された手法でデータを共有する。 - 特許庁
例文データの著作権について
Copyright (C) 1994- Nichigai Associates, Inc., All rights reserved.
Copyright (c) 2001 Robert Kiesling. Copyright (c) 2002, 2003 David Merrill. The contents of this document are licensed under the GNU Free Documentation License. Copyright (C) 1999 JM Project All rights reserved.