1153万例文収録!

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


小窓モード

プレミアム

ログイン
設定

設定

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

セーフサーチ:オン

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

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

セーフサーチについて

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

該当件数 : 49928



例文

This method for the Stats class prints a list of all functions that called each function in the profiled database.例文帳に追加

Stats クラスのこのメソッドは、プロファイルのデータベースの中から何らかの関数呼び出しをおこなった関数すべてを出力します。 - Python

The arguments are Python objects -- in order to do anything with them in our C function we haveto convert them to C values.例文帳に追加

引数は Python オブジェクトです -- C 関数で引数を使って何かを行うには、オブジェクトから C の値に変換せねばなりません。 - Python

If string is a Unicode object,this function computes the default encoding of string and operates on that.例文帳に追加

string が Unicode オブジェクトの場合、この関数はstring のデフォルトエンコーディング版を計算し、デフォルトエンコーディング版に対して操作を行います。 - Python

Use of the corresponding variables is deprecated in favor of this function, since their use is unsafe in a threaded program.例文帳に追加

ただしこの関数に対応する変数の使用は、スレッドを使ったプログラムで安全に使えないため撤廃されています。 - Python

例文

key specifies a function of one argument that is used to extract a comparison key from each list element:"例文帳に追加

key は1つの引数からなる関数を指定します。 これは個々のリストの要素から比較のキーを取り出すのに使われます。 - Python


例文

This function raises an exception if the particular warning issued is changed into an error by the warnings filter see above.例文帳に追加

発された例外が前述した警告フィルタによってエラーに変更された場合、この関数は例外を送出します。 - Python

The XGetIconSizes function returns zero if a window manager has not set icon sizes; otherwise, it return nonzero.例文帳に追加

関数XGetIconSizesは、ウィンドウマネージャがアイコンのサイズをまだ設定していなければ 0 を返し、すでに設定していれば 0 でない値を返す。 - XFree86

XSetWMSizeHints can generate BadAlloc, BadAtom, and BadWindow errors. The XGetWMSizeHints function returns the size hints stored in the specified property on the named window.例文帳に追加

XSetWMSizeHintsはエラーBadAlloc ,BadAtom ,BadWindowを起こすことがある。 関数XGetWMSizeHintsは、指定したウィンドウの指定したプロパティに格納されているサイズヒントを返す。 - XFree86

Description The XConfigureWindow function uses the values specified in the XWindowChanges structure to reconfigure a window's size,position, border, and stacking order.例文帳に追加

説明関数XConfigureWindowはXWindowChanges構造体で指定された値を用いて、ウィンドウの大きさ、位置、境界、スタック順を再設定する。 - XFree86

例文

The XDrawLines function uses the componentsof the specified GC to draw npoints-1 lines between each pair of points(point[i], point[i+1]) in the array of XPoint structures. 例文帳に追加

関数XDrawLinesは、指定した GC のコンポーネントを使い、XPoint構造体の配列が示す点の組 (point[i], point[i+1]) を結ぶ npoints\\-1 個の線を描く。 - XFree86

例文

The calling program supplies the address of a pointer which will be set by the function to point to an array of XF86VidModeModeInfo structures.例文帳に追加

この関数を呼び出すプログラムは、XF86VidModeModeInfo構造体の配列を指すように関数が設定するポインタのアドレスを与える。 - XFree86

The memory occupied by the array is dynamically allocated by the XF86VidModeGetAllModeLines function and should be freed by the caller.例文帳に追加

配列が格納されるメモリは、関数XF86VidModeGetAllModeLinesが動的に割り当てるので、呼び出した側はこれを解放しなければならない。 - XFree86

The XFreeFontInfo function frees a font structure or an array of font structures and optionally an array of font names.例文帳に追加

関数XFreeFontInfoはフォント構造体やフォント構造体の配列を解放する。 同時にフォント名の配列を解放することもできる。 - XFree86

Description The XNextEvent function copies the first event from the event queue into the specified XEvent structure and then removes it from the queue.例文帳に追加

説明関数XNextEventはイベントキューの最初のイベントを指定したXEvent構造体にコピーし、このイベントをキューから削除する。 - XFree86

The XcmsAllocColor function ultimately calls XAllocColor to allocate a read-only color cell (colormap entry) with the specified color.例文帳に追加

関数XcmsAllocColorは、指定した色を持つ読み取り専用のカラーセル(カラーマップのエントリー)を割り当てるため、最終的にはXAllocColorを呼び出す。 - XFree86

This function ultimately calls XAllocColor to allocate a read-only color cell with the color specified by a color string.例文帳に追加

この関数は、色名文字列で指定した色を持つ読み取り専用のカラーセルを割り当てるため、最終的にはXAllocColorを呼ぶ。 - XFree86

