「len」を含む例文一覧(92)

1 2 次へ>
  • s[len(s):len(s)] = [x]
    s[len(s):len(s)] = [x] と同じです - Python
  • len was negative.
    lenが負の数である。 - JM
  • is equivalent to sendto( s , buf , len , flags ,NULL,0).
    はsendto( s , buf , len , flags ,NULL,0) - JM
  • len value is invalid.
    lenの値が無効である。 - JM
  • Also, send( s , buf , len , flags )
    と等価である。 また、send( s , buf , len , flags ) - JM
  • orlen(s) + j
    または len(s) + j - Python
  • If i or jis greater than len(s), use len(s).
    i または j が len(s) より大きい場合、len(s) を使います。 - Python
  • This value may be greater than len ,
    この値はlenより大きいこともある。 - JM
  • len was negative or too large.
    において、lenが負であるか、長過ぎる。 - JM
  • or addr + len was less than addr ;
    またはstart + lenがstartより小さい。 - JM
  • If the size of the file is less than offset + len ,
    ファイルのサイズがoffset + len - 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
  • and updates *argz and *argz_len .
    を更新する。 - JM
  • on Linux/i386, len is smaller than the actual size.
    または、Linux/i386 のgethostname () - JM
  • 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
  • was an int .
    len引き数はintであった。 - JM
  • The len argument is the length of the required segment.
    len引き数は要求されたセグメントの長さである。 - JM
  • offset + len exceeds the maximum file size.
    offset + lenがファイルサイズの最大値よりも大きい。 - JM
  • offset was less than 0, or len was less than or equal to 0.
    offsetが 0 未満であるか、lenが 0 以下である。 - JM
  • returns the first len bytes (glibc) or returns an error (libc).
    は、(glibc では) 始めの len バイトを、(libc では) エラーを返す。 - JM
  • under libc: name is NULL or name is longer than len bytes.
    において、nameが NULL ポインタであるか、lenバイトより長い。 - JM
  • and copies up to len bytes from the returned nodename field into name .
    が返したnodenameフィールド (の最大lenバイト) をnameにコピーする。 - JM
  • The len field counts all of the bytes in name ,
    lenフィールドは NULL バイトを含むnameの全てのバイト数を表す。 - JM
  • At most len wide characters are written to dest.
    最大 len 文字のワイド文字が dest に書き込まれる。 - JM
  • offset+len exceeds the maximum file size.
    offset+lenが最大ファイルサイズを超えている。 - JM
  • returns the length which is required for len bytes of data plus the header.
    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
  • The substring of STR beginning at byte number START and extending for LEN bytes.
    STR の START から始まって LEN byte まで伸びている部分文字列。 - JM
  • This is equivalent to "len(p)" on a dictionary.
    辞書に対して "len(p)" を実行するのと同じです。 - Python
  • The len argument specifies the length of the section that should be locked.
    len 引数にはロックする部分の長さを指定します。 - Python
  • If j is omitted, use len(s).
    j が省略された場合、len(s) を使います。 - Python
  • 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
  • in the array name that has a length of len bytes.
    で設定された) NULL 終端されたホスト名を、長さ len バイトの配列 name に返す。 - JM
  • locks pages in the address range starting at addr and continuing for len bytes.
    はaddrから始まる長さlenバイトのアドレス範囲のページをロックする。 - JM
  • Return the number of bytes that a netlink message with payload of len would occupy.
    ペイロードの長さがlenの netlink メッセージのバイト数を返す。 - JM
  • The len argument is an lvalue containing the remaining length of the message buffer.
    len引数はメッセージバッファの残り長さが入った左辺値である。 - 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
  • The programmer must ensure that there is room for at least len bytes at dest.
    プログラマは少なくとも len バイトの領域を dest に確保しなければならない。 - JM
  • Returns a new list of length len on success, or NULL on failure.
    サイズが len 新たなリストオブジェクトを返します。 失敗すると NULL を返します。 - Python
  • m.getheader(name) but raises KeyError if there is no matching header; and len(m),
    m.getheader(name) に似ていますが、一致するヘッダがない場合 KeyError を送出します;len(m)、 - Python
  • The fragments should both contain 2-byte samples.The routine takes time proportional to len(fragment).
    このルーチンの実行に要する時間はlen(fragment)に比例します。 - Python
  • Return a new tuple object of size len, or NULL on failure.
    サイズが len 新たなタプルオブジェクトを返します。 失敗すると NULL を返します。 - 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をインクリメントする。 - 特許庁
  • Having performed the copy, the function then checks if the length of the nodename was greater than or equal to len ,
    コピーを行った際に、この関数はnodenameの長さがlen以上かの確認を行い、len以上の場合には \\-1 を返し、errnoにENAMETOOLONG - JM
  • respectively, except that they do not return their result in a static buffer, but instead use the supplied buf of size len .
    と同じであるが、静的バッファの代わりに、長さlenの指定されたbufに結果を格納する点が異なる。 - JM
  • This flag allocates and initializes to zero the disk space within the range specified by offset and len .
    このフラグは、offsetとlenで指定された領域のディスク空間を割り当て、その空間を 0 で初期化する。 - JM
  • function returns a structure of type hostent for the given host address addr of length len and address type type.
    関数は与えられたホストアドレスaddr(長さ len、 タイプ type) に対応する構造体hostentを返す。 - JM
1 2 次へ>

例文データの著作権について

  • 特許庁
    Copyright © Japan Patent office. All Rights Reserved.
  • 大規模オープンソース日英対訳コーパス
    この対訳コーパスは独立行政法人情報通信研究機構の研究成果であり、Creative Commons Attribution-Share Alike 3.0 Unportedでライセンスされています。
  • Python
    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.
  • JM
    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.