| 例文 |
"Source code"を含む例文一覧と使い方
該当件数 : 1186件
At first, not only an HTML source 132 and a Java(R) applet 134 but also a Java(R) source 136(the template of the source code of processing) are downloaded from a server 110 to a client 120 as shown by the figure (a).例文帳に追加
まず、図4(a)に示すように、サーバ110からクライアント120に、HTMLソース132およびJava(R)アプレット134に加え、Java(R)ソース136(処理のソースコードのテンプレート)もダウンロードする。 - 特許庁
The encoding processing and decoding processing of voice signals is performed by use of the sound source code books suitable for individual voices of users in this way, thereby, clear voice communications equal to a general public telephone can be realized.例文帳に追加
このように、ユーザ個々の音声に適した音源コードブックを使用して音声信号の符号化処理および復号化処理を行うことで、一般公衆電話と同等の明瞭な音声通話を実現できる。 - 特許庁
When converting mainly a high-level programming language (Java(R), C, C++ or the like) into a hardware description language, first of all, a source code of a program written in the high-level programming language is converted into an activity diagram.例文帳に追加
主にハイレベルプログラミング言語(Java(登録商標)、C、C++など)をハードウエア記述言語に転換する時は、該ハイレベルプログラミング言語により書かれたプログラムの原始コードを先ずアクティビティダイアグラムに転換する。 - 特許庁
A source code is described all in a high-level language and includes a library description part consisting of functions etc. defined in the high-level language and a general description part other than the library description part corresponding to an assembler code of a target processor.例文帳に追加
ソースコードは、全て高級言語で記述され、ターゲットプロセッサのアセンブラコードに対応して、高級言語で定義された関数等からなるライブラリ記述部と、ライブラリ記述部以外の汎用記述部とを含む。 - 特許庁
In temporary execution of the instruction code, when a variable to be operated is determined to be an instruction code to be executed in an unlocked state, the position of a source code with the instruction code described therein is displayed on a screen.例文帳に追加
そして、その命令コードの仮実行において、操作する変数がアンロック状態で実行される命令コードであると判定した場合には、その命令コードが記述されているソースコードの位置を画面に表示する。 - 特許庁
To provide a sequence diagram creation device, a sequence diagram creation method and a computer program for creating a sequence diagram whose only necessary section is modeled while repeatedly detecting branch or the like even if a large scale source 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.例文帳に追加
ソースコードに記述された条件分岐とそのアクションの解析を行ない、条件分岐の条件とアクションとの対応関係の欠落や重複を発見しやすくするためのプログラム解析装置を提供する。 - 特許庁
An encoded information analysis unit 602 outputs transmission mode information and an additional information flag to an additional processing unit 603 and outputs an information source code of each layer to the additional processing unit 603 according to the transmission mode information.例文帳に追加
符号化情報解析部602は、伝送モード情報、及び付加情報フラグを付加処理部603に出力し、伝送モード情報に応じて各レイヤの情報源符号を付加処理部603に出力する。 - 特許庁
To provide an XSLT code analysis program capable of carrying out an analysis of a source code suitable for XSLT, an XSLT code analysis method, an XSLT code analysis device and a recording medium.例文帳に追加
XSLTに適したソースコードの解析を実行することのできるXSLTコード解析プログラム、XSLTコード解析方法、XSLTコード解析装置及び記録媒体の提供を目的とする。 - 特許庁
(i) Programs for using an attitude direction reference system (excluding those using the gimbal method), inertial navigation systems, and other inertial systems (limited to those with source code) or technology (excluding programs) necessary for the design of those programs 例文帳に追加
一 姿勢方位基準装置(ジンバル方式のものを除く。)、慣性航法装置その他の慣性装置を使用するためのプログラム(ソースコードのものに限る。)又はそのプログラムの設計に必要な技術(プログラムを除く。) - 日本法令外国語訳データベースシステム
These problems are resolved as expeditiously as possible, but whether or not FreeBSD-CURRENT brings disaster or greatly desired functionality can be a matter of which exact moment you grabbed the source code in!24.2.1.2 Who Needs FreeBSD-CURRENT? 例文帳に追加
これらの問題は可能な限り迅速に解決されますが、 FreeBSD-CURRENT が不幸をもたらすか、それとも非常に素晴らしい機能をもたらすかは、まさにソースコードを手に入れた瞬間によるのです! 17.2.1.2. 誰が FreeBSD-CURRENTを必要としてるの? - FreeBSD
However, if you are dedicated to modeling, and keep aware of what your target output is, you will easily advance in your implementation when you generate the source code, and hence obtain the benefits model driven development. 例文帳に追加
しかし、もしユーザーがモデリングに打ち込み、ターゲット出力が何であるかを理解し続ければ、ソースコード生成時の実装を簡単に進めることができ、モデル駆動型開発の恩恵を得ることができるでしょう。 - NetBeans
You can break whenever a specific exception is caught, whenever a specific exception is not handled in the source code, or whenever any exception is encountered regardless of whether the application handles the error or not. 例文帳に追加
特定の例外が検出された場合や、ソースコードで特定の例外が処理されなかった場合、あるいはアプリケーションがエラーを処理するかどうかに関係なく何らかの例外が発生した場合に実行を中断します。 - NetBeans
If you look at the source code for the classes, you can see that Utils.java has three methods(computeFactorial, concatWords, and normalizeWord) and that Vectors.javahas two methods (equals and scalarMultiplication).The next step is to create test classes for each class and write some test cases for the methods. 例文帳に追加
クラスのソースコードを見ると、Utils.java に 3 つのメソッド (computeFactorial、concatWords、および normalizeWord) があり、Vectors.java に 2 つのメソッド (equals および scalarMultiplication) があることがわかります。 次の手順では、各クラス用のテストクラスを作成し、メソッド用にいくつかのテストクラスを記述します。 - NetBeans
To provide a source code debugger capable of displaying information on a pipeline of a cycle accurate ISS under execution of simulation of a software, and grasping accurately the execution state of each instruction in pipeline processing.例文帳に追加
ソフトウェアのシミュレーションを実行中のサイクル・アキュレートISSのパイプラインに関する情報を表示可能とし、パイプライン処理における各命令の実行状況を正確に把握するソース・コード・デバッガを提供する。 - 特許庁
Once the attribute has been marked with an ID, you can rename the attribute in the model and the IDE will still match it using its ID during the next code generation/merging, and thus renamed in the source code as well. 例文帳に追加
属性を ID でマークすると、その属性の名前をモデル内で変更でき、変更後も次のコード生成またはマージ時に ID を使用して属性を照合できるため、ソースコード内でも同様に名前が変更されます。 - NetBeans
The Squiz coding standard includes a sniff that will check each JavaScript file using JavaScript Lint, a tool that checks all your JavaScript source code for common mistakes without actually running the script or opening the web page. 例文帳に追加
Squiz コーディング規約の中には、JavaScript ファイルをJavaScript Lintでチェックする sniff が含まれています。 このツールは、スクリプトを実際に実行したりウェブページを開いたりすることなしにJavaScript ソースコードでよくある間違いを見つけ出すことができるものです。 - PEAR
The DebugRunner class, and the special exceptions it may raise,are of most interest to testing framework authors, and will only besketched here. See the source code, and especially DebugRunner'sdocstring (which is a doctest!) for more details: 例文帳に追加
DebugRunner クラス自体やDebugRunner クラスが送出する特殊な例外は、テストフレームワークの作者にとって非常に興味のあるところでThe DebugRunner class, and the special exceptions it may raise,are of most interest to testing framework authors, and will only besketched here. 詳しくはソースコード、とりわけDebugRunner の docstring(それ自体 doctest ですよ!) を参照してください。 - Python
Return in a single string any lines of comments immediately preceding the object's source code (for a class, function, or method), or at the top of the Python source file (if the object is a module).例文帳に追加
オブジェクトがクラス・関数・メソッドの何れかの場合は、オブジェクトのソースコードの直後にあるコメント行(複数行)を、単一の文字列として返します。 オブジェクトがモジュールの場合、ソースファイルの先頭にあるコメントを返します。 - Python
To extract an SQL(structured query language) sentence having a problem including a SQL sentence that does not appear as a SQL sentence in a program at an early stage by analyzing a source code of the program in a program analyzing device.例文帳に追加
本発明は、プログラム解析装置に関し、プログラムのソースコードを解析することにより、プログラム中にSQL文として現れないものまで含めて、早期に問題のあるSQL文を抽出することを目的とする。 - 特許庁
To provide a progress management system for objectively calculating the progress level of an operation mounted by a programmer, and for enabling a programmer to grasp the progress level of specifications satisfied by the current source code only by referring to a specification sheet.例文帳に追加
プログラマが実装した作業の進捗度が客観的に算出され、プログラマが仕様書を参照するだけで現在のソースコードが満たしている仕様の進捗度を把握することができる進捗管理システムを提供する。 - 特許庁
The condition detection part 117 investigates influence imparted to an input variable by a function included in the program source code 124, and detects a path condition that the input variable arrives at an escape block of the function without being rewritten.例文帳に追加
条件検出部117は、プログラムソースコード124に含まれる関数が入力変数に与える影響を調べると共に、入力変数が書き換えられることなく関数の脱出ブロックに到達する経路条件を検出する。 - 特許庁
A branching code generation means 5 generates a branching code for performing branching to the non-branching word loop code in the case that the true rate is 100% and performing branching to the original multiple loops provided with the branching word in the other case and adds it to the source code.例文帳に追加
分岐コード生成手段5は、真率が100%である場合には無分岐言ループコードに分岐し、それ以外の場合には分岐言を含むもとの多重ループに分岐する分岐コードを生成してソースコードに付加する。 - 特許庁
To easily calculate the number of source code change lines, i.e. the number of lines to be added, changed or deleted, in each program change factor such as enhancement or defective correction or in a certain specified period in many source files in which source codes are stored.例文帳に追加
ソースコードを格納した多数のソースファイルに対し、エンハンスや不良修正などプログラム変更要因毎またはある指定期間内でのソースコード変更行数つまり、追加、変更、削除行数を容易に算出することにある。 - 特許庁
To provide a support device for suppressing the deterioration of the readability of a source code due to the unclarity of the constraints of software used for an integrated product, and for increasing the reusability of existing software, and for improving developing efficiency.例文帳に追加
組込み製品に用いられているソフトウェアの制約条件が不明確なことによるソースコードの可読性の低下を抑制し、既存ソフトウェアの再利用性を高め、開発効率を向上させるための支援装置を提供する。 - 特許庁
To provide a CAD device enabling a designer to change a design parameter calculation program described in a computer programming language without directly touching its source code and a part designing method using the CAD device.例文帳に追加
設計者が、コンピュータプログラミング言語で記述された設計パラメータ計算プログラムを、そのソースコードに直接触れることなく変更することのできるCAD装置およびそのCAD装置を用いた部品設計方法を提供する。 - 特許庁
When a source program to be programmed is selected, a source code described by the same language as the programming language of the source program is acquired and presented on the basis of the programming language identification information stored as a pair with the code.例文帳に追加
また、プログラミング対象のソースプログラムが選択されると、このソースプログラムのプログラミング言語と同一の言語で記述されたソースコードをそのコードと対に記憶されたプログラミング言語識別情報に基づいて取得し提示する。 - 特許庁
This conversion device is provided with a code analysis part 110 performing text analysis and syntax analysis of a source code, an optimization part 120 transforming the execution program, and an output code generation part 130 converting the transformed execution program into a machine language code.例文帳に追加
ソースコードの字句解析及び構文解析を行うコード解析部110と、この実行プログラムを変形する最適化部120と、変形された実行プログラムを機械語コードに変換する出力コード生成部130とを備える。 - 特許庁
When a communication unit 120 receives a source file to be stored in the storage unit 110, the analysis processing unit 140 determines matching between the source file received by the communication unit 120 and a source file stored in the source code main storage section 111.例文帳に追加
そして、記憶部110の記憶対象のソースファイルを通信部120が受信すると、解析処理部140は、通信部120の受信したソースファイルと、ソースコードメイン記憶部111の記憶するソースファイルとの整合性を判定する。 - 特許庁
To provide a system distributing computer processing into a plurality of computer processing on the basis of a desired branch condition without mixing branch rules and processing logic using an "if" sentence, a "switch" sentence, or the like in a source code and consolidating the branch rules.例文帳に追加
ソースコード中にif文やswitch文等を用いた分岐ルールと処理ロジックとを混在させることなく、所望の分岐条件に基づいてコンピュータの処理を複数に振り分け可能であり、分岐ルールの一元管理も可能なシステムの実現。 - 特許庁
To provide a program diagnosing device for enabling a programmer to easily detect and correct an instruction code causing a contention state with high precision without changing the description of a source code of the program.例文帳に追加
プログラムのソースコードの記述を改変することなく、また精度良く、競合状態を発生させる命令コードの検出および修正をプログラムの製作者が容易に行うことが可能となるプログラム診断装置を提供する。 - 特許庁
By analyzing a source code to be tested, a change in an input/output interface can be reflected, and input-related information including an input value (test case) and an output value (expectation value) or input/output relationship information after the change is created.例文帳に追加
テスト対象ソースコードを解析して、入出力インタフェースの変更を反映することができ、入力値(テストケース)と出力値(期待値)を含む入力関係情報又は変更後入出力関係情報を作成する。 - 特許庁
To provide a code converter and a code conversion method that implement low overhead tracing of program execution without source code modification in the use of a hook code embedding tracing technique of embedding hook code at hook points.例文帳に追加
フックポイントにフックコードを埋め込むフックコード埋め込み方式のトレース技術を用いる場合において、ソースコードに改変せずに、オーバヘッドを抑えたプログラム実行のトレースを実現するコード変換装置及びコード変換方法を提供する。 - 特許庁
The 2.4 kernel source code can be removed, using the emerge utility as usual.For example, assuming you have 2.4 versions of vanilla-sources and gentoo-sources installed, you could use the following command to remove them while keeping the 2.6 versions intact:例文帳に追加
2.4カーネルソースコードはいつものようにemergeユーティリティを使うことで削除することができます。 例えば、vanilla-sourcesとgentoo-sourcesの2.4バージョンをインストールしているとして、2.6バージョンはそのままにしておきながら、2.4バージョンを削除するために、以下のコマンドを使用します。 - Gentoo Linux
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
A Web page providing part 12 of the server 1 takes out the information stored by the database of every kind of items on the basis of the identification information of the web page, and transmits a source code created on the basis of the information to a browser.例文帳に追加
サーバ1のウェブページ提供部12は、アイテムの種類毎のデータベースに分けて格納された情報をウェブページの識別情報を基に取り出すとともに当該情報を基に生成したソースコードをブラウザに送信する。 - 特許庁
To provide a source code correction priority setting system and its priority setting method that can carry out priority setting with respect to the correction processings corresponding to warnings detected by static analysis to source codes.例文帳に追加
ソースコードに対する静的解析により検出された警告に対し、どの警告に対応する修正から行うべきかの優先度付けを行うことができるソースコード修正優先度付けシステムおよびその優先度付け方法を提供する。 - 特許庁
(I won'tdwell on how to call the Python parser with a particular string as input -- if you're interested, have a look at the implementation of the -c command line option in Python/pythonmain.cfrom the Python source code.)Calling a Python function is easy.例文帳に追加
(Python パーザを特定の入力文字を使って呼び出す方法について詳説するつもりはありません -- この方法に興味があるなら、Python ソースコードの Python/pythonmain.c にある、コマンドラインオプション-c の実装を見てください)Python 関数の呼び出しは簡単です。 - Python
If exception(s) occur, an Error is raised with a list of reasons. The source code for this should be considered an example rather than a tool.Changed in version 2.3:Error is raised if any exceptions occur during copying,rather than printing a message.例文帳に追加
この関数のソースコードは道具としてよりも使用例として捉えられるべきでしょう。 バージョン 2.3 で 変更 された仕様:コピー中にエラーが発生した場合、メッセージを出力するのではなく例外を引き起こすように変更。 - Python
By checking whether the quality of created actions is acceptable or not, quality problems can be found at an upstream process of a preceding stage mounted as a source code, and the quality itself can be also inspected.例文帳に追加
したがって、作成されたアクションの品質に問題がないかどうかをチェックして、ソースコードとして実装される前段階の上流工程で品質の問題点を発見することができ、品質の面においても検査することができる。 - 特許庁
A plurality of compiler directives for directing the input source code of a shift register file, the name of a particular shift register file, shift register file size, the order of accessing the shift register file for reading, and the timing of writing the shift register file are parsed.例文帳に追加
シフトレジスタファイルの入力ソースコード、特定のシフトレジスタファイルのシフトレジスタファイル名、シフトレジスタファイルサイズ、シフトレジスタファイル読み出しアクセス順序およびシフトレジスタファイル書き込みタイミングを指示する複数のコンパイラディレクティブをパースする。 - 特許庁
To improve efficiency in source file editing work, by controlling editing processing of a source file, by identifying by a sign expressing and indicating a kind of natural language, when editing the source file of describing a source code comment by a plurality of kinds of natural languages.例文帳に追加
複数の種類の自然言語でソースコードコメントが記述されたソースファイルを編集する場合に自然言語の種類を表す示す符号により識別して、ソースファイルの編集処理を制御し、ソースファイル編集作業の効率の向上を図る。 - 特許庁
Character string addition means 3b extracts a character string related to the value of the variable included in the trace log from the acquired source code, adds the extracted character string to the trace log and stores the trace log to which the character string has been added in a storage device 3c.例文帳に追加
文字列追加手段3bは、取得されたソースコードから、トレースログに含まれる変数の値に関連する文字列を抽出し、抽出した文字列をトレースログに追加し、文字列を追加したトレースログを記憶装置3cに格納する。 - 特許庁
A source code (including an issued page serial number and an issued page generation number as non-display data) of an issued page stored in an issued page management table 204b is transmitted from an authentication server 2 (an online authentication device) to a mobile phone 1.例文帳に追加
認証サーバ2(オンライン認証装置)から携帯電話1へ発行ページ管理テーブル204bに格納された発行ページのソースコード(非表示データとして発行ページシリアル番号及び発行ページ世代番号が含まれる。)が送信される。 - 特許庁
When an acquisition part 114 acquires the development result R, a verification code generation part 117 compiles a source code SC included in the development result R again under the designated development environment Da including a compiler C-1.例文帳に追加
取得部116により開発成果物Rが取得された場合、検証コード生成部117によりコンパイラC−1を含む指定された開発環境Daの下で、開発成果物Rに含まれているソースコードSCを再コンパイルする。 - 特許庁
To provide a coverage acquiring system capable of reducing a burden for the confirmation work or the like of a manager when coverage information is less than 100%, by acquiring the coverage information in accordance with significance in each line within a source code.例文帳に追加
ソースコード中の各行の重要度に応じたカバレッジ情報の取得することにより、カバレッジ情報が100%未満の場合における管理者の確認作業等の負担軽減を図ることの可能なカバレッジ取得システムを提供する。 - 特許庁
A model base development support part 100 generates general purpose peripheral IO model information 160 and device-independent source code 150 having a substitute instruction rewritable to a process dependent on device-specific input/output, from a controller model simulating a target controller.例文帳に追加
モデルベース開発支援部100は、ターゲットコントローラを模擬するコントローラモデルから、汎用周辺IOモデル情報160と、デバイス固有の入出力に応じた処理に書き換え可能な置換命令を有するデバイス非依存ソースコード150を生成する。 - 特許庁
To overcome the problem of a prior art such that the system is diffused or the offset DC components are superposed, if one or more adaptive sound source code directory gains continue, in the CELP voice coding device mounted on a mobile communication systems such as a digital portable telephone.例文帳に追加
ディジタル携帯電話等の移動通信システムに搭載されるCELP音声符号化装置は、1以上の適応音源符号帳ゲインが連続すると、系が発散する又はオフセット直流成分が重畳することがある問題を解決する。 - 特許庁
To automatically generate software request specifications 104 on the basis of description of a software condition 102 by plane natural language description regarding a method for comprising a software request specifications automatic generation tool without being restricted by a source code to be generated.例文帳に追加
ソフトウェアの要求仕様書自動生成ツール構成方法に関し、生成されるソースコードの制約を受けることなく、平易な自然言語記述によるソフトウェア要件102の記述を基に、ソフトウェア要求仕様書104を自動生成する。 - 特許庁
When it is judged that the necessary command term is selected in the template TMn and the necessary parameter is inputted by a judgment part 5, a generation part 6 generates the source code equivalent to statement of the natural language indicated in the template TMn.例文帳に追加
判断部5で、テンプレートTMn内で必要な命令項目が選択され、必要なパラメータが入力されたと判断した場合、作成部6がテンプレートTMnに表示された自然言語の内容に相当するソースコードを作成する。 - 特許庁
| 例文 |
| ※この記事は「日本法令外国語訳データベースシステム」の2010年9月現在の情報を転載しております。 |
| Copyright © Japan Patent office. All Rights Reserved. |
| この対訳コーパスは独立行政法人情報通信研究機構の研究成果であり、Creative Commons Attribution-Share Alike 3.0 Unportedでライセンスされています。 |
| Copyright 1994-2010 The FreeBSD Project. All rights reserved. license |
| 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-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 © 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-2010 Gentoo Foundation, Inc. The contents of this document are licensed under the Creative Commons - Attribution / Share Alike license. |
|
ログイン |
Weblio会員(無料)になると
|
|
ログイン |
Weblio会員(無料)になると
|
