1153万例文収録!

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


小窓モード

プレミアム

ログイン
設定

設定

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

セーフサーチ:オン

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

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

セーフサーチについて

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

該当件数 : 59



例文

package name string to test for validity. 例文帳に追加

検証するパッケージ名。 - PEAR

regular expression to test, string 例文帳に追加

調べる正規表現を表す文字列 - PEAR

Test whether a string is a keyword in Python. 例文帳に追加

文字列がPythonのキーワードか否かを調べます。 - Python

Return a string identifying the specific test case. 例文帳に追加

テストケースを特定する文字列を返します。 - Python

例文

TEST INSTRUCTION STRING CREATION SYSTEM FOR INFORMATION PROCESSOR例文帳に追加

情報処理装置の試験命令列生成方式 - 特許庁


例文

Test whether the filename string matches the pattern string, returning true or false.例文帳に追加

filenameの文字列がpatternの文字列にマッチするかテストして、真、偽のいずれかを返します。 - Python

Test whether a string contains a valid package name.Parameter 例文帳に追加

文字列がパッケージ名として妥当かどうかを調べます。 - PEAR

Create output.txt in the C:/test folder with the same content as input.txt, in this case, the string Hello World!. 例文帳に追加

C:/test フォルダに、input.txt と同じ内容の output.txt を作成します。 この場合、文字列「Hello World!」です。 - NetBeans

With optional start, test string beginning at that position.例文帳に追加

オプション引数 start がある場合、文字列の start から比較を始めます。 - Python

例文

The string that the test was extracted from, or `None` if the string is unavailable, or if the test was not extracted from a string.例文帳に追加

テストを取り出した docstring 自体を現す文字列です。 docstring 文字列を得られない場合や、文字列からテスト例題を取り出したのでない場合には None になります。 - Python

例文

this variable will contains an error message, if check fail string $name Name of the package to test 例文帳に追加

チェックに失敗した場合に、この変数にエラーメッセージが含まれます。 string$name 調べるパッケージの名前。 - PEAR

this variable will contains an error message, if check fail string $name Name of the extension to test 例文帳に追加

チェックに失敗した場合に、この変数にエラーメッセージが含まれます。 string$name 調べる拡張モジュールの名前。 - PEAR

String giving the prefix of method names which will be interpreted as test methods.例文帳に追加

テストメソッドの名前と判断されるメソッド名の接頭語を示す文字列。 - Python

A second string of pads CL2 includes pads P2U used for a second test and pads P2N not used for the second test.例文帳に追加

第2パッド列CL2は、第2テスト時使用パッドP2Uと、第2テスト時未使用パッドP2Nとを含む。 - 特許庁

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

When s is a string or Unicode string object the in and not in operations act like a substring test.例文帳に追加

s が文字列または Unicode 文字列の場合、 演算操作 in および not in は部分文字列の一致テストと同じように動作します。 - Python

The pad P1U of the first string of pads CL1 which is used for the first test is so arranged as to face the pad P2N of the second string of pads CL2 which is not used for the second test.例文帳に追加

第2パッド列CL2の第2テスト時未使用パッドP2Nに対向するように第1パッド列CL1の第1テスト時使用パッドP1Uが配置されている。 - 特許庁

Use this method to test the validity of a version number string. 例文帳に追加

このメソッドを使用して、バージョン番号を表す文字列の妥当性を検証します。 - PEAR

The #feature directive determines the string that makestr will use for the feature-test macro, e.g. X[TM]STRINGDEFINES.例文帳に追加

#feature ディレクティブは、makestr が機能テストマクロ(例えば、X[TM]STRINGDEFINES)のために使う文字列を決定する。 - XFree86

An instruction generation parameter required for generating a test instruction stream is generated (201), and on the basis of the parameter, the test instruction stream generated (202) by test instruction string generating processing.例文帳に追加