Description The XcmsCIELabQueryMaxC function, given a hue angle and lightness, finds the point of maximum chroma displayable by the screen.例文帳に追加

説明関数XcmsCIELabQueryMaxCは、与えられた色相角と明度を使って、スクリーンが表示可能な最大の彩度を持つ点を見つける。 - XFree86

The XcmsTekHVCQueryMinV function,given a Hue and Chroma, determines the minimum Value in TekHVC color space displayable by the screen.例文帳に追加

.LP関数XcmsTekHVCQueryMinVは、与えられた色相と彩度を使って、スクリーンで表示可能な TekHVC 色空間内の最小明度を決定する。 - XFree86

Description The XtGetSubresources function constructs a name/class list from the application name/class, the name/classes of all its ancestors,and the widget itself.例文帳に追加

説明関数XtGetSubresourcesは、アプリケーションの名前/クラス、その祖先全ての名前/クラス、そのウィジェット自身から名前/クラスのリストを作る。 - XFree86

f.horizoom Thisvariable is similar to the f.zoom function except that the selected windowis resized to the full width of the display. 例文帳に追加

"f.horizoom" 8この関数は f.zoom と同様であるが、選択されたウィンドウはディスプレイ全体の幅にサイズ変更される点だけが異なる。 - XFree86

f.nexticonmgr This function warps the pointer to the nexticon manager containing any windows on the current or any succeeding screen. 例文帳に追加

"f.nexticonmgr" 8この関数は、現在またはその後の任意のスクリーン上のウィンドウを含む次のアイコンマネージャにポインタを移動させる。 - XFree86

The test function uses this drawable as input to a flo which does ConvertFromIndex - ConvertToIndex and sends the resulting image to the right window.例文帳に追加

テスト関数は、このドロウアブルをConvertFromIndex -> ConvertToIndex を行う flo への入力として用い、結果として得られたイメージを右のウィンドウに送る。 - XFree86

oldXtermFKeys (class OldXtermFKeys) If ``true'', xterm will use old-style control sequences for function keys F1to F4, for compatibility with X Consortium xterm. 例文帳に追加

"oldXtermFKeys (class OldXtermFKeys)"``true'' の場合、X コンソーシアムの xterm との互換性のために、F1 から F4 までの機能キーに対して古い制御シーケンスを使用する。 - XFree86

To increase reliability of a compact motor integral type internal gear pump while maintaining its inexpensive function.例文帳に追加

モータ一体型内接歯車式ポンプとしての小型、安価の機能を維持しつつ、さらに信頼性の高いものとすること。 - 特許庁

The unlocking unit 50 is assembled to the movable rack 10 and an automatic unlocking function is imparted to the movable rack 10.例文帳に追加

そのロック解除ユニット50を移動ラック10に組み付けて、移動ラック10に自動ロック解除機能を付与する。 - 特許庁

To provide a lookup table cascade logic circuit which executes high-speed calculation, configured by use of one logic function memory.例文帳に追加

1個の論理関数メモリを用いて構成された、高速演算が可能なルックアップテーブル・カスケード論理回路を提供する。 - 特許庁

To provide a hold over function with high accuracy even when a power supply voltage and ambient temperature are changed.例文帳に追加

電源電圧や周囲温度が変化した場合においても高精度なHOLD OVER機能を長期実現する。 - 特許庁

To provide a vehicle driving method and device equipped with an improved function for vehicle safety and enabling a driver support.例文帳に追加

車両の安全機能が改善された、ドライバ支援を可能にする車両の運転方法および装置を提供する。 - 特許庁

In the third step, the design variable is set as a parameter, and an objective function expressing the construction cost is set for each component.例文帳に追加

第3sで、設計変数をパラメータとして、各構成要素毎の建設費を表わす目的関数を設定する。 - 特許庁

To provide an organic EL device capable of realizing a good displaying function by manifesting high moistureproof property.例文帳に追加

高い防湿性を発揮することで、良好な表示性能の実現が可能な有機EL表示装置を提供する。 - 特許庁

To provide a telephone system with a dialing restriction function capable of immediately carrying out dialing restriction when the dialing restriction is desirably registered.例文帳に追加

発信規制登録したい時に即時に行うことが可能な、発信規制機能付き電話システムを提供する。 - 特許庁

To provide an armrest for vehicles capable of keeping a trunkthrough function even when an opening is used for the trunkthrough in common.例文帳に追加

開口部をトランクスルーと共用にしても、トランクスルー機能を低下させずに済む車両用アームレスト構造を提供する。 - 特許庁

