is equivalent to sendto( s , buf , len , flags ,NULL,0).
はsendto( s , buf , len , flags ,NULL,0) - JM
len was negative.
lenが負の数である。 - JM
Len, stop! レン やめろ! - 映画・海外ドラマ英語字幕翻訳辞書
len value is invalid.
lenの値が無効である。 - JM
orlen(s) + j
または len(s) + j - Python
If the size of the file is less than offset + len ,
ファイルのサイズがoffset + len - JM
If i or jis greater than len(s), use len(s).
i または j が len(s) より大きい場合、len(s) を使います。 - Python
Also, send( s , buf , len , flags )
と等価である。 また、send( s , buf , len , flags ) - JM
or addr + len was less than addr ;
またはstart + lenがstartより小さい。 - JM
offset or len was less than 0.
offsetまたはlenが 0 より小さい。 - JM
This is the equivalent to the Python expression "len(o)". Python の式 "len(o)"と同じです。 - Python
Stop, len! やめてくれ レン! - 映画・海外ドラマ英語字幕翻訳辞書
The triples are monotonically increasing in i and j.The last triple is a dummy, and has the value (len(a),len(b), 0). 最後のタプルはダミーで、(len(a), len(b), 0)という値を持ちます。 これは - Python
This value may be greater than len ,
この値はlenより大きいこともある。 - JM
len was negative or too large.
において、lenが負であるか、長過ぎる。 - JM
offset+len exceeds the maximum file size.
offset+lenが最大ファイルサイズを超えている。 - JM
At most len bytes are written to dest.
dest には最大 len バイトまで書き込まれる。 - JM
For example, `.RES.B .LEN("sample")' reserves six bytes of memory.
例えば、`.RES.B .LEN("sample")' は、 メモリの 6 byte を予約する。 - JM
And len, your brother? お兄さんのレンは? - 映画・海外ドラマ英語字幕翻訳辞書
offset + len exceeds the maximum file size.
offset + lenがファイルサイズの最大値よりも大きい。 - JM
on Linux/i386, len is smaller than the actual size.
または、Linux/i386 のgethostname () - JM
If j is omitted, use len(s).
j が省略された場合、len(s) を使います。 - Python
offset was less than 0, or len was less than or equal to 0.
offsetが 0 未満であるか、lenが 0 以下である。 - JM
At most len wide characters are written to dest.
最大 len 文字のワイド文字が dest に書き込まれる。 - JM
returns the first len bytes (glibc) or returns an error (libc).
は、(glibc では) 始めの len バイトを、(libc では) エラーを返す。 - JM
was an int .
のlen引き数はintであった。 - JM
under libc: name is NULL or name is longer than len bytes.
において、nameが NULL ポインタであるか、lenバイトより長い。 - JM
This is equivalent to "len(p)" on a dictionary. 辞書に対して "len(p)" を実行するのと同じです。 - Python
A LEN counter 3 clears the LEN counter for each unit pulse pattern length on the basis of the LEN data from the memory 2, thus increasing the address AD from the address generation circuit 1. LENカウンタ3は、メモリ2からのLENデータを基に、単位パルスパターン長毎にLENカウンタクリアし、これによってアドレス発生回路1からのアドレスADをインクリメントする。 - 特許庁
The len argument is the length of the required segment.
len引き数は要求されたセグメントの長さである。 - JM
returns the length which is required for len bytes of data plus the header.
はlenバイトのデータ + ヘッダに必要な長さを返す。 - JM
and copies up to len bytes from the returned nodename field into name .
が返したnodenameフィールド (の最大lenバイト) をnameにコピーする。 - JM
Len, take the side room. レン 隣の部屋を使うぜ - 映画・海外ドラマ英語字幕翻訳辞書
The len field counts all of the bytes in name ,
lenフィールドは NULL バイトを含むnameの全てのバイト数を表す。 - JM
Return the number of bytes that a netlink message with payload of len would occupy.
ペイロードの長さがlenの netlink メッセージのバイト数を返す。 - JM
The substring of STR beginning at byte number START and extending for LEN bytes.
STR の START から始まって LEN byte まで伸びている部分文字列。 - JM
The len argument specifies the length of the section that should be locked. len 引数にはロックする部分の長さを指定します。 - Python
The fragments should both contain 2-byte samples.The routine takes time proportional to len(fragment). このルーチンの実行に要する時間はlen(fragment)に比例します。 - Python
locks pages in the address range starting at addr and continuing for len bytes.
はaddrから始まる長さlenバイトのアドレス範囲のページをロックする。 - JM
The len argument is an lvalue containing the remaining length of the message buffer.
len引数はメッセージバッファの残り長さが入った左辺値である。 - JM
His real name is len pontecorvo. 彼の本名は レン・ポンテコーヴァ - 映画・海外ドラマ英語字幕翻訳辞書
The call "syslog(2,buf,len)" waits until this kernel log buffer is non-empty, and then reads at most len bytes into the buffer buf. It returns the number of bytes read.
"syslog(2,buf,len)"の呼び出しはカーネル・ログ・バッファが空でなくなるまで待って、最大 len バイトまで buf へと読み出し、読み込んだバイト数を返す。 - JM
Return a new tuple object of size len, or NULL on failure.
サイズが len 新たなタプルオブジェクトを返します。 失敗すると NULL を返します。 - Python
in the array name that has a length of len bytes.
で設定された) NULL 終端されたホスト名を、長さ len バイトの配列 name に返す。 - JM
returns the amount of space which will be needed in a message with len bytes of data.
はlenバイトのデータを持つメッセージに必要とされる容量を返す。 - JM
the message is found in buf and has length len .
では、メッセージはbufに格納されており、その長さはlenであると解釈される。 - JM
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.