1016万例文収録!

「添字」に関連した英語例文の一覧と使い方 - Weblio英語例文検索


小窓モード

プレミアム

ログイン
設定

設定


セーフサーチ:オン

不適切な検索結果を除外する

不適切な検索結果を除外しない

セーフサーチについて

添字を含む例文一覧と使い方

該当件数 : 66



例文

5.3.2 添字表記 (subscription)例文帳に追加

5.3.2 Subscriptions  - Python

整数添字要素例文帳に追加

an integer subscript quantity  - コンピューター用語辞典

一つまたは複数の添字例文帳に追加

one or more subscripts  - コンピューター用語辞典

一つまたは複数の添字例文帳に追加

one or more subscripts.  - コンピューター用語辞典

例文

範囲外の添字 (subscript)SIGSEGV例文帳に追加

subscript out of range The following values can be placed in si_code for a SIGSEGV  - JM


例文

配列の添字は 0 から始まります。例文帳に追加

The array's index starts at 0.  - PEAR

数値添字の配列が返されます。例文帳に追加

Causes ordered arrays to be returned.  - PEAR

また、添字規則で使うデフォルトの添字のリストも全て消去する。例文帳に追加

Also clear out the default list of suffixes for suffix rules.  - JM

添字は,同じ行に,通常,かっこの中に書く例文帳に追加

the subscript is written on the same line usually in parentheses  - コンピューター用語辞典

例文

添字は,同じ行に,通常,かっこの中に書く例文帳に追加

the subscript is written on the same line usually in parentheses.  - コンピューター用語辞典

例文

これは、(0 からはじまる) 数値添字の配列となります。例文帳に追加

This is a numerically indexed array (starting from 0).  - PEAR

次に、添字表記の表す式が値評価されます。例文帳に追加

Next,the subscript expression is evaluated.  - Python

添字が負数の場合、シーケンスの長さが加算されます。例文帳に追加

If it is negative, the sequence's length is added to it. - Python

配列に、"r", "g" や "b" という添字は使用しません。 添字無しの配列の方が記述しやすく、すでに広く使われています。例文帳に追加

It was decided not to use "r", "g" and "b" as indices for the array, because numerical indices allow easier creation of color arrays in the sourcecode, make handling less complicated and are an already commonly used array representation for colors.  - PEAR

関数を示す文字列、もしくは、添字 0 にオブジェクト、添字 1 にメソッドを有する要素数 2 の配列になります。例文帳に追加

A string value represents a function, a two-element array with an object at index 0 and a string at index 1 represents a method.  - PEAR

は最初のサブオプションにマッチするtokensの要素の添字を返す。例文帳に追加

returns the index of the matching suboption element in tokens .  - JM

select メソッドは、結果セットを行の数値添字配列として返します。例文帳に追加

The select method returns a result set as a numerically indexed array of rows.  - PEAR

arrayarray $data クエリに挿入するデータを含む、数値添字の配列。例文帳に追加

if supplied, the values in $param will automatically set to the passed datatypes array array $data a numeric array containing the data to insert into the query  - PEAR

結果の最初の行を、ゼロから始まる数値添字の配列で返します。例文帳に追加

the first row of results as an array indexed from 0 or a MDB_Error, if fail  - PEAR

セルの内容として有効な値を含む、数値添字の配列でなければなりません。例文帳に追加

Must be an indexed array of valid cell contents.  - PEAR

デフォルトでは、カラムセットやレコードは数値添字配列となります。例文帳に追加

By default the column set and the records are numerically indexed arrays.  - PEAR

また、この定式化は、同様にして、添字つき変数の定義も扱う。例文帳に追加

Similarly, the formulation also deals with the definition of a subscript variable. - 特許庁

これらの添字が異なるのは、単語がダブルクォートの内部にある場合だけです。例文帳に追加

These subscripts differ only when the word appears within double quotes.  - JM

添字無しで配列変数を参照すると、要素 0 を参照したことになります。例文帳に追加

Referencing an array variable without a subscript is equivalent to referencing element zero.  - JM

添字を指定せずに配列名のみを指定することにより、 配列全体を削除するためにも使えます。例文帳に追加

just by specifying the array name without a subscript.  - JM

