1153万例文収録!

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


小窓モード

プレミアム

ログイン
設定

設定

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

セーフサーチ:オン

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

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

セーフサーチについて

action codeの部分一致の例文一覧と使い方

該当件数 : 210



例文

When the recording medium with the code is not detected in spite of a printing instruction with the code (route of NO), an error is displayed and a printing action is stopped (S4).例文帳に追加

コード付き印刷命令が来たにもかかわらず、コード付き記録媒体が検出されないと(NOのルート)、エラーが表示され印刷動作は中止となる(S4)。 - 特許庁

To provide a two-dimensional code, capable of increasing the change for a customer, a consumer or the like to browse information by awakening the action of reading a code.例文帳に追加

顧客や消費者等に対して、コードを読み取る行動を喚起して、情報の閲覧可能性を高くすることができる二次元コードを提供する。 - 特許庁

The receipt description information is searched to select, from injury and disease codes having the same receipt ID as the read medical action code or medicine code, those contained in the read injury and disease code.例文帳に追加

レセプト記載情報を探索し、読み出された診療行為コードまたは医薬品コードと同一のレセプトIDを有する傷病名コードのうち、読み出された傷病名コードに含まれるものを選択する。 - 特許庁

To accurately detect a trigger action of code information reading corresponding to a characteristic motion of a user's hand.例文帳に追加

ユーザの手の特徴的な動きに対応するコード情報読取のトリガアクションを正確に検出することである。 - 特許庁

例文

Penal action shall be public and the general provisions of Book 1 of the Penal Code are applicable insofar as they are compatible with the present Law. 例文帳に追加

刑事訴訟は,公開するものとし,刑法典第1巻の総則は,本法に適合する限り適用する。 - 特許庁


例文

Matters to be Stated in Document of Inquiry prior to Filing of Action and Response Thereto, etc.; Article 132-2, etc. of the Code 例文帳に追加

訴えの提起前における照会及び回答の書面の記載事項等・法第百三十二条の二等 - 日本法令外国語訳データベースシステム

Whether they contain not only a code of ethics but also specific guidelines and standards for action. 例文帳に追加

また、その内容は単に倫理規定に止まらず、具体的な行動指針や基準を示すものとなっているか。 - 金融庁

The empty message-queues indicate that the user interface is idle and that the automation code may process its next action.例文帳に追加

空のメッセージキューは、ユーザインターフェースがアイドルであることと、オートメーションコードが次のアクションを処理できることを示す。 - 特許庁

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

例文

The linker 23 acquires a character code stream 423 for action corresponding to a character code stream 421 of the word from a data base 417 or 425 and controls the computer 401 so as to execute the action corresponding to the character code stream for action (such as accessing a specified URL, starting a specified application program or opening a specified file, for example).例文帳に追加

リンカー23は、データベース417又は425から、その言葉の文字コード列421に対応するアクション用文字コード列423を取得して、そのアクション用文字コード列に対応するアクション(例えば、特定のURLにアクセスする、特定のアプリケーションプログラムを起動する、特定のファイルを開く、など)が実行されるように、コンピュータ401を制御する。 - 特許庁

例文

To prevent an illegal action of copying a received ID code to another game device for utilization when proceeding a game while utilizing the ID code received at a game device.例文帳に追加

ゲーム装置で受信したIDコードを利用してゲームを進行させる場合に、受信されたIDコードを他のゲーム装置にコピーして利用するといった不正を防止すること。 - 特許庁

A user inputs a code, and thereafter the microprocessor extracts an operation instruction corresponding to the code from the image database and the instruction database to execute it, or executes a communication action corresponding to the code by searching for a communication destination.例文帳に追加

ユーザが記号を入力した後、マイクロプロセッサが、画像データベース及び命令データベースから、記号に対応する操作命令を取り出して実行、又は連絡先を探して記号に対応する通信アクションを行う。 - 特許庁

The reassembler loads the source code and a first binary code which is compiled from the source code, reconstructs a second binary code on which a sign instruction which is a lead for the action of the transport mechanism and does not affect the processing of the processor is written, and loads it in the memory.例文帳に追加

