Source codeの部分一致の例文一覧と使い方
該当件数 : 1767件
To provide a technique capable of rapid processing even if a scale of a management object is expanded and of totaling facts of addition, deletion and modification to source code.例文帳に追加
管理対象の規模が拡大しても高速な処理が可能で、ソースコードに対する追加、削除、修正の事実を集計可能な技術の提供。 - 特許庁
To prevent a deterioration in printing quality generated by carrying out printing as a control code of each mechanism remains unset, after charging the power source of a printer.例文帳に追加
印刷装置の電源投入後、各機構の制御コードが設定されないまま印刷実行することにより発生する、印刷品質の低下を防止する。 - 特許庁
Predetermined unique parameter information including at least a unique control code is obtained from one or more external electronic musical instruments including at least a sound source.例文帳に追加
少なくとも音源を含む1乃至複数の外部の電子音楽装置から少なくとも独自コントロールコードを含む所定の独自パラメータ情報を取得する。 - 特許庁
An exception handling reception means 112 receives the source code for exception handling to be carried out when a status is different from any status defined by the graphic data.例文帳に追加
例外処理受付手段112が、図形式データで定義されたどの状態とも異なっている場合に行う例外処理のソースコードを受け付ける。 - 特許庁
Thereafter, a program source code is automatically generated based on a rule 15 for generating a program for accessing successively all the memory map registers (processing 16).例文帳に追加
その後、全てのメモリマップドレジスタに順次アクセスするプログラムを生成するルール15に基づき、プログラムソースコードが自動的に生成されるようにした(処理16)。 - 特許庁
The controller 31 changes the size of the focus of the radiation source 4 on the basis of an identification result by the bar code readers 9a, 10a and 11a.例文帳に追加
制御装置31は、バーコードリーダ9a,10a,11aによる識別結果に基づいて放射線源4の焦点のサイズを変更するようになっている。 - 特許庁
A modulator is configured to modulate a light source in accordance with the output of the mapper at a transmission rate R_s/r (R_s is the symbol rate, (r) is the code rate).例文帳に追加
変調器が、伝送速度R_s/r(R_sはシンボルレート、rは符号化率)で、マッパの出力に基づいて光源を変調するように構成される。 - 特許庁
The bar code scanning device of this invention is a ring type device having a housing, a light source, a scanning device, a detection part, a signal processing part.例文帳に追加
本発明のバーコード記号読取装置は、ハウジング、光源、走査装置、検出部分、信号処理部分の全てを装着したリング式になっている。 - 特許庁
A candidate position sorting part 2012 re-arranges order outputted from the probability voice source code book based on the magnitude of obtained vectors yH.例文帳に追加
候補位置ソーティング部2012では、求められたベクトルyHの大きさに基づいて、確率的音源符号帳から出力する順番を並び替える。 - 特許庁
Anyone who has an improvement or bug fix is free to submit their code and have it added to the source tree (subject to one or two obvious provisions). 例文帳に追加
改良やバグフィックスがある場合、 誰でも (free) そのコードを提出でき、ソースツリーに加えることができます (いくつかの簡単な条件には従ってもらいます)。 - FreeBSD
The numbers in column 2 are for lines of C source code, header files, and assembly language. Virtually all the software in the kernel is written in the C programming language; less than 2 percent is written in assembly language. 例文帳に追加
2列目の数値は C 言語のソースコード、ヘッダファイル、そしてアセンブリ言語のものを表しており、 アセンブリ言語のものは 2% 以下しかありません。 - FreeBSD
Source-code-control systems and editors usually take up another two characters, either as a prefix or a suffix, for their purposes, leaving eight to 10 characters. 例文帳に追加
ソースコード制御システムやエディタは通常、 独自の目的のためにさらに 2文字をファイル名の前後に付加しますので、 実際に使えるのは、8 から 10 文字になります。 - FreeBSD
An addition or change to the existing source code is a somewhat trickier affair and depends a lot on how far out of date you are with the current state of FreeBSD development. 例文帳に追加
現存のソースコードへの追加または変更は、 いくらかトリッキーな仕事であり、FreeBSD開発の現状にあなたがどれだけ通じているかに大きく依存します。 - FreeBSD
You run a handful of simple commands and the source code for the application is automatically downloaded, extracted, patched, compiled, and installed for you. 例文帳に追加
いくつかの簡単なコマンドを実行すると、自動的にアプリケーションのソースコードがダウンロードされ、展開、パッチ作業、コンパイル、そして、インストール作業が行われます。 - FreeBSD
The /usr partition holds much of the files required to support the system, the ports(7) collection (recommended) and the source code (optional). 例文帳に追加
/usr パーティションはシステムをサポートするのに必要なファイル群と、 ports(7) 階層からインストールされたファイル群を収める/usr/local と呼ばれるサブディレクトリを その中に含みます。 - FreeBSD
Instead, Gentoo provides a set of scripts which can resolve dependencies, fetch source code, and compile a version of the package specifically for your needs.例文帳に追加
その代わりに、依存関係を解決し、ソースコードを取得し、あなたのニーズにあったパッケージのバージョンをコンパイルするためのスクリプトのセットを提供します。 - Gentoo Linux
If this happens for you, you must look in the source code on how to add your card to the detection routine. 例文帳に追加
これがあなたの持っているカードで起こった場合、そのカードの検出処理をどのように加えればいいかということについてソースコードを確認する必要がある。 - JM
Right-click in the Source Editor and choose Insert Code and then select Getter and Setter to generate getters and setters for each of the fields. 例文帳に追加
ソースエディタ内を右クリックし、「コードを挿入」を選択し、「取得メソッドおよび設定メソッド」を選択して、各フィールドの取得メソッドと設定メソッドを生成します。 - NetBeans
In addition to Highlights,the source editor lets you quickly navigate through your code with improved Navigator window organization and the Members and Hierarchy Inspectors.例文帳に追加
強調表示機能に加えて、「ナビゲータ」ウィンドウの構成およびメンバーと階層のインスペクタが改善されたので、ソースエディタでコード内を簡単に移動できます。 - NetBeans
In this document, you first use a hypothetical web application to learn how to import source code that does not have its own Ant build script.例文帳に追加
このドキュメントでは、最初に、仮に作成した Web アプリケーションを使用し、独自の Ant 構築スクリプトがないソースコードをインポートする方法を簡単に説明します。 - NetBeans
In this document, we'll first use a hypothetical web application to outline how to import source code that doesn'tuse an Ant build script.例文帳に追加
このドキュメントでは、最初に、仮に作成した Web アプリケーションを使用し、Ant 構築スクリプトを使用していないソースコードをインポートする方法を簡単に説明します。 - NetBeans
Then the channel code is punctured for at least a 2nd part 204 of the source coded bit stream 200 so as to obtain a rate higher than the designated rate.例文帳に追加
次に、チャネル符号は、指定レートより高いレートになるように、ソース符号化ビットストリーム200の少なくとも第2部分204に対してパンクチャリングされる。 - 特許庁
The tool allows a designer to interactively allocate variables or arrays to memory resources without having to modify a source code description 12 of the integrated circuit.例文帳に追加
本ツールにより、設計者は集積回路のソースコード記述12を修正することなく変数またはアレイをメモリリソースに対話的に割り付けることができる。 - 特許庁
The method further includes the creation of at least two out of a manpage file, a use method message file and a Parser code from the XML source file.例文帳に追加
本方法はさらに、マンページファイル、使用法メッセージファイル、およびパーサコードのうちの少なくとも2つをXMLソースファイルから生成することを含む。 - 特許庁
To provide an information processor and a program facilitating design by removing a redundant source code in a business processing program for performing business processing.例文帳に追加
業務処理を行う業務処理用プログラムの冗長なソースコードを取り除いて設計を容易にする情報処理装置及びプログラムを提供する。 - 特許庁
To automatically decide pictures whose functions to a database are similar from the mounting of an SQL sentence in a source code, and to display those pictures by overlapping them.例文帳に追加
データベースに対する機能が類似している画面をソースコード中のSQL文の実装から自動的に判定し、それらを重ねて表示すること。 - 特許庁
To reduce design-production cost of software by facilitating reuse or use of a source code of a processing function in a software component of a software wireless machine.例文帳に追加
ソフトウエア無線機のソフトウエアコンポーネントにおける処理機能のソースコードを再利用又は流用しやすくし、ソフトウエアの設計・製造コストの削減を図る。 - 特許庁
When using an interpreter, a single sourse statement is read, immediately translated to machine code, and then executed before the next source statement is read 例文帳に追加
インタプリタを使うと,原始ステートメント(命令文)が1行読み込まれ,直ちに機械コードに翻訳され,実行されてから次の原始ステートメントが読まれる - コンピューター用語辞典
The Free Standards Group's Linux Standard Base (LSB) provides a vendor-neutral standard, backed by source code, upon which to build Linux distributions. 例文帳に追加
フリー標準グループのリナックス・スタンダード・ベース(LSB)は、リナックスの各種ディストリビューションが作られる元になっているソースコードに基づいて、ベンダ中立の標準を提供する。 - コンピューター用語辞典
A Web beacon can be detected by viewing the source code of a Web page and looking for any IMG tags that load from a different server than the rest of the site. 例文帳に追加
ウェブビーコンは、あるウェブページのソースコードを見て、そのサイトとは違うサーパから読み込むようになっているIMGタグを見つけることによって検出できる。 - コンピューター用語辞典
You have several components of the same type on the page and you need to write Java source code to set or access the property values for some of the components. 例文帳に追加
ページ上に同じ種類のコンポーネントが複数あり、一部のコンポーネントのプロパティー値を設定またはアクセスする Java ソースコードを記述する必要がある場合。 - NetBeans
Right-click the SessionBean1 node and choose Edit Java Source from the pop-up menu.Error annotations appear in the code indicating that the HashMap class is not found. 例文帳に追加
「SessionBean1」ノードを右クリックし、ポップアップメニューから「Java ソースを編集」を選択します。 HashMap クラスが見つからないことを示すエラー注釈がコードに表示されます。 - NetBeans
After you complete the dialog and click OK, the IDE adds the property and its appropriate getter and setter methods to the source code. 例文帳に追加
ダイアログの入力を完了し、「了解」をクリックしたあと、IDE によってプロパティーおよびそのプロパティーの適切な取得メソッドと設定メソッドがソースコードに追加されます。 - NetBeans
NetBeans IDE 4.0 simplifies coding of these applications by providing templates for MIDlet and MIDlet suites and code completion in the Source Editor for J2ME packages.例文帳に追加
NetBeans IDE 4.0 では、MIDlet および MIDlet スイート用のテンプレートが用意され、J2ME パッケージについてソースエディタのコード補完機能があるため、モバイルアプリケーションのコーディングが簡略化されています。 - NetBeans
All source code files in the PEAR repository shall contain a "page-level" docblock at the top of each file and a "class-level" docblock immediately above each class. 例文帳に追加
PEAR リポジトリに含まれるすべてのソースコードには、各ファイルの先頭に "ページレベル" のコメントブロックを、各クラスの直前に "クラスレベル" のコメントブロックを記述します。 - PEAR
Return a list of source lines and starting line number for an object.The argument may be a module, class, method, function, traceback, frame,or code object. 例文帳に追加
オブジェクトのソース行のリストと開始行番号を返します。 引数にはモジュール・クラス・メソッド・関数・トレースバック・フレーム・コードオブジェクトを指定する事ができます。 - Python
You can't just change this in order to rename a module (edits to the source code would also be needed), so this should be left alone.例文帳に追加
モジュールの名前変更は、このフィールドを変えるだけではできない (ソースコードの編集も必要です) ので、このフィールドに手を加えるべきではありません。 - Python
On the other hand, when a check ECU 85 recognizes that a corresponding portable machine is used, the check ECU 85 outputs an ID code coincidence signal to the power source ECU90.例文帳に追加
一方、照合ECU85は、対応する携帯機が利用された旨を認識したとき、IDコード一致信号を電源ECU90に出力する。 - 特許庁
To provide a new framework for detecting an infinite loop generated in a thread without depending on a source code of an application in a multi-thread system.例文帳に追加
マルチスレッドシステムにおいて、アプリケーションのソースコードに依存することなく、スレッド内で発生する無限ループを検知することができる新しい枠組みを提供する。 - 特許庁
The substrate 10 is irradiated with laser beams 40 in the near infrared region by a laser light source 30 and the laser beams are made to scan the substrate 10 so as to cross a bar code 20.例文帳に追加
レーザ光源30により近赤外領域のレーザ光40を基板10に照射するとともにバーコード20を横切るように走査させる。 - 特許庁
If the screen washing device body is reversely rotated, the wire rope 4 and a power source code are damaged, and therefore a guide roller 3 is attached in order to prevent reverse rotation.例文帳に追加
スクリーン洗浄装置本体が反転するとワイヤーロープ4、電源コードが損傷するので反転防止の目的でガイドローラー3を取り付ける。 - 特許庁
To improve the operating efficiency of a person in charge of censorship by providing a censored result which is independent of programming language when using the censoring tool of a source code.例文帳に追加
ソースコードの検閲ツールを使用する際にプログラム言語に依存しない検閲結果を提供し、検閲担当者の作業効を向上させる。 - 特許庁
When the coloring trial is not successful, an inter-register copy such as a 'reg-reg' copy is inserted between source codes instead of an ordinary spill code.例文帳に追加
彩色試行が成功でなければ、通常のスピル・コードが挿入される代わりに、たとえば「reg-reg」複写などのレジスタ間複写がソース・コードに挿入される。 - 特許庁
A source code memory section 20 is registered with a plurality of source codes F1-Fn before regeneration generated, based on design information before the change of design information B and the template A.例文帳に追加
ソースコード記憶部20には、設計情報Bの更新前の設計情報である更新前設計情報と、テンプレートAとに基づいて生成した複数の再生成前ソースコードF1〜Fnが登録されている。 - 特許庁
The higher-order event control part 18 compares whether or not a source line number, an address and a code are changed before and after the load module is updated on the event in the event management table 20 with source information in the load module after updating.例文帳に追加
上位イベント制御部18は、イベントについてロードモジュール更新前後でソース行番号,アドレス,コードの変更がなかったかどうかをイベント管理テーブル20と更新後のロードモジュール内のソース情報とを比較する。 - 特許庁
A bar code reader uses a light emitting diode 26 which is an incoherent light emitting element as a light source for read light and also uses a laser diode 30 which is a laser light emitting element as a light source for guide light showing a readable range.例文帳に追加
読取光の光源としては非コヒーレントな発光素子としての発光ダイオード26を用い、読取可能範囲を示すためのガイド光の光源としてはレーザ発光素子としてのレーザダイオード30を用いる。 - 特許庁
A CPU 910 detects mode setting information added to an instruction code, and outputs a clock control signal and a source voltage control signal to a clock control part 916 and a source voltage control part 917, respectively.例文帳に追加
CPU910は命令コードに付加されたモード設定情報を検出し、クロック制御部916および電源電圧制御部917にクロック制御信号および電源電圧制御信号を出力する。 - 特許庁
A source analysis part 102 classifies parameters described in a source code which defines moving image content, into a rendering parameter unchanged with the lapse of time, and a blend parameter changed with the lapse of time.例文帳に追加
ソース解析部102は、動画コンテンツを定義するソースコードに記述されたパラメータを、時間が経過しても変化しないレンダリング対象パラメータと、時間の経過と共に変化するブレンド対象パラメータとに分類する。 - 特許庁
A marker light source 28 and a light receiving sensor 24 are supported so that a light emitting axis JM of the marker light source 28 and a light receiving axis JS of the light receiving sensor 24 become parallel by an optical system unit substrate 16 in a two-dimensional code reader.例文帳に追加
二次元コードリーダでは、光学系ユニット基板16によりマーカ光源28の発光軸JMと受光センサ24の受光軸JSとが平行になるようにマーカ光源28および受光センサ24を支持する。 - 特許庁
| Copyright (C) 1994- Nichigai Associates, Inc., All rights reserved. |
| Copyright © Japan Patent office. 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 1994-2010 The FreeBSD Project. All rights reserved. license |
| © 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. |
| 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会員(無料)になると
|