試験命令列を生成するために必要な命令生成パラメータを作成(201)し、試験命令列生成処理が前記パラメータを基に試験命令列を作成(202)する。 - 特許庁

"CONDITIONAL EXPRESSIONS" Conditional expressions are used by the [[ compound command and the test and [ builtin commands to test file attributes and perform string and arithmetic comparisons. 例文帳に追加

条件式条件式は複合コマンド [[ と組み込みコマンドの test および[ によって使用でき、ファイルの属性を調べたり、文字列比較や算術式比較を行ったりできます。 - JM

Each of the pseudo random code string generating circuit 41 and the pseudo random code string collating circuit 42 inserts and extracts a pseudo random code string 12 to and from a line for test.例文帳に追加

擬似ランダム符号列生成回路41及び擬似ランダム符号列照合回路42はそれぞれ試験用に回線への擬似ランダム符号列12の挿入及び抽出を行う。 - 特許庁

When loading from a module, it considers all TestCase-derived classes. For each such class, it creates an instance for each method with a name beginning with the string"test".例文帳に追加

モジュールからテストをロードする場合、全てのTestCase派生クラスを抽出し、名前が"test"で始まる全てのメソッドのインスタンスを作成します。 - Python

Return a suite of all tests cases given a string specifier.The specifier name is a ``dotted name'' that may resolveeither to a module, a test case class, a test method within a testcase class, or a callable object which returns a TestCase or TestSuite instance.例文帳に追加

nameには``ドット修飾名''でモジュールかテストケースクラス、またはTestCaseかTestSuiteのインスタンスを返す呼び出し可能オブジェクトを指定します。 - Python

An automatic test generation means 13 generates a test nucleus changing the request of a target based on the classified communication log, and generates an automatic test 24 wherein the instruction string is combined.例文帳に追加

自動テスト生成手段13は、分類された通信ログに基づいて対象のリクエストを改変するテスト核を生成し、命令列と組み合わせた自動テスト24を生成する。 - 特許庁

To test by mixing at random individual instructions selected from test object instructions at random and a command string pattern constituted of pre-created test object instructions.例文帳に追加

試験対象命令からランダムに選択された個別命令と、予め生成した試験対象命令から構成される命令列パタンとをランダムに混在させて試験を行うことを可能にする - 特許庁

A switch 141 branches the test packet from a packet string transferred from the packet communication line 121.例文帳に追加

スイッチ141は、パケット通信回線121から転送されるパケット列から試験用パケットを分岐させる。 - 特許庁

The electronic mail including a predetermined specific character string in the portable terminal device 1, is transmitted from the test operator when the communication test is performed.例文帳に追加

通信試験を行う場合に試験操作者から携帯端末装置1に予め決められた特定の文字列を含む電子メールを送信する。 - 特許庁

A first string of pads CL1 includes a pad P1U used for a first test, a pad P1UL with a long side used for tests, and pads P1N not used for the first test.例文帳に追加

第1パッド列CL1は、第1テスト時使用パッドP1Uと、テスト時使用長辺パッドP1ULと、第1テスト時未使用パッドP1Nとを含む。 - 特許庁

A logic operation model A102 recognizes a test data storing 101 of a byte format, prepared on the basis of test items by a parameter 103 defining an input output file name, fetches the test data string 101 in a data transmission part 104, converts the fetched test data string into waveform data and gives the wave form to object logic 105 to be verified as a signal value.例文帳に追加

論理動作モデルA102は、試験項目に基づいて作成したバイト形式のテストデータ列101を、入出力ファイル名称を定義したパラメータ103により認識してデータ送信部104に取り込み、取り込んだテストデータ列を波形データに変換し、被検証対象論理105に信号値として与える。 - 特許庁

The JTAG mechanism 43 is connected to a BIST(built in self test) control circuit 44 for controlling a pseudo random code string generating circuit 41 and a pseudo random code string collating circuit 42.例文帳に追加

JTAGメカニズム43は擬似ランダム符号生成回路41及び擬似ランダム照合回路42の制御を司るBIST制御回路44に接続されている。 - 特許庁

A relation between the message character string 16 and a keyword 17 corresponding to the test content meant by the message character string 16 is stored in a keyword corresponding table 15.例文帳に追加

キーワード対応テーブル15内には、メッセージ文字列16とこのメッセージ文字列16が意味する試験内容に対応するキーワード17との関係が記憶されている。 - 特許庁

Print data indicative of a printing frame including a character string to be printed on a label 31 and printing position information of the character string and data for test printing is stored in a RAM 112.例文帳に追加

RAM112によりラベル31に印字する文字列を含む印字枠および文字列の印字位置情報を示す印字データおよび印字テスト用データが記憶される。 - 特許庁

At least one of the pad P1UL with a long side used for tests, the pad P1N not used for the first test, and a region with no pad of the first string of pads CL1 is so arranged as to face the pad P2U of the second string of pads CL2 which is used for the second test.例文帳に追加

第2パッド列CL2の第2テスト時使用パッドP2Uに対向するように、第1パッド列CL1のテスト時使用長辺パッドP1UL、第1テスト時未使用パッドP1N、およびパッドなし領域の少なくとも1つが配置されている。 - 特許庁

When the character recognition part 20a can correctly recognize the character string included in the test image, adjustment of the light source luminance is completed.例文帳に追加

文字認識部20aがテスト画像に含まれる文字列を正しく認識できた場合には、光源輝度の調整が完了する。 - 特許庁

The returned string is used for all test against the URL's in the menu structure hash.Throws throwsno exceptions thrown 例文帳に追加

返される文字列を使用して、メニューハッシュ内の URL に対するすべてのテストが行われます。 例外・エラー 例外はスローされません。 - PEAR

Every function fails the test, because your string functions didn't returned what we defined as the expected value. 例文帳に追加

まだ実装が行われておらず、各文字列処理関数は正しい値を返しませんので、すべての関数がテストに不合格となります。 - PEAR

To provide a test method for an information processor for efficiently performing a test by filling a pipelined CPU with an effective instruction string and shortening the time required for exceptional processing.例文帳に追加

パイプライン化されているCPUに有効な命令列を充填し、さらに、例外処理にかかる時間を短縮して、効率の良い試験を行なう、情報処理装置の試験方法を提供する。 - 特許庁

A test printing information creating part 304 acquires the information necessary for the test printing information on the basis of the test printing request received by the request receiving part 331, and creates the test printing information to be printed on the printing paper in a state of the letter string on the basis of the acquired information.例文帳に追加

テスト印刷情報生成部304は、要求受付部331によって受け付けられテスト印刷要求に基づいてテスト印刷情報に必要な情報を取得し、取得した情報に基づいて文字列として印刷用紙に印刷するためのテスト印刷情報を生成する。 - 特許庁

To provide a solar cell string and a solar cell module which ensure reliability in a high-temperature keeping test and a high temperature cycle.例文帳に追加

高温保持試験並びに高温温度サイクルでの信頼性を確保できる太陽電池ストリング及び太陽電池モジュールを提供する。 - 特許庁

After an imaging part 26 captures a test image projected to a projection surface S, the captured image is analyzed by a character recognition part 20a, to recognize a character string included in the captured test image.例文帳に追加

そして、投写面Sに投写されたテスト画像を撮像部26に撮像させた後、文字認識部20aで撮像画像を解析し、撮像したテスト画像に含まれる文字列を認識する。 - 特許庁

The generated test instruction string is executed (203) on a logic simulation environment as a test program and the expected value generated by an instruction interpreter is compared (204) with the execution result of a logic simulator.例文帳に追加

作成された試験命令列を試験プログラムとして、論理シミュレーション環境上で実行(203)し、命令インタプリタで生成された期待値と論理シミュレータでの実行結果を比較(204)する。 - 特許庁

The computer then sets as initial values for the input-dedicated register values that can prevent exception interrupt from occurring and executes the instruction string for test use, thereby conducting an operation test without allowing any exception interrupt to occur.例文帳に追加

そして、コンピュータは、入力専用レジスタの初期値として例外割り込みの発生を回避することのできる値をセットして試験用命令列を実行し、例外割り込みを発生させることなく動作試験を行なう。 - 特許庁

A computer, when preparing an instruction string for test use, designates the output destination of instructions from a register other than an input-dedicated register into which execution results are not written.例文帳に追加

コンピュータは、試験用命令列の作成時に、実行結果が書き込まれない入力専用レジスタ以外のレジスタから命令の出力先を指定する。 - 特許庁

On the other hand, when the character recognition part 20a cannot correctly recognize the character string, the controller 20 issues an instruction to the light source controller 28 to increase (brighten) the light source luminance only by one level, and causes the imaging part 26 to capture the test image and causes the character recognition part 20a to recognize the character string again.例文帳に追加

一方、正しく認識できなかった場合には、制御部20は、光源制御部28に指示をして光源輝度を1段階だけ高く(明るく)させ、再びテスト画像の撮像と文字列の認識を行わせる。 - 特許庁

To provide a semiconductor memory device permitting to write a data pattern consisting of bit-string data including at least one or more zero logic, and to provide an electrical test method therefor.例文帳に追加

少なくとも1つ以上の0論理を含むビット列データからなるデータパターンを書き込むことができる半導体メモリ素子およびその電気的検査方法を提供する。 - 特許庁

To generate test data meeting restrictions on testing of software, with practical temporal and spatial computational complexity even when the restrictions includes many character string variables.例文帳に追加

ソフトウェアのテストの制約が多数の文字列変数を含む場合でも,実用的な時間空間計算量で制約を充足するテストデータを生成できるようにする。 - 特許庁

In the data collection system in which data detected at least by one slave station, are transmitted to the master station by radio, the system is provided with a radio communication environment diagnosis means in which the slave station transmits bit string data for predetermined test to the master station, and the master station returns the receiving result of the bit string data for the test to the slave station.例文帳に追加

少なくとも1台の子局で検出されるデータを無線により親局に送信するデータ収集システムにおいて、 前記子局より所定のテスト用ビット列データを前記親局の送信し、前記親局より前記テスト用ビット列データの受信結果を前記子局に返す、無線通信環境診断手段を備える。 - 特許庁

The data conversion method includes steps of: identifying a character string the output as text data of which should be avoided from content data to be processed; converting the identified character string into substitution data other than test data while maintaining the content of the character string; and creating disclosure content data for maintaining a disclosure content of the content data by use of the data other than the character string in the content data and the substitution data.例文帳に追加

本データ変換方法は、処理すべきコンテンツデータからテキストデータとしての出力を回避すべき文字列を特定する工程と、特定された文字列を、当該文字列の内容を維持し、テキストデータ以外の置換データに変換する工程と、コンテンツデータにおける文字列以外のデータと置換データとを用いて、コンテンツデータの公開内容を維持するための公開コンテンツデータを生成する工程とを含む。 - 特許庁

例文

A controller 20 issues an instruction to a light source controller 28 to set minimum light source luminance, and issues an instruction to an image processing part 24 to project a test image including a character string.例文帳に追加

制御部20は、光源制御部28に指示をして光源輝度を最小輝度に設定させるとともに、画像処理部24に指示をして文字列を含んだテスト画像を投写させる。 - 特許庁




  
Copyright © Japan Patent office. All Rights Reserved.
  
この対訳コーパスは独立行政法人情報通信研究機構の研究成果であり、Creative Commons Attribution-Share Alike 3.0 Unportedでライセンスされています。
  
Copyright (C) 1994-2004 The XFree86®Project, Inc. All rights reserved. licence
Copyright (C) 1995-1998 The X Japanese Documentation Project. lisence
  
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.
  
© 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 (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.
  
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