リアセンブラは、ソースコードおよび該ソースコードからコンパイルされた第1のバイナリコードを取り込んで、転送機構の動作の手がかりとなり且つプロセッサの処理に影響を与えない標識命令を書き込んだ第2のバイナリコードを再構成してメモリにロードする。 - 特許庁

According to this method, the program code which has possibility to produce potentially no response action is lapped over by a timer.例文帳に追加

本発明の方法によれば、潜在的に無応答行動を生じる可能性のあるプログラムコードがタイマーにラップされる。 - 特許庁

Article 41 A counsel may undertake a procedural action independently only when especially provided for in this Code. 例文帳に追加

第四十一条 弁護人は、この法律に特別の定のある場合に限り、独立して訴訟行為をすることができる。 - 日本法令外国語訳データベースシステム

HTML Form for Logon on index.phpIn the index.php file, enter the following code before the closing /body tag: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> 例文帳に追加

index.php 上のログオン用の HTML フォーム index.php ファイルで、次のコードを終了 /body タグの前に入力します。 - NetBeans

See if you can use code completion and the Fix Imports context menu action to reproduce the following catch block: } catch (JAXBException ex) 例文帳に追加

コード補完と「インポートを修正」コンテキストメニューアクションを使用し、次の catch ブロックを再生成できるかどうかを確認します。 - NetBeans

A main control board 310 generates individual authentication data for authenticating individuals by the number of divisions, generates a synchronous code and an action code for authenticating an action order, and transmits these authentication values to a peripheral board 320.例文帳に追加

主制御基板310は、個体を認証するための個体認証データを分割数分生成するとともに、動作順序を認証するための同期コードおよび動作コードを生成し、これらの認証値を周辺基板320に送信する。 - 特許庁

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

This computer control circuit is provided with a selector 41 to select one of an output of a latch 50 holding an output instruction code, an instruction code outputted from the synchronous type memory, a Nop instruction code, and an instruction code generated at a breakpoint, and a register 55 to control selecting action of the selector 41.例文帳に追加

出力命令コードを保持するラッチ50の出力、同期式メモリから出力される命令コード、Nop命令コード、およびブレークポイントで発生した命令コードの内の1つを選択するセレクタ41と、該セレクタ41の選択動作を制御するレジスタ55を具備する。 - 特許庁

Permission to use, copy, modify, and distribute this Python softwareand its associated documentation for any purpose (subject to therestriction in the following sentence) without fee is hereby granted,provided that the above copyright notice appears in all copies, andthat both that copyright notice and this permission notice appear insupporting documentation, and that the name of InfoSeek not be used inadvertising or publicity pertaining to distribution of the softwarewithout specific, written prior permission. This permission isexplicitly restricted to the copying and modification of the softwareto remain in Python, compiled Python, or other languages (such as C)wherein the modified or derived code is exclusively imported into aPython module.INFOSEEK CORPORATION DISCLAIMS ALL WARRANTIES WITH REGARD TO THISSOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY ANDFITNESS. IN NO EVENT SHALL INFOSEEK CORPORATION BE LIABLE FOR ANYSPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVERRESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OFCONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR INCONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.The profiler was written after only programming in Python for 3 weeks.As a result, it is probably clumsy code, but I don't know for sure yet'cause I'm a beginner :-). 例文帳に追加

Permission to use, copy, modify, and distribute this Python softwareand its associated documentation for any purpose (subject to therestriction in the following sentence) without fee is hereby granted,provided that the above copyright notice appears in all copies, andthat both that copyright notice and this permission notice appear insupporting documentation, and that the name of InfoSeek not be used inadvertising or publicity pertaining to distribution of the softwarewithout specific, written prior permission. This permission isexplicitly restricted to the copying and modification of the softwareto remain in Python, compiled Python, or other languages (such as C)wherein the modified or derived code is exclusively imported into aPython module.INFOSEEK CORPORATION DISCLAIMS ALL WARRANTIES WITH REGARD TO THISSOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY ANDFITNESS. IN NO EVENT SHALL INFOSEEK CORPORATION BE LIABLE FOR ANYSPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVERRESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OFCONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR INCONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.このプロファイラは私が Python プログラミングを始めてからわずか3週間後に書いたものです。 - Python

