1153万例文収録!

「C Compiler」に関連した英語例文の一覧と使い方(2ページ目) - Weblio英語例文検索


小窓モード

プレミアム

ログイン
設定

設定

Weblio 辞書 > 英和辞典・和英辞典 > C Compilerの意味・解説 > C Compilerに関連した英語例文

セーフサーチ:オン

不適切な検索結果を除外する

不適切な検索結果を除外しない

セーフサーチについて

C Compilerの部分一致の例文一覧と使い方

該当件数 : 60



例文

We propose a meta-compiler (a translator from a superset C++ language) that provides macros integrated into the language as meta-functions and meta-variables of meta-classes. 例文帳に追加

我々はひとつのメタコンパイラ(スーパーセットであるC++言語からのトランスレータ)を提案する.これは, メタクラスのメタ関数およびメタ変数として, マクロを言語に統合するものである. - コンピューター用語辞典

In previous versions of makedepend this was the default behavior; the default has been changed to better match the behavior of the C compiler, which does not consider multiple inclusion to be an error.例文帳に追加

以前のバージョンのmakedependではこれはデフォルトの動作であった。 複数回のインクルードをエラーとみなさないような C コンパイラの動作にもうまく適合できるように、このデフォルト動作は変更された。 - XFree86

This subsection describes the necessary steps to use Distutils with the Borland C++ compiler version 5.5.First you have to know that Borland's object file format (OMF) is different from the format used by the Python version you can download from the Python or ActiveState Web site.例文帳に追加

この小節では、 Borland C++ コンパイラのバージョン 5.5 でDistutils を使うために必要な手順について述べています。 まず、 Borland のオブジェクトファイル形式 (OMF)は、Python 公式サイトや ActiveState の Web サイトからダウンロードできるバージョンの Python が使っている形式とは違うことを知っておかねばなりません (Python は通常、 Microsoft Visual C++ でビルドされています。 - Python

The remaining fields will be filled with zeros by the C compiler, and it's common practice to not specify them explicitly unless you need them. This is so important that we're going to pick the top of it apart stillfurther:例文帳に追加

これ以外のメンバは C コンパイラによってゼロに初期化されるので、必要な時を除いてふつうはそれらの値を明示的には指定せずにおきます。 次のものは非常に重要なので、とくに最初の最初に見ておきましょう: - Python

例文

When the created C language or C ++ language source code 13 is compiled by a compiler 14 of the CPU 2 to be changed, an assembly language 2 source code 15 suitable for the new CPU 2 can be easily obtained early.例文帳に追加

生成されたC言語またはC++言語ソースコード13を、変更するCPU2のコンパイラ14でコンパイルすることにより、早期に新たなCPU2に適したアセンブリ言語2ソースコード15を容易に得ることが可能となる - 特許庁


例文

Compiling a Python extension written in C or C++ will sometimes require specifying custom flags for the compiler and linker in order to use a particular library or produce a special kind of object code. This is especially true if the extension hasn't been tested on your platform, or if you're trying to cross-compile Python.In the most general case, the extension author might have foreseenthat compiling the extensions would be complicated, and provided a Setup file for you to edit.例文帳に追加

C や C++ で書かれた Python 拡張をコンパイルする際、しばしば特定のライブラリを使ったり、特定の種類のオブジェクトコードを生成したりする上で、コンパイラやリンカに与えるフラグをカスタマイズする必要があります。 ある拡張モジュールが自分のプラットフォームではテストされていなかったり、クロスコンパイルを行わねばならない場合にはこれが当てはまります。 - Python

Nothing prevents half a dozen different people from taking any given open-source product (such as, say the Free Software Foundations's gcc C compiler), duplicating the sources, running off with them in different evolutionary directions, but all claiming to be the product. 例文帳に追加

どんなオープンソース製品(たとえば FSFの gcc C コンパイラとか)でも、6人くらいがソースを複製してそれを勝手にちがった発展方向に向けて変えてしまい、しかもみんなが「これぞ本家本元」と主張する、といったことは十分可能だし、それを止めるものはなにもない。 - Eric S. Raymond『ノウアスフィアの開墾』

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を再コンパイルする。 - 特許庁

The responsiveness equivalent to that of the program created by the C language and the assembly language is secured by executing application 29 for a digital shape protection controller consisting of the intermediate language of Java by converting it into does which can be directly executed by a CPU 1 by JIT compiler 24.例文帳に追加

Javaの中間言語よりなるディジタル形保護制御装置用のアプリケーション29をJITコンパイラ24によってCPU1が直接実行可能なコードに変換して実行することで、C言語やアセンブリ言語により作成されたプログラムと同等の応答性を確保する。 - 特許庁

例文

This method generates an error message leader in the format of a Unix C compiler error label; the format is '"%s", line %d: ',where the "%s" is replaced with the name of the current sourcefile and the "%d" with the current input line number (the optional arguments can be used to override these).This convenience is provided to encourage shlex users to generate error messages in the standard, parseable format understood by Emacs and other Unix tools.例文帳に追加

このメソッドはエラーメッセージの論述部分を Unix C コンパイラエラーラベルの形式で生成します; この書式は'"%s", line %d: ' で、"%s" は現在のソースファイル名で置き換えられ、"%d" は現在の入力行番号で置き換えられます(オプションの引数を使ってこれらを上書きすることもできます)。 このやり方は、shlex のユーザに対して、Emacs やその他のUnix ツール群が解釈できる一般的な書式でのメッセージを生成することを推奨するために提供されています。 - Python




  
コンピューター用語辞典
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) 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.
  
この対訳コーパスは独立行政法人情報通信研究機構の集積したものであり、Creative Commons Attribution-Share Alike 3.0 Unportedでライセンスされています。
  
原題:”Homesteading the Noosphere”

邦題:『ノウアスフィアの開墾』
This work has been released into the public domain by the copyright holder. This applies worldwide.

Eric S. Raymond 著
山形浩生 YAMAGATA Hiroo 訳    リンク、コピーは黙ってどうぞ。くわしくはこちらを見よ。
プロジェクト杉田玄白 正式参加作品。
詳細は http://www.genpaku.org/ を参照のこと。
こんにちは ゲスト さん

ログイン

Weblio会員(無料)になると

会員登録のメリット検索履歴を保存できる!

会員登録のメリット語彙力診断の実施回数増加!

無料会員に登録する
英→日 日→英
こんにちは ゲスト さん

ログイン

Weblio会員(無料)になると

会員登録のメリット検索履歴を保存できる!

会員登録のメリット語彙力診断の実施回数増加!

無料会員に登録する

©2026 GRAS Group, Inc.RSS