If you do use this function, however, it generates events just as if the user had instantaneouslymoved the pointer from one position to another. それにもかかわらずこの関数を使う場合、ユーザがポインタをある位置から他の位置に瞬間的に移動させたようなイベントが生成される。 - XFree86
Titlebuttons specifications must include the name of the pixmap to use in the button box and the function to be invoked when a pointer button is pressed within them: タイトルボタン指定では、ボタンで使うピックスマップの名前と、ボタン上でポインタボタンが押されたときに呼び出される関数を指定しなければならない。 - XFree86
A driving pointer is switched according to the consumption state of the battery, and information which can not be displayed by pointer stop is displayed on the digital display part 11, to thereby elongate the time display function. 電池の消耗状態に応じて駆動する指針を切り換え、また、指針を停止させることにより表示できなくなった情報をデジタル表示部11に表示することにより、時刻表示機能の延命を図ることができる。 - 特許庁
A pointer is moved on the transmission sentence list screen according to the swinging operation of a control switch part, and a transmission sentence where the pointer is positioned is transferred to an electronic mail transmitting/receiving function as the transmission electronic mail according to the depressing operation of the control switch part. コントロールスイッチ部の揺動操作に応じて送信文一覧画面上でポインタが移動して、コントロールスイッチ部の押圧操作によってポインタが位置する送信文が送信電子メールとして電子メール送受信機能に渡される。 - 特許庁
A comparator 133c compares data parts designated by the EPI in the test data pointed out by the erasure pointer and the test data after the erasure on the memory 133a and gives a comparison result CR to the CPU 12 as a verification result of the erasure pointerfunction. 比較器133cは、イレージャーポインターとメモリ133a上のイレーズ後のテストデータのうち、それぞれEPIの指定するデータ部分を比較し、その比較結果CRをイレージャーポインター機能の検証結果としてCPU12に渡す。 - 特許庁
An allocation part 22 allocates the pointer which points the variable area 12 for those event-driven type function blocks so that the event-driven type function blocks made to correspond to the variable area 12 set by the setting part 21 includes the variable area 12 as its data input/ output destination. この構成に従い、データ入力側となるファンクションブロックは、読み取り先を迷うことなくその変数領域からデータを読み込むことになるので、信号線の合流が実現できる。 - 特許庁
In this laser pointer 10 with the timer, a CPU 21 has the function as a control means for temporarily stopping a timer function, and restarting the temporarily stopped timer function, and starts to count the APO function simultaneously when stopping a count of the timer when temporarily stopping the timer function, and controls power for clearing the count of the APO function simultaneously when restarting the count of the timer when restarting the timer function. タイマー付きレーザーポインタ10は、CPU21が、タイマー機能を一時停止するとともに、一時停止しているタイマー機能を再開させる制御手段としての機能を有し、タイマー機能を一時停止させた場合にはタイマーのカウントを停止すると同時にAPO機能のカウントを開始し、タイマー機能を再開した場合にはタイマーのカウントを再開すると同時にAPO機能のカウントをクリアする電源制御を行う。 - 特許庁
To provide a lighting structure for vehicular meter, capable of shortening the depth size of the vehicular meter, without having to reduce the lighting function of a pointer and a display part. 指針や表示部の照明機能を低下させずに車両用メータの奥行を短くすることができる車両用メータの照明構造を提供する。 - 特許庁
function returns a pointer to the first occurrence of c among the n wide characters starting at s, or NULL if c does not occur among these.
関数は、s を先頭とする n 個のワイド文字の中において最初に c が現われる場所へのポインタを返す。 c が現われなかった場合には NULL を返す。 - JM
On the other hand, when the code indicated by the functionpointer (P+2) is not '0100101011111100', an emulator 72 executes the code of the old CPU. 一方、関数ポインタ(P+2)が示すコードが「0100101011111100」でない場合には、エミュレータ72により、旧CPUのコードを実行する。 - 特許庁
Pressing pointer Button1 (usually the left-most button unless it has been changed with xmodmap) on a titlebutton will invoke the function associated with the button. タイトルボタン上でポインタのボタン1(xmodmap を使って変更していなければ、普通は左端のボタン)を押すと、そのボタンに関連づけられた機能が呼び出される。 - XFree86
Double clicking very fast to get the constrained move function will sometimes cause the window to move, even though the pointer is not moved. 制約付き移動の関数を呼び出そうとして非常に素早いダブルクリックを行うと、ポインタが動いていないのにウィンドウを動いてしまうことがある。 - XFree86
To provide a remote input device with superior ease of operation, capable of facilitating a pointer to be moved from a selection button on a menu screen to another selection button, without needing complicated processing and control and wherein pointer movement to an area not set with a function is restricted. 複雑な処理、制御を必要とせずに、メニュー画面上の選択ボタンから他の選択ボタンにポインタを移動させやすく、機能が設定されていない領域へのポインタ移動が制限される、操作性に優れた遠隔入力装置を提供する。 - 特許庁
To provide an inline development method for executing one-time virtual function table pointer setting to one object, when generation of a class- type temporary object having a virtual function as a member function for formula evaluation in language specification in a loop is required. ループ中で、言語仕様上、式評価のために仮想関数をメンバ関数としてもつクラス型の一時オブジェクトを生成する必要がある場合に、1つのオブジェクトに対して1回の仮想関数テーブルポインタ設定となるようなインライン展開方法を提供する。 - 特許庁
If it is a pointer type, the trailing asterisk should not be preceded by a space.name should be the name of the function (or function-likepre-processor macro), and args should give the types and names of the parameters. ポインタ型の場合、後続するアスタリスクの前にスペースを入れてはなりません。 name は関数 (または関数に似た形式をとるプリプロセッサマクロ) の名前でなくてはならず、args にはパラメタの型と名前を与えねばなりません。 - Python
To provide an indicating instrument for a vehicle, having a pointer illumination function which prevents leakage light from between a cap and a display panel without increasing the number of parts. 部品点数の増大を招くことなく、キャップと表示板との間からの漏れ光を防止し得る指針照明機能付きの車両用指示計器を提供する。 - 特許庁
To cut down the development period in an AU pointer interpretation function or the like redeveloped for extending a data band corresponding to a time cycle of several years and to cut down its development cost. 数年周期に対応データ帯域の拡張のために再開発されるAUポインタ解釈機能等の開発期間の短縮と開発コストの低減を図る。 - 特許庁
The CPU 3 has a function of a word counter, manages a character header and every small unit (for example, a word) within a character information unit by a counter and specifies the information indicated by a pointer. CPU3はワードカウンタ(word counter)の機能を備え、文字ヘッダと文字情報単位内の小単位(例えば単語)毎をカウンタにて管理し、ポインターが指している情報を特定する。 - 特許庁
To provide an analog timepiece device capable of displaying information acquired by the function other than time, in an analog timepiece device for displaying time with a pointer. 指針により時刻表示を行うアナログ時計装置に関し、時間以外の他の機能により得られる情報を表示できるアナログ計時装置を提供することを目的とする。 - 特許庁
When a user moves a mouse pointer P on a timer button 82 through mouse operations and clicks it, a channel timer function is on and the time count of a timer is started. ユーザがマウスなどを操作してマウスポインタPをタイマボタン82の上に移動させ、クリックを行ったとき、チャンネルタイマ機能はオンになり、タイマ時間のカウントが開始される。 - 特許庁
To provide a pointer instrument for a vehicle capable of showing a decorating function as an essential decorative part in the state where an index part on the decorative part is not displayed. 加飾部における指標部の表示を行わない状態において、本来の加飾部としての加飾機能が発揮されるようにした車両用指針計器を提供する。 - 特許庁
function converts number to a null-terminated string of ndigits digits (where ndigits is reduced to a system-specific limit determined by the precision of a double ), and returns a pointer to the string.
は number を NUL 文字で終端されたndigits 文字 (ndigits はdoubleの精度によって決定されるシステム依存の制限値にまで減らされる)の文字列へ変換し、その文字列へのポインタを返す。 - JM
Description The XQueryTree function returns the root ID, the parent window ID, a pointer to the list of children windows(NULL when there are no children), and the number of children in the list for the specified window. 説明関数XQueryTreeは指定したウィンドウに対して、ルートウィンドウのID, 親ウィンドウのID,子ウィンドウのリストへのポインタ(子ウィンドウが無い場合には NULL)、このリスト中の子ウィンドウの数を返す。 - XFree86
The bottom portion of the menu arecommand entries; selecting one of these performs the indicated function. The xterm menu pops up when the ``control'' key and pointer button one are pressed in a window. メニューの下側の部分はコマンドエントリである; これらの 1 つを選ぶと表示された関数を実行する。 xtermメニューは、``control'' キーとポインタボタン 1 が同時に押されたときポップアップする。 - XFree86
A mouse button function and function which synchronizes coordinates of a place pointed by laser beam and of a mouse pointer are incorporated into a pointing device so as to allow collectively conducting a pointing and mouse operations which are originally performed separately. マウスボタン機能と、レーザビームの指し示す場所とマウスポインタの座標を同期させる機能を内蔵させることにより、本来別々に行っていたレーザビームで指し示す動作と、マウス操作を一元動作で行うことを可能にする。 - 特許庁
A trigger window including a plurality of trigger setting icons showing a plurality of corresponding trigger functions is provided near a data display, and one of the trigger setting icons is selected as the trigger function, and the selected trigger function is dragged to a data display position by a pointer, and the selected trigger function is dropped onto the position, to thereby complete setting of the trigger function. 対応する複数のトリガ機能を表す複数のトリガ設定アイコンを含んだトリガ・ウィンドウをデータ表示の近傍に設け、トリガ設定アイコンの1つをトリガ機能として選択し、この選択したトリガ機能をデータ表示の位置にポインタによりドラッグし、選択したトリガ機能をその位置にてドロップして、トリガ機能の設定を完了させる。 - 特許庁
This LSI includes a pointer circuit 12 in which a circuit function is modeled by a C language and designed according to the description, and corresponding to an identifier for indirect addressing such as a pointer included in the description, dynamic addressing is realized by hardware. このLSIは、回路機能がC言語によりモデル化されてその記述をもとに設計され、同記述に含まれるポインタ等の間接的なアドレス指定を行う識別子に対応して、動的なアドレス指定をハードウェアにより実現するポインタ回路12を有して構成される。 - 特許庁
This programmable controller has instruction registers 12 to 14 and a microcode processing function, an application data storage memory (DM) 2 is made to have a stack region, and for address control over the memory (DM), a multiplexer 21 selects a stack pointer (SP) 20 and an address pointer (DP) 22 for accessing the stack region. インストラクションレジスタ12〜14とマイクロコード処理機能を有し、アプリケーションデータ格納用メモリ(DM)2にスタック領域を持たせ、メモリ(DM)に対するアドレス制御は、そのスタック領域をアクセスするためのスタックポインタ(SP)20とアドレスポインタ(DP)22をマルチプレクサ21で選択する。 - 特許庁
To provide a mobile terminal, a method of controlling a pointer and a program thereof capable of applying the cursor moving function as well as the letter inputting function to a numeric keypad without deteriorating the operability by reducing a cursor key and considering the movement of the cursor in the diagonal directions. カーソルキーを削減し、かつ斜め方向へのカーソル移動をも考慮して、テンキーに文字入力機能だけでなくカーソル移動機能も兼用させても操作性を損なわない移動体端末、ポインタ制御方法、およびそのプログラムを提供する。 - 特許庁
To solve the problems with a text file of help utility of a computer, wherein the text file is complicated for users in many cases, and a help function based on a pointer can not properly instruct the users a step to be executed next. コンピュータのヘルプユーティリティのテキストファイルは、ユーザにとって煩雑であることが多く、ポインタに基づくヘルプ機能では、次に実行すべきステップをユーザに適切にしめすことができない。 - 特許庁
To prevent the writing of data against an invalid pointer and the invalid address value by transmitting a write enabling signal to a storage means with conditions under the control of a relative register write enabling register output signal and via an AND function part. 応用ソフトウェアを実行する際に無効なポインタ又はアドレス値の場合におけるデータの書込みを防止し、且つ違法又は非意図のアドレス値のソースを示す方法を提供する。 - 特許庁
Overwrite check as to whether the stack pointer of each task goes over its own stack region is executed at fixed intervals by using an interrupt handler by a timer function built in the microcomputer. マイコンに内蔵されるタイマ機能による割り込みハンドラを用いて、各タスクのスタックポインタが自タスクのスタック領域を越えているか否かのオーバライトチェックを一定周期毎に行う。 - 特許庁
When an icon specifying a file on a display screen is selected with a pointer of an operating device, and the pointer is released after moved to a display area related to a program with a transmission function, data on the file are transmitted to another information processor via a network. 送信機能をもつプログラムに係る表示領域に対して、表示画面上でファイルを特定するためのアイコンを、操作用デバイスのポインタで指定してから該ポインタを移動した後に放す操作が行われた場合に、該ファイルのデータがネットワークを通して他の情報処理装置に送信されるように構成する。 - 特許庁
To provide a light blocking digitizer that can realize equivalent functions to those with a communication-function-equipped pointer, without using it, by precisely and appropriately detecting pen-up/pen-down states throughout a coordinate input surface according to the motion of a pointer or the like relative to the coordinate input surface. 座標入力面に対する指示具等の動きに基づいて、該座標入力面全域において精度の良い適切なペンアップ/ペンダウン状態の検出を行うことができ、通信機能付指示具を使わずともそれと同等な機能を実現することができる遮光型座標入力装置を提供する。 - 特許庁
A CPU 30 delivers a pointer to the substance of the structure of the constant attribute to an argument of a function mounted with operation to the substance of the structure of the constant attribute to access the variable attribute through the pointer to the substance of the structure of the variable attribute belonging to the substance of the structure of the constant attribute. CPU30は、定数属性の構造体の実体に対する操作を実装する関数の引数に定数属性の構造体の実体へのポインタを引き渡すことにより、変数属性へのアクセスを定数属性の構造体の実体に属する変数属性の構造体の実体へのポインタを経由して行う。 - 特許庁
A CPU 2 is monitoring whether or not the coordinate values of a pointer 100 approach the intersection K1 of graphs while a specific graph is traced by operating up and down, and right and left move keys of an input part 3 and the display position of the pointer is moved in the state wherein function graphs G1 and G2 are displayed at a display part 6. 複数の関数グラフG1及びG2が表示部6に表示されている状態で、入力部3の上下左右移動キーの操作によって所定のグラフがトレースされてポインタ100の表示位置が移動されている間、CPU2はポインタ座標値がグラフの交点K1に近づいたか否かを監視している。 - 特許庁
To enable anybody to perform key operation for menu selection on electronics where a variety of function operations are determined by selecting choices by moving a pointer in a menu picture. 種々の機能動作をメニュー画面上での指標の移動操作により選択肢を選択して決定するようにした電子機器において、誰でもが容易にメニュー選択のためのキー操作を行なうこと。 - 特許庁
Call the function named name in the referenced shared object.The arguments must be either Python integers, which will be passed as is, Python strings, to which a pointer will be passed, or None, which will be passed as NULL.
参照された共有オブジェクトのnameという名前の関数を呼出します。 引数は、Python整数(そのまま渡される)、Python文字列(ポインターが渡される)、None (NULLとして渡される) のどれかでなければいけません。 - Python
An important convention throughout the Python interpreter is the following: when a function fails, it should set an exception condition and return an error value (usually a NULL pointer). Python インタプリタ全体を通して、一つの重要な取り決めがあります:それは、関数が処理に失敗した場合、例外状態をセットして、エラーを示す値 (通常は NULL ポインタ) を返さねばならない、ということです。 - Python
If the function is successful, it returns a pointer to a string. The contents of the string are such that a subsequent call with that string(in the same locale) will restore the modifiers to the same settings. 関数が成功した場合には、文字列へのポインタが返される。 この文字列を(同じロケールで)使ってこの関数を呼び出せば、モディファイアを同じ設定に戻すことができるようになっている。 - XFree86
The second printer icon 202 is configured of a plurality of parts 202A to 202H according to the option function of the image forming device, and any part is instructed by a pointer to output file data which are being edited at present and function destination corresponding to the instructed part to the image forming device. 第2プリンタアイコン202は、画像形成装置のオプション機能に応じて複数の部分202A〜202Hで構成され、いずれかの部分をポインタで指示することにより、現在編集中のファイルデータと共に指示された部分に対応する機能指定を画像形成装置に出力する。 - 特許庁
A required graphic function is selected out of a menu by the input operation of the scroll key, ten key input operation is performed in the mode of the selected graphic function, the coordinates of a pointer are moved in a direction corresponding to the position of an operated numeral key on the ten key, and graphic input processing is performed. 上下左右キーの入力操作によりメニューから必要な図形機能を選択し、選択された図形機能のモードにおいて、テンキー入力操作を行わせ、操作された数字キーのテンキー上での位置に応じた方向にポインタの座標を移動し、図形入力処理を行わせる。 - 特許庁
Then, a formula section "Simp2" for one division at the head side from an input data termination where a cursor Cu(cursor pointer Cp) is positioned is moved from the inside to the outside of the 2D function, and corrected into "(14/16) Simp2". すると、カーソルCu(カーソルポインタCp)が位置する入力データ終端から先頭側に1区切り分の数式部分「Simp2」が、前記2D関数の内部から外側へ移動されて「(14/16)Simp2」と修正される。 - 特許庁
At the time of operating the data structure, the pointer of the dictionary item instance 2 is set at a value handle instance 4 so that the type information can be assigned, and processing corresponding to the type can be called by referring to the function jump table 5. データ構造を操作する際に、値ハンドルインスタンス4に辞書項目インスタンスのポインタを設定することによって型情報を割り当て、関数ジャンプテーブルを参照することでその型に対応した処理を呼び出す。 - 特許庁
The odds are you will not get an exact match since the symbols in the kernel symbol table are for the entry points of functions and the instruction pointer address will be somewhere inside a function, not at the start.
カーネルシンボルのテーブルは関数のエントリポイントを含み、命令ポインタ値は、関数内部のある点であり最初の点ではないため、この操作を行っても完全に一致するものが表示されない場合もあります。 - FreeBSD
This function was broken in Linux libraries up to and including libc 5.0.9; there the needle and haystack arguments were interchanged, and a pointer to the end of the first occurrence of needle was returned.
Linux のライブラリに関していうと、 libc 5.0.9 とそれ以前のすべてのバージョンで、この関数は壊れている。 それらのライブラリでは needle と haystack 引数が入れ替わっており、 needle が最初に出現する部分の最後を示すポインタが返されていたのである。 - JM
Contents of a function, a class, a template, a subroutine or the like described inside the program can be referred to even from a place except a place described with the contents by operation of a mouse pointer or keyboard input. プログラム内に記述されている、関数、クラス、テンプレート、サブルーチンなどの内容を、マウスポインタでの操作や、キーボード入力により、その内容が記述されている場所以外からでも参照することが可能となる。 - 特許庁
It is often used to make a C functionpointer defined in one module available to other modules, so the regular import mechanism can beused to access C APIs defined in dynamically loaded modules. 正規の import 機構を使って動的にロードされるモジュール内で定義されている C API にアクセスするために、あるモジュール内で定義されている C 関数ポインタを別のモジュールでも利用できるようにするためによく使われます。 - Python
The XNewModifiermapfunction returns a pointer to XModifierKeymap structure for later use. The XInsertModifiermapEntry function adds the specified KeyCode to the set that controls the specified modifier and returns the resulting XModifierKeymap structure (expanded as needed). 関数XNewModifiermapは、後で利用するためのXModifierKeymap構造体へのポインタを返す。 関数XInsertModifiermapEntryは指定したモディファイアを制御する集合に指定された KeyCode を追加し、その結果得られたXModifierKeymap構造体(必要に応じて拡張される)を返す。 - XFree86
Conversely, windows are deiconified by clicking in the associated icon or entry in the icon manager(see description of the variable ShowIconManager and of the function f.showiconmgr).Windows are resized by pressing the right titlebutton (which resembles a group of nested squares), dragging the pointer over edge that is to be moved, and releasing the pointer when the outline of the window is the desired size. 対応するアイコンかアイコンマネージャのエントリをクリックするとアイコン化を解除することができる(変数ShowIconManager または関数f.showiconmgrの説明を参照すること)。 右のタイトルボタン(四角が入れ子になっているもの)を押し、移動させたい辺を越えてポインタをドラッグし、ウィンドウの外形が望むようになったときにポインタを離すことにより、ウィンドウのサイズ変更を行うことができる。 - XFree86
Copyright 2001-2004 Python Software Foundation.All rights reserved. Copyright 2000 BeOpen.com.All rights reserved. Copyright 1995-2000 Corporation for National Research Initiatives.All rights reserved. Copyright 1991-1995 Stichting Mathematisch Centrum.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.