1153万例文収録!

「object string」に関連した英語例文の一覧と使い方(4ページ目) - Weblio英語例文検索


小窓モード

プレミアム

ログイン
設定

設定

Weblio 辞書 > 英和辞典・和英辞典 > object stringに関連した英語例文

セーフサーチ:オン

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

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

セーフサーチについて

object stringの部分一致の例文一覧と使い方

該当件数 : 508



例文

An illustration editor section 73 sets the character string arranged and displayed fixedly and the character string overlaid and displayed on the object as an attribute of the object with an attribute setting section 73a.例文帳に追加

作画エディタ部73は、属性設定部73aによって、固定的に配されて表示される文字列と、オブジェクト上に重ねて表示される文字列とをオブジェクトの属性として設定する。 - 特許庁

You can pass the parser a string or a file object, and the parser will return to you the root Message instance of the object structure.例文帳に追加

このパーザに文字列あるいはファイルオブジェクトを渡せば、パーザはそのオブジェクト構造の基底となる (root の) Message インスタンスを返します。 - Python

A retrieval part 107 retrieves a retrieval character string and a derived character string from a retrieval object document stored in a document storing part 103, and an output part 113 outputs retrieval results of the retrieval character string and the derived character string.例文帳に追加

検索部107は、文書格納部103に格納された検索対象文書から、検索文字列及び派生文字列を検索し、出力部113は、検索文字列及び派生文字列の検索結果を出力する。 - 特許庁

A collating means 6 collates the character string in the instance table with respective partial character strings having the respective characters of the object divided character string at the heads.例文帳に追加

照合手段6は、事例表の文字列と、分割の対象である文字列の各文字を先頭とした各部分文字列とを照合する。 - 特許庁

例文

For example, if a Text Field component is bound to an Integer object, the web application automatically converts the input value (a String) to an Integer. 例文帳に追加

たとえば、「テキストフィールド」コンポーネントが Integer 型のオブジェクトにバインドされている場合、Web アプリケーションでは入力値 (String 型) が自動的に Integer 型に変換されます。 - NetBeans


例文

However, you can bind to a wrapper type such as Boolean, Byte, Character, Double, Float, Integer, Long, Short, String, the primitive form of one of these wrapper types, or an application-defined object value. 例文帳に追加

ただし、Boolean、Byte、Character、Double、Float、Integer、Long、Short、String などのラッパー型、これらのいずれかのラッパー型の基本型、またはアプリケーションで定義されたオブジェクト値にバインドできます。 - NetBeans

A character extraction part 17 is configured to extract the character string stored in the status/character string storage part 15 from inspection information relating to object inspection.例文帳に追加

文字抽出部17は、対象検査に関する検査情報からステータス/文字列記憶部15に記憶されている文字列を抽出する。 - 特許庁

A print data generation part 50 generates print data including data which represent a print object character string.例文帳に追加

印刷データ生成部50は、印刷対象文字列を示すデータを含む印刷データを生成する。 - 特許庁

A presentation part 4 presents the character string or the object having the high relevance by use of the already determined effect.例文帳に追加

提示部4は、関連が高い文字列やオブジェクトを決定済みのエフェクトを利用して提示する。 - 特許庁

例文

The buffer interface 10 of an HDC 1 generates an interleave in each data string being a recording object.例文帳に追加

HDC1のバッファインターフェース10は、記録対象のデータ列毎にインターリーブを生成する。 - 特許庁

例文

To effectively present a typical character string useful for the explanation of the object content of an electronic document.例文帳に追加

電子文書の対象内容の説明に有用な定型文字列を効果的に提示する。 - 特許庁

Instead, the implementation assumes that the string object uses the encoding passed in as parameter.例文帳に追加

その代わり、実装では文字列オブジェクトがパラメタに渡したエンコードを使っているものと仮定します。 - Python

Otherwise, some string that indicates the source of the file object, of the form "...".例文帳に追加