The peripheral board 320 authenticates the individual of the main control board 310 using the individual authentication data, specifies the kind of the packet information which is an original of the synchronous code based on the number of the individual authentication data when the authentication of the individual is established, and authenticates the action order using the synchronous code and the action code.例文帳に追加

周辺基板320は、個体認証データを用いて主制御基板310の個体を認証するとともに、個体の認証が成立した際の個体認証データの個数に基づいて同期コードの元となるパケット情報の種類を特定し、同期コードおよび動作コードを用いて動作順序を認証する。 - 特許庁

Independently of the criminal action, the aggrieved party may bring any civil suits he considers as appropriate pursuant to the Civil Procedure Code. 例文帳に追加

被侵害者は,刑事訴訟とは別に,民事訴訟法に従って自己が適切とみなす民事訴訟を提起することができる。 - 特許庁

(v) An order in lieu of settlement under the provisions of Article 275-2(1) of the Code of Civil Procedure in an action on small claim 例文帳に追加

五 少額訴訟における民事訴訟法第二百七十五条の二第一項の規定による和解に代わる決定 - 日本法令外国語訳データベースシステム

iDistinguishes user input from displayed textcommentComments relevant to the action(s) that appear after the commentkeywordDenotes a keyword in the language used in the code sampleidentUsed for an identifierconstUsed for a constantstmtUsed for a statementvarUsed for a variableNote: Remember that all leading and trailing spaces, and line breaks inpre blocks will appear in the displayed html page. 例文帳に追加

ユーザー入力と表示テキストを区別します 後に続くアクションに関連するコメント - Gentoo Linux

This action removes the column from the result set and from the SQL query that is in the Source Code pane, as shown in the following figure.例文帳に追加

この操作によって、次の図に示すように、結果セットと、「ソースコード」区画内の SQL クエリーからこれらの列が削除されます。 - NetBeans

When an action is brought for compensation for damage and costs, the provisions of Chapter 7, section 12, of the Code of Judicial Procedure apply. 例文帳に追加

損害及び費用の補償に関して訴訟が提起された場合は,訴訟手続法第7章第12条の規定が適用される。 - 特許庁

When an action is brought for compensation for damage and costs, the provisions of Chapter 7, Section 12, of the Code of Judicial Procedure apply. 例文帳に追加

損害及び費用に係る補償に関して訴訟が提起された場合は,訴訟手続法第7章第12条の規定が適用される。 - 特許庁

When an action is brought for compensation for damage and costs, the provisions of Chapter 7, section 12, of the Code of Judicial Procedure apply. 例文帳に追加

損害及び費用に係る補償を求めて訴訟が提起された場合は,訴訟手続法第7章第12条の規定が適用される。 - 特許庁

To prevent an illegal action to obtain an article without inputting an article identification code, at low cost and low power consumption.例文帳に追加

商品識別コードを入力することなく商品を入手するといった不正を、低消費電力及び低コストで実現する。 - 特許庁

The Validate action prevented you from being able to translate the JSP code into a servlet.Therefore, the Validate action did not discover syntax errors that occur at translation time or runtime.This is now possible again. 例文帳に追加

「検査」アクションを実行すると、JSP コードをサーブレットに変更できなくなり、変換時または実行時に発生する構文エラーを検出できませんでした。 このリリースでは、コンパイルできるようになっています。 - NetBeans

When a code image formed to paper P can be read, the image formation action to the paper P is controlled on the basis of a product ID obtained by reading the code image.例文帳に追加

ペーパPに形成されているコード画像を読み取ることができる場合には、当該コード画像を読み取ることにより得られるプロダクトIDに基づいて、ペーパPに対する画像形成動作を制御する。 - 特許庁

The IDE will open up the Source Code window and scroll to where you implement the action you want the button to do when the button is pressed (either by mouse click or via keyboard).Your Source Code window should contain the following lines:private void jButton3ActionPerformed(java.awt.event.ActionEvent evt)例文帳に追加

