1153万例文収録!

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


小窓モード

プレミアム

ログイン
設定

設定

Weblio 辞書 > 英和辞典・和英辞典 > character pointerに関連した英語例文

セーフサーチ:オン

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

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

セーフサーチについて

character pointerの部分一致の例文一覧と使い方

該当件数 : 74



例文

a pointer to a character string buffer, errbuf , 例文帳に追加

文字列バッファへのポインタerrbuf 、 - JM

POINTER INDICATION TYPE CHARACTER INPUT DEVICE例文帳に追加

ポインター指示型文字入力装置 - 特許庁

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

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

An argz vector is a pointer to a character buffer together with a length. 例文帳に追加

argz vector は長さ情報付きの文字バッファへのポインタである。 - JM

例文

functions return a pointer to the matched character or NULL if the character is not found. 例文帳に追加

関数は、一致した文字へのポインタか、もし文字が見つからない場合は NULL を返す。 - JM


例文

the corresponding parameter is considered as a pointer to a wide character or wide-character string respectively. 例文帳に追加

とともに使用すると、パラメータはそれぞれワイド文字やワイド文字列へのポインタであるとみなされる。 - JM

The selection of a character by an operating section moves the pointer to a character nearest thereto and the pointer moves to character nearest thereto one after another every time when a character selection operation is made, and chooses the characters.例文帳に追加

操作部によりキャラクタ選択操作がなされると、最も近いキャラクタにポインタが移動し、キャラクタ選択操作される度にポインタは次から次へと近いキャラクタに移動し、キャラクタを選択する。 - 特許庁

This character selection is performed with the press of the pointer operating button.例文帳に追加

この文字選択は、ポインタ操作ボタンを押下することにより行われる。 - 特許庁

function returns a pointer to the last occurrence of wc in the wide-character string pointed to by wcs, or NULL if wc does not occur in the string. 例文帳に追加

この文字列に wc が含まれていなければNULL を返す。 - JM

例文

function returns a pointer to the character in s that matches one of the characters in accept, or NULL if no such character is found. 例文帳に追加

関数は、 s に含まれる文字のうち、accept に含まれる文字のどれかに一致したものへのポインタを返す。 - JM

例文

This j indicates the position (pointer) containing the character string B in the message M.例文帳に追加

このjがメッシセージM内の文字列Bの含まれている箇所(ポインタ)を示す。 - 特許庁

function returns a pointer to the first occurrence of the character c in the string s. 例文帳に追加

関数は、文字列 s 中に最初に文字 c が現れた位置へのポインタを返す。 - JM

function returns a pointer to the last occurrence of the character c in the string s. 例文帳に追加

関数は、文字列 s 中に最後に文字 c が現れた位置へのポインタを返す。 - JM

The argument locale is a pointer to a character string containing the required setting of category . 例文帳に追加

時刻と日付けの書式引き数localeはcategoryに設定する文字列へのポインタである。 - JM

Convert a Python string or Unicode object to a C pointer to a character string.例文帳に追加

Python の文字列または Unicode オブジェクトを、キャラクタ文字列を指す C のポインタに変換します。 - Python

This variant on "s" stores into two C variables, the first one a pointer to a character string, the second one its length.例文帳に追加

一つ目の変数はキャラクタ文字列へのポインタで、二つ目はその長さです。 - Python

To provide a pointer instrument where a pointer can correctly point an index such as a scale or a character displayed on a display panel.例文帳に追加

表示パネルに表示された目盛や文字などの指標を指針が正確に指し示すことができる指針計器を提供する。 - 特許庁

The movement of the pointer 3 computes distances of all characters in a fixed distance from the pointer and updates the character list.例文帳に追加

ポインタ3を移動させると、ポインタから一定距離内のキャラクタすべてに対し距離算出されそのキャラクタリストが更新される。 - 特許庁

If endptr is not NULL, a pointer to the character after the last character used in the conversion is stored in the location referenced by endptr . 例文帳に追加

endptrが NULL でないときは、変換に使われた最終文字の次の文字へのポインターがendptrで参照される場所へ保存される。 - JM

Relative positions (vectors) on a screen of a present machine character and a pointer are detected (step S3).例文帳に追加

自機キャラクタとポインタとの画面上における相対位置(ベクトル)を検出する(ステップS3)。 - 特許庁

Returns a pointer to a read-only memory location useable as character-based input. 例文帳に追加

文字ベースの入力として使える読み出し専用メモリ上の位置へのポインタを返します。 - Python

To reduce mixing of noise components in brightness measurement and read a pointer value more accurately even if a character, a numeral or the like is included in a display part including the pointer of a pointer rotary meter.例文帳に追加

指針回転式メータの指針を含む表示部に文字、数字等が含まれていても輝度計測におけるノイズ成分の混入を低減でき、より正確に前記指針値を読み取ること。 - 特許庁

In accordance with the position of the pointer 91, the status of an action of the batter character 80 is set.例文帳に追加

