1016万例文収録!

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


小窓モード

プレミアム

ログイン
設定

設定

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

セーフサーチ:オン

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

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

セーフサーチについて

型定義の部分一致の例文一覧と使い方

該当件数 : 434



例文

一つの凸集合を緩和問題として働くように定義し、この集合に関する一つの線関数の最適化が多項式時間内でなされ得ることを示す。例文帳に追加

We define a convex set which serves as a relaxation problem, and show that optimizing a linear function over the set can be done in polynomial time.  - コンピューター用語辞典

ヘッダファイル<errno>で整数の変数errnoが定義されており、システムコールやいくつかのライブラリ関数は、エラーが発生した際にこの変数にその原因を示す値を設定する。例文帳に追加

The <errno> header file defines the integer variable errno , which is set by system calls and some library functions in the event of an error to indicate what went wrong.  - JM

errno は、ISO C standard で int の変更可能な左辺値として定義されており、明示的に宣言を行ってはならない;errno はマクロの場合もありえる。 errno はスレッド毎に値を持つ。例文帳に追加

errno is defined by the ISO C standard to be a modifiable lvalue of type int, and must not be explicitly declared; errno may be a macro.  - JM

アンダーフローが発生すると、数学関数は通常は 0.0 を返す(C99 では、指定されたにおいて最小の正規化された正の値より大きくない値を持つ実装定義 (implementation-defined) の値を返す、となっている)。例文帳に追加

0(C99 says a function shall return "an implementation-defined value whose magnitude is no greater than the smallest normalized positive number in the specified type").  - JM

例文

メソッド定義で戻り値のの上にカーソルを置くと、メソッドの終了点がすべて強調表示されます (戻るすべての位置で例外をスローするすべての式)。例文帳に追加

If you place the cursor in the return type of the method definition,the Editor will highlight all exit points from the method (all expressions that throw the exception in each place they are returned). - NetBeans


例文

新しいオペレーションを定義できるダイアログが表示されます。 「オペレーションを追加」ダイアログの上の部分で、「名前」に「add」、「戻り値の」ドロップダウンリストに「int」と入力します。例文帳に追加

A dialog box appears where you can define the new operation.In the upper part of the Add Operation dialog box, type add in Name and type int in the Return Type drop-down list. - NetBeans

MDB2 がサポートする DBMSとのインターフェイスを簡潔にするため、DBMSの種類を問わずにアプリケーションからアクセスできる基本的なデータ定義されています。例文帳に追加

To simplify the interface with the DBMS supported by MDB2, it was defined a base set of data types that applications may access independently of the underlying DBMS.  - PEAR

インタプリタが内部的に使っているいくつかのは、ユーザに公開されています。 これらの定義は将来のインタプリタのバージョンでは変更される可能性がありますが、ここでは記述の完全性のために触れておきます。例文帳に追加

A few types used internally by the interpreter are exposed to the user.Their definitions may change with future versions of the interpreter,but they are mentioned here for completeness.  - Python

Python 言語のコア部分では、これらのに対してリテラル表現形式を与え、意味づけ上のいくつかの制約を与えていますが、完全にその意味づけを定義しているわけではありません。例文帳に追加

For these types,the Python language core defines the form of literals and places someconstraints on their semantics, but does not fully define the semantics. - Python

例文

単純な文字列のみで構成されるcookieのほか、シリアル化可能なあらゆるデータでクッキーの値を保持するための機能も備えています。 このモジュールは元々RFC 2109とRFC 2068に定義されている構文解析の規則を厳密に守っていました。例文帳に追加

It supports both simplestring-only cookies, and provides an abstraction for having any serializabledata-type as cookie value. The module formerly strictly applied the parsing rules described in the RFC 2109 and RFC 2068 specifications. - Python

例文

aepack モジュールは、Python 変数から AppleEvent ディスクリプタへの変換(パック)と、その逆に変換(アンパック)する関数を定義しています。 Python 内では AppleEvent ディスクリプタは、組み込みである AEDesc のPython オブジェクトとして扱われます。例文帳に追加

The aepack module defines functions for converting (packing)Python variables to AppleEvent descriptors and back (unpacking).Within Python the AppleEvent descriptor is handled by Python objects of built-in type AEDesc, defined in module - Python

プログラマはまた、他のアプリケーションが解釈できる CSV 形式を記述したり、独自の特殊な目的をもった CSV 形式を定義することができます。 csv モジュールの reader および writer オブジェクトはシーケンスを読み書きします。例文帳に追加