「ソースコード」ウィンドウが開き、マウスまたはキーボードを使用してボタンがクリックされたときに実行するアクションを実装する場所までスクロールされます。 「ソースコード」ウィンドウには次の行が表示されます。 - NetBeans

This action detector for detecting the action of an object to be monitored, has a sensor for detecting acceleration or vibration; a comparing means for comparing the detection data of the sensor with a prescribed threshold or pattern; an event code data storing means for storing predetermined event code data; and an event code data transmitting means for transmitting event code data on the basis of the compared result of the comparing means.例文帳に追加

本発明の動作検知装置は、被監視対象の動作を検知するための装置であって、加速度あるいは振動を検出するセンサと、センサの検出データを、所定の閾値あるいはパターンと比較する比較手段と、予め設定されたイベントコードデータをストアするイベントコードデータストア手段と、比較手段の比較結果に基づいてイベントコードデータを送信するイベントコードデータ送信手段とを有する。 - 特許庁

A program 100a has a protection part starting identifier 13, a protection part termination identifier 14, a protection part retrieval routine call code 11 and a protection action releasing routine call code 12 other than optional codes 101, 103 and a protection object code 102.例文帳に追加

プログラム100aは、任意のコード101,103及び保護対象コード102の他に、保護箇所開始識別子13と保護箇所終了識別子14と保護箇所検索ルーチン呼び出しコード11と保護作用解除ルーチン呼び出しコード12とを有する。 - 特許庁

When the code image cannot be read, the image formation action to the paper P is controlled on the basis of a product ID obtained by reading a spare image corresponding to the code image whose read hysteresis is stored in a code read hysteresis storage part 24.例文帳に追加

コード画像を読み取ることができない場合には、コード読取履歴記憶部24に読取履歴が記憶されているコード画像に対応するスペア画像を読み取ることにより得られるプロダクトIDに基づいて、ペーパPに対する画像形成動作を制御する。 - 特許庁

Thus, even when area code is changed, original transmission by the one-easy-action key or the abbreviation dial is easily executed.例文帳に追加

従って、市外局番が変更された場合にも、ワンタッチキーあるいは短縮ダイヤルによる原稿送信を容易に実行させることができる。 - 特許庁

To attain easy manufacturing of a motor with preventing a connecter base part from over power action and with reducing the space necessary to place the motor and a code.例文帳に追加

コネクタ根本部に過大な力が作用するのを防止し、モータ及びコードを配設するのに必要なスペースを小さくし、製造を容易にする。 - 特許庁

To provide a program analyzing apparatus which analyzes a conditional branch described in a source code and its action to easily detect the omission or overlap of a corresponding relation between the condition of the conditional branch and the action.例文帳に追加

ソースコードに記述された条件分岐とそのアクションの解析を行ない、条件分岐の条件とアクションとの対応関係の欠落や重複を発見しやすくするためのプログラム解析装置を提供する。 - 特許庁

(2) The document set forth in the preceding paragraph shall have attached material clarifying that the person who is taking over the action is the person specified in the relevant item of paragraph (1) of Article 124 (Discontinuation and Taking Over of Action) of the Code. 例文帳に追加

2 前項の書面には、訴訟手続を受け継ぐ者が法第百二十四条(訴訟手続の中断及び受継)第一項各号に定める者であることを明らかにする資料を添付しなければならない。 - 日本法令外国語訳データベースシステム

The contract contents are that the article manufacturer attaches the bar code BC, etc., to the specific article and the robot manufacturer manufactures the robot device 1 which takes the specific action when recognizing the bar code BC, etc.例文帳に追加

契約内容は、商品製造メーカーでは、特定商品にバーコードBC等を付し、ロボット製造メーカーでは、ロボット装置1がバーコードBC等を認識したとき所定を行動を発現する、といった内容である。 - 特許庁

For this facsimile equipment 100, an area code retrieval part 9 and an area code conversion part 10 are disposed in a for controller unit 50, and when the area code is changed, the registration fax number of an one- easy-action key or the abbreviation dial stored in a destination information storage part 3 is converted automatically.例文帳に追加

