/var/local Variable data for /usr/local .
/var/local/usr/local用の可変データの置き場所。 - JM
CONVERSION METHOD OF LOCALVARIABLE FOR GLOBAL VARIABLE グローバル変数のローカル変数変換方法 - 特許庁
The variable may be used like a localvariable この変数は局所(ローカル)変数のように使用される - コンピューター用語辞典
a localvariable symbol is declared in ~
~の中で宣言された局所可変記号 - コンピューター用語辞典
Sequence of byte codes that access a localvariable.
ローカル変数にアクセスする一連のバイトコード。 - Python
It is illegal to delete a name from the local namespace if it occurs as a free variable ネストしたブロック中で自由変数 - Python
In combining POUs, the POU division/combination control part 160 converts the global variable shared as the external reference variable only by POUs before combination into a localvariable, registers the converted localvariable in a combined localvariable worksheet and deletes the global variable from the global variable worksheet. POUの結合にあたり、結合前のPOUでのみ外部参照変数として共用されていたグローバル変数をローカル変数に変えて結合後のローカル変数ワークシートに登録し、グローバル変数ワークシートから削除する。 - 特許庁
If a name is bound in a block, it is a localvariable of that block.If a name is bound at the module level, it is a global variable.
ある名前がモジュールレベルで束縛されている場合、名前はグローバル変数 (global variable) です。 - Python
]For each argument, a localvariable named name is created, and assigned value .
local [option] [name[=value] .]それぞれの引き数に対してname という名前のローカル変数が生成され、valueが代入されます。 - JM
In dividing POUs, a POU division/combination control part 160 adds a localvariable shared by divided POUs to a global variable worksheet as a global variable and registers the added global variable in a divided localvariable worksheet as an external reference variable. POU分割・結合制御部160は、POUの分割にあたり、分割後のPOUで共用されているローカル変数をグローバル変数ワークシートにグローバル変数として追加し、分割後のローカル変数ワークシートに外部参照変数として登録する。 - 特許庁
A demodulation variablelocal signal source 24 and a heterodyne variablelocal signal source 25 in the receiver 100 tune a comparison frequency Fv to a reference frequency Fr, respectively generate the demodulation variablelocal signal and the heterodyne variablelocal signal and feedback them to the demodulator 23. 受信装置100内の復調用可変ローカル信号源24、ヘテロダイン用可変ローカル信号源25は、比較周波数Fvを基準周波数Frに合わせて調相し、復調用可変ローカル信号とヘテロダイン用可変ローカル信号とをそれぞれ生成して復調器23に帰還入力する。 - 特許庁
For example, to set or modify the EDITOR environment variable, under csh or tcsh a command like this would set EDITOR to /usr/local/bin/emacs:%
たとえば csh か tcsh で EDITOR 環境変数の値を /usr/local/bin/emacs にセットするか変更するには、次のようにします。 % - FreeBSD
The return status is 0 unless local is used outside a function, an invalid name is supplied, or name is a readonly variable.
localが関数の外部で使われたり、不正なnameが与えられたり、name が読み取り専用であったりしなければ、localの返却ステータスは 0 となります。 - JM
APPARATUS AND METHOD FOR CONTROLLING VARIABLE POSITION HAVING LOCAL HIGH-SPEED FRAME RATE 局所的な高速フレームレート化の可変位置制御方法および装置 - 特許庁
When local is used within a function, it causes the variable name to have a visible scope restricted to that function and its children.
関数内でlocalを使った場合、この変数nameの可視スコープは、この関数とこの関数の子に制限されます。 - JM
If the name refers to a localvariable that has not been bound, a UnboundLocalError 名前がまだ束縛されていないローカルな変数を参照した場合、UnboundLocalError - Python
(Check that the SYNC variable has been setup)# emerge --info|grep SYNCSYNC="rsync://your_server_name/gentoo-portage"(Sync against your local mirror)# emerge --sync
スクリプトの例注意:設定とスクリプトのサンプルはgentoo-rsync-mirrorパッケージにあります。 - Gentoo Linux
A variable attenuator 1 attenuates an inputted local oscillation frequency (LO) signal. 可変減衰器1は、入力された局部発振周波数(LO)信号を減衰する。 - 特許庁
The variable power processing unit 414 performs localvariable power processing that enlarges the region of interest relative to other regions. 変倍処理部414は、注目領域を他の領域よりも相対的に拡大する局所的な変倍処理を行う。 - 特許庁
variable does not appear in the environment, the tzname variable is initialized with the best approximation of local wall clock time, as specified by the tzfile (5)-format
環境変数が設定されていない場合には、tzname 変数はローカルな壁時計時刻 (wall clock time) に最も近い値に初期化される。 - JM
Provides additional code hints for Ruby, such as the detection of localvariable name conflicts and the detection of variable names that do not follow Ruby coding conventions. 局所変数名の衝突検出や Ruby コーディング規則違反の変数名検出など、Ruby のコーディングヒントを追加します。 - NetBeans
A variable frequency oscillation section 4 gives the local oscillation signal with the frequency equal to the pass bandwidth of the variable BPF 1 to the mixer section 5. 可変周波数発振部4は、可変BPF1の通過帯域幅に等しい周波数の局部発振信号を混合部5に送る。 - 特許庁
Raised when a reference is made to a localvariable in a function or method, but no value has been bound to that variable. 関数やメソッド内のローカルな変数に対して参照を行ったが、その変数には値がバインドされていなかった際に送出されます。 - Python
To ensure a variable range of frequency while reducing consumption power of a local oscillator. 局部発振器における消費電力の低減を図りつつ周波数の可変範囲を確保する。 - 特許庁
The mixer section 5 mixes the component supplied from the variable BPF 1 with the local oscillation signal. 混合部5は、可変BPF1が供給する成分を局部発振信号と混合する。 - 特許庁
If a localvariable is defined in a block, its scope includes that block. ローカル変数があるブロック内で定義されている場合、変数のスコープはそのブロックを含みます。 - Python
Otherwise, for the stack, dummy areas are piled between the local variables, between the localvariable and a return address, and between the return address and a dummy augment. またはスタックに対して、ローカル変数の間、ローカル変数とリターンアドレスの間、リターンアドレスと仮引数の間にダミーの領域を積むようにする。 - 特許庁
When securing a localvariable storing area LV for a stack of a subroutine, the size of the localvariable storing area LV is determined randomly in a range larger than the required size for storing all local variables declared, in a source program of the subroutine. サブルーチンスタックの局所変数格納領域LVを確保するに際し、局所変数格納領域LVの大きさを、サブルーチンのソースプログラムで宣言された全局所変数を格納するために必要な大きさより大きい範囲でランダムに決定する。 - 特許庁
The frequency variable clock driver 16 varies the frequency of the local clock depending on the above state value. 周波数可変クロックドライバ16は、ローカルクロックの周波数を上記状態値に応じて変化させる。 - 特許庁
Press Ctrl-R/Command-R on a localvariable and you can rename the symbol synchronously throughout the file.
局所変数で Ctrl-R キーまたは Command-R キーを押すと、ファイル全体で記号の名前を同期的に変更できます。 - NetBeans
METHOD AND SYSTEM FOR SYNCHRONIZING OPERATION CHARACTERISTIC OF VARIABLE WAVELENGTH DEVICE TO WAVELENGTH OF LOCAL OSCILLATOR SIGNAL 波長可変デバイスの動作特性を局部発振器信号の波長と同期化するための方法及びシステム - 特許庁
A spectrum analysis section 3 decides a pass band of a variable BPF 1 and a variable HPF 6 and a frequency of a local oscillation signal on the basis of an input signal. スペクトル解析部3は、入力信号に基づき、可変BPF1及び可変HPF6の通過帯域と局部発振信号の周波数を決定する。 - 特許庁
A preprocessor 74 of the terminal device 6a generates a tag variable object corresponding to the device of a local control system, based on a system variable definition file. 端末装置6aのプリプロセッサ74は、システム変数定義ファイルに基づいて、ローカル制御システムのデバイスに対応するタグ変数オブジェクトを作成する。 - 特許庁
Such a place could be another object, or a global (or static) C variable, or a localvariable in some C function.
参照を行っている場所とは、別のオブジェクトであったり、グローバルな (あるいは静的な) C 変数であったり、何らかの C 関数内にあるローカルな変数だったりします。 - Python
SYSTEM AND METHOD CONCERNING VARIABLE BANDWIDTH TRANSMITTING EQUIPMENT BETWEEN LOCAL TELEPHONE EXCHANGE AND REMOTE LINE UNIT ローカル電話交換機と遠隔回線ユニットとの間の可変帯域幅伝送設備についてのシステムおよび方法 - 特許庁
The following set of functions are mainly used to implement the argument binding and localvariable frame management.
以下に示す関数の組は主として引数結合と局所変数フレーム管理を実行するのに用いられる。 - コンピューター用語辞典
The parameter interpretation recognizes local and global variable names, constant values, branch targets, and compareoperators. パラメータインタープリテーションはローカルおよびグルーバル変数名、定数値、分岐目標、そして比較演算子を認識します。 - Python
The frequency selection of the local light of the variable wavelength light source 3 and the selection of the transmitted central frequency of the variable wavelength filter 2 are conducted by using the same diffraction grating 4. このように、可変波長光源3のローカル光の周波数選択と、可変波長フィルタの通過中心周波数の選択とを同じ回折格子4を用いて行う。 - 特許庁
To provide a control device of a variable valve system capable of suppressing local wear of a thread part of a rotation-linear motion converting mechanism actuating the variable valve system. 可変動弁機構を駆動する回転直動変換機構のねじ部について局部的な摩耗を抑えることのできる可変動弁機構の制御装置を提供する。 - 特許庁
An encoding control part 41 variable-length encodes replacing data to be replaced by the base data based on the local bit rate. 符号化制御部41は、その局所ビットレートに基づいて、下地データと置き換える置換データを可変長符号化する。 - 特許庁
The size of local address space can be set variable in accordance with the number of mask bits to be specified by a mask signal. マスク信号で指定されるマスクビット数に応じてローカルアドレス空間の大きさを可変に設定する事が可能になる。 - 特許庁
However, the glibc wrapper function hides this behavior by using a localvariable for the timeout argument that is passed to the system call.
しかし、glibc のラッパー関数は、システムコールに渡す timeout 引き数としてローカル変数を使うことでこの動作を隠蔽している。 - JM
To output a local signal of a frequency hard to to divide in a wide variable frequency range with excellent phase noise characteristics. 割り切れにくい周波数のローカル信号を位相雑音特性良く広い周波数可変範囲で出力する。 - 特許庁
As a result, a variable range of frequency can be ensured while reducing consumption power of the local oscillator 1. その結果、局部発振器1における消費電力の低減を図りつつ周波数の可変範囲を確保することができる。 - 特許庁
METHOD FOR EVADING EXCESS OVERHEAD BY USING SSA FORM EXTENDED SO AS TO USE STORAGE POSITION OTHER THAN LOCALVARIABLE 局所変数以外の記憶位置を用いるように拡張されたSSA形式を使用して、過度のオーバーヘッドを避ける方法 - 特許庁
A general illumination 02f and a local illumination 03f are provided, with the irradiation direction of the latter made variable. 全般照明02fと局部照明03fを備え、局部照明03fの照射方向を変えることができるようにした。 - 特許庁
The variable frequency divider circuit 39 provides its frequency division output to the mixer circuits 15I, 15Q as a local oscillation signal SLO. 可変分周回路39の分周出力をミキサ回路15I、15Qに局部発振信号SLOとして供給する。 - 特許庁
system call has the same behavior, but the glibc wrapper hides this behavior by internally copying the timeout to a localvariable and passing that variable to the system call.
システムコールも同じ挙動をするが、glibc のラッパー関数がこの挙動を隠蔽している。 具体的には、glibc のラッパー関数の内部で、timeoutをローカル変数にコピーし、このローカル変数をシステムコールに渡している。 - JM
Thus, the necessary local oscillation frequency and variable width, corresponding to the frequency deviation of the OFDM signal, can be ensured by the first oscillation circuit. 第1発振回路によって、必要な局部発振周波数と、OFDM信号の周波数偏移に対応する可変幅を確保する。 - 特許庁
This can be overridden by setting the PYTHONDOCS environment variable to a different URL or to a local directory containing the Library Reference Manual pages. これは、ライブラリリファレンスマニュアルを置いている異なるURLかローカルディレクトリを 環境変数PYTHONDOCSに設定することでオーバーライドすることができます。 - Python
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.