すると、ポインタ91の位置に応じて、打者キャラクタ80の動作の状態が設定される。 - 特許庁

The return value of the function is a pointer to the first character not processed in this function call. 例文帳に追加

この関数の返り値は、関数の中で処理されなかった最初の文字へのポインタである。 - JM

function returns a pointer to the new wide-character string, or NULL if sufficient memory was not available. 例文帳に追加

関数は、新しいワイド文字文字列へのポインタを返す。 十分なメモリがなければ NULL を返す。 - JM

To provide a display equipped with a transmission type disk pointer capable of displaying a character and a scale provided in a dial overlappedly with the pointer.例文帳に追加

文字板に設けられた文字や目盛りと、指針とをオーバラップさせて表示させることができる透過型円盤指針を備える表示装置を提供する。 - 特許庁

A compressor 1 outputs character data and a pointer from input data 11 as intermediate data 12.例文帳に追加

圧縮装置1は、入力データ11より中間データ12として、文字データとポインタを出力する。 - 特許庁

To easily input a character only by a regular moving operation of pointer position.例文帳に追加

ポインタ位置の規則的な移動操作だけで簡単に文字を入力できるようにすることを課題とする。 - 特許庁

functions return a pointer to the matching byte or NULL if the character does not occur in the given memory area. 例文帳に追加

関数は一致する文字へのポインタを返し、もし文字が指定メモリ領域に現れない場合は NULL を返す。 - JM

The watch 10 has a movement 15 for a watch on which a character plate 16 with a first pointer and a second pointer 18, 20 is mounted.例文帳に追加

本発明の潜水用電子時計(10)は、時計用ムーブメント(15)を有し、その上方に、第1指針と第2指針(18,20)を具備した文字版(16)が搭載される。 - 特許庁

This system comprises the analog joystick controller for adjusting an input pointer and drawing character/gesture, a console provided with a character/gesture recognition system for recognizing the input character/gesture and detecting a result character string, and a display part for displaying the detected result character string.例文帳に追加

入力ポインタを調整し、文字/ジェスチャーを描き込むアナログジョイスティックコントローラと、入力された文字/ジェスチャーを認識し、結果文字列を検出する文字/ジェスチャー認識システムを搭載したコンソールと、検出された結果文字列を表示するディスプレイ部と、を備える。 - 特許庁

The cursor 12 shows an arrow or a side line such as a mouse pointer at a character to designate the current reading position.例文帳に追加

カーソル12は、マウスポインタのような矢印や傍線で示し、それを文字に当てて現在の読み位置を指定する。 - 特許庁

A speedometer 2 is constituted of a dial 3 equipped with a scale 33a and a character 33b, and a pointer 4, or the like.例文帳に追加

スピードメータ2は、目盛33a、文字33bを備えた文字盤3、および指針4等から構成されている。 - 特許庁

When the operator moves his or her head to move the pointer to a character to be inputted out of plural displayed characters and breathes out, the character input device outputs identification data of this character, thus inputting the character on the computer 5.例文帳に追加

そして操作者は、頭部を動かして複数の文字が表示された中の入力したい文字にポインターを移動させ息を吹くと、文字入力装置は、その文字の識別データを出力し、コンピューターの文字入力を行うものである。 - 特許庁

function returns a pointer to the next character in dest after c, or NULL if c was not found in the first n characters of src. 例文帳に追加

は、dest 中に見つかったc の次にあるキャラクター型の変数を指すポインタを返す。 見つからなかった場合、NULL を返す。 - JM

The CPU 3 has a function of a word counter, manages a character header and every small unit (for example, a word) within a character information unit by a counter and specifies the information indicated by a pointer.例文帳に追加

CPU3はワードカウンタ(word counter)の機能を備え、文字ヘッダと文字情報単位内の小単位(例えば単語)毎をカウンタにて管理し、ポインターが指している情報を特定する。 - 特許庁

The appearance of the pointer 1c thereby gets rich in the three-dimensional feeling, and the character 2a, the main scale 3a and the sub-scale 3b are displayed overlappedly with the pointer 1c.例文帳に追加

これにより、指針1cの見映えを立体感に富むものとし且つ文字2a、主目盛3aおよび副目盛3bと指針1cとをオーバラップさせて表示することができる。 - 特許庁

You must not provide storage for the string itself; a pointer to an existing string is stored into the character pointer variable whose address you pass.例文帳に追加

変換先の文字列自体の記憶領域を提供する必要はありません;キャラクタ型ポインタ変数のアドレスを渡すと、すでに存在している文字列へのポインタをその変数に記録します。 - Python

The password authentication apparatus substitutes the substitute character designated by the pointer for the character of the character string in the change position to generate a matching password, and matches a password input by the user to perform user authentication.例文帳に追加