FAXコントローラユニット50に市外局番検索部9および市外局番変換部10が配設され、市外局番が変更された場合、宛先情報記憶部3に記憶されたワンタッチキーあるいは短縮ダイヤルの登録ファックス番号が自動的に変換される。 - 特許庁

A picture transition diagram temporary execution code generation means 4 applies a temporary action module stored in a temporary action module library 3 to each block of picture transition diagram information stored in a picture transition diagram storing means 2, and generates an execution code on the basis of the application information of the temporary action module and the picture transition diagram information stored in the picture transition diagram storage means 2.例文帳に追加

画面遷移図仮実行用コード生成手段4は、画面遷移図記憶手段2に記憶されている画面遷移図情報の各ブロックに仮アクションモジュールライブラリ3に記憶されている仮アクションモジュールを適用すると共に、仮アクションモジュールの適用情報及び画面遷移図記憶手段2に記憶されている画面遷移図情報に基づき実行コードを生成する。 - 特許庁

In the scanning tracking channel, integral action time for evaluating correlation is shortened and a range where the shift between a code phase and a frequency is estimated at the maximum is scanned.例文帳に追加

走査追尾チャンネルでは、相関を評価する積分時間を短くして、符号位相と周波数のずれを最大で見積もった範囲を走査する。 - 特許庁

An application for an injunction under Section 38 may be heard at the same time as an action under Section 2 of Chapter 49 of the Penal Code or Section 39 of this Act. 例文帳に追加

第38条に基づく差止命令の申請は,刑法第49章第2条又は本法第39条に基づく訴訟と同時に審理することができる。 - 特許庁

By an unfairly obtained identification code, the control part 101 of the pachinko machine 100 to be an object can not be controlled and an unfair action can be prevented.例文帳に追加

不正に知得した識別符号では目的とするパチンコ台100の制御部101が制御できなくなり、不正行為を未然防止できる。 - 特許庁

To provide a method for a training of an equalizer for a transceiver, in compliance with the ADSL addendum C that eliminates inter-code interference so as to neutralize the action of a strong crosstalk noise.例文帳に追加

ADSL付録Cトランシーバの等化器を訓練して、符号間干渉を排除し、強いクロストーク雑音の作用を無力化するようにする。 - 特許庁

The robot device 1 which autonomously acts recognizes the bar code BC attached to a can 100a of juice and takes a specific action.例文帳に追加

自律的に行動をするロボット装置1が、ジュースの缶100aに付されているバーコードBCを認識して、所定の行動を発現するようにする。 - 特許庁

To provide a facsimile equipment capable of readily executing original transmission by a one-easy-action key or an abbreviation dial, even when an area code is changed.例文帳に追加

市外局番が変更された場合にも、ワンタッチキーあるいは短縮ダイヤルによる原稿送信を容易に実行可能なファクシミリ装置を提供する。 - 特許庁

例文

To give a desired instrumentation of an optional type to an optional target program by carrying out an instrumentation action without correction of a target program code.例文帳に追加

ターゲットプログラムのソースコードや実行可能コードを修正することなく、所望の任意のタイプのインスツルメンテーションを任意のターゲットプログラムに対して提供する。 - 特許庁




  
Copyright © Japan Patent office. All Rights Reserved.
  
Copyright(C) 2026 金融庁 All Rights Reserved.
  
Copyright © Japan Patent office. All Rights Reserved.
  
日本法令外国語訳データベースシステム
※この記事は「日本法令外国語訳データベースシステム」の2010年9月現在の情報を転載しております。
  
この対訳コーパスは独立行政法人情報通信研究機構の研究成果であり、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-2010 Gentoo Foundation, Inc.
The contents of this document are licensed under the Creative Commons - Attribution / Share Alike license.
  
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.
こんにちは ゲスト さん

ログイン

Weblio会員(無料)になると

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

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

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

ログイン

Weblio会員(無料)になると

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

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

無料会員に登録する

©2026 GRAS Group, Inc.RSS