そうでなければ、ファイルオブジェクト生成の起源を示す何らかの文字列になり、"..." の形式をとります。 - Python

tzinfo.tzname(self),raises an exception if the latter doesn't return None or a string object,例文帳に追加

後者の式が None か文字列オブジェクトのいずれかを返さない場合には例外を送出します。 - Python

tzinfo.tzname(None), or raises an exception if the latter doesn't return None or a string object.例文帳に追加

後者の式が None か文字列オブジェクトのいずれかを返さない場合には例外を送出します。 - Python

When an array object is printed or converted to a string, it is represented as array(typecode, initializer).例文帳に追加

アレイオブジェクトを表示したり文字列に変換したりすると、array(typecode, initializer) という形式で表現されます。 - Python

Tries to compile source, which should be a string of Python code and return a code object if source is valid Python code.例文帳に追加

sourceが有効なPythonコードではないが、有効なPythonコードの接頭語である場合には、Noneを返します。 - Python

Call the function (a function or method object, not a string)with the given arguments. 例文帳に追加

function(関数またはメソッドオブジェクト、文字列ではありません)を与えられた引数とともに呼び出します。 - Python

A slicing selects a range of items in a sequence object (e.g., a string, tuple or list).例文帳に追加

スライス表記はシーケンスオブジェクト (文字列、タプルまたはリスト) におけるある範囲の要素を選択します。 - Python

This instance of PyTypeObject represents the Python string type; it is the same object as types.TypeType in the Python layer.例文帳に追加

この PyTypeObject のインスタンスは Python の文字列型を表現します; このオブジェクトは Python レイヤにおけるtypes.TypeType と同じです。 - Python

A subscription selects an item of a sequence (string, tuple or list)or mapping (dictionary) object: 例文帳に追加

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

Then, the computer controls the output of the character string so that the non-masking object character of the characters included in the character string is prevented from being masked, and the masking object character being any character other than the non-masking object character is masked with a prescribed pattern.例文帳に追加

そして、コンピュータは、文字列に含まれる文字のうち、非マスク化対象文字はマスク化せずに、かつ非マスク化対象文字以外の文字であるマスク化対象文字は所定のパターンでマスク化するように、文字列の出力を制御する。 - 特許庁

Thus, the function and role of the object are displayed with the fixed character string, and a state or the like of a device to be reflected to the object is dynamically changed with the character string overlaid on the object, and displayed.例文帳に追加

これにより、固定的な文字列でオブジェクトの機能や役割などを表示するとともに、オブジェクト上に重ねられる文字列でオブジェクトに反映させるデバイスの状態などを動的に切り替えて表示することができる。 - 特許庁

A way to resize a string object even though it is ``immutable''.Only use this to build up a brand new string object; don't use this if the string may already be known in other parts of the code.例文帳に追加

``変更不能'' である文字列オブジェクトをサイズ変更する手段です。 新たな文字列オブジェクトを作成するときにのみ使用してください;文字列がすでにコードの他の部分で使われているかもしれない場合には、この関数を使ってはなりません。 - Python

To provide a plate composition device provided with an object arrangement function for matching the size of a character string and an object and the object arrangement function for easily changing an arrangement form.例文帳に追加

文字列のサイズとオブジェクトが一致するようなオブジェクト配置機能や、配置態様の変更が容易なオブジェクト配置機能を有する組版装置を提供する。 - 特許庁

To provide a tightening device of an automatic string tying machine capable of executing firm string-tying and binding to an object to be bound, and reducing the amount of the use of a packing string.例文帳に追加

被結束体に対してより強固な紐掛けおよび結束を行うことのでき、これにより荷造り紐の使用量も少なくすることができる自動紐掛け機の引締め装置を提供する。 - 特許庁

An original text being the object of shaping is inputted (S10), and the role of the character string is specified for each character string included in the original text (S12).例文帳に追加

