| 例文 |
"c code"を含む例文一覧と使い方
該当件数 : 27件
Here is the corresponding C code, in all its glory: 例文帳に追加
以下は対応するコードを C で完璧に書いたものです: - Python
There are several common styles of C code, including the GNU style, the Kernighan & Ritchie style, and the original Berkeley style. 例文帳に追加
例えば、GNU スタイル、Kernighan & Ritchie スタイル、オリジナルの Berkeley スタイル等である。 - JM
Compiled C code does not get interpreted, and hence is ``invisible'' to the profiler.例文帳に追加
コンパイル済みの C コードはインタプリタの管理外で、プロファイラからは``見えません''。 - Python
Specifies the basename to be used in the C code output file.例文帳に追加
basenameC 言語のコードとして出力するファイルで使うベース名を指定する。 - XFree86
The Source Editor has a set of customizable code templates for common snippets of C and C++ code.例文帳に追加
ソースエディタには、一般的な C/C++ コード断片に対するカスタマイズ可能なコードテンプレートが一式があります。 - NetBeans
The language-aware editor indents, completes, and syntax-highlights your C/C++ code. 例文帳に追加
言語を認識するエディタによって、C/C++ コードのインデント、コード補完、および構文の強調表示が行われます。 - NetBeans
These routines allow C code to work with serialized objects using the same data format as the marshal module.例文帳に追加
以下のルーチン群は、marshal モジュールと同じ形式を使った整列化オブジェクトを C コードから使えるようにします。 - Python
The debugging operation is surely and easily performed since the vehicle C code generated automatically from the control specifications is used.例文帳に追加
制御仕様から自動生成した車両用Cコードを使うので確実なデバッグ作業が容易に行われる。 - 特許庁
You should avoid this sort of non-portable usage if you plan to distribute your code: it's probably better to write C code like例文帳に追加
自分のコードを配布する際には、このような可搬性のない使い方は避けるべきです: おそらく、 C のコードを - Python
The editor indents, completes, and syntax-highlightsC and C++ code and is well integrated with the GNU gdb debugger. 例文帳に追加
エディタによって、C/C++ コードのインデント、コード補完、および構文の強調が行われ、GNU gdb デバッガが十分に統合されています。 - NetBeans
To easily identify whether a response signal that an ATCRBS transponder has transmitted is a mode-A code or a mode-C code.例文帳に追加
ATCRBSトランスポンダが送信した応答信号がモードAコード又はモードCコードのいずれであるかを容易に識別する。 - 特許庁
Using differently scaled fixed-point variables or constants for relational operations can cause some unexpected results in the C code. 例文帳に追加
異なる尺度を持つ固定小数点変数または定数を比較演算で使うと、Cコードでは予期しない結果を招くことがある。 - コンピューター用語辞典
Formatting of C code may be disabled for portions of a program by embedding special control comments in the program. 例文帳に追加
整形の無効化特別な制御用コメントをプログラムに埋め込むことにより、C 言語コードを部分的に整形しないようにすることができる。 - JM
Using differently scaled fixed-point variables or constants for relational operations can cause some unexpected results in the C code. 例文帳に追加
異なる尺度を持つ固定小数点変数または定数を関係演算で使うと、Cコードでは予期しない結果を招くことがある。 - コンピューター用語辞典
A program generating device 1 automatically generating a C code for vehicle from control specifications in the form of a data flowchart and a state flowchart.例文帳に追加
プログラム生成装置1は、データフローチャートおよびステートフローチャートのかたちで入力された制御仕様から車両用Cコードを自動生成する。 - 特許庁
When you comment something inside a pre construct, use comment and parentheses or the comment marker for the language that is being used (# for bash scripts and many other things, //for C code, etc.)例文帳に追加
pre構造のなかで何かコメントをする場合は、commentと括弧またはその言語で使われているコメントマーク(bashなら#、C言語なら//など)を使ってください。 - Gentoo Linux
This applies regardless to whatever sort of output GCC is producing, whether it be an executable file, an object file, an assembler file or preprocessed C code. 例文帳に追加
このオプションは GCC が実行可能ファイル、オブジェクトファイル、アセンブラファイル、プリプロセス済み C コードなどの、いかなる種類の出力を行なう場合にも適用可能です。 - JM
Integer information is given to symbol blocks of the data flowchart and then a vehicle C code of integer logic can be generated automatically by using the integer information.例文帳に追加
データフローチャートのシンボルブロックに整数情報をもたせることで、整数情報を利用して整数ロジックの車両用Cコードを自動生成できる。 - 特許庁
Since the Python includedirectory--/usr/local/include/python1.5 in this case--is always included in the search path when building Python extensions, the best approach is to write C code like例文帳に追加
) Python の include ディレクトリ -- 今の例では/usr/local/include/python1.5 -- は、 Python 拡張モジュールをビルドする際に常にヘッダファイル検索パスに取り込まれるので、C コードを書く上でもっともよいアプローチは、 - Python
The IDE has a dynamic C and C++ code completion feature that enables you to type one or more characters and then see a list of possible classes, methods, variables, and so on that can be used to complete the expression.例文帳に追加
IDE の動的 C/C++ コード補完機能によって、ユーザーが文字を 1 文字以上入力すると、その式を自動的に補完するためのクラス、メソッド、変数といった選択肢のリストが表示されます。 - NetBeans
At the cost of having to write more C code, you can achieve almost anything.It should be noted that extending Python and embedding Python is quite the same activity, despite the different intent.例文帳に追加
より多く C コードを書かねばならない代わりに、ほぼ何でもできるようになります。 Python の拡張と埋め込みは、趣旨こそ違え、同じ作業であるということに注意せねばなりません。 - Python
The functions in this chapter perform various utility tasks, ranging from helping C code be more portable across platforms, using Python modules from C, and parsing function arguments and constructing Python values from C values. Subsections例文帳に追加
この章の関数は、 C で書かれたコードをプラットフォーム間で可搬性のあるものにする上で役立つものから、C から Python モジュールを使うもの、そして関数の引数を解釈したり、 C の値から Python の値を構築するものまで、様々なユーティリティ的タスクを行います。 - Python
The determination means determines that the response signal is a mode-C code if the altitude of the airplane included in the measured position and the altitude converted from the response signal are settled within a predetermined correlation range, and determines the response signal is a mode-A code if not settled within the predetermined correlation range.例文帳に追加
判定手段は、測位された位置に含まれる航空機の高度と、応答信号から変換された高度とが所定の相関範囲内であるとき当該応答信号はモードCコードであり、所定の相関範囲内でないとき当該応答信号はモードAコードであると判定する。 - 特許庁
| 例文 |
| 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 2001-2010 Gentoo Foundation, Inc. The contents of this document are licensed under the Creative Commons - Attribution / Share Alike license. |
| 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 (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. |
| © 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. |
|
ログイン |
Weblio会員(無料)になると
|
|
ログイン |
Weblio会員(無料)になると
|
