1153万例文収録!

「null」に関連した英語例文の一覧と使い方(14ページ目) - Weblio英語例文検索


小窓モード

プレミアム

ログイン
設定

設定


セーフサーチ:オン

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

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

セーフサーチについて

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

該当件数 : 1707



例文

If there is no current context, NULL is returned. 例文帳に追加

現在のコンテクストが存在しなければ、\\f3NULL\\fP が返される。 - XFree86

To solve the null point problem in relatively simple configuration.例文帳に追加

比較的簡単な構成でヌル点問題を解消する。 - 特許庁

A registration granted contrary to the provisions of this Law is null. 例文帳に追加

本法に違反して付与された登録は,無効とする。 - 特許庁

EXPLOITATION OF NULL PACKET IN PACKETIZED DIGITAL TELEVISION SYSTEM例文帳に追加

パケット化されたデジタルテレビジョンシステムにおけるナルパケットの利用 - 特許庁

例文

To provide bit patterned media and their servo sector null patterns.例文帳に追加

ビット・パターン化媒体およびそのサーボセクタ・ヌルパターンを得る。 - 特許庁


例文

Any agreement contrary to the provisions of the preceding paragraphs shall be null and void. 例文帳に追加

前数項の規定に反する合意は無効である。 - 特許庁

Any Provisions that contradict this Law shall be considered as null and void. 例文帳に追加

本法に反する如何なる規定も,無効とみなす。 - 特許庁

The first is, you write enough NULL bytes over the MBR to make any subsequent installation believe this to be a blank disk. 例文帳に追加

1 つは十分な NULL バイトを MBR に書き込んで、きたるべきインストーラにディスクはまっさらだと思い込ませる方法です。 - FreeBSD

14.15. Why does ppp(8) over a null-modem cable never exit? 例文帳に追加

10.16. ヌルモデムケーブルを使用しているとき、 ppp が終了しない - FreeBSD

例文

If aiocbp is not NULL, and fd differs from the file descriptor with which the asynchronous operation was initiated, unspecified results occur. 例文帳に追加

aiocbpが NULL でなく、かつfdが非同期操作が開始されたファイルディスクリプタと異なる場合、生じる結果は不定である。 - JM

例文

This byte is not included in the size value stored at sizeloc . 例文帳に追加

この NULL バイトはsizelocに格納されるサイズには「含まれない」。 - JM

is specified in hints and service is not NULL, then service must point to a string containing a numeric port number. 例文帳に追加

が指定され、かつserviceが NULL でない場合、serviceは数値のポート番号を含む文字列を指し示さなければならない。 - JM

If longindex is not NULL, it points to a variable which is set to the index of the long option relative to longopts . 例文帳に追加

longindex は、NULL でなければ、長いオプションのインデックスをlongoptsからの相対位置として保持している変数へのポインタとなる。 - JM

return a pointer to a struct utmp on success, and NULL on failure (which includes the "record not found" case). 例文帳に追加

は、成功すると struct utmp へのポインタを返す。 失敗すると NULL を返す (レコードが見つからなかった場合も失敗となる)。 - JM

The len field counts all of the bytes in name , 例文帳に追加

lenフィールドは NULL バイトを含むnameの全てのバイト数を表す。 - JM

In order to avoid the case 2 above, the programmer should make sure n is greater or equal to mbstowcs(NULL,src,0)+1. "RETURN VALUE" 例文帳に追加

上記の 2. の場合を避けるためにプログラマーは n がmbstowcs(NULL,src,0)+1 以上であることを保証すべきである。 返り値 - JM

function returns a pointer to the modified template string on success, and NULL on failure, in which case errno is set appropriately. 例文帳に追加

関数は変更された template 文字列へのポインタを返す。 失敗した場合は、NULL を返して、errnoを適切に設定する。 - JM

is used to assess whether the null-terminated string pointed to by string matches the previously compiled regex . 例文帳に追加

は、stringが指す NULL で終端された文字列が前回コンパイルされたregexにマッチするかどうかを評価するために使用される。 - JM