To provide a load distribution device, a load distribution method and a load distribution program for increasing a security function, and for reducing loads.例文帳に追加

セキュリティー機能が高く、負荷の少ない、負荷分散装置、負荷分散方法、および、負荷分散プログラムを提供する。 - 特許庁

The reproducing apparatus having no image synthesizing function reads the synthesized image data to attain reproduction of the picked up image.例文帳に追加

画像合成機能を持たない再生装置は、合成画像データを読み込むことで、撮像画像の再生が可能となる。 - 特許庁

The method for detecting and correcting the color medium when using a facsimile transmission function of an all-in-one printing system is disclosed.例文帳に追加

オールインワンプリントシステムのファクシミリ送信機能を利用する際にカラー媒体を検知して補正する方法が開示される。 - 特許庁

To enhance the security of private print processing in a peripheral equipment which has a print function and can be connected to a network.例文帳に追加

プリント機能を有しネットワークに接続し得る周辺装置におけるプライベートプリント処理のセキュリティ向上を図る。 - 特許庁

SYSTEM FOR SUPPORTING CLIENT MANAGEMENT, SALES PROMOTION AND SERVICE IMPROVEMENT WITH QUICK LOTTERY FUNCTION UTILIZING PORTABLE INFORMATION TERMINAL例文帳に追加

携帯情報端末を利用した即時抽選機能を伴う顧客管理、販売促進及びサービス改善支援システム - 特許庁

The external signal is switched and coupled with pins, and the 2nd operation function is enabled to operate on the external signal.例文帳に追加

外部信号は切り替えられてピンに結合され、第2の動作機能が外部信号に作用することが可能となる。 - 特許庁

The world clock function section 19 comprises: a clock circuit 30; a reference date and time setting section 31; and a local date and time setting section 32.例文帳に追加

世界時計機能部19は、時計回路30、基準日時設定部31、現地日時設定部32からなる。 - 特許庁

Consequently, a function test of the smoke sensor 1 arranged at the high position can be safely and easily executed on the ground.例文帳に追加

これにより、高所に配置された加煙感知器1の機能試験を、地上で安全且つ容易に実施可能とする。 - 特許庁

To provide a driving system for a multistage drive type compressor low in cost and having a function equivalent to that of an inverter type driving system.例文帳に追加

インバータ式駆動システムと同等の機能を有し、安価な多段駆動式コンプレッサの駆動システムを提供する。 - 特許庁

To provide a hair clippers with a hair suction function excellent in its cutting efficiency by surely cutting raised hair with a cutting edge.例文帳に追加

起毛された毛が切断刃で確実に切断されて、切断効率の良好な吸毛機能付バリカンを提供する。 - 特許庁

Further, the driving support device 1 includes a diagnostic evaluation function 14 for calculating evaluation results about diagnostic items.例文帳に追加

さらに、運転支援装置1は、診断項目に関する評価結果を算出する診断評価機能14を備える。 - 特許庁

To provide an optical disk device with a function preventing a voice which a user does not want to output from being output.例文帳に追加

ユーザが出力させたくない音声は出力させないようにする機能を有する光ディスク装置を提供する。 - 特許庁

To provide a network printer system in which the function for sure preventing of the overlapping of addresses is added within a range of a few MAC addresses.例文帳に追加

少ないMACアドレスの範囲で、確実にアドレスの重複を防ぐための機能を付加したネットワークプリンタシステムを得る。 - 特許庁

To suitably control a working limiting function of an appliance when a CO gas leaking appliance is repeatedly used.例文帳に追加

COガス漏洩器具が繰り返し使用されたときの器具の使用制限機能を適切に制御することを目的とする。 - 特許庁

The dispensing parts function as an excitation device for preventing rising of coins, so that a coin receiving/dispensing machine can be structurally compact.例文帳に追加

払出部が硬貨の起立を防止する加振装置として機能させることで、硬貨入出金機をコンパクトに構成できる。 - 特許庁

To provide a terminal block having safety function which reliably responds to an abnormality such as an incomplete connection of a terminal.例文帳に追加

端子の不完全接続などの異常に対して確実に反応する安全機能を備えた端子台を提供する。 - 特許庁

To provide a solar battery module having the function for preventing deterioration in reliability due to immersion or peelings.例文帳に追加

浸水又は剥離による信頼性の低下を防止する機能を備える太陽電池モジュールの提供を目的とする。 - 特許庁

例文

This thick part 14, where a bolt hole 17 is machined later, becomes a part to function as a boss 14A.例文帳に追加

この厚肉部14は、後にボルト穴17が切削加工されることによりボス部14Aとして機能する部位となる。 - 特許庁




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

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

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

無料会員に登録する

©2026 GRAS Group, Inc.RSS