はerrnoを添字とする配列で、この配列から改行無しのエラーメッセージが取得される。例文帳に追加

indexed by errno can be used to obtain the error message without the newline.  - JM

この配列が通常の数値添字配列であるか連想配列であるかについては、$fetchmodeに依存します。例文帳に追加

The array may be ordered or associative depending on $fetchmode.  - PEAR

クエリのバッファリング機能 数値添字配列、あるいは連想配列形式での行の取得例文帳に追加

Ability to make buffered and unbuffered queries Ordered array and associative array for the fetched rows  - PEAR

ターゲットが添字表記の場合: 参照されている一次語の式が値評価されます。例文帳に追加

If the target is a subscription: The primary expression in the reference is evaluated. - Python

ゲノム配列にインデックスを付けるために圧縮添字列CSAを用いる。例文帳に追加

A compressed suffix array CSA is used for attaching an index to the genome sequence. - 特許庁

まず配列添字に基づいて再マッピング対象とする部分配列を決定する(ステップ21)。例文帳に追加

First of all, partial arrangement to be defined as a remapping object is determined on the basis of the accompanying character of arrangement (step 21). - 特許庁

添字は最終的に、シーケンスの長さよりも小さな非負の整数でなくてはなりません。 次に、添字をインデクスに持つ要素に非代入オブジェクトを代入してよいか、シーケンスに問い合わせます。例文帳に追加

The resulting value must be a nonnegative integer less than the sequence's length, and the sequence is asked to assign the assigned object to its item with that index. - Python

加算結果はシーケンス内の要素数よりも小さな非負の整数とならなければなりません。 添字表記は、添字と同じシーケンス中の (ゼロから数えた) インデクスを持つ要素を選択します。例文帳に追加

The resulting value must be a nonnegative integer less than the number of items in the sequence, and the subscription selects the item whose index is that value (counting from zero).A string's items are characters. - Python

ディレクトリの作成が失敗した場合S35のNO、ディレクトリ名に添字を付加しS36、添字を付加したディレクトリ名でディレクトリ作成を試みるS34。例文帳に追加

For a failure in directory generation (NO at S35), a subscript is added to the directory name S36 and a directory is tried to be generated with the directory name to which the subscript is added S34. - 特許庁

複数のタグは、0 から始まる数値添字の配列として表されます。 また、属性は attribs という名前のインデックスで表されます。例文帳に追加

Multiple tags are represented with a 0-based array of tag contents, and attributes are represented by an array index named attribs.  - PEAR

指定した場合は、取得した結果セットのカラムの型を設定します。 array$params クエリに挿入するデータを含む、数値添字の配列。例文帳に追加

if supplied, the types of the columns in the result set will be set for fetching array $params a numeric array containing the data to insert into the query  - PEAR

シェル上で実行した psの結果を取得し、パースした結果を二次元の数値添字配列あるいは連想配列で返します。例文帳に追加

It fetches to output of ps, executed on the shell, and returns the parsed data as an 2 dimensional indexed and associatve array.  - PEAR

一次語が変更可能なシーケンスオブジェクト (例えばリスト) の場合、まず添字は整数でなければなりません。例文帳に追加

If the primary is a mutable sequence object (e.g., a list), the subscriptmust yield a plain integer.  - Python

範囲を超えたインデクスに対してはIndexError が送出されます (添字指定されたシーケンスに代入を行っても、リスト要素の新たな追加はできません)。例文帳に追加

If the index is out of range, IndexError is raised (assignment to a subscriptedsequence cannot add new items to a list). - Python

反復処理は、シーケンスが添字指定操作の際に IndexError を返したときに終了します。 バージョン 2.2 で 新たに追加 された仕様です。例文帳に追加

The iteration ends when the sequence raises IndexError for the subscripting operation.New in version 2.2. - Python

添字表記は、シーケンス (文字列、タプルまたはリスト) やマップ (辞書)オブジェクトから、要素を一つ選択します:例文帳に追加

A subscription selects an item of a sequence (string, tuple or list)or mapping (dictionary) object:  - Python

メール処理動作制御部23は、検索対象となるキーワードの記憶位置を示す添字を字句解析処理部22に通知する。例文帳に追加

