1016万例文収録!

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


小窓モード

プレミアム

ログイン
設定

設定

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

セーフサーチ:オン

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

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

セーフサーチについて

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

該当件数 : 434



例文

この抽象データ型定義が、進展しているSQL3およびSQL/MM標準と構文とに正確に適合することを保証するには、さらなる作業が必要である。例文帳に追加

Further work is needed to ensure that the Abstract Data Type definitions conform precisely with evolving SQL3 and SQL/MM standards and syntax.  - コンピューター用語辞典

各ソケットは、通信セマンティクスを定義したを持ちます。 このセマンティクスには信頼性、順序、メッセージの重複防止が 含まれています。例文帳に追加

Each socket has a type that defines its communications semantics; these semantics include properties such as reliability, ordering, and prevention of duplication of messages.  - FreeBSD

システムコールを定義する際、引き数のは値渡し (by-value) か、(構造体のように集合的なデータの場合は) ポインタ渡し (by-pointer)でなければならない。例文帳に追加

When defining a system call, the argument types must be passed by-value or by-pointer (for aggregates like structs).  - JM

はintであることが必要とされ、そうでない場合の動作は未定義とされていた。 しかし C99 ではどのようなスカラ値でもよいことになった。例文帳に追加

In C89, expression is required to be of type int and undefined behavior results if it is not, but in C99 it may have any scalar type.  - JM

例文

は、各サービスが対話で演じるロールを定義することによって、プロセスとそのパートナーとの間の関係を決定します。例文帳に追加

The type determines the relationship between a process and its partners by defining the roles played by each service in a conversation. - NetBeans


例文

これらの変数は、プロセスによってインポートされた WSDL ファイルの中で定義されている Web サービスメッセージに対応します。例文帳に追加

These variables correspond to web service message types that are defined in WSDL files imported by the process.  - NetBeans

XML スキーマ自体は、プロセスへインポートされた XML スキーマファイル ( .xsd ) または WSDL ファイルの中で定義されます。例文帳に追加

The XML schema types themselves are defined in XML Schema files (.xsd) or in WSDL files that are imported into the process.  - NetBeans

メソッド定義の戻り値のの上にカーソルを置きます。 エディタで、戻るすべての位置で例外をスローするすべての式が強調表示されます。例文帳に追加

Place the cursor in the return type of the method definition.The Editor highlights all expressions that throw the exception in each place they are returned. - NetBeans

$col の定義で必要なのは、カラムのを指定するだけです。 サイズやスコープの指定は不要です。例文帳に追加

'bigint' can store values from (-2^63) to +(2^63); that is, from -9,223,372,036,854,775,808 to +9,223,372,036,854,775,807 The $col definition, you need only specify the column type; no size or scope is needed. - PEAR

例文

先ほど定義した配列のメニュー構造では、'Menu item 1.2' が現在アクティブであるものとし、それぞれのメニューを試していきます。例文帳に追加

Lets use the array defined above as menu structure assuming that element 'Menu item 1.2' is currently active and try each menu type.  - PEAR

例文

ファイルアップロードの規則についてこれらの規則は HTML/QuickForm/file.php で定義されており、file の要素がフォームに追加された際に自動的に登録されます。例文帳に追加

On rules for file uploads: These rules are defined in HTML/QuickForm/file.php, and are automatically registered when a file type element is added to the form.  - PEAR

属性をパースすべきかどうか、複雑なデータを処理するために連想配列もしくはオブジェクトのいずれを使用するか、などを定義します。例文帳に追加

It allows you to define whether attributes should be parsed, whether to use associative arrays or objects for complex data types, and more.  - PEAR

(C、Java、または実装に使われているその他の言語で書かれた) 拡張モジュールでは、その他に新たな定義することができます。例文帳に追加

Extension modules (written in C, Java, or other languages, depending on the implementation) can define additional types. - Python

関数定義に関するその他の情報は、関数のコードオブジェクトから得られます; 後述の内部 (internal type) に関する説明を参照してください。例文帳に追加

Additional information about a function's definition can be retrieved from its code object; see the description of internal types below. - Python

このモジュールでは、基本的な値 (文字、整数、浮動小数点数) のアレイ(array、配列) を効率よく表現できるオブジェクト定義しています。例文帳に追加

This module defines an object type which can efficiently represent an array of basic values: characters, integers, floating point numbers. - Python

他の永続性マップのように、キーおよび値は常に文字列でなければなりません。 このモジュールでは以下の内容を定義してします:例文帳に追加

As with other persistent mappings, the keys and values must always be strings. The module defines the following: - Python

戻り値は、タプル (type,encoding) です、ここで typeは、もしが(拡張子がないあるいは未定義のため)推定できない場合は、None を、あるいは、MIME content-type: ヘッダ例文帳に追加

The return value is a tuple (type,encoding) where type is None if the type can't be guessed (missing or unknown suffix) or a string of the form'type/subtype', usable for a MIMEcontent-type: header - Python