Programmers can also describe the CSV formats understood by other applications or define their own special-purpose CSV formats.The csv module's reader and writer objects read and write sequences. - Python

警告:インタフェース自体が誤った定義になっているため、あるインスタンスが完全なマッププロトコルを備えているかを調べる信頼性のある方法は存在しません。例文帳に追加

Warning:There is no reliable way to test if an instance supports the complete mapping protocol since the interface itself isill-defined. - Python

警告:インタフェース自体が誤った定義になっているため、あるインスタンスが完全な数値のインタフェースをサポートしているかを調べる信頼性のある方法は存在しません。例文帳に追加

Warning:There is no reliable way to test if an instance supports the complete numeric interface since the interface itself isill-defined. - Python

警告:インタフェース自体が誤った定義になっているため、あるインスタンスが完全なシーケンスのインタフェースをサポートしているかを調べる信頼性のある方法は存在しません。例文帳に追加

Warning:There is no reliable way to test if an instance supports the complete sequence interface since the interface itself is ill-defined. - Python

引数 function は呼び出しができるオブジェクト (ユーザ定義および組み込みの関数またはメソッド、またはクラスオブジェクト)でなければなりません。 args はシーケンスでなくてはなりません。例文帳に追加

The function argument must be a callable object (a user-defined or built-in function or method, or a class object) and the args argument must be a sequence. - Python

特定の種類の数値ではサポートされていないような演算に対応するメソッド (非整数の数値に対するビット単位演算など) は、未定義のままにしておかなければなりません。例文帳に追加

The following methods can be defined to emulate numeric objects.Methods corresponding to operations that are not supported by the particular kind of number implemented (e.g., bitwise operations fornon-integral numbers) should be left undefined. - Python

こうしたでは、このフィールドに関数を定義しなければなりません; 関数はインスタンスが収集可能の場合には 1 を、収集不能の場合には 0 を返さねばなりません。 シグネチャは例文帳に追加

Such types should define this function; it should return 1 for a collectible instance, and 0 for a non-collectible instance. The signature is - Python

この概念は 2 つの別々のメソッドを使って実装されています;これらのメソッドはユーザ定義のクラスで反復を行えるようにするために使われます。 後に詳しく述べるシーケンスはすべて反復処理メソッドをサポートしています。例文帳に追加

This is implemented using two distinct methods; these are used to allowuser-defined classes to support iteration. - Python

予め定義されたデータにしたがうニューラルネットワーク探索オブジエクトは、データベース10におけるニューラルネットワークを構築するため、各記憶モジュール28に格納される。例文帳に追加

To implement the neural network in the database 10, neural network search objects based upon predetermined data types are stored in respective storage modules 28. - 特許庁

階層データベースに対し定義される索引データベースの整合性の検証処理を実行する情報処理装置、情報処理方法、プログラムおよび記録媒体を提供すること。例文帳に追加

To provide an information processing apparatus and method, a program and a recording medium, for executing verification processing of matching of an index database defined to a hierarchical database. - 特許庁

本スキーマは、異なるタイプのオブジェクトの関連づけをサポートするためのタイプ独立エントリを有する関連づけテーブルと、様々なオブジェクトを定義するオブジェクト・テーブルとを含む一連のテーブルを備える。例文帳に追加

The schema comprises a series of tables, including association tables with type-independent entries to support the association of objects of different types, and object tables that define the various objects. - 特許庁

的な合金は銀と亜鉛を含み、銀と亜鉛の量の間の関係はAg_xZn_yによって定義され、ここで0.85<x<0.9999および0.0001<y<0.15である。例文帳に追加

Typical alloys include silver and zinc and the relation between the quantities of silver and zinc is defined by AgxZny wherein 0.85<x<0.999 and 0.0001<y<0.15. - 特許庁

対話ディスプレイの表面での物体の検出時に、ソフトウェアプログラムが、事前定義の機能を実行するために物体を通して可視の仮想エンティティまたはイメージを作る。例文帳に追加

When the object is detected on the surface of the interactive display, a software program of this system makes visible virtual entity or image through the object to execute function of prior definition. - 特許庁

テレビ受信器は拡張されたWML文書型定義(DTD)をサポートし、それは対話形画像に関する追加のレイアウトおよび機能属性の表現を与える。例文帳に追加

The television receiver supports an extended WML Document Type Definition (DTD) which provides the representation of additional layout and functional attributes pertaining to the interactive image. - 特許庁

本発明によるこの素子は、半導体基板に定義されたパターン領域及び各パターン領域に第1間隔に平行に配置された多数のラインパターンを含む。例文帳に追加

