| 意味 | 例文 |
Character Stringの部分一致の例文一覧と使い方
該当件数 : 5628件
At the time point of this switching, information indicating the converted character string is stored.例文帳に追加
この切換えの時点で、変換済みの文字列を表す情報が記憶される。 - 特許庁
To provide a technology to identify a word from an unknown character string with high reliability.例文帳に追加
高い信頼性で未知文字列から単語を特定する技術を提供する。 - 特許庁
A marking processing part 17 receives selection of a marker character string from the article body.例文帳に追加
マーキング処理部17は、記事本文からマーカ文字列の選択を受け付ける。 - 特許庁
An extracted alternative character string is read out in response to detection of watermark information.例文帳に追加
透かし情報を検出した場合、抽出した代替文字列を読み上げる。 - 特許庁
A character string description for the data structure to be transferred is generated in a host computer.例文帳に追加
移送すべきデータ構造体の文字列記述がホストコンピュータで生成される。 - 特許庁
The character symbol string is transmitted to the authentication system and converted to the selection pattern.例文帳に追加
この文字記号列は、認証システムに送信され、選択パターンに変換される。 - 特許庁
To reduce labor of a user for recording a name character string in a recording medium.例文帳に追加
ネーム文字列を記録媒体に記録するためのユーザーの労力を軽減する。 - 特許庁
To smoothly insert a character string to an image including a specific subject.例文帳に追加
特定の被写体を含む画像に対する文字列の挿入をスムーズに行う。 - 特許庁
To perform jump retrieval of a character string wherein the alphabet, and kanji or kana are mixed.例文帳に追加
アルファベットと漢字又は仮名とが混在する文字列をジャンプ検索する。 - 特許庁
To provide a technology for specifying a word from an unknown character string with high reliability.例文帳に追加
高い信頼性で未知文字列から単語を特定する技術を提供する。 - 特許庁
The output means is, for example, a display for displaying the prescribed character string.例文帳に追加
前記出力手段は例えば、所定文字列を表示するディスプレイである。 - 特許庁
A prompt or input box for password character string input is displayed in S2.例文帳に追加
S2でパスワード文字列入力用のプロンプトまたはインプットボックスを表示する。 - 特許庁
To appropriately detect a character string that shows an access destination on a network from an image.例文帳に追加
画像からネットワーク上のアクセス先を示す文字列を適切に検出する。 - 特許庁
A query is inputted (S71), and its query character string is classified by category (S73).例文帳に追加
クエリーを入力し(S71)、そのクエリー文字列をカテゴリに分類する(S73)。 - 特許庁
Also, the output means may be a printer for printing the prescribed character string.例文帳に追加
また、前記出力手段は所定文字列を印刷するプリンタであってもよい。 - 特許庁
Multi-function equipment 10 can display the content title character string of each content.例文帳に追加
多機能機10は、各コンテンツのコンテンツタイトル文字列を表示することができる。 - 特許庁
The sentence analyzing part 4 makes an analysis by receiving character string data (Step 105).例文帳に追加
文章解析部4では、文字列データを受信し解析を行う(ステップ105)。 - 特許庁
INFORMATION PROCESSOR, METHOD AND PROGRAM FOR CLASSIFYING CHARACTER STRING, AND RECORDING MEDIUM例文帳に追加
情報処理装置および文字列分類方法およびプログラムおよび記録媒体 - 特許庁
To determine whether a character string in a table is an item or data while solving ambiguity thereof.例文帳に追加
曖昧性を解消して、表中の文字列が項目かデータを判別する。 - 特許庁
The password and the clear character string are linked to the card number and are held in a host computer.例文帳に追加
パスワードやクリア文字列は、ホストコンピュータにカード番号とリンクさせて持たせる。 - 特許庁
In the power saving mode, the character string 140 of the title of each content is not displayed.例文帳に追加
省電力モードでは、各コンテンツタイトル文字列140が表示されない。 - 特許庁
A character string pattern included in the transmission destination and the recording amount may be associated with each other.例文帳に追加
送信宛先に含む文字列パターンと記録量とを関係づけても良い。 - 特許庁
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
The following code loops over the tokens contained in a wide-character string. wchar_t *wcs = . 例文帳に追加
以下のコードは、ワイド文字文字列に含まれるトークンを取り出しながらループする。 - JM
To reduce labor for performing retrieval using a character string included in a page.例文帳に追加
ページ内に存在する文字列を用いて検索するための手間を低減する。 - 特許庁
Convert a Python character, represented as a string of length 1, to a C char.例文帳に追加
長さ 1 の文字列として表現されている Python キャラクタをC の char 型に変換します。 - Python
Convert a C int representing a character to a Python string of length 1.例文帳に追加
文字を表す通常の C の int を、長さ 1 の Python の文字列オブジェクトに変換します。 - Python
Componentnames in the list are separated by a period or an asterisk character. If the string does not start with period or asterisk, a period is assumed.For example, ``*a.b*c'' becomes:例文帳に追加
リストが含む要素名は、ピリオドかアスタリスクで区切られている。 - XFree86
Further, an extracted character string can be deleted based on the elapsed time.例文帳に追加
また、経過時間に基づいて、抽出した文字列を削除することもできる。 - 特許庁
Then, a character string according to data of the specified message is displayed (S604).例文帳に追加
そして、特定したメッセージのデータに従った文字列を表示する(S604)。 - 特許庁
A text division unit 101 divides an input text into a plurality of character strings based on space characters, and a character string occurrence number counting unit 102 counts the number of occurrence of each character string divided by the text division unit 101 and also creates a set of character string including divided character strings as candidate character strings.例文帳に追加
テキスト分割部101が入力されたテキストを、空白文字に基づいて複数の文字列に分割し、文字列生起回数集計部102が、テキスト分割部101により分割された文字列の各々について生起回数を計数するとともに、分割された文字列を候補文字列として含む文字列集合を作成する。 - 特許庁
Only an Arabic number showing an inputted numerical value is displayed in a first display area, and at least either of (i) a character string including a Arabic number and a non Arabic character or a character string, and (ii) only a non Arabic character or a character string, showing an inputted numerical value, is displayed in a second display area.例文帳に追加
入力された数値を表すアラビア数字のみを第1表示領域に表示させるとともに、入力された数値を表す、(i)アラビア数字と、アラビア数字でない文字又は文字列と、からなる文字列、及び(ii)アラビア数字でない文字又は文字列のみ、の少なくとも何れか一方を第2表示領域に表示させる。 - 特許庁
When a character-row recording indicating command designating a character string including a specified character string is included in recording data, a recording control part 60 of a printer 2 executes an operation which is defined in advance as an operation corresponding to the specified character string in conjunction with the execution of an operation related to the character-row recording indicating command.例文帳に追加
プリンター2の記録制御部60は、記録データに、特定の文字列を含む文字列を指定した前記文字列記録指示コマンドが含まれている場合には、当該文字列記録指示コマンドに係る動作の実行と対応させて、当該特定の文字列と対応する動作として予め定められた動作を実行する。 - 特許庁
An inputted character is displayed, a character string dictionary storing plural groups of 1st character strings and 2nd character strings corresponding to the 1st character strings is retrieved based on the inputted character and the 2nd character strings corresponding to all the 1st character strings concerned are found out and displayed.例文帳に追加
入力された文字を表示すると共に、入力された文字をもとに、第1の文字列と同第1の文字列に対応付けられた第2の文字列との組が複数記憶された文字列辞書を検索し、該当する全ての第1の文字列に対応する第2の文字列を求めて表示する。 - 特許庁
A display part 19 reads the character code of the KANJI string stored in the display memory 24 and displays the 'KANJI string'.例文帳に追加
表示部19は、表示用メモリ24に記憶されている漢字列の文字コードを読み出して「漢字列」を表示する。 - 特許庁
A reference character string to be a reference is selected from image data of a routine document, and the coordinates of the range of the reference character string and the coordinates of an OCR character recognition target range corresponding to the reference character string are specified by a user interface of a computer system to search the image data in each page.例文帳に追加
定型文書の画像データから基準となる基準文字列を選定し、該基準文字列の範囲の座標及び該基準文字列に対応するOCR文字認識の対象範囲の座標をコンピュータ・システムのユーザインターフェイスにより指定して、画像データをページ毎に探索する。 - 特許庁
With the timing of detecting that the inputted character string cannot stand up as Pin-yin, a prediction processing part 27 starts prediction processing to retrieve a Chinese dictionary 24 based on character strings inputted until just before then to predict a character string as Pin-yin including the inputted character string.例文帳に追加
ピンインとして成り立たないことを検知したときのタイミングで、予測処理部27による予測処理を開始し、その直前までに入力された文字列に基づいて中国語辞書24を検索し、上記入力文字列を含むピンインとしての文字列を予測する。 - 特許庁
When the laterally long display state is switched to a longitudinally long display state while displaying the extracted character string among character strings displayed in a data broadcast display area 25, a character string corresponding to the extracted character string displayed in the laterally long display state in switching is pointed by a cursor 26.例文帳に追加
抽出文字列の表示中に縦長表示状態へ切り替えられた場合には、データ放送表示領域25に表示される文字列のうち、切替時に横長表示状態で表示されていた抽出文字列に対応する文字列にカーソル26を合わせる。 - 特許庁
To provide a display device capable of confirming the end of a selected character string and easily selecting a range of the character string even if a character is hidden by a finger when a range selection is performed by tracing the character string displayed on a display with touch panel by means of a finger.例文帳に追加
タッチパネル付きディスプレイに表示されている文字列を指でなぞることにより範囲選択を行う際に、指で文字が隠れていても、選択している文字列の終端を確認することができ、容易に文字列の範囲を選択できる表示装置を提供する。 - 特許庁
To provide a character recognizing device and a storing medium capable of improving the recognizing rate of a character string including numerical figures, symbols, etc., and a character string in which plural kinds of characters coexist, while easily discriminating the similarity between a handwritten character string and a word in a word dictionary.例文帳に追加
本発明の課題は、手書き文字列と単語辞書の単語の類似度を容易に判別することができ、数字・記号等を含む文字列、及び複数文字種が混在する文字列の認識率を向上させることができる文字認識装置及び記憶媒体を提供することである。 - 特許庁
A notification control part 6, according to the display of a message, retrieves the registered character string from character strings composing the message, and, if the registered character string is detected from the message, operates the notification part 4 in an operation mode indicated by the operation mode information associated with the registered character string.例文帳に追加
報知制御部6は、メッセージの表示に伴い、該メッセージを構成する文字列から登録文字列を検索し、登録文字列が該メッセージから検出されている場合、該登録文字列に対応付られた動作形態情報が示す動作形態で報知部4を動作させる。 - 特許庁
An injury or disease name character string detector 120 references an injury or disease name dictionary 101 containing information on terms representing injury or disease names, and specifies a character string of an injury or disease name that is a character string included in a sentence stated on a given patient out of object character strings.例文帳に追加
傷病名文字列検出部120は、傷病名を表す用語の情報を含む傷病名辞書101を参照して、ある患者に関して記述された文章に含まれる文字列である対象文字列のうち、傷病名の文字列を特定する。 - 特許庁
In a display data storage part 21 of a graphic operation panel 2, a combination of a data string expressing a character string in Unicodes and font types to be used for displaying the character string is stored, and in a font storage part 25, font images of each character to be identified by an intrinsic character code for each font type are stored.例文帳に追加
グラフィック操作パネル2の画面データ記憶部21には、文字列をユニコードで表現したデータ列と、当該文字列の表示に使用するフォントタイプとの組み合わせが記憶され、フォント記憶部25には、各フォントタイプ毎に、固有の文字コードで特定される各文字のフォントイメージが格納されている。 - 特許庁
When the server device 600 receives the message including the character string, the server device 600 compares the character string included in the received message with the key character string, specifies the explanation data on the basis of coincided character strings and transmits the specified explanation data to the cellular telephone set 100-1.例文帳に追加
サーバ装置600は、文字列を内包するメッセージを受信すると、受信したメッセージに内包されている文字列とキー文字列とを比較し、一致した文字列に基づいて、説明データを特定し、特定した説明データを携帯電話機100−1へ送信する。 - 特許庁
Index characters included in a character string in a predetermined arranging order are displayed on an index display picture 20A, the predetermined number of characters from the character string are displayed on a candidate character display picture 20B in the arranging order of the character string, based in the characters selected among the index characters.例文帳に追加
予め定めた並び順の文字列の中に含まれるインデックス文字をインデックス表示画面20Aに表示し、候補文字表示画面20Bにこのインデックス文字の中から選択された文字を基準にして該文字列から予め定めた文字数だけ文字列の並び順に表示する。 - 特許庁
| 意味 | 例文 |
| 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 (C) 1994-2004 The XFree86®Project, Inc. All rights reserved. licence Copyright (C) 1995-1998 The X Japanese Documentation Project. lisence |
| 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会員(無料)になると
|