整形対象となるオリジナル文章を入力し(S10)、オリジナル文章に含まれる文字列毎に、その文字列の役割を特定する(S12)。 - 特許庁

An object-to-be-attached (such as a notebook 60) can be held between the string-like bodies and the wall material 10 except the string-like bodies fixed to the wall surface 20.例文帳に追加

紐状体と当該紐状体を除く壁面20に固定した壁素材10との間で、被取付物(例えばノート60等)を保持可能とした。 - 特許庁

When the character string to become a translation object is inputted from an input part 21, a control part 22 dispatches this input character string to a pin-in check processing part 25.例文帳に追加

入力部21より変換対象となる文字列を入力すると、制御部22はこの入力文字列をピンインチェック処理部25に渡す。 - 特許庁

It builds a tuple only if its format string contains two or more format units.If the format string is empty, it returns None; if it contains exactly one format unit, it returns whatever object is described by that format unit.例文帳に追加

書式化文字列が空なら、None を返します。 きっかり一つの書式化単位なら、その書式化単位が記述している何らかのオブジェクトになります。 - Python

When a write object character string is designated by every character unit on the cache data by the client, the server displays a picture for writing comments relevant to the write object character string to the client.例文帳に追加

クライアントでキャッシュデータ上で書き込み対象文字列が1文字単位で指定されると、サーバーは、書き込み対象文字列に関連するコメントを書き込むための画面をクライアントに表示させる。 - 特許庁

To convert a character string configured by combining a plurality of words in order to express a predetermined object into identification information applied to a predetermined object estimated to be expressed by the character string.例文帳に追加

所定の対象を表すために複数の単語が組合わされて構成された文字列を該文字列が表していると推定される所定の対象に付与された識別情報へ変換する。 - 特許庁

A syntax rule information storage means 2 similarly stores syntax rule information including a character recognition item represented by a character string in the object range and a rule for the character string of the object range.例文帳に追加

同様に、構文ルール情報記憶手段2には、対象範囲の文字列によって表される文字認識項目と対象範囲の文字列についての規定を含む構文ルール情報が格納されている。 - 特許庁

When all the constituent characters of a character string object have been obtained, an effect generating process predefined as a game effect corresponding to the character string object is performed.例文帳に追加

そして、何れかの文字列オブジェクトについてその構成文字の全てが取得されたとき、当該文字列オブジェクトに対応するゲーム上の効果として予め定義された効果発生処理を実行する。 - 特許庁

When processing a text command, a character string to be plotted is plotted as a text object (S6010), and when the attribute line needs to be plotted to the character string (S6020), the character attribute line is plotted as a graphic object (S6030).例文帳に追加

テキストコマンドを処理する場合、描画すべき文字列をテキストオブジェクトとして描画し(S6010)、該文字列に対して装飾線を描画する必要があれば(S6020)、文字装飾線をグラフィクスオブジェクトとして描画する(S6030)。 - 特許庁

To accurately transfer character string data including null data between objects without changing the declaration of the type of the character string data of a control object or a service object, or performing any complicated processing.例文帳に追加

コントロールオブジェクトあるいはサービスオブジェクトの文字列データの型の宣言を変更したり、複雑な処理を行わないで、nullデータを含む文字列データを正確にオブジェクト間で転送できるようにする。 - 特許庁

An item selection means 2 calculates similarity degree data in each object item by comparing voice recognition character string data with the character string data of each object item and stores the calculated data in the table 1.例文帳に追加

項目選択手段2は音声認識文字列データと各対象項目の文字列データとを対比して対象項目毎に類似の度合データを算出して対象項目テーブル1へ格納する。 - 特許庁

When a user itemizes a plurality of character string items in a predetermined area, a first figure object 52, a second figure object 54, a third figure object 56 and a forth figure object 58 are displayed on a drawing area 50 as figure objects corresponding to those character string items.例文帳に追加

