code Cの部分一致の例文一覧と使い方
該当件数 : 472件
Code Listing2.16: Informational message: C C [path] 例文帳に追加
コード表示2.16:表示される文字:C - Gentoo Linux
Determine whether code is in tableC.1 (Space characters, union of C.1.1 and C.1.2). 例文帳に追加
code がテーブル C.1 (スペース文字、C.1.1 および C.1.2 の和集合) かどうか判定します。 - Python
Determine whether code is in tableC.2 (Control characters, union of C.2.1 and C.2.2). 例文帳に追加
code がテーブル C.2 (制御文字、C.2.1 および C.2.2 の和集合) かどうか判定します。 - Python
Create a new project from existing code by choosing File New Project C/C++ C/C++ Project From Existing Code. 例文帳に追加
「ファイル」「新規プロジェクト」「C/C++」「既存のコードからの C/C++ プロジェクト」を選択することで、新しいプロジェクトを既存のコードから作成します。 - NetBeans
Select C/C++ Project From Existing Code and click Next. 例文帳に追加
「既存のコードからの C/C++ プロジェクト」を選択して「次へ」をクリックします。 - NetBeans
Any GUI code will probably be written in C++ . 例文帳に追加
GUIコードはおそらくすべてC++で書かれるはず。 - Electronic Frontier Foundation『DESのクラック:暗号研究と盗聴政策、チップ設計の秘密』
Determine whether code is in tableC.9 (Tagging characters). 例文帳に追加
code がテーブル C.9 (タグ文字) かどうか判定します。 - Python
NetBeans C/C++ support lets you create C and C++ Application and Library projects with generated makefiles, as well as C and C++ projects from existing code.例文帳に追加
NetBeans C/C++ サポートでは、既存のコードから C/C++ プロジェクトを作成できるだけでなく、生成されたメイクファイルを使用して C/C++ アプリケーションやライブラリプロジェクトを作成できます。 - NetBeans
NetBeans C/C++ Development Pack lets you create C and C++ Application and Library projects with generated makefiles, as well as C and C++ projects from existing code.例文帳に追加
NetBeans C/C++ Development Pack では、既存のコードから C/C++ プロジェクトを作成できるだけでなく、生成されたメイクファイルを使用して C/C++ アプリケーションおよびライブラリプロジェクトを作成できます。 - NetBeans
Determine whether code is in tableC.1.1 (ASCII space characters). 例文帳に追加
code がテーブル C.1.1 (ASCII スペース文字) かどうか判定します。 - Python
Determine whether code is in tableC.2.1 (ASCII control characters). 例文帳に追加
code がテーブル C.2.1 (ASCII 制御文字)かどうか判定します。 - Python
Determine whether code is in tableC.3 (Private use). 例文帳に追加
code がテーブル C.3 (プライベート利用) かどうか判定します。 - Python
Determine whether code is in tableC.5 (Surrogate codes). 例文帳に追加
code がテーブル C.5 (サロゲーションコード) かどうか判定します。 - Python
Code Listing4.1: Checking for disk consistency # mke2fs -j -c /dev/hda3 例文帳に追加
コード表示4.1:ディスクの検査 - Gentoo Linux
3 characters for C column (conditional code level)12 characters for Extensions column 例文帳に追加
C カラム (条件コードレベル) は 3 文字Extensions カラムは 12 文字 - PEAR
Determine whether code is in tableC.1.2 (Non-ASCII space characters). 例文帳に追加
code がテーブル C.1.2 (非 ASCII スペース文字) かどうか判定します。 - Python
The Source Editor has a set of customizable code templates for common snippets of C and C++ code.例文帳に追加
ソースエディタには、一般的な C/C++ コード断片に対するカスタマイズ可能なコードテンプレートが一式があります。 - NetBeans
Determine whether code is in tableC.2.2 (Non-ASCII control characters). 例文帳に追加
code がテーブル C.2.2 (非 ASCII 制御文字)かどうか判定します。 - Python
You can create C/C++applications with dynamic and static libraries, and you can also create C/C++projects from existing code. 例文帳に追加
動的ライブラリや静的ライブラリとともに、C/C++ アプリケーションを作成できます。 また、既存のコードから C/C++ プロジェクトを作成することもできます。 - NetBeans
Code Listing2.23: Removing a directory # rm *.c# cvs remove 例文帳に追加
コード表示2.23:ディレクトリを削除する - Gentoo Linux
Here is the corresponding C code, in all its glory: 例文帳に追加
以下は対応するコードを C で完璧に書いたものです: - Python
The NetBeans C/C++ Pack 6.1 provides advanced editing features for modifying your source code. 例文帳に追加
NetBeans C/C++ Pack 6.1 には、ソースコードを変更するための高度な編集機能が提供されています。 - NetBeans
The NetBeans C/C++ Pack 6.5 provides advanced navigation features for viewing your source code.例文帳に追加
NetBeans C/C++ Pack 6.5 には、ソースコードを表示するための高度なナビゲート機能が提供されています。 - NetBeans
The NetBeans C/C++ Pack 6.1 provides advanced navigation features for viewing your source code.例文帳に追加
NetBeans C/C++ Pack 6.1 には、ソースコードを表示するための高度なナビゲート機能が提供されています。 - NetBeans
Determine whether code is in tableC.6 (Inappropriate for plain text). 例文帳に追加
code がテーブル C.6 (平文:plain text として不適切) かどうか判定します。 - Python
Code Listing2.5: Creating the missing console and null nodes # mknod -m 660 console c 5 1# mknod -m 660 null c 1 3 例文帳に追加
コード表示2.5:存在しないconsoleとnullノードを作成 - Gentoo Linux
Code Listing3.2: Creating necessary device node files # mknod -m 660 console c 5 1# mknod -m 660 null c 1 3 例文帳に追加
コード表示3.2:必要なデバイスノードファイルの作成 - Gentoo Linux
Code Listing5.7: Listening for incoming RFCOMM connections 例文帳に追加
接続はCTRL+Cを押すだけで中止できます。 - Gentoo Linux
The C/C++ Development Pack provides advanced editing features to help you in viewing and modifying your source code.例文帳に追加
C/C++ Development Pack には、ソースコードの表示と変更に役立つ高度な編集機能が用意されています。 - NetBeans
c) standard code for the identification of various types of patentdocuments;51例文帳に追加
(c) 種々の種類の特許書類を特定する標準記号 - 特許庁
Code Listing3.3: Using traditional C locale while specifying UTF-8 例文帳に追加
この場合、システムロケールは、特別な値である"C"を規定値にします。 - Gentoo Linux
All time spent in C code (including built-in functions) will be charged to the Python function that invoked the C code.例文帳に追加
(組込み関数を含む) C のコードに費やされた時間は、その C コードを呼出した Python 関数のものとして計上されることになります。 - Python
Code Listing2.6: Creating UML files # dd if=/dev/zero of=root_fs seek=500 count=1 bs=1M# mke2fs -F root_fs# mount -o loop root_fs /mnt/loop# tar xvjpf gentoo.tbz2 -C /mnt/loop# umount /mnt/loop 例文帳に追加
コード表示2.7 - Gentoo Linux
The language-aware editor indents, completes, and syntax-highlights your C/C++ code. 例文帳に追加
言語を認識するエディタによって、C/C++ コードのインデント、コード補完、および構文の強調表示が行われます。 - NetBeans
The following example will paste the system's password file into the screen window (using the paste buffer, where a copy remains): C-a : bufferfile /etc/passwd C-a < C-a ] C-a : bufferfile "c1 " [ on | off ] Change c1 code processing. 例文帳に追加
以下の例は、システムのパスワードファイルをscreenのウィンドウにペーストするものである(ペーストバッファを使う。 ここにはコピーが残る): C-a : bufferfile /etc/passwd C-a < C-a ] C-a : bufferfile"c1 " [ on | off ]c1 コードの処理を変更する。 - JM
Determine whether code is in tableC.7 (Inappropriate for canonical representation). 例文帳に追加
code がテーブル C.7 (標準表現:canonical representation として不適切) かどうか判定します。 - Python
Determine whether code is in tableC.8 (Change display properties or are deprecated). 例文帳に追加
code がテーブル C.8 (表示プロパティの変更または撤廃) かどうか判定します。 - Python
Code Listing3.1: Setting the default system locale in /etc/env.d/02locale LANG="de_DE.utf8@euro"LC_COLLATE="C" 例文帳に追加
コード表示3.1:~/.bashrcにユーザロケールを設定する - Gentoo Linux
JESC: Japanese-English Subtitle Corpus映画・海外ドラマ英語字幕翻訳辞書のコンテンツは、特に明示されている場合を除いて、次のライセンスに従います: Creative Commons Attribution-ShareAlike 4.0 International (CC BY-SA 4.0) |
| ※この記事は「日本法令外国語訳データベースシステム」の2010年9月現在の情報を転載しております。 |
| Copyright © Japan Patent office. All Rights Reserved. |
| この対訳コーパスは独立行政法人情報通信研究機構の研究成果であり、Creative Commons Attribution-Share Alike 3.0 Unportedでライセンスされています。 |
| 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 2001-2010 Gentoo Foundation, Inc. The contents of this document are licensed under the Creative Commons - Attribution / Share Alike license. |
| 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/ ). |
| 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. |
| © 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. |
| この対訳コーパスは独立行政法人情報通信研究機構の集積したものであり、Creative Commons Attribution-Share Alike 3.0 Unportedでライセンスされています。 |
原題:”Cracking DES: Secrets of Encryption Research, Wiretap Politics, and Chip Design ” 邦題:『DESのクラック:暗号研究と盗聴政策、チップ設計の秘密』 | This work has been released into the public domain by the copyright holder. This applies worldwide. 日本語版の著作権保持者は ©1999 山形浩生<hiyori13@alum.mit.edu>である。この翻訳は、全体、部分を問わず、使用料の支払いなしに複製が認められる。 |
|
ログイン |
Weblio会員(無料)になると
|
|
ログイン |
Weblio会員(無料)になると
|
Creative Commons Attribution-ShareAlike 4.0 International (CC BY-SA 4.0)