The device includes pattern areas defined on a semiconductor substrate and many linear patterns arranged parallel to a first space in each pattern area. - 特許庁

マルチメディアバス200は、帯域保証サイクルとイベントドリブンのAsyncサイクルの2つの転送モードが定義された内部バスである。例文帳に追加

A multimedia bus 200 is an internal bus where two transfer modes, that is, a band guarantee cycle and an Async cycle of an event driven type are defined. - 特許庁

次に、トレンチマスク及び埋め立て絶縁膜をパターニングして活性領域を横切り、露出させるスリット開口部を定義するトレンチマスクパターン及び埋め立て絶縁膜パターンを形成する。例文帳に追加

Next, trench mask patterns and filler insulating film patterns are formed for defining slit type openings crossing and exposing the active regions by patterning the trench masks and filler insulating films. - 特許庁

文字コードとその文字コードに対応するフォントデータとは、連続した同じのデータを格納する変数(いわゆる「配列」)を定義することにより、対応付けされている。例文帳に追加

The character code and the font data corresponding to the character code are made to correspond to each other by defining variables to contain successive data of the same type (so-called an array). - 特許庁

文書型定義及びタグ付けに関する専門知識を有していない者でも、容易にタグ付けが可能となるSGML構造化文書作成システムを提供する。例文帳に追加

To provide an SGML structured document preparing system, by which even a person having no special knowledge on document type definition and tagging can easily perform tagging. - 特許庁

的な合金は銀と亜鉛を含み、銀と亜鉛の量の間の関係はAg_xZn_yによって定義され、ここで0.85<x<0.9999および0.0001<y<0.15である。例文帳に追加

The typical alloy contains silver and zinc and the relation between quantities of silver and zinc is defined as Ag_xZn_y, wherein 0.85<x<0.9999 and 0.0001<y<0.15. - 特許庁

露光源に対して透明な基板(102)及び基板上に形成されて規則的に配された複数の光透過領域を定義するウェーブガイドパターン(104)を含むウェーブガイド交互位相反転マスクである。例文帳に追加

The waveguided alternating phase shift mask includes a substrate (102) which is transparent to an exposure light source and waveguide patterns (104) which are formed on the substrate and define a plurality of regularly arrayed light transparent regions. - 特許庁

本発明は、ディメンション・モデルを自動的に定義し構築するため単純化された発見分析を利用することで、関係スキーマの相互関係を活用する。例文帳に追加

An interrelationship of a relational schema is leveraged by utilizing simplified analysis heuristics to define and build dimensional models automatically. - 特許庁

幾つかの事前定義された設計規則に基づいて幾何学的ブール演算を用いて元の設計レイアウトからセルフアライメントアシストパターン(SAP)を自動的に導出できる。例文帳に追加

A self-alignment type assist pattern (SAP) can be automatically derived from an original design layout using geometric Boolean operation based upon several predefined design rules. - 特許庁

各単位メモリセルに用いられて各単位メモリセルから読み出しされる論理値は第1及び第2フローティングボディートランジスタキャパシタレスメモリセルのスレッショルド電圧状態の差によって定義される。例文帳に追加

A logical value used in and read from each unit memory cell is defined by a difference in threshold voltage states of the first and second floating body transistor capacitor-less memory cells. - 特許庁

同一名称の開始タグと終了タグ間に存在する語句を解析してタグ間に含まれるべき情報を得て、文書型定義の生成を行う(S209〜210)。例文帳に追加

Phrases and words existing between a start tag and an end tag having the same name are analyzed to obtain information included between the tags and document type definition is generated (S209, S210). - 特許庁

切替サンプリング部112は、逓倍されたクロックによって定義される複数のタイミングのうちからサンプルポイントを選択し、選択したサンプルポイントで入力信号DTをサンプリングする。例文帳に追加

A selector type sampling block 112 selects a sampling point among a plurality of timing defined by the doubled clock and samples the input signal DT at the selected sample point. - 特許庁

構造化文書において、文書型定義が存在しない場合、あるいは存在しても文書の種別が分らない場合に、その文書種別を判定する。例文帳に追加

To determine document types of structural documents, if there is no definition of document types or when the document types are uncertain even if there is definition of the document types. - 特許庁

双方向ケーブルの規格で定義されるコマンドを利用し、表示装置の制御プログラムを簡単にバージョンアップできるようにした情報更新システム及び再生装置を提供する。例文帳に追加

To provide an information update system and a reproduction device which can simply upgrade control programs of display devices using commands defined by a standard of interactive cable television. - 特許庁

