1153万例文収録!

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


小窓モード

プレミアム

ログイン
設定

設定

Weblio 辞書 > 英和辞典・和英辞典 > null addressの意味・解説 > null addressに関連した英語例文

セーフサーチ:オン

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

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

セーフサーチについて

null addressの部分一致の例文一覧と使い方

該当件数 : 21



例文

returns NULL if the address is invalid. 例文帳に追加

は NULL を返す。 - JM

flag is specified, and addr is 0 (NULL), then the mapped address will be 0 (NULL). 例文帳に追加

フラグが指定され、かつaddrが 0 (NULL)の場合には、マップされるアドレスが 0 (NULL) になる。 - JM

Parameter string $host = null- The host to connect to ( either an IP address or a domain name). 例文帳に追加

パラメータ string $host = null-接続先ホスト(IP アドレスあるいはドメイン名のいずれか)。 - PEAR

Either ss or oss is not NULL and points to an area outside of the process's address space. 例文帳に追加

ss または oss のどちらが、NULL 以外で、かつプロセスのアドレス空間の外を指している。 - JM

例文

This pathname is null-terminated, and may include further null bytes to align subsequent reads to a suitable address boundary. 例文帳に追加

このパス名は NULL で終端され、その後の読み込みで適切なアドレス境界に調整するために、さらに NULL バイトが含まれる場合もある。 - JM


例文

function returns the address of the substring if a match is found and NULL otherwise. 例文帳に追加

関数は、マッチした場合は部分文字列へのアドレスを返し、マッチしなければ NULL を返す。 - JM

The foreign key AddressID of a row in table Person will be set to null if the corresponding referenced row of Address is deleted (to indicate that no address is known), and updated if the primary key of that row in Address is modified. 例文帳に追加

Person テーブルの外部キー AddressID は、対応する Addressが削除されたときには (アドレスが不明であることを示すよう) null に設定され、Address の主キーが変更されたときには同じように更新されます。 - PEAR

returns a pointer to the end of the string dest (that is, the address of the terminating null byte) rather than the beginning. 例文帳に追加

は、文字列 dest の始まりではなく終りを指すポインタ (すなわち、文字列を終端する NULL バイト) を返す。 - JM

Before calling the specified converter,XtDirectConvert sets the return value size to zero and the return value address to NULL.例文帳に追加

.LP指定されたコンバータを呼び出す前に、XtDirectConvertは返り値のサイズに 0 を設定し、返り値のアドレスに NULL を設定する。 - XFree86

例文

The attaching address is specified by shmaddr with one of the following criteria: If shmaddr is NULL, the system chooses a suitable (unused) address at which to attach the segment. 例文帳に追加

付加するアドレスはshmaddrに以下のどれかの形式で指定する:shmaddrが NULL ならば、システムはセグメントを付加するための適切な (使用されていない) アドレスを選択する。 - JM

例文

The peer X1 transmits an address list L1 of a group G1 and address range information [null, null] to the peer Y1, and the peer Y1 transmits the address range information newly generated by the address list transfer processing and the address list L1 to the peer Y2.例文帳に追加

一方、ピアX1は、グループG1のアドレスリストL1をピアY1と、アドレス範囲情報[null,null]とを、ピアY1に送信し、ピアY1は、アドレスリスト転送処理により新たに生成されたアドレス範囲情報と、アドレスリストL1とをピアY2に送信する。 - 特許庁

and the null-terminated symbol name, returning the address where that symbol is loaded into memory. 例文帳に追加

が返した動的ライブラリの「ハンドル」と、NULL 終端されたシンボル名の文字列を引き数に取り、そのシンボルがロードされたメモリのアドレスを返す。 - JM

A peer Y1 which has acquired the address of a peer X1 transmits address range information [null, null] and an address list L2 of a group G2 to the peer X1, and the peer X1 transmits the address range information newly generated by address list transfer processing and the address list L2 to peers X2 and X3.例文帳に追加

ピアX1のアドレスを取得したピアY1は、アドレス範囲情報[null,null]と、グループG2のアドレスリストL2を、ピアX1に送信し、ピアX1は、アドレスリスト転送処理により新たに生成されたアドレス範囲情報とアドレスリストL2とをピアX2,X3に送信する。 - 特許庁

The instruction decoder identifies a preload operation if a memory address associated with the preload instruction matches a null value and suppresses the preload operation if the memory address matches the null value.例文帳に追加

命令デコーダは、プレロード命令に関連するメモリアドレスが、ヌル値と一致する場合、プレロード操作を識別し、メモリアドレスがヌル値と一致する場合、プレロード操作を抑制する。 - 特許庁

If from is not NULL, and the underlying protocol provides the source address, this source address is filled in. 例文帳に追加

またソケットのデータ受信にも使うことができ、このときソケットは接続指向 (connection-oriened) であってもなくてもよい。 fromが NULL 以外で、下層のプロトコルから送信元アドレスが分かる場合、fromにはこの送信元アドレスが入れられる。 - JM

If addr is NULL, then the kernel chooses the address at which to create the mapping; this is the most portable method of creating a new mapping. 例文帳に追加

addrが NULL の場合、カーネルがマッピングを作成するアドレスを選択する。 この方法は最も移植性のある新しいマッピングの作成方法である。 - JM

For any given quark, if XrmStringToQuark returns a non-NULL value, all future calls will return the same value(identical address).例文帳に追加

.LP与えられたクォークについて、XrmStringToQuarkが NULL でない値を返した場合、それ以降の全ての関数呼び出しに対して同じ値(同一のアドレス)が返される。 - XFree86

For any given quark, if XrmQuarkToString returns a non-NULL value, all future calls will return the same value(identical address).例文帳に追加

与えられたクォークに対してXrmQuarkToStringが NULL でない値を返した場合、それ以降の全ての関数呼び出しに対して同じ値(同一のアドレス)が返される。 - XFree86

A recording device has a means for restoring a buffer management address, and a means for transferring null data to a recording head, and is constituted such that not only a column trigger but also a latch trigger can be used as a buffer read timing.例文帳に追加

バッファ管理アドレスを復元する手段および記録ヘッドにヌルデータを転送できる手段を有することで、カラムトリガだけでなくラッチトリガもバッファリードタイミングとして使用できるように構成する。 - 特許庁

An output control part 104 performs the multiplex output of the AV streams based on the address, replaces the private streams output from a private stream multiplexing control part 102 with null packets in a term wherein the AV streams are not multiplexed, and performs multiplex output.例文帳に追加

出力制御部104はこれに従ってAVストリームを多重出力するとともに、プライベートストリーム多重化制御部102から出力されるプライベートストリームを、前記AVストリームが多重されない期間ないしnullパケットを置き換えて多重出力する。 - 特許庁

例文

In the deletion of the member in the area sharing file 3, a member deletion means 12 finds a data block allocated to the member to be deleted by following a chain between data blocks and registers an address of the found data block in an extended null data block management table 23 on a memory area 2 once.例文帳に追加

領域共用ファイル3におけるメンバを削除する際、メンバ削除手段12は、削除対象となるメンバに割り当てられているデータブロックを、データブロック間のチェーンを辿りながら求めると共に求めたデータブロックのアドレスをメモリ領域2上の拡張空データブロック管理表23に一旦登録する。 - 特許庁




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

ログイン

Weblio会員(無料)になると

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

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

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

ログイン

Weblio会員(無料)になると

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

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

無料会員に登録する

©2026 GRAS Group, Inc.RSS