「initialize」を含む例文一覧(358)

<前へ 1 2 3 4 5 6 7 8 次へ>
  • Choose Applications Developers Tools Web Stack Initialize.
    「Applications」「Developers Tools」「Web Stack Admin」「Initialize」を選択します。 - NetBeans
  • Initialize variables.
    変数を初期化します。 - NetBeans
  • Initialize the library.
    ライブラリを初期化します。 - Python
  • Computer... initialize cloning machine.
    コンピュータ... 初期化 クローン機。 - 映画・海外ドラマ英語字幕翻訳辞書
  • Initialize the import mechanism.
    import 機構を初期化します。 - Python
  • Initialize the gbde Partition
    gbde パーティションを初期化する - FreeBSD
  • Initialize the Python interpreter.
    Python インタプリタを初期化します。 - Python
  • initialize an XMLHttpRequest object, and
    XMLHttpRequest オブジェクトを初期化すること - NetBeans
  • Get ready to initialize the matrix!
    マトリックスお初期化準備だ - 映画・海外ドラマ英語字幕翻訳辞書
  • Initialize parser/writer options
    パーサ/ライターのオプションの初期化 - PEAR
  • fdisk -BI da1 #Initialize your new disk #
    fdisk -BI da1 # 新しいディスクの初期化# - FreeBSD
  • Before you can use the AMP for Solaris, you need to initialize the Web Stack components.
    「Web Stack」コンポーネントの初期化 - NetBeans
  • just checkin and do not initialize;
    初期化を行わず、チェックインします; - JM
  • Initialize the internal data structures.
    内部のデータ構造を初期化します。 - Python
  • Notice the gray squiggly lines under the arguments for the initialize method, as shown in the following figure.
    initialize メソッドの引数の下に、次の図に示すような、グレーの波線があります。 - NetBeans
  • Initialize and acquire the global interpreter lock.
    グローバルインタプリタロックを初期化し、獲得します。 - Python
  • Now we'll initialize the cell's security mechanisms.
    今からセルのセキュリティー機構を初期化します。 - Gentoo Linux
  • To initialize the Web Stack:
    Web Stack を初期化するには、次の手順に従います。 - NetBeans
  • Initialize a channel from its server name (PEAR 1.4+)
    サーバ名を指定してチャネルを初期化する (PEAR1.4+) - PEAR
  • The initialize value is taken from the module variable Debug.
    初期値はモジュール変数Debug から取られます。 - Python
  • Description The XrmInitialize function initialize the resource manager.
    説明関数XrmInitializeはリソースマネージャを初期化する。 - XFree86
  • The directives that initialize memory are:
    メモリを初期化する指示子は、以下の通りである: - JM
  • Initialize the two ints.
    3 や 4 など意味のある数字で 2 つの int を初期化します。 - NetBeans
  • Add code to initialize localization.
    コードを追加すると、地域対応が初期化されます。 - NetBeans
  • There are several ways to initialize the list of items:
    項目リストは複数の方法で初期化できます。 - NetBeans
  • mkswap is the command that is used to initialize swap partitions:
    mkswapはスワップパーティションを初期化するのに使うコマンドです。 - Gentoo Linux
  • Login programs use the value of this field to initialize the HOME
    ログインプロセスは、このフィールドの値を使って、ログインシェルのHOME - JM
  • In order to initialize the semaphores, semctl (2)
    このセマフォを初期化するには、セマフォ集合に対してsemctl (2) - JM
  • Let's initialize the memory wipe on sc1, start crunching the data.
    SC -1のメモリ・ワイプの初期化に データ処理を始めようか. - 映画・海外ドラマ英語字幕翻訳辞書
  • Let's initialize the memory wipe on sc1, start crunching the data.
    sc -1のメモリ・ワイプの初期化に データ処理を始めようか. - 映画・海外ドラマ英語字幕翻訳辞書
  • Calls the initialize procedures for the widgetby starting at the Core initialize procedure on down to the widget'sinitialize procedure.
    \\(bu 5ウィジェットに対する初期化手続きが、Coreの初期化手続きから、ウィジェットの初期化手続きへ向かう順で呼ばれる。 - XFree86
  • De-initialize the library, and return terminal to normal status.
    ライブラリの非初期化を行い、端末を通常の状態に戻します。 - Python
  • Before spawning anyworker threads, your main thread would initialize the semaphore:
    主スレッドは、作業スレッドを立ち上げる前にセマフォを初期化します: - Python
  • Initialize the built-in module called name and return its module object.
    nameという名前の組み込みモジュールを初期化し、そのモジュールオブジェクトを返します。 - Python
  • Initialize the frozen module called name and return its module object.
    nameという名前のフリーズされたモジュールを初期化し、モジュールオブジェクトを返します。 - Python
  • In principle, this function does not initialize tm but only stores the values specified.
    原則として、この関数は tm の初期化はせずに、指定された値のみを入れる。 - JM
  • This tutorial shows you how to initialize the Web Stack through the desktop UI.
    Solaris で AMP を使用するには、その前に「Web Stack」コンポーネントを初期化する必要があります。 - NetBeans
  • Create the java classes that initialize the localization support and messageproperty files.
    ローカリゼーションサポートおよびメッセージプロパティーファイルを初期化する Java クラスを作成します。 - NetBeans
  • The driver auto-detectsall device information necessary to initialize the card.
    このドライバはカードの初期化に必要なデバイス情報は全て自動検出する。 - XFree86
  • Since it is much faster to initialize a new UFS2 file system than it is to initialize the old UFS1 file system, using newfs(8) with the -O2 option is recommended.
    従来の UFS1ファイルシステムで初期化するより、 新しい UFS2ファイルシステムで初期化した方が高速なので、 -O2オプションとともに newfs(8) を使用することが推奨されています。 - FreeBSD
  • Although Linux, like many other implementations, initializes the semaphore values to 0, a portable application cannot rely on this: it should explicitly initialize the semaphores to the desired values.
    アプリケーションは明示的にセマフォを希望の値で初期化すべきである。 - JM
  • In this section, you initialize the values of the two SessionBean properties that you created in the previous section.
    この節では、前の節で作成した SessionBean の 2 つのプロパティーの値を初期化します。 - NetBeans
  • After you initialize the AMP package, you can enable debugging and configure other components.
    AMP パッケージを初期化すると、デバッグを有効化し、その他のコンポーネントを構成できます。 - NetBeans
  • One of the things this main program has to do is initialize the Python interpreter.
    メインプログラムがやらなければならないことの一つに、 Python インタプリタの初期化があります。 - Python
  • This one contains all the commands necessary to initialize your service.
    この関数には、あなたのサービスを初期化するために必要なすべてのコマンドを入れます。 - Gentoo Linux
  • Most computers have a (battery-powered) hardware clock which the kernel reads at boot time in order to initialize the software clock.
    カーネルは起動時にソフトウェアクロックを初期化するためにハードウェアクロックを読み込む。 - JM
  • In this section, you initialize the values of the two session bean properties that you created in the previous section.
    この節では、前の節で作成した 2 つのセッション Bean のプロパティーの値を初期化します。 - NetBeans
  • Initialize a newly-allocated object op with its type and initial reference.
    新たにメモリ確保されたオブジェクト op に対し、型と初期状態での参照 (initial reference) を初期化します。 - Python
  • The constructor arguments are used to initialize the member variables of the same names.
    コンストラクタの引数は、インスタンスの同名のメンバ変数を初期化するために使われます。 - Python
  • Load and initialize a module implemented as a Python source file and return its module object.
    Pythonソースファイルとして実装されているモジュールをロードして初期化し、モジュールオブジェクトを返します。 - Python
<前へ 1 2 3 4 5 6 7 8 次へ>

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