1016万例文収録!

「C-string」に関連した英語例文の一覧と使い方 - Weblio英語例文検索


小窓モード

プレミアム

ログイン
設定

設定

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

セーフサーチ:オフ

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

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

セーフサーチについて

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

該当件数 : 122



例文

c in string. digits". 例文帳に追加

c in string.digits" と等価です。 - Python

of stringed musical instruments, a string called a C-string 例文帳に追加

C線という,弦楽器の弦 - EDR日英対訳辞書

"c" (string of length 1) [char] 例文帳に追加

"c" (長さ 1 の文字列型) [char] - Python

The C string isNUL-terminated. 例文帳に追加

C 文字列は NUL で終端されています。 - Python

例文

C,all unrecognized escape sequences are left in the string unchanged,i.e., the backslash is left in the string. 例文帳に追加

バックスラッシュも文字列中に残ります。 - Python


例文

If a C program defines a string like 例文帳に追加

C 言語プログラムで上記のような文字列 - JM

The kernel returns the string ESC [ ? 6 c, claiming that it is a VT102.例文帳に追加

カーネルは文字列 ESC [ ? 6 c を返す。 - JM

Convert a null-terminated C string to a Python object. 例文帳に追加

null 終端された C 文字列から Python オブジェクトに変換します。 - Python

Convert a C string and its length to a Python object. 例文帳に追加

C 文字列とその長さから Python オブジェクトに変換します。 - Python

例文

Its arguments are an exception object and a C string.例文帳に追加

引数は例外オブジェクトと C 文字列です。 - Python

例文

Return a string representation of the ASCII character c. 例文帳に追加

ASCII 文字 c の文字列表現を返します。 - Python

Convert a Python string or Unicode object to a C pointer to a character string.例文帳に追加

Python の文字列または Unicode オブジェクトを、キャラクタ文字列を指す C のポインタに変換します。 - Python

The GNU C library allows the following extensions for the string specified in mode : c " (since glibc 2.3.3)" 例文帳に追加

GNU C ライブラリでは、modeに指定できる文字列として、以下の拡張が行われている:c " (glibc 2.3.3 以降)" - JM

If the command was executed using the -c command line option to the interpreter, argv[0] is set to the string '-c'.例文帳に追加

コマンドライン引数に-cを付けてPythonを起動した場合、argv[0]は文字列'-c'となります。 - Python

may complain, and some C compilers will optimize away the string. 例文帳に追加

が警告を出したり、 C コンパイラによっては最適化により文字列を削除する - JM

A string which identifies the GNU C library version on this system (e.g, "glibc 2.3.4"). 例文帳に追加

そのシステムの GNU C ライブラリのバージョンを示す文字列(例えば "glibc 2.3.4")。 - JM

function returns a pointer to the last occurrence of the character c in the string s. 例文帳に追加

関数は、文字列 s 中に最後に文字 c が現れた位置へのポインタを返す。 - JM

returns a pointer to the corresponding string in the "C" locale. 例文帳に追加

は "C" ロケールのときに相当する文字列へのポインタを返す。 - JM

Finding out the index for any occurences of `c' and `z' in the string `abcdef' 例文帳に追加

文字列 `abcdef' に `c' または `z' のいずれかが存在している位置を探す: - JM

converting each string to the C double type and then comparing those 例文帳に追加

まず各文字を C の double 方に変換してからそれらの値を比較するのではなく、 - JM

Ifc is printable, this string is the character itself. 例文帳に追加

もし c が印字可能文字であれば、返される文字列は c そのものになります。 - Python

For host and port, by passing either an empty string or None, you can pass NULL to the C API.例文帳に追加

hostとport に空文字列かNone を指定すると C APIにNULLを渡せます。 - Python

Note:When passing in a string, values for NaN 例文帳に追加

注意:文字列で値を渡す際、背後の C ライブラリによって NaN - Python

The territory part of the display's language string. %c例文帳に追加

%t 5ディスプレイの言語文字列の地域パート。 - XFree86

The codeset part of the display's language string. 例文帳に追加

%c 5ディスプレイの言語文字列のコードセットパート。 - XFree86

Consequently, the character string is corrected from a lowercase character string to an uppercase character string and displayed and the reference lines are erased ((C) and (D)).例文帳に追加

その結果、該文字列は小文字列から大文字列に修正されて表示されるとともに、基準線は消去される((C)と(D)参照)。 - 特許庁

By making one of the 2 pieces of string C at the inside as a jaw string for hanging on the jaw 2, the other one automatically becomes a rear head string for hanging on the rear head 3.例文帳に追加

内側の2本の紐Cの1本を、顎部2に掛ける顎紐にすると、他の1本は自動的に後頭部3に掛ける後頭部紐となる。 - 特許庁

The word expands to string, with backslash-escaped characters replaced as specifed by the ANSI C standard. 例文帳に追加

この単語は string に展開され、それから ANSI C 標準で仕様が決められている、バックスラッシュでエスケープされている文字に置き換えられます。 - JM

A string which identifies the POSIX implementation supplied by this C library (e.g, "NPTL 2.3.4" or "linuxthreads-0.10"). _CS_PATH 例文帳に追加

その C ライブラリが提供している POSIX 実装を示す文字列(例えば "NPTL 2.3.4" や "linuxthreads-0.10")。 - JM

function returns a pointer to the first occurrence of the character c in the string s. 例文帳に追加

関数は、文字列 s 中に最初に文字 c が現れた位置へのポインタを返す。 - JM

Create output.txt in the C:/test folder with the same content as input.txt, in this case, the string Hello World!. 例文帳に追加

C:/test フォルダに、input.txt と同じ内容の output.txt を作成します。 この場合、文字列「Hello World!」です。 - NetBeans

Convert a Python character, represented as a string of length 1, to a C char.例文帳に追加

長さ 1 の文字列として表現されている Python キャラクタをC の char 型に変換します。 - Python

Convert a C int representing a character to a Python string of length 1.例文帳に追加

文字を表す通常の C の int を、長さ 1 の Python の文字列オブジェクトに変換します。 - Python

An optional pointer to a NUL-terminated C string giving the docstring for this type object.例文帳に追加

ポインタで、この型オブジェクトのdocstring を与える NUL 終端された C の文字列を指します。 - Python

Then character string pasting processing is started and character string data are displayed on the display panel 30 (Fig. 5 (c)).例文帳に追加

その後、文字列ペースト処理を起動させ、文字列データを表示パネル30に表示させる(図5(c)参照)。 - 特許庁

In step S101, the length Clength of a recording dot string C and the length Nlength of a recording dot string N are calculated.例文帳に追加

ステップS101で、記録ドット列Cの長さClength及び記録ドット列Nの長さNlengthを算出する。 - 特許庁

A bit string comparator section 13 uses an exclusive OR to compare a read identifier bit string C with a valid identifier bit string D read from a valid identifier bit string memory 14 and transfers the comparison result bit string E to a dissident bit number measurement section 16.例文帳に追加

ビット列比較部13は、読み出された識別子ビット列Cと、有効識別子ビット列メモリ14から読み出された有効識別子ビット列Dを、排他的論理和で比較し、その比較結果ビット列Eを不一致ビット数測定部16に転送する。 - 特許庁

If the character is a control character (0x00-0x1f) the string consists of a caret ("^") followed by the corresponding uppercase letter.If the character is an ASCII delete (0x7f) the string is'^?'.例文帳に追加

もし c が制御文字 (0x00-0x1f) であれば、キャレット ("^") と、その後ろに続く c に対応した大文字からなる文字列になります。 c が ASCII 削除文字 (0x7f)であれば、文字列は '^?' になります。 - Python

This variant on "s" stores into two C variables, the first one a pointer to a character string, the second one its length.例文帳に追加

一つ目の変数はキャラクタ文字列へのポインタで、二つ目はその長さです。 - Python

Create an FSSpec object given the raw data for the Cstructure for the FSSpec as a string. 例文帳に追加

FSSpec の C 構造体の生データが入った文字列からFSSpecオブジェクトを作成します。 - Python

Create an Alias object given the raw data for the Cstructure for the alias as a string. 例文帳に追加

Alias の C 構造体の生データが入った文字列からAliasオブジェクトを作成します。 - Python

Componentnames in the list are separated by a period or an asterisk character. If the string does not start with period or asterisk, a period is assumed.For example, ``*a.b*c'' becomes:例文帳に追加

リストが含む要素名は、ピリオドかアスタリスクで区切られている。 - XFree86

A string of program signals to make a computer execute procedure A, procedure B, procedure C, ... 例文帳に追加

コンピュータに手順A、手順B、手順C、…を実行させるための)プログラム信号列。 - 特許庁

In the string 1, both ends 11 and 12 of the C may be sewn so that the cross section becomes cyclic.例文帳に追加

ひも1は、横断面が環状になるようにCの両端部11,12が縫合されていてもよい。 - 特許庁

The bit string M_i has a bit length predetermined in each arithmetic unit C_i.例文帳に追加

ビット列M_iは演算器C_iごとに予め定められたビット長をもつ。 - 特許庁

These include at least three types, namely, the text information includes (a) 1-byte character code string, (b) 2-byte character code string, and (c) 1-byte character code and 2-byte character code string.例文帳に追加

このタイプには、テキスト情報が(a)1バイト文字コード列を含む、(b)2バイト文字コード列を含む、(c)1バイト文字コード列及び2バイト文字コード列を含むという少なくとも3タイプある。 - 特許庁

A tight fastening part for tightly fastening the reed 12 to the mouth piece 11 is formed by a string part of a C-shape which is threaded with looping back into the holes 18a to 18h, and 22a to 22g for string threading, of the fastening members 15 and 16 of the string 14.例文帳に追加

紐14の締付け部材15、16の紐挿通用孔18a〜18h、22a〜22gに折り返し挿通されているC字状の紐部分は、マウスピース11とリード12を緊締する緊締部を形成する。 - 特許庁

Furthermore the GNU C library and the GNU libiconv library support the following two suffixes: //TRANSLIT When the string "//TRANSLIT" is appended to tocode, transliteration is activated. 例文帳に追加

さらに、 GNU C ライブラリと GNU libiconv ライブラリでは、以下の接尾辞がサポートされている。 //TRANSLITtocode の後ろに文字列 "//TRANSLIT" が付いている場合、翻訳 (transliteration) が有効になる。 - JM

(Defining a macro FOO to None is the equivalent of a bare#define FOO in your C source: with most compilers, this setsFOO to the string 1.) undef_macros is just a list of macros to undefine.For example:例文帳に追加

(マクロ FOO を None にすると、C ソースコード内で #define FOO と書いたのと同じになります: こう書くと、ほとんどのコンパイラは FOO を文字列 1 に設定します。 - Python

例文

The initializer is omitted if the array is empty, otherwise it is a string if the typecode is 'c', otherwise it is a list of numbers.例文帳に追加

アレイが空の場合、initializer の表示を省略します。 アレイが空でなければ、typecode が 'c' の場合には文字列に、それ以外の場合には数値のリストになります。 - Python

索引トップ用語の索引



  
EDR日英対訳辞書
Copyright © National Institute of Information and Communications Technology. All Rights Reserved.
  
Copyright © Japan Patent office. 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.
  
© 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.
こんにちは ゲスト さん

ログイン

Weblio会員(無料)になると

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

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

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

ログイン

Weblio会員(無料)になると

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

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

無料会員に登録する

©2024 GRAS Group, Inc.RSS