パスワード認証装置は、文字列の前記変更位置の文字を、前記ポインタが示す置換文字に置換して照合用パスワードを生成し、利用者から入力されたパスワードとの照合により利用者認証を行う。 - 特許庁

To improve visibility at the time of display switching, in the case where a character board divided into plural character board regions and illuminated and a light-emitting type common pointer for indicating a scale on each character board region are provided and the scale indicated by the pointer on a character board region for a selected display target are read through a smoke lens on the front of a meter.例文帳に追加

複数の文字板領域に分割され、かつ照明された文字板と、それぞれの文字板領域で目盛を指示する発光式の共通の指針とを備え、指針が、選択された表示対象用の文字板領域で指示した目盛をメータ前面のスモークレンズを通して読取るようになった指針メータにおいて、表示切換時の視認性を向上させる。 - 特許庁

Thus, by repeating the loop of the steps S3-S6, the pointer is moved following the movement of a mouse operated by a player, and the present machine character 4 is moved following the movement of the pointer.例文帳に追加

したがって、ステップS3〜S6のループが繰り返されることにより、プレイヤにより操作されるマウスの動きに追従してポインタが移動し、かつ、ポインタの動きに追従して自機キャラクタ4が移動することとなる。 - 特許庁

To provide a display equipped with a transmission type disk pointer capable of displaying a display part for a character, a scale or the like provided in a dial overlappingly with a pointer, and capable of obtaining a novel appearance rich in three-dimensional feeling.例文帳に追加

文字板に設けられた文字や目盛等の表示部と、指針とをオーバラップさせて表示でき、且つ立体感に富む斬新な見映えが得られる透過型円盤指針を備える表示装置を提供する。 - 特許庁

function takes a pointer to an array of character pointers naming one or more paths which make up a logical file hierarchy to be traversed. 例文帳に追加

関数は、文字列ポインタの配列へのポインタを引き数に取る。 この文字列ポインタは、論理ファイル階層をつくる 1 つ以上のパスの名前になる。 - JM

This binary retrieval device is provided with a list pointer storing part 1, comparison reference character deciding part 2, upward candidate deciding part 3, downward candidate deciding part 4, two branch position deciding part 5, same consonant judging part 6, same character judging part 7, and character quantizing part 8.例文帳に追加

本発明の2分探索装置は、リストポインタ記憶部1、比較基準文字決定部2、上方向候補決定部3、下方向候補決定部4、2分岐位置決定部5、同子音判定部6、同文字判定部7、文字数量化部8から構成される。 - 特許庁

To distinguish a pointer button from a key, the high bit of the character is set (but this is bit is normally stripped unless the terminal mode isRAW; see例文帳に追加

ポインタボタンをキーと区別するために、文字の上位ビットが設定される(しかし端末モードが RAW でないときは通常、このビットは通常取り除かれる。 - XFree86

Also, the capacity of the font table is reduced, by making combination use of the first pointer table from which the unused character code regions are deleted and the second pointer table regulating the address positional relation of the respective regions, before and after the deletion.例文帳に追加

また、ポインタテーブルとして、使用されない文字コード領域を削除した第1ポインタテーブル12と、削除前と削除後の各領域のアドレス位置関係を規定する第2ポインタテーブルとを併用してフォントテーブルの容量を削減する。 - 特許庁

A character input device and a cursor moving device are used combinedly; and when the operator strongly breathes in for a short time, cursor movement and click of a computer 5 are made impossible, and pointer movement of the character input device is made possible.例文帳に追加

文字入力装置とカーソル移動装置を兼用しており、操作者が強く息をある短い時間吸うと、コンピューターのカーソル移動とクリックが不可になると同時に、文字入力装置のポインター移動が可能になる。 - 特許庁

In the indicating instrument 10, a light source 19 for a dial supplies light to a character section 12 of a dial 11 or its background section 13, and a light source 18 for pointers supplies light to the inside of a pointer 14, in which a base section 14a is covered with a cap 15, thus enhancing the visibility of the character section 12 and the pointer 14.例文帳に追加

文字板用光源19が文字板11の文字部12またはその背景部13に光を供給し、指針用光源18が基部14aにキャップ15が被せられた指針14の内部に光を供給することで、文字部12および指針14の視認性を高めた指示計器10である。 - 特許庁

A table 10, having all of the records from the top 0000h to the last FFFFh of character codes, is used as a pointer table to provide a start address of the bit map data.例文帳に追加

ビットマップデータの開始アドレスを与えるポインタテーブルとして、文字コードの先頭0000hから最終のFFFFhまでの全てのレコードを有するテーブル10を用いる。 - 特許庁

例文

An inputting means 2 has a display state of a graphic, a character or a locus and inputs a marker object for performing drawing at an instruction position of a pointer or a position of an approximation.例文帳に追加

入力手段2は、図形、文字又は軌跡の表示状態を有し、ポインタの指示位置又は近似の位置に描画を行うマーカオブジェクトの入力を行う。 - 特許庁




  
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.
  
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