| 例文 |
program statementsの部分一致の例文一覧と使い方
該当件数 : 34件
a program that translates and executes source language statements one line at a time 例文帳に追加
一度に一行ずつソース言語翻訳して実行するプログラム - 日本語WordNet
a program written in a language from which statements are translated into machine language 例文帳に追加
その文が機械語に翻訳される言語で書かれたプログラム - 日本語WordNet
FINANCIAL STATEMENT INPUT OCR SYSTEM AND FINANCIAL STATEMENTS INPUT PROGRAM例文帳に追加
決算書入力OCRシステムおよび決算書入力プログラム - 特許庁
To reflect modification of a database definition statements on a program distribution destination to the database definition statements on a program sender's address by means of a terminal unit of a control system controlling a system.例文帳に追加
システムを管理する管理システムの端末装置が、プログラム配布先でのデータベース定義文の修正を、プログラム配布元のデータベース定義文に反映させる。 - 特許庁
To automatically update database definition statements of program specifications when a user as a program distribution destination modifies the database definition statement; and to control each version of the database definition statements.例文帳に追加
プログラム配布先のユーザがデータベース定義文を修正したとき、プログラム仕様書のデータベース定義文を自動更新し、それぞれのバージョンを管理する。 - 特許庁
This program editing device generates a program consisting of statements S that the processor of the printer can perform.例文帳に追加
プログラム編集装置は、プリンタの処理装置が実行可能なステートメントSからなるプログラムを生成する。 - 特許庁
The different elements of the macro language are: Macro variables, macro program statements, macro functions. 例文帳に追加
マクロ言語における異なる要素は、マクロ変数、マクロプログラム文、マクロ関数である。 - コンピューター用語辞典
a line of element statements which corresponds to the specific operation named micro program 例文帳に追加
マイクロプログラムという,特定の計算機の演算に対応する要素的な命令の列 - EDR日英対訳辞書
A bench mark program 11 is embedded with a plurality of trace statements for executing a prescribed instruction.例文帳に追加
ベンチマークプログラム11は、所定の命令を実行する複数のトレイス文を埋め込まれる。 - 特許庁
When a program is loaded, the computers program counter is pointed to the beginning of the instructions and then sequentially executes the statements that follow. 例文帳に追加
プログラムがロードされるとコンピュータのプログラムカウンタは命令群の始まりを指し、続く文を順次実行して行く。 - コンピューター用語辞典
You can embed the statements in an application program or enter them interactively through SPUFI 例文帳に追加
ステートメントを適用業務プログラムに組み込んだり,SPUFIを通じて対話式に入力することがきる - コンピューター用語辞典
During the compilation step, the FORTRAN compiler analyzes the sourse program statements and translates them into an object module 例文帳に追加
FORTRANコンパイラーは,コンパイルの段階で,原始プログラムステートメントを分析し,それらを目的(オブジェクト)モジュールに翻訳する - コンピューター用語辞典
Statements are independent: if you stop the program with a breakpoint between statements, you can then assign a new value to any variable or change the program counter to any other statement in the function and get exactly the results you would expect from the source code. 例文帳に追加
つまり、ブレークポイントでプログラムを停止させることによって、任意の変数に新しい値を代入したり、プログラムカウンタを他の文へと変更することを可能とし、そのソースコードにプログラマが望む正しい結果を得ることを可能にします。 - JM
To facilitate program development by dispensing with the complicated work such as the relearning of statements utilized for each language at the development of an application program for a handy terminal.例文帳に追加
ハンディターミナルの応用プログラム開発時、言語毎に利用ステートメントを再学習すること等の煩雑な作業を不要にして、プログラム開発を容易にする。 - 特許庁
To provide a method, system and program product to detect reduction variables in assignment statements in source codes for enabling parallel execution of program loops.例文帳に追加
プログラム・ループの並列実行を可能にする、ソース・コード内の代入ステートメントのリダクション変数を検出する方法、システム、およびプログラム製品を提供すること。 - 特許庁
Imperative programming is a programming style that describes computation in terms of a program state and statements that change the program state. 例文帳に追加
命令型プログラミングとはプログラミングの仕方の一つであり、そこではプログラム状態とそのプログラム状態を変化させる命令文とに基づいて計算を記述する。 - コンピューター用語辞典
A program and sub-information to be embedded are inputted, and at least one statement which expresses the sub-information and which does not affect the result of the execution of the program after statement implementation is generated by a preliminarily decided method, and those statements are inserted into the program, and the program to which the statements are added is outputted.例文帳に追加
本発明は、プログラと埋め込みたい副情報を入力とし、予め決められた方法で、副情報を表現する実行されてもプログラムの動作結果に影響を与えない1つ以上の命令文を生成し、それらの命令文をプログラムに挿入し、命令文が付加されたプログラムを出力する。 - 特許庁
The inspection program employee verifies statements on the application, when necessary, by requesting appropriate documentation from the applicant.例文帳に追加
検査プログラム担当職員は、必要なときには、申請者に適切な文書の提出を要請して、申請書の記述内容を確認する。 - 厚生労働省
If removing all exception handling logic (try-catch statements) from the program, the remaining code should represent the "One True Path" -- the flow that would be executed in the absence of errors. 例文帳に追加
すべての例外処理ロジック (try-catch 文) をプログラムから取り除くと、残った部分が "One True Path"、つまりエラーがない場合に通る処理の流れになっているべきです。 - PEAR
Exception: if the last command was a "list" command, the next 11 lines arelisted.Commands that the debugger doesn't recognize are assumed to be Python statements and are executed in the context of the program being debugged.例文帳に追加
例外: 直前のコマンドが"list"コマンドならば、次の11行がリストされます。 デバッガが認識しないコマンドはPython文とみなして、デバッグしているプログラムのコンテキストおいて実行されます。 - Python
When testing the IC card program, the IC card test device 1 successively interprets statements included in the designated test script, and makes an emulator 2 execute the interpreted processing for testing the IC card program stored in the emulator 2.例文帳に追加
ICカードプログラムをテストするとき、ICカードテスト装置1は、指定されたテストスクリプトに含まれるステートメントを逐次解釈し、解釈した処理をエミュレータ2に実行させることで、エミュレータ2に記憶されたICカードプログラムをテストする。 - 特許庁
To provide a coding check support system, a coding support method and a coding support program that can streamline the tuning of SQL statements by facilitating the understanding of underperforming descriptions.例文帳に追加
パフォーマンスの悪い記述を容易に把握して、SQL文のチューニングを効率よく行なうことができるコーディングチェック支援システム、コーディング支援方法及びコーディング支援プログラムを提供する。 - 特許庁
A trance output part 14 continuously and cyclically executes the bench mark program 11, and selects and executes the trace statements based on the instruction, and outputs the result as trace data.例文帳に追加
トレイス出力部14は、ベンチマークプログラム11を連続して繰り返し実行すると共に、前記指示に基づいてトレイス文を選択して実行し、その結果をトレイスデータとして出力する。 - 特許庁
To provide a management improvement support system and a program which extend a support for the management improvement by providing suitable information about the management improvement based on financial statements and the like of a corporate client.例文帳に追加
クライアント企業の財務諸表等に基づいて経営改善に関する適切な情報を提供して経営改善を支援する経営改善支援システムおよびプログラムを提供することである。 - 特許庁
From an information source that is table definitions by a definition support processing part 31, a program generation processing part 35 automatically generates products that are table generation statements 4, database manipulation programs 5 and maintenance tools 6.例文帳に追加
定義支援処理部31によるテーブル定義を情報源として、製品であるテーブル生成分4,データベース操作プログラム5,メンテナンスツール6を、プログラム生成処理部35によって自動的に生成する。 - 特許庁
Since the definition “medium to provide a program” in claim 1 itself is not clear enough to specify the relationship between “information (program)” and “medium,” it can be interpreted to include two alternatives, namely “medium to transmit a program” and “medium to record a program” by taking into consideration the statements of the detailed description of the invention with the common general knowledge of a person skilled in the art. 例文帳に追加
請求項1における「提供する」媒体という記載だけでは、情報と媒体との関係が不明確であるため、発明の詳細な説明における説明を当業者の技術常識をもって考慮してみると、特許を受けようとする発明としての媒体は、情報を記録する媒体に加え、情報を伝送する媒体も含むものと解される。 - 特許庁
To provide a computer program for financial analysis for enabling anyone to easily decide window-dressing settlement concerning financial statements regardless of a technique therefor or regardless of financial knowledge.例文帳に追加
財務諸表に関して粉飾決算がなされた場合、粉飾の手法の如何に拘わらず、財務知識の有無を問わず、誰もが容易にそのことを判定できるようにした財務分析用コンピュータ・プログラムを提供すること。 - 特許庁
To provide a business allocation method and program by obtaining a way of business allocation concerning a revenue slip for the portion of general budget, where the business is not specified, in a system for generating four basic financial statements by each business field.例文帳に追加
事業分野別の財務書類4表作成を実現するシステムにおいて、事業を特定できない一般財源分の歳入伝票について、いかに事業配賦するかを課題とし、これを実現する事業配賦方法及びプログラムを提供する。 - 特許庁
The object-oriented program creation support system 1 provides a quality checking section 5 for inspecting quality of actions prepared when software development for creating actions by action statements of object-oriented dynamic analysis applying the MDA is supported.例文帳に追加
オブジェクト指向プログラム作成支援システム1は、MDAを適用したオブジェクト指向の動的分析のアクション記述でアクションを作成するソフトウェアの開発を支援するに際して、作成されるアクションの品質を検査する品質チェック部5を設けている。 - 特許庁
A program execution part 1 executes respective threads by statements to generate 1st information, representing access to a common variable and 2nd information showing which parallel operation unit can operate next as to respective points of time of possible execution paths.例文帳に追加
プログラム実行部1は、各スレッドをステートメントごとに実行することによって、ありうる実行経路の各時点について、共有変数のアクセスを表す第1の情報と、次にどの並列動作単位が動作可能かを表す第2の情報と、を作成する。 - 特許庁
Source statements for various compilers in the specified order are generated by specifying the various functions to be executed by the handy terminal with a cursor or the like on a handy terminal screen displayed on a host computer in an application program developing system for the handy terminal.例文帳に追加
ホストコンピュータに表示させたハンディターミナル図上でハンディターミナルに実行させたい各種機能をカーソル等で指定させることにより、指定順に従った各種コンパイラ向けのソースステートメントを生成させることを特徴とする、ハンディターミナル用応用プログラム開発システム。 - 特許庁
A system 100 and method of the present invention supports the generation of a unified executable program through the use of directive statements which are analyzed in conjunction with semantic structures in a parsed source code to generate appropriate source code targeted to implicit and explicit processing elements.例文帳に追加
システム100及び方法は、命令ステートメントの利用した一体化実行可能プログラムの生成をサポートし、命令ステートメントは、黙示的及び明示的処理要素に対する適切なソースコードを生成するべく、構文解析済みソースコードにおける意味的構造と関連して分析される。 - 特許庁
.On websites selling downloadable website creation software, presenting statements such as "Easy to download," without clearly showing that a specified version type of OS is required, despite the fact that the program will not function on a computer without the appropriate OS version installed. 例文帳に追加
ウェブページ作成ソフトをダウンロード方式により販売するサイトにおいて、一定の基準を満たすOSをインストールしたパソコンでないと当該ソフトウェアを使用できないにもかかわらず、「簡単にダウンロードできます」と、そのOSの種類を明示せずに、あたかもすべてのパソコンで使用できるかのように表示すること。 - 経済産業省
| 例文 |
| Copyright © National Institute of Information and Communications Technology. All Rights Reserved. |
| Copyright © Japan Patent office. All Rights Reserved. |
| Copyright (C) 1994- Nichigai Associates, Inc., All rights reserved. |
| Copyright © Japan Patent office. All Rights Reserved. |
| 日本語ワードネット1.1版 (C) 情報通信研究機構, 2009-2026 License. All rights reserved. WordNet 3.0 Copyright 2006 by Princeton University. All rights reserved.License |
| Copyright © Ministry of Health, Labour and Welfare, All Right reserved. |
| Copyright Ministry of Economy, Trade and Industry. All Rights Reserved. |
| この対訳コーパスは独立行政法人情報通信研究機構の研究成果であり、Creative Commons Attribution-Share Alike 3.0 Unportedでライセンスされています。 |
| 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/ ). |
| 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会員(無料)になると
|