コンピュータゲーム装置との相互作用を行う手持ビデオゲームコントローラは、中央コントロール部を定義する中空のケースと、コントロール部から延びる左と右の把持部を備える。例文帳に追加

A hand-held video game controller for interaction with a computer gaming unit has a hollow casing defining a central control section, and left and right hand grip sections extending from the control section. - 特許庁

そして、リモートメモリ制御アプリケーション101がオブジェクト指向通信フレームワーク103にアクセスする為の関数群102をリモート型定義で実現する。例文帳に追加

Then, a function group 102 for the remote memory control application 101 to access the object-oriented communication framework 103 is realized by a remote type definition. - 特許庁

コンポーネントの依存契約定義を含む拡張メタデータを用いてコンポーネントの新しいを示し、これにより、開発者がコンポーネントを多階層構造及び/又は分散構造形態で組み立てることができるようになる。例文帳に追加

New type of components are shown using expansion metadata including dependency contract definition of components, and as a result a developer can assemble components with multi-hierarcy structure and/or distributed structure form. - 特許庁

そうして、前記雛モジュール及び置換範囲定義情報に基づいて、帳票作成APIジェネレータ42において帳票作成APIモジュール52を作成する。例文帳に追加

Then, based on the model module and replacement range definition information, a slip preparation API module 52 is prepared by a slip preparation API generator 42. - 特許庁

三次元で定義された仮想空間内で展開されるゲームにおいて、ロックオンの要否を容易に判定できるようにした、例えば対話ゲームに適する画像処理技術を提供する。例文帳に追加

To provide an image processing technology that can easily decide whether lock-on is necessary and is suitable for, for example, an interactive game in a game to be performed within a three-dimensionally defined virtual space. - 特許庁

検索情報記憶手段1bは、ソースコード2a,2bを構成している語句ごとに、その語句と、その語句が定義・宣言されている箇所と、その語句のとを含む語句情報3を記憶する。例文帳に追加

A retrieval information storage means 1b stores, for each phrase constituting the source code 2a and 2b, word information 3 including the phrase, the defined or declared part of the phrase, and the type of the phrase. - 特許庁

本発明は、所望の対象物を形成するために除去されるべき加工物の容積部分を別個の機械加工特徴として定義するための複数の位相的特徴を提供する。例文帳に追加

Plural phase characteristic types for defining the volume part of a work piece to be removed for forming a desired object as individual machine work characteristics are provided. - 特許庁

出力インタフェースでのリオーダリング処理用のバッファ量が定義可能であり、かつセル落ち判定が可能であるロードバランスセルスイッチ装置を提供する。例文帳に追加

To provide a load balanced cell switch apparatus capable of defining buffer capacity for reordering processing at an output interface and determining a missed cell. - 特許庁

問合せ業務実行時において、一般利用者がカテゴリテンプレート管理ポイント122を選んだときは、その管理ポイントに定義された分類方法に適用させるデータ項目を一般利用者に選択させる。例文帳に追加

When a general user selects the category template type management point 122 in time of inquiry task execution, the general user is made to select data items applied to the classification method defined in the management point. - 特許庁

構文要素抽出部13は文書型定義整合文書2から構文要素を抽出し、構文要素解析部14は抽出した構文要素を解析する。例文帳に追加

A syntax element extraction part 13 extracts a syntax element from a document type definition matching document 2 and a syntax element analysis part 14 analyzes the extracted syntax element. - 特許庁

例文

対象となる構造化文書が大量に存在する場合であっても、構造化文書が文書型定義に合致するか否かの検証を効率的に行うことのできる構造化文書検証装置を提供する。例文帳に追加

To provide a structured document verification device for efficiently verifying whether or not a structured document coincides with a document type definition even when a larger amount of structured documents to be targeted exist. - 特許庁

索引トップ用語の索引



  
Copyright © Japan Patent office. All Rights Reserved.
  
コンピューター用語辞典
Copyright (C) 1994- Nichigai Associates, Inc., All rights reserved.
  
この対訳コーパスは独立行政法人情報通信研究機構の研究成果であり、Creative Commons Attribution-Share Alike 3.0 Unportedでライセンスされています。
  
© 2010, Oracle Corporation and/or its affiliates.
Oracle and Java are registered trademarks of Oracle and/or its affiliates.Other names may be trademarks of their respective owners.
  
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 © 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/ ).
こんにちは ゲスト さん

ログイン

Weblio会員(無料)になると

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

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

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

ログイン

Weblio会員(無料)になると

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

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

無料会員に登録する

©2024 GRAS Group, Inc.RSS