1016万例文収録!

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


小窓モード

プレミアム

ログイン
設定

設定


セーフサーチ:オン

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

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

セーフサーチについて

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

該当件数 : 92



例文

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

索引トップ用語の索引



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