A mail processing operation control part 23 notifies a suffix to indicate a storage position of a keyword to be a retrieving object to the taken analysis processing part 22. - 特許庁

ポテンシャルφ,抵抗係数ρ,アシスト比αの下付きの添字R0は経路上の値を示している。例文帳に追加

A numerical subscript R0 of potential ϕ, a drag coefficient ρ, an assist ratio α, indicates a value on the path. - 特許庁

数式検出部114は、添え字構造の判定を行うために行中心帯検出部201および添字判定部202を有している。例文帳に追加

A formula detection part 114 has a line center zone detection portion 201 and a suffix determination portion 202 for determining a suffix structure. - 特許庁

光軸32方向へ主点71から各最良収差点73M,E,F,G,H,I,Jまでの距離を次数をdの添字として、d0〜d3と表す。例文帳に追加

The degree of distance from a main point 71 to each of the best aberration points 73M, E, F, G, H, I, J in the direction of an optical axis 32 are expressed by d0-d3 as attached figures to (d). - 特許庁

一次語がマップオブジェクト (例えば辞書) の場合、まず添字はマップのキー型と互換性のある型でなくてはなりません。 次に、添字を被代入オブジェクトに関連付けるようなキー/データの対を生成するようマップオブジェクトに問い合わせます。例文帳に追加

If the primary is a mapping object (e.g., a dictionary), the subscript must have a type compatible with the mapping's key type, and the mapping is then asked to create a key/datum pair which maps the subscript to the assigned object. - Python

基板設計CADは、読込んだ部品リストに基づいて実装図を表示する場合は、部品14の添字が他の部品の添字と重なるかを判断し、重ならない場合は通常表示し、重なる場合はポップアップ表示により部品のリファレンス15のみを表示すると共に、部品14が指示されたときは当該部品14のデータの全てをポップアップ表示する。例文帳に追加

A board design CAD decides whether an index of the component 14 overlaps an index of another component or not when displaying a mounting graphic based on a read component list, performs normal display when they do not overlap, displays only a reference 15 of the component by pop-up display when they overlap, and pop-up displays all pieces of data of the component 14 when the component 14 is indicated. - 特許庁

ブラケット([])と添字を省略しなかった場合、そのインデックスに対して代入が行われます。 省略した場合には、代入される要素のインデックスは、その文の中で直前に代入されたインデックスに 1 を加えたものになります。例文帳に追加

If the optional brackets and subscript are supplied, that index is assigned to; otherwise the index of the element assigned is the last index assigned to by the statement plus one.  - JM

クエリ結果の行から取得されるデータの構造は、数値添字の配列 (カラム番号をキーとする)・連想配列 (カラム名をキーとする)・オブジェクト (カラム名をプロパティとする)の 3 種類のうちのいずれかとなります。例文帳に追加

The data from the row of a query result can be placed into one of three constructs: an ordered array (with column numbers as keys), an associative array (with column names as keys) or an object (with column names as properties).  - PEAR

例文

変更可能なシーケンスでは、添字表記やスライス表記を使って指定された要素に代入を行うことができ、del (delete) 文を使って要素を削除することができます。例文帳に追加

The subscription and slicing notations can be used as the target of assignment and del (delete) statements. - Python

索引トップ用語の索引



  
コンピューター用語辞典
Copyright (C) 1994- Nichigai Associates, Inc., All rights reserved.
  
Copyright © Japan Patent office. All Rights Reserved.
  
この対訳コーパスは独立行政法人情報通信研究機構の研究成果であり、Creative Commons Attribution-Share Alike 3.0 Unportedでライセンスされています。
  
Copyright © 2001 - 2008 by the PEAR Documentation Group.
This material may be distributed only subject to the terms and conditions set forth in the Open Publication License, v1.0 or later (the latest version is presently available at http://www.opencontent.org/openpub/ ).
  
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.
こんにちは ゲスト さん

ログイン

Weblio会員(無料)になると

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

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

無料会員に登録する
英→日 日→英
こんにちは ゲスト さん

ログイン

Weblio会員(無料)になると

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

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

無料会員に登録する

©2024 GRAS Group, Inc.RSS