1016万例文収録!

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


小窓モード

プレミアム

ログイン
設定

設定


セーフサーチ:オン

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

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

セーフサーチについて

argcを含む例文一覧と使い方

該当件数 : 18



例文

DEBUGGING ON DEBUG(argv) MACRO: `.Op' Line #: 2 Argc: 1 Argv: `Fl' Length: 2 Space: `' Class: Executable Argc: 2 Argv: `aC' Length: 2 Space: `' Class: Executable Argc: 3 Argv: `Ar' Length: 2 Space: `' Class: Executable Argc: 4 Argv: `file' Length: 4 Space: ` ' Class: String Argc: 5 Argv: `)' Length: 1 Space: ` ' Class: Closing Punctuation or suffix MACRO REQUEST: . 例文帳に追加

DEBUGGING ONDEBUG(argv) MACRO: `.Op' Line #: 2 Argc: 1 Argv: `Fl' Length: 2 Space: `' Class: Executable Argc: 2 Argv: `aC' Length: 2 Space: `' Class: Executable Argc: 3 Argv: `Ar' Length: 2 Space: `' Class: Executable Argc: 4 Argv: `file' Length: 4 Space: ` ' Class: String Argc: 5 Argv: `)' Length: 1 Space: ` ' Class: Closing Punctuation or suffix MACRO REQUEST: .Op Fl aC Ar file )DEBUGGING OFFこの情報の最初の行では呼び出されているマクロの名称が出力されています。 - JM

arguments that follow argc ; 例文帳に追加

引き数の列が渡される。 - JM

Set sys.argv based on argc and argv. 例文帳に追加

argc および argv に基づいて sys.argv を設定します。 - Python

An argc of zero indicates a zero-length command. 例文帳に追加

argc が 0 の場合は、コマンドの長さが 0 であるという意味になる。 - XFree86

例文

the caller must specify the number of these arguments in argc . 例文帳に追加

呼び出し者はargcにこれらの引き数の個数を指定しなければならない。 - JM


例文

Note that an argc of zero is allowed to indicate a zero-length command.例文帳に追加

argc を 0 にして長さが 0 のコマンドを指示してもよい点に注意すること。 - XFree86

on one of these programs, the program will attempt to run with argc = 0 and the results will be unpredictable. 例文帳に追加

を用いると、プログラムは argc = 0 で実行される。 結果は予想不可能である。 - JM

Raises an exception. argc indicates the number of parameters to the raise statement, ranging from 0 to 3.例文帳に追加

例外を発生させます。 argcはraise文へ与えるパラメータの数を0から3の範囲で示します。 - Python

Pushes a slice object on the stack. argc must be 2 or 3. 例文帳に追加

スライスオブジェクトをスタックにプッシュします。 argcは2あるいは3でなければなりません。 - Python

例文

The XrmParseCommandfunction parses an (argc, argv) pair according to the specified option table, loads recognized options into the specified database with type ``String,''and modifies the (argc, argv) pair to remove all recognized options.例文帳に追加

.LP関数XrmParseCommandは、指定されたオプションテーブルに従って(argv, argc) の組を展開し、認識したオプションを ``String'' 型で指定されたデータベースにロードし、 (argc, argv) の組から認識したオプションを全て取り除く。 - XFree86

例文

The argc argument specifies the number of arguments in argv and is set on return to the remaining number of arguments that were not parsed.例文帳に追加

引き数 argc は、argv が持つ引き数の数を指定する。 関数が返ってきた際には、展開されずに残った引き数の数が設定されている。 - XFree86

If the modified argc is not zero, most applicationssimply print out the modified argv along with a message listing the allowableoptions. 例文帳に追加

もし変更後の argc が 0 であった時は、ほとんどのアプリケーションは、単に変更された argv を、指定可能なオプションのリストとともに表示するだけとなる。 - XFree86

the function func is called, and passed the series of integer ( int ) 例文帳に追加

によって)有効にされると、関数 func が呼ばれ、引き数としてargc以降の整数( int ) - JM

The function also has argcdefault parameters, where are found before the cells. 例文帳に追加

関数はセルの前にあるargcデフォルトパラメータも持っています。 - Python

# nano -w /etc/php/apache2-php5/php.iniregister_globals = Onregister_argc_argv = On error_reporting = E_ALL ~E_NOTICEallow_url_fopen = Oninclude_path = ".:/usr/share/php5:/usr/share/php:/usr/share/php/PEAR"short_open_tag = On 例文帳に追加

データベースのセットアップ警告:再度ご注意下さい。 - Gentoo Linux

The function object is defined to have argcdefault parameters, which are found below TOS. 例文帳に追加

関数オブジェクトはTOSの下にあるargcデフォルトパラメータをもつように定義されます。 - Python

The low byte of argc indicates the number of positional parameters, the high byte the number of keyword parameters.On the stack, the opcode finds the keyword parameters first.例文帳に追加

argcの低位バイトは位置パラメータを示し、高位バイトはキーワードパラメータの数を示します。 オペコードは最初にキーワードパラメータをスタック上に見つけます。 - Python

例文

The XtDisplayInitializefunction builds the resource database, calls the Xlib XrmParseCommandfunction to parse the command line, and performs other per display initialization.After XrmParseCommand has been called, argc and argv contain only those parameters that were not in the standard option table or in the table specified by the options argument.例文帳に追加

XrmParseCommand が呼ばれた後、argc と argv は標準のオプションテーブルにないパラメータや、 options 引数によって指定されたテーブルにもないパラメータだけを含むことになる。 - XFree86

索引トップ用語の索引



  
この対訳コーパスは独立行政法人情報通信研究機構の研究成果であり、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-2010 Gentoo Foundation, Inc.
The contents of this document are licensed under the Creative Commons - Attribution / Share Alike license.
  
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.
こんにちは ゲスト さん

ログイン

Weblio会員(無料)になると

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

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

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

ログイン

Weblio会員(無料)になると

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

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

無料会員に登録する

©2024 GRAS Group, Inc.RSS