ユーザが所定の領域に複数の文字列項目を箇条書きすると、それらの文字列項目に対応した図形オブジェクトとして、第1図形オブジェクト52、第2図形オブジェクト54、第3図形オブジェクト56、第4図形オブジェクト58が図面領域50に表示される。 - 特許庁

When the user gives a retrieval substitution candidate and an object of retrieval, the retrieval substitution program 120 detects the same character string as the retrieval substitution candidate from the object of retrieval and displays a part of the object including this character string on a display screen.例文帳に追加

ユーザが検索置換候補および検索対象のオブジェクトを与えると、検索置換プログラム120は検索対象のオブジェクトの中から検索置換候補と同文字列を検出し、その文字列を含むオブジェクトの一部を表示画面に表示する。 - 特許庁

The power feeding path-disconnecting mechanism 17 includes a one-way clutch 48, a disconnection object part 101, and a string member.例文帳に追加

給電路切断機構17は、一方向クラッチ48と、切断対象部101と、紐部材とを含む。 - 特許庁

To smoothly input a character string of an object retrieved from a portable information terminal for retrieving a dictionary.例文帳に追加

辞書検索を行う携帯情報端末から検索対象の文字列を円滑に入力する。 - 特許庁

An antenna 4 is formed by sewing or knitting a conductive string-like object in flexible base material 2.例文帳に追加

柔軟な基材2に導電性糸状物を縫い込み、または編み込んでアンテナ4を形成した。 - 特許庁

The storing part 5 stores the shape deformation operation commands together with a character string representing an operation object.例文帳に追加

コマンド履歴格納部5は形状変形操作コマンドを操作対象を表す文字列とともに記憶する。 - 特許庁

To convert a thing into at sound output object by inserting an inputted numeral string in a sentence.例文帳に追加

入力された数字列を文章にはめ込んでものを音声出力対象とすることを可能とする。 - 特許庁

A subroutine call part 133 embeds processing corresponding to each similar instruction string into the object code.例文帳に追加

サブルーチン呼び出し部133は、オブジェクトコードに対し、類似命令列の各々に応じた処理を埋め込む。 - 特許庁

This also accepts a string in the format "href='/test.jpg' alt='test'", which will be parsed into the attributes array of the object. 例文帳に追加

ここには"href='/test.jpg' alt='test'" のような文字列も指定でき、これはオブジェクトの属性の配列として扱われます。 - PEAR

This class may initialized from string data (which may include NULs).The primary access to the content of a Binary object is provided by an attribute:例文帳に追加

このクラスは、文字列(NULを含む)で初期化することができます。 Binaryの内容は、属性で参照します。 - Python

The return value after a successful call is the contents of the buffer,converted to a string object.例文帳に追加

呼び出しが成功した後に戻される値はバッファの内容で、文字列オブジェクトに変換されています。 - Python

A bridge object 1 for contacting the string S is provided at an edge of a folding part of the body Q and the neck P.例文帳に追加

ボディQとネックPとの折り曲げ部分の端部に弦S接触用の駒体1を設ける。 - 特許庁

例文

To provide a clip for fixing an object by pinching whereby a string of coupled clips are held and the object is pinched continuously by the coupled clips.例文帳に追加

対象物を挟んで固定するクリップを、多数連結して保持可能にするとともに、連結したクリップで連続的に対象物を挟む。 - 特許庁




  
Copyright © Japan Patent office. All Rights Reserved.
  
この対訳コーパスは独立行政法人情報通信研究機構の研究成果であり、Creative Commons Attribution-Share Alike 3.0 Unportedでライセンスされています。
  
© 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.
  
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 © 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/ ).
こんにちは ゲスト さん

ログイン

Weblio会員(無料)になると

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

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

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

ログイン

Weblio会員(無料)になると

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

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

無料会員に登録する

©2026 GRAS Group, Inc.RSS