ARRAY INDEX Meaning in Japanese - translations and usage examples

[ə'rei 'indeks]
[ə'rei 'indeks]
配列のインデックス

Examples of using Array index in English and their translations into Japanese

{-}
  • Programming category close
  • Colloquial category close
  • Ecclesiastic category close
  • Computer category close
SLICE(character array, index).
SLICE(文字配列,インデックス)。
(Assume array index starting with $0$).
(arrayのindexは0から始まるため)。
These addresses are used for the array index.
そして、このデバイスアドレスを配列のインデックスとして使うことにした。
Mesh(Vertex array、index array)..
メッシュ(頂点配列、インデックス配列)。
Sort and search are performed only by the first(zero) array index.
ソートと検索は、配列の最初の(ゼロの)インデックスでのみ行われます。
For an array index that is larger than 2048.
配列インデックスにおいて、それは、2048より大きいです。
Note that the month integer is one less than the string,as the month integer represents an array index.
月を示す整数は、配列のインデックスを指すため、実際の文字列の数より、「1」だけ少ない数となります。
Added support for array indexes and addressing bits.
配列インデックスとアドレス指定ビットのサポートを追加しました。
Array index= An array of numbers that number each element of the arrays above; i.
配列インデックス=上記の配列の各要素に番号を付す数値の配列。
See Filtering on array index for more information.
詳細については、配列インデックスによるフィルタリングを参照してください。
Once established, you can reference elements in the array using the object's methods,or using standard array index syntax that is, using bracket notation.
配列を作った後は、オブジェクトのメソッドや標準の配列インデックス構文(すなわち角括弧表記)を使用して、配列内の要素を参照できます。
JavaScript Array indexes are 0-based: they start at 0, not 1.
JavaScriptの配列の添字は0オリジン(0-based)です。1からではなく、0から始まります。
The first is the value of the current item,the second is its array index, and the third is a reference to the array itself.
番目は現在のアイテムの値、2番目は現在のアイテムの配列インデックス、3番目は配列自身への参照です。
You may set the array index of the default value to be returned if no option is chosen:.
何も選ばれなかった場合に返ってくるデフォルト値の配列インデックスを指定することも可能です。
Note: To reiterate, inside a double-quoted string,it's valid to not surround array indexes with quotes so"$foo[bar]" is valid.
注意:二重引用符で括られた文字列の中では引用符で配列の添字を括らないことができ、このため、"$foo[bar]"は有効です。
A device, whose array index is 1, is either one is directly connected to the PIC USB port or a USB hub.
配列のインデックスが1であるデバイスは、HUBかまたは、PICのUSBポートに直接接続したデバイスとなる。
Record, since its fields are fixed,is compiled to an array with array index accesses instead of JS object(try it in the playground!).
レコードはそのフィールドが固定されているので、JSオブジェクトの代わりにインデックスでアクセスする配列としてコンパイルされます(プレイングラウンドで試してください!)。
There are three array index operations, any one of which can cause a bounds violation: Static analysis will not flag xy1.
不明な値が発生する場合はほかにもあります。3つの配列インデックスの操作のいずれも、境界違反を引き起こす可能性があります。
For example: superHeroes. homeTown superHeroes['active'] To access data further down the hierarchy,you simply have to chain the required property names and array indexes together.
例としては以下のようになります。superHeroes.homeTownsuperHeroes['active']さらに深い階層のデータへアクセスする場合は、単純にプロパティ名や配列のインデックスを連結します。
The first column is a profile array index and the second is intensity.
一列目はプロファイルのarrayindexで、二列目は強度である。
Filtering on array index Because of the way Polymer tracks arrays internally, the array index isn't passed to the filter function.
配列インデックスによるフィルタリングPolymer内部における配列の記録法のために、配列インデックスはフィルタ関数に渡されません。
You could also optionally omit the 5 and 6 from the array index and it will automatically increment just as a PHP array would:.
オプションとして配列インデックスから5と6を省略可能でその場合通常のPHP配列と同じように自動的にインクリメントされます:。
With row-major order, adopted in C, the last array index changes most quickly and the first one changes most slowly when traversing the memory segment where the array is stored.
Cで採用されている行優先で、配列が格納されているメモリーを全検索すると、最後の配列インデックスが最も速く変更され、最初の配列インデックスが最も遅く変更されます。
Since there is weaker evidence that an error exists, an array index operation like x[y3] will be flagged if and only if the sc-enum option is set.
このような場合はエラーが存在するという根拠が乏しいため、x[y3]のような配列のインデックス操作は、sc-enumオプションが有効な場合のみレポートされます。
Because of speculative execution, the memory read, multiplication, and array index instructions all likely finish before the exception is generated for the privileged memory access.
投機的実行であるため、メモリの読み取り、乗算、および配列インデックスの命令は、特権付きのメモリアクセスで例外が生成される前にすべて終了しているものと考えられます。
Why use iterators instead of array indices?
なぜ配列インデックスの代わりにイテレータを使うのですか?
The attribute index is converted to lowercase. Attributes are case-insensitive for directory servers,but not when used as array indices.
属性インデックスは、小文字に変換されます。属性は大文字小文字を区別しますが、配列インデックスとして使用する時は区別されません。
With array indices, the closing square bracket() marks the end of the index..
配列添字の場合、閉じ角括弧()は添字の終りを意味します。
Safer abstractions: associative arrays(array indices of any discrete scalar type), state machines for state-based control, curves and maps for continuous control.
安全な抽象化:連想配列(任意の離散スカラ型の配列インデックス)、ステートベースの制御を行うためのステートマシン、連続制御のためのカーブとマップ。
In XMP/C, templates should start from 0 since array indices start from 0 in the C language.
C言語では,配列のインデックスは必ず0から始まるためテンプレートの開始番号も0であり,変更はできません.。
Results: 320, Time: 0.0332

Word-for-word translation

Top dictionary queries

English - Japanese