Compilersを含む例文一覧と使い方
該当件数 : 127件
GNU C and C++ compilers, make, and gdb (Windows platform); GNU C and C++compilers, or Sun C and C++ compilers, make, and gdb (Solaris and Linux Platforms)例文帳に追加
GNU C/C++ コンパイラ、make、gdb (Windows プラットフォームの場合)。 GNU C/C++ コンパイラ、または Sun C/C++ コンパイラ、make、gdb (Solaris および Linux プラットフォームの場合) - NetBeans
This section describes the necessary steps to use Distutils with the GNU C/C++ compilers in their Cygwin and MinGWdistributions.例文帳に追加
この節では、 Cygwin や MinGW - Python
5.Compilers The standard Java compiler used for building is javac, which comes with eachJDK. 例文帳に追加
Javaを使用するためのUSEフラグ - Gentoo Linux
GNU C and C++ compilers, make, and gdb (Windows platform); GNU C and C++compilers, or Sun C andC++ compilers, make, and gdb (Solaris and Linux Platforms) 例文帳に追加
GNU C および C++ コンパイラと make、gdb (Windows プラットフォームの場合)。 GNU C および C++ コンパイラ、または Sun C および C++ コンパイラと make、gdb (Solaris および Linux プラットフォームの場合) - NetBeans
6.2 Using non-Microsoft compilers on Windows 例文帳に追加
6.2 Windows で非 Microsoft コンパイラを使ってビルドするには - Python
Installing and Setting Up the Compilers and Tools 例文帳に追加
コンパイラおよびツールのインストールとセットアップ - NetBeans
To check the versions of your Cygwin compilers and tools: 例文帳に追加
Cygwin コンパイラとツールのバージョンを確認する - NetBeans
To download and install the GNU compilers and make 例文帳に追加
GNU コンパイラと make をダウンロードしてインストールする - NetBeans
To download and install the Sun Studio 12 compilers: 例文帳に追加
Sun Studio 12 のコンパイラをダウンロードしてインストールする - NetBeans
DESCRIPTION The C and C++ compilers are integrated. 例文帳に追加
解説C と C++ のコンパイラは統合されています。 - JM
and routines are automatically loaded as needed by the compilers cc (1) 例文帳に追加
ライブラリの一部であり、ルーチンはコンパイラーcc (1) - JM
Compilers: OMI no Mifune and ISONOKAMI no Yakatsugu (though different opinions exist) 例文帳に追加
淡海三船・石上宅嗣(異説あり) - Wikipedia日英京都関連文書対訳コーパス
NetBeans C/C++ pack has been tested with the following compilers and tools:例文帳に追加
NetBeans C/C++ Pack は次のコンパイラおよびツールでテスト済みです。 - NetBeans
In contrast to the interpreters, the compilers are not interactive 例文帳に追加
インタプリタと対照的にコンパイラは対話型ではない - コンピューター用語辞典
He is famous for one of the compilers of "Ryo-no-gige" (Commentary on the Ritsuryo system). 例文帳に追加
『令義解』の編者の一人として知られる。 - Wikipedia日英京都関連文書対訳コーパス
NetBeans C/C++ Development Pack has been tested with the following compilers and tools:例文帳に追加
NetBeans C/C++ Development Pack は次のコンパイラおよびツールでテスト済みです。 - NetBeans
If the compilers and gmake are not installed on your system, you can download them from 例文帳に追加
コンパイラおよび gmake がシステムにインストールされていない場合は、 - NetBeans
Unlike its immediate predecessor, Kokinshu, Gosenwakashu does not include the compilers' poems. 例文帳に追加
前代の古今集と違うのは、撰者の歌がない点である。 - Wikipedia日英京都関連文書対訳コーパス
The compilers, interpreters, assemblers and generators are represented by translators 例文帳に追加
コンパイラ,インタプリタ,アセンブラ,ジェネレータは,翻訳プログラムで代表される - コンピューター用語辞典
Only do this if you do not have any cross-compilers set up, though.例文帳に追加
cross-compilerをセットアップしていない場合は、単にこれを実行してください。 - Gentoo Linux
Whether you use the Sun Studio compilers and Solaris make or the GNU compilers and GNU make, you must have the gbd debugger to debug applications in NetBeans C/C++ Development Pack.例文帳に追加
Sun Studio コンパイラと Solaris make、または GNU コンパイラと GNU make のどちらを使用するにしても、NetBeans C/C++ Development Pack でアプリケーションをデバッグするには、gbd デバッガが必要です。 - NetBeans
Whether you use the Sun Studio compilers and Solaris make or the GNU compilers and GNU make, you must have the gdb debugger to debug applications in NetBeans C/C++ Development Pack.例文帳に追加
Sun Studio コンパイラと Solaris make、または GNU コンパイラと GNU make のどちらを使用するにしても、NetBeans C/C++ Development Pack でアプリケーションをデバッグするには、gbd デバッガが必要です。 - NetBeans
There are two main types of translator programs: the compilers and the interpreters 例文帳に追加
翻訳プログラムには主としてコンパイラとインタプリタの2種類がある - コンピューター用語辞典
Returns a list of command-line options suitable for either Unix compilers or VisualC++.例文帳に追加
Unix のコンパイラと、Visual C++で利用できるコマンドラインオプションのリストを返します。 - Python
Such examples are usually dressed up by the compilers; first of all, it is impossible for the compilers in later ages to know what Hirokazu himself was thinking. 例文帳に追加
こういう場合は文飾がほとんどとされるが、だいたい広常が内心思ったことを何故後世の編纂者が知り得たのだろうか。 - Wikipedia日英京都関連文書対訳コーパス
may complain, and some C compilers will optimize away the string. 例文帳に追加
が警告を出したり、 C コンパイラによっては最適化により文字列を削除する - JM
Most procedure-oriented languages are translated into object code by the compilers 例文帳に追加
大部分の手続き向き言語はコンパイラによって目的コードに翻訳される - コンピューター用語辞典
Note: ANSI C procedure prototype syntax is not recognized by most non-ANSIC compilers, including many compilers based on the Portable C Compiler.Use the -a option only in conjunction with a compiler that conforms to the ANSI C Standard.例文帳に追加
注意:ほとんどの非 ANSI C コンパイラは、ANSI C の手続きプロトタイプの書式を処理できない。 Portable C コンパイラをベースにした多くのコンパイラがこれに該当する。 - XFree86
This includes the box that will run emerge and the boxes with the cross-compilers.例文帳に追加
これには、emergeを実行するコンピュータとクロスコンパイルを行うコンピュータが含まれます。 - Gentoo Linux
Check the versions of the compilers, make, and gdb bytyping:gcc --versiong++ --versionmake --versiongdb --version 例文帳に追加
次のように入力して、コンパイラと make、および gdb のバージョンを確認します。 gcc --versiong++ --versionmake --versiongdb --version - NetBeans
Also, the compilers were probably motivated to legitimate the Emperor's family line. 例文帳に追加
その際には、現天皇の系譜を正統化しようという動機もあったであろう。 - Wikipedia日英京都関連文書対訳コーパス
Great poems over 140 years from times of "Manyoshu" to that of the compilers this anthology were collected. 例文帳に追加
『万葉集』から撰者らの時代までの140年間の名歌を集めている。 - Wikipedia日英京都関連文書対訳コーパス
Some people say that compilers are not applications but tools for building applications. 例文帳に追加
コンパイラーはアプリケーションではなくアプリケーションをつくるためのツールだと言う人もいる - 研究社 英和コンピューター用語辞典
Compilers and assemblers read a programmer's code and generate an object module 例文帳に追加
コンパイラおよびアセンブラーは,プログラマの(書いた)コードを読んで,目的モジュールを作り出す - コンピューター用語辞典
Kiyota was a prominent self-made man, being one of the compilers of the "Nihonkoki" (Later Chronicles of Japan). 例文帳に追加
『日本後紀』の編纂者の1人に加えられた立志伝中の人物であった。 - Wikipedia日英京都関連文書対訳コーパス
However, the name of Imatsugu is not found in the list of the compilers of "Nihon Koki." 例文帳に追加
ただし、『日本後紀』の完成時の編纂担当者の中に今継の名前は見えない。 - Wikipedia日英京都関連文書対訳コーパス
compilers must parse source code in order to translate it into object code 例文帳に追加
コンパイラは、ソースコードをオブジェクトコードに変換するために、ソースコードを解析しなければならない - 日本語WordNet
If you have a standard installation of the Solaris 10 OS, the compilers and gmake are installed in /usr/sfw/bin.例文帳に追加
Solaris 10 OS を標準インストールした場合は、コンパイラおよび gmake が /usr/sfw/bin にインストールされています。 - NetBeans
| 本サービスで使用している「Wikipedia日英京都関連文書対訳コーパス」はWikipediaの日本語文を独立行政法人情報通信研究機構が英訳したものを、Creative Comons Attribution-Share-Alike License 3.0による利用許諾のもと使用しております。詳細はhttp://creativecommons.org/licenses/by-sa/3.0/ および http://alaginrc.nict.go.jp/WikiCorpus/ をご覧下さい。 |
| Copyright (C) 1994- Nichigai Associates, Inc., All rights reserved. |
| 日本語ワードネット1.1版 (C) 情報通信研究機構, 2009-2026 License. All rights reserved. WordNet 3.0 Copyright 2006 by Princeton University. All rights reserved.License |
| この対訳コーパスは独立行政法人情報通信研究機構の研究成果であり、Creative Commons Attribution-Share Alike 3.0 Unportedでライセンスされています。 |
| © 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 (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 (C) 1994-2004 The XFree86®Project, Inc. All rights reserved. licence Copyright (C) 1995-1998 The X Japanese Documentation Project. lisence |
| 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. |
| Copyright 2001-2010 Gentoo Foundation, Inc. The contents of this document are licensed under the Creative Commons - Attribution / Share Alike license. |
|
ログイン |
Weblio会員(無料)になると
|
|
ログイン |
Weblio会員(無料)になると
|