| 例文 |
printfを含む例文一覧と使い方
該当件数 : 34件
Exactly equivalent to printf("%d"). 例文帳に追加
C のprintf("%d") と全く同じ。 - Python
Exactly equivalent to printf("%ld"). 例文帳に追加
C のprintf("%ld") と全く同じ。 - Python
Exactly equivalent to printf("%i"). 例文帳に追加
C のprintf("%i") と全く同じ。 - Python
Exactly equivalent to printf("%x"). 例文帳に追加
C のprintf("%x") と全く同じ。 - Python
family of functions is the wide-character equivalent of the printf (3) 例文帳に追加
ファミリーの関数はprintf (3) - JM
printf: format using the printf expression passed as 2nd argument. 例文帳に追加
printf: 第二引数で指定した printf の書式指定文字でフォーマットします。 - PEAR
printf OPTION DESCRIPTION Print ARGUMENT(s) according to FORMAT. 例文帳に追加
printfは文字列formatを表示する。 - JM
The full documentation for printf is maintained as a Texinfo manual. 例文帳に追加
これはprintfに表示を停止させる。 - JM
and LC_MONETARY . Programs may also use the functions printf (3) 例文帳に追加
この関数を用いるプログラムは、おそらく同時にprintf (3) - JM
and then outputs to stderr the program name, a colon and a space, the message specified by the printf (3)-style 例文帳に追加
書き出す内容は、プログラム名・コロン・スペース・printf (3) - JM
printf format [arguments] Write the formatted arguments to the standard output under the control of the format. 例文帳に追加
printf format [arguments]arguments を整形して標準出力に書き出します。 - JM
Field widths and precisions can be specified as with the `printf' C function. 例文帳に追加
フィールドの幅と精度は C 言語の `printf' 関数のように指定できる。 - JM
If the info and printf programs are properly installed at your site, the command info printf should give you access to the complete manual. 例文帳に追加
また `%b' という書式指定子が追加されている。 - JM
the %s format specification in printf 例文帳に追加
《C 言語で》 printf 関数 における %s 書式制御文字列[%s による書式指定] - 研究社 英和コンピューター用語辞典
The hex representation of a C pointer.Mostly equivalent to printf("%p") except that it is guaranteed to start with the literal 0x regardless of what the platform's printf yields.例文帳に追加
C ポインタの 16 進表記。 printf("%p")とほとんど同じだが、プラットフォームにおける printf の定義に関わりなく先頭にリテラル 0x が付きます。 - Python
printf(3)-style conversion specification, possibly including 例文帳に追加
には、 printf(3) 形式の変換文字列を一つだけ指定しなければならない。 - JM
more on printf conversion specifications, read the Group Format subsection above. 例文帳に追加
printf 変換指定の詳細は、上記の行グループ形式のサブセクションを見よ。 - JM
printfURL: url-encode and format using the printf expression passed as 2nd argument 例文帳に追加
printfURL: URL エンコードを行い、第二引数で指定した printf の書式指定文字でフォーマットします。 - PEAR
If your printf supports XPG3 positionsspecifier, this can be quite flexible. 例文帳に追加
システム側の printf が XPG3 の位置指示子に対応していれば、このオプションはかなり柔軟に利用できる。 - XFree86
metricsFormat Specifies a printf-style format string used to display character metrics.例文帳に追加
metricsFormat文字のメトリックの表示に際して、printf スタイルのフォーマットである文字列の使用を指定する。 - XFree86
nocharFormat Specifies a printf-style format string to display when the selected character does not exist.例文帳に追加
nocharFormat選択された文字が存在しないときに表示する、printf スタイルのフォーマットである文字列を指定する。 - XFree86
selectFormat Specifies a printf-style format string used to display information about the selected character.例文帳に追加
selectFormat選択された文字に関する情報の表示に際して、printf スタイルのフォーマットである文字例の使用を指定する。 - XFree86
rangeFormat Specifies a printf-style format string used to display the range of characters currently being displayed.例文帳に追加
rangeFormat現在表示される文字の範囲の表示に際して、printf スタイルのフォーマットである文字列の使用を指定する。 - XFree86
Do ASCII output of this parameter with a field with of 3 % 例文帳に追加
パラメータを数字として ASCII 出力する (printf の %d と同じ意味)% - JM
in printf (3); the next pointer must be a pointer to a pointer to void . 例文帳に追加
次のポインタはvoidへのポインタへのポインタでなければならない。 - JM
Do ASCII output of this parameter with a field with of 2 d 例文帳に追加
パラメータを 2 桁の数字として ASCII 出力する (printf の %2d と同じ意味)d - JM
if the program does not have a standard error (as a program running as a server quite likely does not), or if the programmer does not want the message to be output with printf (3), 例文帳に追加
はプログラムが標準エラー出力を持っていない場合(プログラムがサーバとして走っている場合にはよくありえる)や、プログラマーがメッセージをprintf (3) - JM
This string uses printf(3)like notation, where %l prints the line number,%c prints the column number, %p prints the insert position offset, and%s prints the current file size. 例文帳に追加
この文字列はprintf(3) に似た記法を用いる。 つまり、%lは行番号を表示し、%cはカラム番号を表示し、%pは挿入位置のオフセットを表示し、%sは現在のファイルサイズを表示する。 - XFree86
A dformat is a text string containing special characters instructing that various fields be printed at various points in a manner similar to the formatting string used by printf.例文帳に追加
dformat は、printf で使われているフォーマット文字列と同様の方法で様々なフィールドに様々な場所に表示させるための、特別な文字列を含むテキスト文字列である。 - XFree86
| 例文 |
| この対訳コーパスは独立行政法人情報通信研究機構の研究成果であり、Creative Commons Attribution-Share Alike 3.0 Unportedでライセンスされています。 |
| 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 (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-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) 1994-2004 The XFree86®Project, Inc. All rights reserved. licence Copyright (C) 1995-1998 The X Japanese Documentation Project. lisence |
|
ログイン |
Weblio会員(無料)になると
|
|
ログイン |
Weblio会員(無料)になると
|