function returns a pointer to a dirent structure, or NULL if an error occurs or end of the directory stream is reached. 例文帳に追加

関数はdirent構造体へのポインタを返す。 エラーが発生するか、ディレクトリストリームの末尾に達した場合、 NULL を返す。 - JM

If the argument buf is NULL, only the mode is affected; a new buffer will be allocated on the next read or write operation. 例文帳に追加

もし、引数bufが NULL ならば、モードだけが変更される。 新しいバッファは次に読み書きした際に割り当てられる。 - JM

If act is non-null, the new action for signal signum is installed from act . 例文帳に追加

以外の有効なシグナルをどれでも指定できる。 actが NULL 以外であれば、シグナルsignumの新しい動作 (action) としてactが設定される。 - JM

If there is no null byte among the first n bytes of src, the string placed in dest will not be null terminated. 例文帳に追加

src の最初の n バイトの中にヌルバイトがない場合、dest に格納される文字列はヌルで終端されないことになる。 - JM

function returns a pointer to the matched character, or a pointer to the null byte at the end of s (i. 例文帳に追加

関数は一致した文字へのポインタを返す。 - JM

These functions return a pointer to the beginning of the substring, or NULL if the substring is not found. 例文帳に追加

これらの関数は、部分文字列の開始を指すポインタを返し、もし部分文字列が見つからない場合は NULL を返す。 - JM

function returns a pointer to a unique temporary filename, or NULL if a unique name cannot be generated. 例文帳に追加

関数は他と重ならないテンポラリファイル名へのポインタを返す。 他と重ならない名前が生成できなければ NULL を返す。 - JM

However, POSIX does not specify this behavior, and most other Unix implementations require a non-NULL value for buf . 例文帳に追加

しかし、POSIX はこの振る舞いは規定されておらず、その他のほとんどの Unix 実装はbufの値として非 NULL の値を要求する。 - JM

returns a pointer to the parent of the item deleted, or NULL if the item was not found. 例文帳に追加

は削除したアイテムの親へのポインタを返す。 - JM

Yields its first argument if it is neither null nor 0, otherwise its 例文帳に追加

左項がナルでも 0 でもなければ左項を返す。 - JM

Description: When you open a project created with a later version of the NetBeans IDE, you might get a null pointer exception.例文帳に追加

説明: NetBeans IDE の新しいバージョンで作成したプロジェクトを開くと、Null ポインタ例外が発生する場合があります。 - NetBeans

A selector 29 reads the effective packet from a buffer memory 21, and reads the null packet from a null packet generating circuit 28.例文帳に追加

セレクタ29は、バッファメモリ21から有効パケットを読み出し、ヌルパケット発生回路28からヌルパケットを読み出す。 - 特許庁

To provide a technology that makes it possible to increase the possibility of directing null toward a communication terminal that needs null directed in a peripheral base station performing null steering.例文帳に追加

ヌルステアリングを行う周辺基地局において、ヌルを向ける必要性のある通信端末に対してヌルが向く可能性を高めることを可能にする技術を提供する。 - 特許庁

a blind [dead, null, stale] link 例文帳に追加

ブラインド[デッド, 無効な, 古くなった]リンク《参照先のないリンク》 - 研究社 英和コンピューター用語辞典

NULL pointer dereference 例文帳に追加

ヌルポインターの参照先を取得しようとすること《エラーになる》 - 研究社 英和コンピューター用語辞典

How is Null expressed as a regular expression? 例文帳に追加

正規表現で空白はどのように表すのでしょうか? - Tanaka Corpus

How is Null expressed as a regular expression?例文帳に追加

正規表現でヌルはどのように表されるのでしょうか? - Tatoeba例文

A null pointer usually marks the last of a linear sequence of pointers 例文帳に追加

ヌルポインタは, 通常, ポインタの並びの最後をマークする - コンピューター用語辞典

cache lifetime in seconds (since 1.6.0beta 1, you can use a null value for an eternal cache lifetime) 例文帳に追加

キャッシュ生存期間を秒単位で指定します(1.6.0beta 1以降、無期限のキャッシュ生存期間を表す null値が利用可能です) 。 - PEAR

NULLis returned when the end of the result set is reached. 例文帳に追加

結果セットの最後に達した場合は NULLが返されます。 - PEAR

Even if it's the new behavior of API 1.8.0, you can still consumes all output events with the Null renderer. 例文帳に追加

API 1.8.0 ではこのような挙動になりましたが、すべての出力イベントをNull レンダラに処理させることもできます。 - PEAR

It is a genuine Python object rather than a NULL pointer, which means ``error'' in most contexts, as we have seen.例文帳に追加

これまで見てきたようにほとんどのコンテキストで ``エラー'' を意味する NULL ポインタとは違い、None は純粋なPython のオブジェクトです。 - Python

Return the instance associated with the method meth if it is bound, otherwise return NULL.例文帳に追加

meth が束縛メソッドの場合には、メソッドに関連付けられているインスタンスを返します。 それ以外の場合には NULL を返します。 - Python

If the module does not provide one, or if it is not a string, SystemError is raised and NULL is returned.例文帳に追加

モジュールがこの属性を提供していない場合や文字列型でない場合、SystemError を送出して NULL を返します。 - Python

Functions that return object references generally return NULL only to indicate that an exception occurred.例文帳に追加

一方、オブジェクトへの参照を返すような関数は一般に、例外の発生を示す場合にのみ NULL を返します。 - Python

Both can be NULL to have the interface use the default values (see the next section for details).例文帳に追加

これら二つの引数は NULL にでき、その場合デフォルト値が使われます (詳細は次の節を参照してください) - Python

PyObject_HEAD_INIT(NULL) and add the following to the module initialization function: 例文帳に追加

また、以下の行をモジュール初期化関数に加えます: - Python

This function returns NULL if it succeeds; otherwise, it returns the name of the first argument that could not be obtained.例文帳に追加

この関数は成功時には NULL を返す。 そうでない場合には、取得に失敗した最初の引き数の名前を返す。 - XFree86

The XTextPropertyToStringList function returns a list of strings representing the null-separated elements of the specified XTextProperty structure.例文帳に追加

関数XTextPropertyToStringListは指定したXTextProperty構造体が持つ要素群(NULL で区切られている)の内容を表す文字列のリストを返す。 - XFree86

The returned string is null-terminated.It is owned by Xlib and should not be modified or freed by the client. 例文帳に追加

.LP返される文字列は NULL 文字で終わる。 これは Xlib が所有しているので、クライアントは変更や解放をしてはならない。 - XFree86

Time time; 例文帳に追加

所有者がコールバックを必要としない場合には、NULL を指定する。 - XFree86

例文

NULL isreturned if execution fails on the client side. 例文帳に追加

エラークライアント側で実行が失敗すると \\f3NULL\\fP が返される。 - XFree86




  
コンピューター用語辞典
Copyright (C) 1994- Nichigai Associates, Inc., All rights reserved.
  
Tanaka Corpusのコンテンツは、特に明示されている場合を除いて、次のライセンスに従います:
 Creative Commons Attribution (CC-BY) 2.0 France.
  
Tatoebaのコンテンツは、特に明示されている場合を除いて、次のライセンスに従います:
Creative Commons Attribution (CC-BY) 2.0 France
  
Copyright © Japan Patent office. All Rights Reserved.
  
Copyright © Japan Patent office. All Rights Reserved.
  
この対訳コーパスは独立行政法人情報通信研究機構の研究成果であり、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) 1994-2004 The XFree86®Project, Inc. All rights reserved. licence
Copyright (C) 1995-1998 The X Japanese Documentation Project. lisence
  
Copyright 1994-2010 The FreeBSD Project. All rights reserved. license
  
© 2010, Oracle Corporation and/or its affiliates.
Oracle and Java are registered trademarks of Oracle and/or its affiliates.Other names may be trademarks of their respective owners.
  
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.
こんにちは ゲスト さん

ログイン

Weblio会員(無料)になると

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

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

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

ログイン

Weblio会員(無料)になると

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

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

無料会員に登録する

©2026 GRAS Group, Inc.RSS