「value type」を含む例文一覧(2790)

<前へ 1 2 3 4 5 6 7 8 9 10 11 .... 55 56 次へ>
  • The value for type indicates the data type and will be one of the strings'aifc', 'aiff', 'au', 'hcom','sndr', 'sndt', 'voc', 'wav','8svx', 'sb', 'ub', or 'ul'.
    typeはデータの形式を示す文字列で、'aifc'、'aiff'、'au'、'hcom'、'sndr'、'sndt'、'voc'、'wav'、'8svx'、'sb'、'ub'、'ul'のうちの一つです。 - Python
  • When the gradation value of the target pixel is a second type value which is different from the first type value and includes at least zero, a second type error value is determined as the error value at the target pixel using a reference error value derivable in the same method as the first type error value and a random number value.
    注目画素の階調値が、第1種の値とは異なるとともに少なくともゼロを含む第2種の値である場合に、注目画素における誤差値として、第1種誤差値と同じ方法で導出され得る基準誤差値と、乱数値と、を用いて、第2種誤差値を決定する。 - 特許庁
  • Return value can be any type.
    戻り値の型はどのようなものでも許されます。 - Python
  • Should return a value of the appropriate type.
    適切な型の値を返さなければなりません。 - Python
  • WAVELENGTH VARIABLE LIQUID CRYSTAL FILTER OF HALF-VALUE WIDTH CONTROL TYPE
    半値幅制御型波長可変液晶フィルタ - 特許庁
  • BATTERY-LESS MULTI-ROTATION TYPE ABSOLUTE VALUE ENCODER DEVICE
    バッテリレス形多回転式絶対値エンコーダ装置 - 特許庁
  • MULTIPLE ROTATION TYPE ABSOLUTE VALUE ENCODER AND ROTARY MACHINE
    多回転式絶対値エンコーダおよび回転機械 - 特許庁
  • In Python this means that the type of the returned value will be something other that list.
    Pythonでは、この値はlist以外の値となります。 - Python
  • GENERATING SET FOR MULTIPLE ROTATION TYPE ABSOLUTE VALUE ENCODER AND MULTIPLE ROTATION TYPE ABSOLUTE VALUE ENCODER PROVIDED WITH GENERATING SET
    多回転式絶対値エンコーダ用発電装置及び発電装置を備えた多回転式絶対値エンコーダ - 特許庁
  • a type of numerical value used in statistical surveys, called representative figure
    統計調査において,代表値という数値 - EDR日英対訳辞書
  • Decode parameters list according to RFC 2231. params is a sequence of 2-tuples containing elements of the form(content-type, string-value).
    RFC 2231 に従ってパラメータのリストをデコードします。 params は (content-type, string-value) のような形式の2要素からなるタプルです。 - Python
  • With the up/down switch (VALUE) 3-13 for parameter value selection, which lock type is made effective is selected.
    どのタイプのロックを有効とするかはパラメータ値選択用アップ/ダウンスイッチ(VALUE)3−13で選択される。 - 特許庁
  • TYPE of any of the 2.1 TYPE values, or any other value so long as it uses only the characters a-z, A-Z, 0-9, and dash (-).
    パラメータ TYPE は 2.1 の任意の TYPE 値、あるいはその他a-z, A-Z, 0-9, およびダッシュ (-)のみで構成されるものなら何でも指定できます。 - PEAR
  • store [relevant: type, dest, nargs, choices]The option must be followed by an argument, which is converted to a value according to type and stored in dest.
    store [relevant: type, dest, nargs, choices]オプションの後には必ず引数が続きます。 引数はtype に従った値に変換されてdest に保存されます。 - Python
  • Expansion type communication path value updating apparatuses 3-02 and 3-05 update a communication path value using a posteriori value, and holds the posteriori value after update.
    拡張型通信路値更新器3-02,3-05は、事後値を用いて通信路値を更新すると共に、更新後の事後値を保持する。 - 特許庁
  • SIMD TYPE PROCESSOR AND MAXIMUM VALUE CALCULATING METHOD THEREFOR
    SIMD型プロセッサ及びその最大値算出方法 - 特許庁
  • To suppress Q value deterioration of a ladder type elastic wave filter.
    ラダー型弾性波フィルタのQ値劣化を抑制する。 - 特許庁
  • The integral value returned by these functions may be too large to store in an integer type ( int ,
    )これらの関数が返す整数値は整数型( int , - JM
  • For the properties, type and value information is displayed.
    各プロパティーについて、型と値の情報が表示されます。 - NetBeans
  • Copy the following code and paste it over the body tags in index.jsp:bodyform name="Test" method="post" action="SpellCheckServlet"pEnter the text you want to check:/ppptextarea rows="7" name="TextArea1" cols="40" ID="Textarea1"/textarea/ppinput type="submit" value="Spell Check" name="spellcheckbutton"/form/body
    次のコードをコピーし、index.jsp の body タグにペーストします。 bodyform name=Test method=post action=SpellCheckServletpEnter the text you want to check:/ppptextarea rows=7 name=TextArea1 cols=40 ID=Textarea1/textarea/ppinput type=submit value=Spell Check name=spellcheckbutton/form/body - NetBeans
  • AUTOMATIC CALIBRATED VALUE RECOGNITION METHOD FOR TORQUE CONTROL TYPE IMPACT WRENCH
    トルク制御式インパクトレンチの校正値自動認識法 - 特許庁
  • To create this hidden field, add the following line to the top of the EditWish input form:input type=hidden name=wishID value=?php echo wish[id];? /
    この非表示フィールドを作成するには、次の行を EditWish 入力フォームの最上部に追加します。 input type=hidden name=wishID value=?php echo wish[id];? / - NetBeans
  • The code value is a unique integer for the type of token.
    code の値は、トークンの型を表す一意な整数値です。 - PEAR
  • Returns a string containing struct, array or scalar describing the base type of the value.
    値の型を表す文字列 struct、arrayあるいは scalar を返します。 - PEAR
  • is the argument to this option seen on the command-line. optparse will only expect an argument if type is set; the type of value will be the type implied by the option's type.
    オプションの引数で、コマンドライン上に見つかったものです。 optparse は、type が設定されている場合、単一の引数しかとりません;value の型はオプションの型として指定された型になります。 - Python
  • A receiver selects a channel in a state wherein the value of the program type is set to the prescribed value.
    受信機は、プログラムタイプの値を所定値に設定した状態で選局する。 - 特許庁
  • In the Specify Parameters Value dialog box, type 1 for the Value of ParameterTRAVEL.TRIP.PERSONID, and click OK.
    「パラメータ値を指定」ダイアログで、パラメータ TRAVEL.TRIP.PERSONID の値に「1」を入力し、「了解」をクリックします。 - NetBeans
  • 00>=40 .vs 0u0 If the specifier and type are not in the Host Portable Character Encoding,the result is implementation-dependent.
    .LP.DsXrmQPutResource(database, bindings, quarks, XrmStringToQuark(type), value).De引き数 specifier と type のエンコーディングがホストポータブル文字エンコーディングでない場合、結果は実装依存である。 - XFree86
  • One of the representations is the basic data type representation which is common with a basic built-in data type and this is called as an unboxing value type, in a more simplified term, as the value type.
    一方の表現は、基本組み込みデータ型に共通する基本データ型表現であり、これはアンボックス化値型、もっと単純には値型と呼ばれている。 - 特許庁
  • An object that holds the value data, and whose type depends on the underlying registry type
    値のデータを保持するためのオブジェクトで、その型は背後のレジストリ型に依存します - Python
  • The value argument is used to specify an accompanying item of data (either an integer or a pointer value) to be sent with the signal, and has the following type: +4n
    value引き数はシグナルと一緒に送るデータの付属アイテムを指定する。 valueは (整数またはポインタの値であり) 以下のような型である。 - JM
  • The return value is always a string, with a return value whose format depends upon the PHP type of $value: If $value is a string, the method returns a string that is properly quoted and escaped for the underlying RDBMS.
    返り値は常に文字列で、そのフォーマットは $value のデータ型によって異なります。 $value が文字列の場合は、このメソッドは実際の RDBMSにあわせて適切にクォートやエスケープをした文字列を返します。 - PEAR
  • NOTICED PIXEL VALUE SELECTION-TYPE CODING DEVICE AND DECODING DEVICE
    注目画素値選択型符号化装置および復号装置 - 特許庁
  • SIMD TYPE MICROPROCESSOR THAT DETECTS TOTAL SUM AND PEAK VALUE
    総和値とピーク値を検出するSIMD型マイクロプロセッサ - 特許庁
  • When the gradation value of a target pixel is a first type value, a first type error value is determined as an error value at the target pixel using a corrected gradation value and a reference gradation value associated with a dot formation state.
    注目画素の階調値が第1種の値である場合に、注目画素における誤差値として、補正済階調値と、ドットの形成状態に対応付けられた基準階調値と、を用いて、第1種誤差値を決定する。 - 特許庁
  • Key is the drive path, the value is an object with the following values: type, name and typetitle.
    配列のキーがドライブのパス、その値がオブジェクトで、オブジェクトには type、name および typetitleの値が含まれます。 - PEAR
  • The code presents an HTML form that enables entering the name and password of the user in the text fields.
    form name=logon action=index.php method=POST Username: input type=text name=user/Password input type=password name=userpassword/input type=submit value=Edit My Wish List//formコードは、テキストフィールドにユーザーの名前とパスワードを入力できる HTML フォームを示します。 - NetBeans
  • One representation is the basic data type representation common to basic built-in data types, known as an unboxed value type or simply as a value type.
    一方の表現は、基本組み込みデータ型に共通する基本データ型表現であり、これはアンボックス化値型、もっと単純には値型と呼ばれている。 - 特許庁
  • One representation is the basic data type representation common to such basic built-in data types, known as an unboxed value type or simply as a value type.
    一方の表現は、基本組み込みデータ型に共通する基本データ型表現であり、これはアンボックス化値型、もっと単純には値型と呼ばれている。 - 特許庁
  • To implement the Delete button, enter the following code block inside the while loop in editWishList.php, directly below the code block for the editWish button:tdform name=deleteWish action=deleteWish.php method=POSTinput type=hidden name=wishID value=?php echo wishID; ?/input type=submit name=deleteWish value=Delete//form/tdThe HTML input form contains a hidden field for the wishID and a submit button labelled Delete.
    「Delete」ボタンを実装するには、次のコードを editWishList.php の while ループの内部、editWish ボタンのコードブロックのすぐ下に入力します。 tdform name=deleteWish action=deleteWish.php method=POSTinput type=hidden name=wishID value=?php echo wishID; ?/input type=submit name=deleteWish value=Delete//form/tdHTML 入力フォームには、wishID 用の非表示フィールドと、「Delete」というラベルが付いた送信ボタンが含まれています。 - NetBeans
  • The peripheral unit, when the data type of the peripheral-side type information indicates expectation value changing data, changes an expectation value in expectation value storage means based on the expectation value changing data of the authentication information.
    周辺部は周辺側種別情報のデータ種別が期待値変更用データの場合、認証情報の期待値変更用データに基づいて期待値記憶手段の期待値を変更する。 - 特許庁
  • value is a string that specifies the new value. This method can also set additional value and type information for the specified key.
    value は新たな値を指定する文字列です。 このメソッドではまた、指定されたキーに対して、さらに別の値や型情報を設定することができます。 - Python
  • After that, the image forming apparatus decides a common set value when one set value can be used for the extracted sheet type, decides a set value for each type when one set value cannot be used for the extracted sheet type, and executes a printing process according to the decided set value.
    その後、画像形成装置は、1つの設定値で対応可能である場合には共通の設定値を決定し、対応可能でない場合には各種類ごとに設定値を決定し、決定した設定値に従って印刷処理を実行する。 - 特許庁
  • With the leak current value and the direct current voltage value, the insulation resistance value of the layered type ceramic capacitor 10 is calculated.
    この漏れ電流値と直流電圧値とから積層型セラミックコンデンサ10の絶縁抵抗値を算出して求める。 - 特許庁
  • CHIP-TYPE THERMISTOR AND METHOD FOR CORRECTING RESISTANCE VALUE THEREOF
    チップ型サ—ミスタ及びチップ型サ—ミスタの抵抗値修正方法 - 特許庁
  • CHIP TYPE CERAMIC ELECTRONIC COMPONENT AND ITS CHARACTERISTIC VALUE ADJUSTING METHOD
    チップ型セラミック電子部品及びその特性値調整方法 - 特許庁
  • To provide a coil-type electronic component, improved in the inductance value.
    インダクタンス値が向上した巻線型電子部品を提供する。 - 特許庁
  • Value too large to be stored in data type (POSIX.1) EPERM
    指定されたデータ型に格納するには値が大き過ぎる (POSIX.1)EPERM - JM
  • Ternary logic is possible by using null as the third possible value that may be assigned to fields of this type.
    null を使用して、三択形式を扱うこともできます。 - PEAR
  • Do not pass an invalid exception type or value.(Violating these rules will cause subtle problems later.)
    無効な例外の型(type)あるいは値(value)を渡してはいけません。 (これらの規則を破ると後で気付きにくい問題の原因となるでしょう。 - Python
<前へ 1 2 3 4 5 6 7 8 9 10 11 .... 55 56 次へ>

例文データの著作権について

  • EDR日英対訳辞書
    Copyright © National Institute of Information and Communications Technology. All Rights Reserved.
  • 特許庁
    Copyright © Japan Patent office. All Rights Reserved.
  • 大規模オープンソース日英対訳コーパス
    この対訳コーパスは独立行政法人情報通信研究機構の研究成果であり、Creative Commons Attribution-Share Alike 3.0 Unportedでライセンスされています。
  • NetBeans
    © 2010, Oracle Corporation and/or its affiliates.
    Oracle and Java are registered trademarks of Oracle and/or its affiliates.Other names may be trademarks of their respective owners.
  • JM
    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.
  • XFree86
    Copyright (C) 1994-2004 The XFree86®Project, Inc. All rights reserved. licence
    Copyright (C) 1995-1998 The X Japanese Documentation Project. lisence
  • PEAR
    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/ ).
  • 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.