あるオブジェクトのは、そのオブジェクトがどの種類のオブジェクトか (例えば整数、リスト、ユーザ定義関数、など; その他多数については、例文帳に追加

An object's type determines what kind of object it is (e.g., an integer, a list, or a user-defined function; there are many more as explained in the  - Python

このサポートは典的には 64 ビット値のオフセット値と、そこからの相対サイズを定義することで実現しています。例文帳に追加

This is typically accomplished by defining the relevant size and offset types as 64-bit values. - Python

新形式の定義する構造体: PyTypeObject 構造体は、おそらくPython オブジェクトシステムの中で最も重要な構造体の一つでしょう。例文帳に追加

Perhaps one of the most important structures of the Python objectsystem is the structure that defines a new type: the PyTypeObject structure. - Python

引き数に対して特定の範囲が指定されていない限り、引き数の定義されている全ての範囲が許される。例文帳に追加

Unless a specific range is specified for an argument, the full range defined by the argument's type is accepted. - XFree86

引き数に対して特定の範囲が指定されていなければ、引き数の定義されている全ての範囲が許される。例文帳に追加

Some numeric value falls outside the range of values accepted by the request.Unless a specific range is specified for an argument, the full range defined by the argument's type is accepted. - XFree86

引き数に対して特定の範囲が指定されていなければ、引き数の定義されている全ての範囲が許される。例文帳に追加

Unless a specific range is specified for an argument, the full range defined by the argument's type is accepted.Any argument defined as a set of alternatives can generate this error. BadWindow - XFree86

引き数に対して特定の範囲が指定されていなければ、引き数の定義されている全ての範囲が許される。例文帳に追加

Unless a specificrange is specified for an argument, the full range defined by the argument'stype is accepted. - XFree86

引き数に対して特定の範囲が指定されていなければ、引き数の定義されている全ての範囲が許される。例文帳に追加

Any argument defined as a set of alternatives can generate this error. BadWindow - XFree86

記述を容易にするために、X ツールキットでは全てのイベントの論理和であるシンボル名XtIMAllが定義されている。例文帳に追加

Asa convenience, the X Toolkit defines the symbolic name XtIMAll to be the bitwise inclusive OR of all event types. Description - XFree86

簡単のためにツールキットは、全てのイベントのビットごとの論理和であるシンボル名XtIMAllを定義している。例文帳に追加

The mask is the bitwise inclusive OR of any combination of XtIMXEvent, XtIMTimer, XtIMAlternateInput, and XtIMSignal.As a convenience, the X Toolkit defines the symbolic name XtIMAll to be the bitwise inclusive OR of all event types. - XFree86

しかし、柔術には嘉納治五郎が柔術を『徒手もしくは小の武器を持つ武術』と定義したように、その程度しか共通理念はない。例文帳に追加

However, jujutsu is a martial art with no (or a small) weapon, as Jigoro KANO defined, and this definition describes the minimum common factor of all jujutsu-related martial arts.  - Wikipedia日英京都関連文書対訳コーパス

肝炎ウイルス抗原に対する HLA−制限された細胞毒性Tリンパ球活性を刺激するエピトープを定義するためにペプチドが使用される。例文帳に追加

This peptide is used for defining an epitope for stimulating an HLA-restricted cytotoxic T-lymphocyte against the hepatitis B virus antigens. - 特許庁

メッセージコントラクト属性は、付きオブジェクトパラメータと、対応するSOAP要素との間のマッピングを定義する。例文帳に追加

The message contract attribute defines a mapping between typed object parameters and corresponding SOAP elements. - 特許庁

また、音声認識用文法は、XML文書データの文書型定義(DTD)を使用して自動的に作成することができる。例文帳に追加

The grammar for voice recognition can automatically be generated by using document type definitions(DTD) of the XM document data. - 特許庁

さらに、文書処理部は、検索対象となるデータベースあるいは電子ファイルと文書型定義ファイルとからタグ付き文書を生成する。例文帳に追加

Further, the document process part generates the tagged document from the database as an object of retrieval or an electronic file and the document type definition file. - 特許庁

クラスタコンピュータシステムにおけるクラスタソフトウェアのシステム定義情報の配布方法およびそのシステム例文帳に追加

METHOD FOR DISTRIBUTING SYSTEM DEFINITION INFORMATION OF CLUSTER SOFTWARE IN CLUSTER TYPE COMPUTER SYSTEM, AND SYSTEM FOR THE SAME - 特許庁

機能情報およびジョブチケットは、ともに共通の文書型定義に従うマークアップ文書で表現される文書ファイルである。例文帳に追加

The function information and the job ticket are both a document file expressed with a mark-up document following common document type definition. - 特許庁

データ変換用クラスを定義し、ソフトウェアから符号化の対象となる任意の変数をn個(n;正の整数)選択する。例文帳に追加

A data conversion class is defined and n (n; positive integer) pieces of arbitrary type parameters to be encoded are selected from software. - 特許庁

携帯式コンピュータの筐体の表面には、非接触ICカードが通信するためのアクセス部13が定義されている。例文帳に追加

On the surface of the portable computer case, an access unit 13 for communicating with the contactless IC card is defined. - 特許庁

符号化対象文書内の各要素、属性に対する符号化テーブルに、同じ要素名であるが異なるデータを持つ符号化テーブルを定義する。例文帳に追加

An encoding table is defined for the respective elements and properties in the document to be encoded so as to have the same element name and different data types. - 特許庁

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

Two transfer modes as a band assurance cycle and an Async cycle of event-driven type are defined in a multi-media bus 200 of this data processor. - 特許庁

生け垣文法で記述される文書型定義7から、二分木オートマトン生成モジュール1により非決定性オートマトンを生成する。例文帳に追加

A non-deterministic binary tree automaton is generated from a document type definition 7 described in hedge grammars (document type definition grammar) by a binary tree automaton generation module 1. - 特許庁

単純化された発見分析(analysisheuristics)を利用する自動化されたディメンション・モデルの定義および構築のためのシステム、方法および装置例文帳に追加

SYSTEM, METHOD, AND APPARATUS FOR AUTOMATED DIMENSIONAL MODEL DEFINITION AND BUILDING UTILIZING SIMPLIFIED ANALYSIS HEURISTICS - 特許庁

二次的に定義される木構造を用いるネットワーク文書処理装置および同装置による文書処理方法例文帳に追加

NETWORK TYPE DOCUMENT PROCESSOR USING TREE STRUCTURE DEFINED SECONDARILY AND DOCUMENT PROCESSING METHOD BY IT - 特許庁

スキーマは、データのデータ定義するのに使用され、これにより、データを表現することが容易になる。例文帳に追加

A schema is used to define the data type of the data, which facilitates representing the data. - 特許庁

本データ変換は、ロジックを必要としない定義駆動により、処理効率と柔軟性とを両立する機能を実現する。例文帳に追加

In data conversion, a function of simultaneously materializing both processing efficiency and flexibility is achieved by a definition drive type not needing logic. - 特許庁

ソースコードで定義されている変数の名と初期値とからなる文字データが、主記憶部10bに展開される。例文帳に追加

Character data including the type name of a variable defined in a source code and the initial value is deployed in a main storage part 10b. - 特許庁

また、ユーザは、定義および構築プロセスの両方で結果に影響力を及ぼすために会話で参画することが可能である。例文帳に追加

A user can also participate interactively in both the definition and building processes to influence an outcome. - 特許庁

GUIは、GUIを用いて制御される携帯メディアデバイスにより定義され管理されることができる。例文帳に追加

The GUI may be defined and managed by a portable media device that is controlled using the GUI. - 特許庁

タグの意味が正しく扱え、タグの冗長性を排除した文書型定義を生成できるようにする。例文帳に追加

To make it possible to generate a document type definition capable of correctly dealing with the meaning of tag and removing the redundancy of tags. - 特許庁

その後、REDEFINES句により定義されたデータをデータ記述項単位にRAWの1つのデータ項目に変換する。例文帳に追加

Then data defined by the REDEFINES phrase are converted into one RAW type data item in each data description term. - 特許庁

十分に定義されていて再現性がある熱転移を行い得る改良差分熱分析/差分走査熱量(総称して、DSC)アセンブリを提供する。例文帳に追加

To provide a modified differential thermal analysis/differential scan calorie assembly (generally termed DCS) which accomplishes reproducible heat transition sufficiently defined. - 特許庁

例文

罫線がない不定帳票を含む任意の帳票に対して、人手の介入なく自動的に帳票定義を作成すること。例文帳に追加

To provide a method of automatically producing form definition to an arbitrary form including an undefined form not having a ruled line without using manpower. - 特許庁

索引トップ用語の索引



  
Copyright © Japan Patent office. All Rights Reserved.
  
コンピューター用語辞典
Copyright (C) 1994- Nichigai Associates, Inc., All rights reserved.
  
本サービスで使用している「Wikipedia日英京都関連文書対訳コーパス」はWikipediaの日本語文を独立行政法人情報通信研究機構が英訳したものを、Creative Comons Attribution-Share-Alike License 3.0による利用許諾のもと使用しております。詳細はhttp://creativecommons.org/licenses/by-sa/3.0/ および http://alaginrc.nict.go.jp/WikiCorpus/ をご覧下さい。
  
この対訳コーパスは独立行政法人情報通信研究機構の研究成果であり、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/ ).
  
Copyright (C) 1994-2004 The XFree86®Project, Inc. All rights reserved. licence
Copyright (C) 1995-1998 The X Japanese Documentation Project. lisence
  
Copyright 1994-2010 The FreeBSD Project. All rights reserved. license
こんにちは ゲスト さん

ログイン

Weblio会員(無料)になると

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

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

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

ログイン

Weblio会員(無料)になると

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

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

無料会員に登録する

©2024 GRAS Group, Inc.RSS