意味 | 例文 (21件) |
on-line helpとは 意味・読み方・使い方
追加できません
(登録数上限)
意味・対訳 オンラインヘルプ機能
「on-line help」の部分一致の例文検索結果
該当件数 : 21件
IMAGE FORMING APPARATUS, ON-LINE OPERATION HELP SYSTEM, ON-LINE OPERATION HELP METHOD, PROGRAM AND RECORDING MEDIUM例文帳に追加
画像形成装置、オンライン操作支援システム、オンライン操作支援方法、プログラムおよび記録媒体 - 特許庁
I'm going to need t'pol's help to bring it on line.例文帳に追加
オンラインにするためにトゥポルの助けが必要です - 映画・海外ドラマ英語字幕翻訳辞書
COMPUTER SYSTEM AND METHOD FOR UPDATING DATA OF ON-LINE HELP例文帳に追加
コンピュータシステム及びオンラインヘルプのデータ更新方法 - 特許庁
For further information on using xman, please read the on-line help information.例文帳に追加
xman のより詳しい情報については、オンラインヘルプを参照すること。 - XFree86
The Bourne Again Shell (BASH) supports Emacs-style command-line editing, job control, functions, and on-line help.発音を聞く 例文帳に追加
BASHシェルは, Emacsスタイルのコマンドライン編集, ジョブ制御, 関数およびオンライン・ヘルプをサポートする. - コンピューター用語辞典
If optparse sees either "-h" or "-help" on the command line, it will print something like the following help message to stdout(assuming sys. argv[0] is "foo.py"):例文帳に追加
optparse がコマンドライン上に "-h" または "-help" を見つけると、以下のようなヘルプメッセージを標準出力に出力します (sys.argv[0] は"foo.py"だとします): - Python
The company hopes the DMV will help increase passengers on the Semmou Line.発音を聞く 例文帳に追加
同社はDMVによって釧網線の乗客が増加することを期待している。 - 浜島書店 Catch a Wave
-
履歴機能過去に調べた
単語を確認! -
語彙力診断診断回数が
増える! -
マイ単語帳便利な
学習機能付き! -
マイ例文帳文章で
単語を理解! -
「on-line help」の部分一致の例文検索結果
該当件数 : 21件
In the initial window there are three options:Help will pop up a window with on-line help, Quit will exit, and ManualPage will pop up a window with a manual page browser in it.発音を聞く 例文帳に追加
初期ウィンドウには3つのコマンドが選択できる:Help ボタンはオンラインヘルプのウィンドウをポップアップさせ、Quit は xman を終了させ、Manual Page はマニュアルページブラウザを含むウィンドウをポップアップさせる。 - XFree86
When a help button displayed on a screen of the navigation apparatus is selected, equipment type information of the navigation apparatus, version information, condition information such as an operation button, and an on-line help center URL are acquired and converted into to a two-dimensional bar code to be displayed.例文帳に追加
ナビゲーション装置の画面に表示したヘルプボタンが選択されると、ナビゲーション装置の機種情報、バージョン情報、及び操作ボタン等の状態情報と、オンラインヘルプセンタURLを取得し、二次元バーコードに変換して表示する。 - 特許庁
A help-display key 143 is operated, when a user operates any one of menu keys 141-1 to 141-4 is the case that an information processor is set in a help display mode, a processing corresponding to the key is executed and on-line help regarding the processing is simultaneously displayed on the same picture.例文帳に追加
ヘルプ表示ボタン143が操作され、ヘルプ表示モードに設定されている場合に、ユーザが、メニューボタン141−1乃至141−4の内の、いずれか1つのボタンを操作すると、そのボタンに対応する処理が実行されると共に、その処理に関するオンラインヘルプが、同一画面上に表示される。 - 特許庁
To provide a voice answer type on-line help system which retrieves and outputs help information by collating a word group extracted by recognizing a voice spoken in a natural language with a processor state showing the state of a processor.例文帳に追加
自然言語で発声した音声を認識抽出された単語群と、処理装置の状況を示す処理装置状態と、を照合して、ヘルプ情報を検索出力する音声応答型のオンラインヘルプシステムを提供する。 - 特許庁
Later on, she is said to have looked to one of her relatives, Iekuni NUMATA (also known as Iyo no kuni no kami [Governor of Iyo Province]), the head of the local ruling family of Numata, Kozuke Province and the Numata clan of FUJIWARA no Hidesato line, for help and lived under their protection.発音を聞く 例文帳に追加
後に、縁戚関係にある上野国沼田の豪族で、藤原秀郷沼田氏当主・沼田家国(伊予国守)を頼って、その庇護を受けたという。 - Wikipedia日英京都関連文書対訳コーパス
A series of key inputs are monitored in real time and when the series of key inputs exceed a preset value or when a key input matched with a preset pattern is detected, help information corresponding to user's operation is previously downloaded from a help server before user's help request information, so that on-line help can be performed.例文帳に追加
一連のキー入力操作をリアルタイムに監視し、予め設定した設定値を超えた時点、および予め設定したあるパターンに一致するようなキー入力操作を検出した時点で、予めユーザの操作に対応するヘルプ情報をユーザのヘルプ要求操作に先立ち、事前にヘルプ情報をヘルプサーバ装置からダウンロードしておき、オンラインヘルプの操作支援を行う。 - 特許庁
The gensuitemodule module creates a Python package implementingstub code for the AppleScript suites that are implemented by a specific application, according to its AppleScript dictionary.It is usually invoked by the user through the PythonIDE, but it can also be run as a script from the command line (pass--help for help on the options) or imported from Python code.例文帳に追加
gensuitemodule モジュールは AppleScript 辞書によって特定のアプリケーションに実装されている AppleScript 群のためのスタブコードを実装した Python パッケージを作成します。 このモジュールは、通常は PythonIDE からユーザによって起動されますが、コマンドラインからスクリプトとして実行する(オプションとしてヘルプに --help を与えてみてください)こともできますし、Python コードでインポートして利用する事もできます。 - Python
an option that must be supplied on the command-line; note that the phrase ``required option'' is self-contradictory in English. optparsedoesn't prevent you from implementing required options, but doesn'tgive you much help at it either.例文帳に追加
コマンドラインで与えなければならないオプションです; 「必須なオプション(required option)」という語は、英語では矛盾した言葉です。 optparseでは必須オプションの実装を妨げてはいませんが、とりたてて実装上役立つこともしていません。 - Python
意味 | 例文 (21件) |
|
on-line helpのページの著作権
英和・和英辞典
情報提供元は
参加元一覧
にて確認できます。
© 2000 - 2025 Hyper Dictionary, All rights reserved | |
Copyright (c) 1995-2025 Kenkyusha Co., Ltd. All rights reserved. | |
© 2025 Microsoft | |
Copyright (C) 1994- Nichigai Associates, Inc., All rights reserved. | |
All Rights Reserved, Copyright © Japan Science and Technology Agency | |
Copyright © 1995-2025 MCNC/CNIDR , A/WWW Enterprises and GSI Japan ※この記事は国土地理院のホームページ内の「GIS及び防災用語の多言対訳表」の情報の内、GIS用語の内容を転載しております。 |
|
Copyright © 2025 CJKI. All Rights Reserved |
ピン留めアイコンをクリックすると単語とその意味を画面の右側に残しておくことができます。 |
ログイン |
Weblio会員(無料)になると
|
「on-line help」のお隣キーワード |
weblioのその他のサービス
ログイン |
Weblio会員(無料)になると
|