「code」を含む例文一覧(44711)

<前へ 1 2 .... 282 283 284 285 286 287 288 289 290 .... 894 895 次へ>
  • Compiler optimization techniques also have a very significant effect on code size.
    コンパイラによる最適化技術はまた、コードのサイズにも非常に著しい効果を持つ。 - コンピューター用語辞典
  • A direct code editor that provides ease of use for beginners and power for experts.
    初心者には使い易さを、熟練者にはパワーを提供する直接コード・エディタ。 - コンピューター用語辞典
  • The extended binary Golay code is a well-known and remarkable combinatorial object.
    拡張2進ゴレイコードはよく知られた注目に値する組合せオブジェクトである。 - コンピューター用語辞典
  • a Manipulation Detection Code that is used to determine if a transcription file is authentic
    転写ファイルが真正かどうかを決定するのに用いられる改竄検出符号 - コンピューター用語辞典
  • A procedure declaration defines an identifier and associates it with a block of code.
    手続きの宣言はある識別子を定義し、それをあるブロックのコードと結びつける。 - コンピューター用語辞典
  • The select code switches and default switches are set at the factory as follows
    選択コードスイッチ及びデフォルトスイッチは,工場で,各々下記の通りセット(設定)される - コンピューター用語辞典
  • These labels carry a unique ID code that is used to automatically tag, sort and route parcels, far faster and more reliably than manual or bar code systems.
    これらのラベルは固有IDコードを持っていて、人手やバーコードシステムよりもはるかに早くまた確かに、荷物を自動的に札付けし、区分けし、発送するのに用いられる。 - コンピューター用語辞典
  • The implication is that the wrapped code can only be accessed via the wrapper.
    ラップされたコードはラッパーを介してのみアクセスされ得る, という意味が含まれている. - コンピューター用語辞典
  • a code for optical reading of the category or price of goods, called barcode
    バーコードという,商品分類や商品価格の光学的読みとりのためのコード - EDR日英対訳辞書
  • For more information on importing source code into the IDE, see the following step-by-step guides:
    IDE へのソースコードのインポートについては、次のドキュメントで手順が説明されています。 - NetBeans
  • To invoke code completion, press Ctrl-Space when working in the Source Editor:
    コード補完を実行するには、ソースエディタ内の操作の実行時に Ctrl- スペースキーを押します。 - NetBeans
  • These can be easilyapplied to a JSP file using the IDE's support for code completion.
    これらのタグは IDE のコード補完サポートを使用して、簡単に JSP ファイルに適用できます。 - NetBeans
  • The Domain Templates configuration API creates a set of templates for a code-generated element.
    ドメインテンプレート構成 API では、コード生成要素のためのテンプレートセットが作成されます。 - NetBeans
  • The following sample shows code for setting the minimum date to the current date.
    次の例は、現在の日付に日付の最小値を設定するコードを示しています。 - NetBeans
  • Right-click in the Page1 source code and choose Fix Imports from the pop-up menu.
    Page1 のソースコード内で右クリックし、ポップアップメニューから「インポートを修正」を選択します。 - NetBeans
  • Due to space constraints, several lines in the code above have been split into two lines.
    スペースに制約があるため、前述のコードのいくつかは 2 行に分かれています。 - NetBeans
  • It is good practice to segregate the Hibernate code that accesses the database into a separate project.
    データベースにアクセスする Hibernate コードは、別のプロジェクトに分離することをお勧めします。 - NetBeans
  • The editor assists you with features such as code completion,hyperlinking, and error checking, for JavaServer Pages (JSP) files,including debugger integration.
    エディタには、JSP (JavaServer Pages) ファイルのコード補完、ハイパーリンク、エラーチェックなどの機能があります。 - NetBeans
  • Code completion and syntax highlighting have been enhanced to include the following:
    コード補完および構文の強調表示機能が、以下の点で強化されています。 - NetBeans
  • The PHP code block displays the data that is received through the method GET in the field user.
    PHP コードブロックは、「user」フィールドの取得メソッド (GET) を介して受け取ったデータを表示します。 - NetBeans
  • Complete the if clause by adding code that inserts a new entry into the wishers database.
    「wishers」データベースに新しいエントリを挿入するコードを追加して、if 節を終了します。 - NetBeans
  • Note that with no further code executed in the PHP block, the Add Wish form reloads.
    PHP ブロックのコードがさらに実行されることはなく、Add Wish フォームが再読み込みされます。 - NetBeans
  • It is recommended to keep lines at approximately 75-85 characters long for better code readability.
    およそ半角 75-85 文字ごとに改行して、可読性を確保することを勧めます。 - PEAR
  • PEAR 1.x is very successful at managing the universe of PEAR-installable code.
    PEAR 1.x は、PEAR インストーラ対応のコードを管理するという点で大きな成功を収めました。 - PEAR
  • To avoid this problem, you should use the source code view of your browser, e.g.
    この問題を回避するには、ブラウザのソースコード表示を使用しなければなりません。 - PEAR
  • Information about meeting these two requirements can be found in the chapter Contributing your own code.
    この 2 つの条件についての情報は、コードの寄与の章に記載されています。 - PEAR
  • Before PEAR 1.4.0, the only solution to depending on code from several sources is to bundle the code.
    PEAR 1.4.0 より前のバージョンでは、配布元が異なるコードを利用する場合、依存性を解決する唯一の方法は、それらを同梱してしまうことでした。 これには問題がいくつかあります。 - PEAR
  • To generate the code for all of the tables in a database named $database, instantiate a DB or MDB2 object named $conn that connects to the database of interest, and execute the following code: Example 39-1.
    データベース $database の全テーブル用のコードを生成するには、まず DB あるいはMDB2 のオブジェクトを $connという名前で接続してデータベースに接続し、次のコードを実行します。 - PEAR
  • For example, we can set the params for the ADR components as in the above code:
    たとえば、上のコードの ADRコンポーネントにパラメータを設定するには、次のようにします。 - PEAR
  • You can code your own validation rules, register them in QuickForm and then call them in your script.
    自らの検証ルールを書き、QuickForm に登録した後、自身のスクリプトからコールします。 - PEAR
  • If you want client-side validation, QuickForm can generate the javascript code needed.
    また、クライアント側での検証を行いたい場合は、必要な javascript コードが生成されます。 - PEAR
  • setting to true, enables PHP code, setting to 'delete' removes php code.
    true を指定すると PHP コードを有効にし、'delete' を指定するとphp コードを削除します (XSS 攻撃から身を守ることができないので、信頼できるユーザに対してのみ使用するようにしましょう)。 - PEAR
  • creates PHP code to echo a variable, with optional modifier.
    変数を表示するための PHP コードを作成します。 オプションで修正子を指定できます。 - PEAR
  • Placeholders can be defined in templates and are filled from PHP code with content.
    プレースホルダはテンプレートの中で定義できるもので、その中身は PHP コードから設定します。 - PEAR
  • 'autoSubmit': if true, add some js code to submit the form on the onChange event
    'autoSubmit': true にすると、js コードを追加して onChange イベントでフォームを送信できるようにhします。 - PEAR
  • By default, the image generated by the bar code driver is directly output to the browser.
    デフォルトでは、バーコードドライバが作成した画像が直接ブラウザに出力されます。 - PEAR
  • Array of file names or code strings array $options An array of options where:
    ファイル名あるいはコードを含む文字列の配列。 array$options 以下のオプションを指定する配列。 - PEAR
  • Either all $input entries are files, or all are string (chunk of php code).
    $input のエントリは、すべてファイルであるかすべて文字列 (PHP コード片)であるかのいずれかです。 - PEAR
  • It parses PHP files and directories, and generates an XMI file corresponding to the parsed code.
    PHP のファイルやディレクトリをパースし、パースしたコードに対応する XMI ファイルを生成します。 - PEAR
  • uses a two-column table with the line numbers in the first and the source code in the second column.
    そして最初のカラムに行番号、次のカラムにソースコードを出力します。 - PEAR
  • boolean - true if postal code is valid, false otherwise ExampleExample 66-1.
    郵便番号が有効な形式である場合に true、それ以外の場合に false を返します。 - PEAR
  • More information If you would like to study the code of the package, you can do so by either downloading a release from the package homepage or by browsing the code in CVS.
    詳細な情報 このパッケージ自体のコードについて勉強したいなら、パッケージのホームページからリリースパッケージをダウンロードするか、あるいはCVS のコードを閲覧する ことができます。 - PEAR
  • The value parsing code will always convert i4 to int: int is regarded by this implementation as the canonical name for this type.
    コード中で値を解析する際には自動的に i4 が intに変換されます。 - PEAR
  • Return the Unicode string of one character whose Unicode code is the integer i.
    Unicode におけるコードが整数 i になるような文字 1 文字からなるUnicode 文字列を返します。 - Python
  • TOS is the code associated with the function.If the code object has N free variables, the next N items on the stack are the cells for these variables.
    TOSは関数に関連付けられたコードです。 コードオブジェクトがN個の自由変数を持っているならば、スタック上の次のN個の項目はこれらの変数に対するセルです。 - Python
  • The Python compiler package is a tool for analyzing Python source code and generating Python bytecode.
    Python compiler パッケージは Python のソースコードを分析したりPython バイトコードを生成するためのツールです。 - Python
  • All that remains is to build it; put the above code in a file called noddy.c and
    上のコードを noddy.c というファイルに入れて、以下のものを setup.py というファイルに入れましょう。 - Python
  • It's true that you could write extensive comments in code-based testing, but few programmers do.Many have found that using doctest approaches instead leads to much clearertests.
    doctest のアプローチをとった方がきれいにテストを書けると気づいています。 - Python
  • Note:Thisfunction is normally only used by code that needs to handleexceptions or by code that needs to save and restore the error indicator temporarily.
    注意:通常、この関数は例外を扱う必要のあるコードあるいはエラーインジケータを一時的に保存して元に戻す必要のあるコードによってのみ使用されます。 - Python
  • Multiple decorators are applied in nested fashion.For example, the following code:
    複数のデコレータを入れ子にして適用してもかまいません。 例えば、以下のようなコード: - Python
<前へ 1 2 .... 282 283 284 285 286 287 288 289 290 .... 894 895 次へ>

例文データの著作権について

  • EDR日英対訳辞書
    Copyright © National Institute of Information and Communications Technology. All Rights Reserved.
  • コンピューター用語辞典
    Copyright (C) 1994- Nichigai Associates, Inc., All rights reserved.
  • 大規模オープンソース日英対訳コーパス
    この対訳コーパスは独立行政法人情報通信研究機構の研究成果であり、Creative Commons Attribution-Share Alike 3.0 Unportedでライセンスされています。
  • Python
    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.
  • PEAR
    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/ ).
  • NetBeans
    © 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.