1153万例文収録!

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


小窓モード

プレミアム

ログイン
設定

設定

Weblio 辞書 > 英和辞典・和英辞典 > serial typeに関連した英語例文

セーフサーチ:オフ

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

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

セーフサーチについて

serial typeの部分一致の例文一覧と使い方

該当件数 : 303



例文

00>=40 .vs 0u0int type;/* ConfigureNotify */unsigned long serial;/* # of last request processed by server */Bool send_event;/* true if this came from a SendEvent request */Display *display;/* Display the event was read from */Window event;Window window;int x, y;int width, height;int border_width;Window above;Bool override_redirect;} XConfigureEvent; When you receive this event, the structure members are set as follows.The type member is set to the event type constant name that uniquely identifies it.例文帳に追加

type メンバには、イベントの型を一意に識別する定数名が設定される。 - XFree86

00>=40 .vs 0u0int type;/* Expose */unsigned long serial;/* # of last request processed by server */Bool send_event;/* true if this came from a SendEvent request */Display *display;/* Display the event was read from */Window window;int x, y;int width, height;int count;/* if nonzero, at least this many more */} XExposeEvent; When you receive this event, the structure members are set as follows.The type member is set to the event type constant name that uniquely identifies it.例文帳に追加

type メンバには、イベントの型を一意に識別する定数名が設定される。 - XFree86

00>=40 .vs 0u0int type;/* ReparentNotify */unsigned long serial;/* # of last request processed by server */Bool send_event;/* true if this came from a SendEvent request */Display *display;/* Display the event was read from */Window event;Window window;Window parent;int x, y;Bool override_redirect;} XReparentEvent; When you receive this event, the structure members are set as follows.The type member is set to the event type constant name that uniquely identifies it.例文帳に追加

type メンバには、イベント型を一意に認識するための定数名が設定される。 - XFree86

The structure for SelectionClearevents contains: 00>=40 .vs 0u0int type;/* SelectionClear */unsigned long serial;/* # of last request processed by server */Bool send_event;/* true if this came from a SendEvent request */Display *display;/* Display the event was read from */Window window;Atom selection;Time time;} XSelectionClearEvent; When you receive this event, the structure members are set as follows.The type member is set to the event type constant name that uniquely identifies it.例文帳に追加

type メンバには、イベントの型を一意に識別する定数の名前が設定される。 - XFree86

例文

ADJUSTMENT OF DATA TRANSFER RATE OF SERIAL INTERFACE TYPE LARGE CAPACITY STORAGE DEVICE例文帳に追加

シリアルインタフェース方式の大容量記憶装置のデータ転送速度の調整 - 特許庁


例文

DISTRIBUTED TYPE MICROCOMPUTER CONTROLLER USING SERIAL COMMUNICATION AND ELEVATOR CONTROLLER例文帳に追加

シリアル通信を用いた分散型マイコン制御装置及びエレベータ制御装置 - 特許庁

00>=40 .vs 0u0int type;/* CreateNotify */unsigned long serial;/* # of last request processed by server */Bool send_event;/* true if this came from a SendEvent request */Display *display;/* Display the event was read from */Window parent;/* parent of the window */Window window;/* window id of window created */int x, y;/* window location */int width, height;/* size of window */int border_width;/* border width */Bool override_redirect;/* creation should be overridden */} XCreateWindowEvent; When you receive this event, the structure members are set as follows.The type member is set to the event type constant name that uniquely identifies it.例文帳に追加

type メンバはイベントの型を一意に識別する定数の名前である。 - XFree86

00>=40 .vs 0u0int type;/* SelectionNotify */unsigned long serial;/* # of last request processed by server */Bool send_event;/* true if this came from a SendEvent request */Display *display;/* Display the event was read from */Window requestor;Atom selection;Atom target;Atom property;/* atom or None */Time time;} XSelectionEvent; When you receive this event, the structure members are set as follows.The type member is set to the event type constant name that uniquely identifies it.例文帳に追加

type メンバには、イベントの型を一意に認識するための定数の名前が設定される。 - XFree86

00>=40 .vs 0u0int type;/* ColormapNotify */unsigned long serial;/* # of last request processed by server */Bool send_event;/* true if this came from a SendEvent request */Display *display;/* Display the event was read from */Window window;Colormap colormap;/* colormap or None */Bool new;int state;/* ColormapInstalled, ColormapUninstalled */} XColormapEvent; When you receive this event, the structure members are set as follows.The type member is set to the event type constant name that uniquely identifies it.例文帳に追加

it.type メンバにはイベントの型を一意に識別する定数名が設定される。 - XFree86

例文

MOUNTING STRUCTURE OF SERIAL ATA EQUIPMENT CONNECTION CONNECTOR TO PCI CARD TYPE DEVICE例文帳に追加

PCIカード型装置へのシリアルATA機器接続コネクタの取り付け構造 - 特許庁

例文

To provide an all light type serial-to-parallel converting circuit in which the degradation of S/N ratios is low.例文帳に追加

S/N劣化の小さい全光型シリアル−パラレル変換回路を提供する。 - 特許庁

To reduce occupied area of a shift register of an EEPROM integrated circuit serial access type memory.例文帳に追加

特にEEPROM集積回路シリアルアクセスタイプメモリのシフトレジスタの占める面積の低減。 - 特許庁

The serial protocol type panel display system is preferably used for a panel display device.例文帳に追加

シリアルプロトコル式パネル表示システムはパネル表示装置に好適に使用される。 - 特許庁

00>=40 .vs 0u0int type;/* FocusIn or FocusOut */unsigned long serial;/* # of last request processed by server */Bool send_event;/* true if this came from a SendEvent request */Display *display;/* Display the event was read from */Window window;/* window of event */int mode;/* NotifyNormal, NotifyGrab, NotifyUngrab */int detail;/* * NotifyAncestor, NotifyVirtual, NotifyInferior, * NotifyNonlinear,NotifyNonlinearVirtual, NotifyPointer, * NotifyPointerRoot, NotifyDetailNone */} XFocusChangeEvent;typedef XFocusChangeEvent XFocusInEvent;typedef XFocusChangeEvent XFocusOutEvent; When you receive these events, the structure members are set as follows.The type member is set to the event type constant name that uniquely identifies it.例文帳に追加

type メンバはイベントの型を一意に識別するための定数名が設定される。 - XFree86

PRINTING MEDIUM CONVEYANCE CONTROLLER IN PRINTING DEVICE AND SERIAL TYPE PRINTING DEVICE例文帳に追加

印刷装置における印刷媒体搬送制御装置及びシリアル式印刷装置 - 特許庁

WEFT INSERTION DEVICE FOR SERIAL SHED TYPE WEAVING MACHINE例文帳に追加

直列杼口織機の緯糸挿入装置及び該装置を有する直列杼口織機 - 特許庁

To provide a serial protocol type panel display system without the need for a conventional ASIC.例文帳に追加

従来のASICを必要としないシリアルプロトコル式パネル表示システムを提供する。 - 特許庁

To provide a serial scanning type recorder capable of performing high-speed recording on a series of recording sheets of paper.例文帳に追加

連続記録用紙に高速記録可能なシリアル走査型記録装置を提供する。 - 特許庁

To perform multi-session control of connection type object exchange communication on the same serial link.例文帳に追加

同一のシリアルリンク上で、コネクション型オブジェクト交換通信のマルチセッション制御を行う。 - 特許庁

The connection means can comprise a serial bus (for example, IEEE1394 type bus).例文帳に追加

この接続手段はシリアルバス(例えば、IEEE1394タイプのバス)を備えることができる。 - 特許庁

An SIMD(single instruction multiple data stream) type processor 3 is provided with groups 211 and 212 of two-system skip registers, two-system input SAM (serial access memory) parts 221 and 222.例文帳に追加

SIMD型プロセッサ3は、2系統のスキップレジスタ群21_1および21_2と、2系統の入力SAM(Serial Access Memory)部22_1および22_2を有している。 - 特許庁

To provide a small-sized and low power consumption optical/optical type serial/parallel converter and electric/optical type parallel/serial converter which is appropriate for a high-speed optical signal processing apparatus.例文帳に追加

高速光信号処理装置に好適な光−光型シリアル−パラレル変換装置、並びに電気−光型パラレル−シリアル変換装置を小型・低消費電力で実現する。 - 特許庁

To provide a serial access memory having a function possessed by an access memory of the conventional FIFO type and a function possessed by possessed by a serial access memory of a line access type in combination and a data write/read method.例文帳に追加

従来のFIFOタイプのシリアルアクセスメモリが有する機能と,ラインアクセスタイプのシリアルアクセスメモリが有する機能を兼ね備えたシリアルアクセスメモリおよびデータライト/リード方法を提供する。 - 特許庁

To provide a flag synchronization type serial receiver in which the usage rate of a CPU in serial reception processing during serial data reception, and thus the implementation efficiency of another processing to be performed by the CPU is increased.例文帳に追加

シリアルデータ受信中のシリアルデータ受信処理にかかるCPUの使用率を下げて、CPUで実行される別の処理の実行効率を上げたフラグ同期式シリアル受信装置を提供する。 - 特許庁

A resonator is connected in parallel to at least one resonator connecting with a serial arm in a resonator type filter having the serial arm and a parallel arm.例文帳に追加

直列腕と並列腕を有する共振器型フィルタにおいて、直列腕接続の共振器の少なくとも一つに、並列に共振器を接続する。 - 特許庁

To provide a processor whose high speed operation is possible by using a bit serial type SIMD machine.例文帳に追加

ビットシリアル型SIMDマシンを用いつつ高速処理を可能としたプロセッサを提供すること。 - 特許庁

Therefore, it is possible for the bit serial type SIMD machine 1 to quickly perform an arithmetic operation.例文帳に追加

したがって、ビットシリアル型SIMDマシン1は、高速に演算を行なうことが可能となる。 - 特許庁

SERIAL TYPE INKJET PRINTER FOR PRINTING ONLY IN ONE DIRECTION, OR MINUTE LIQUID DROPLET POSITIONING DEVICE例文帳に追加

一定方向へのみへプリントするシリアル型インクジェットプリンタ、もしくは、微小液滴配置装置 - 特許庁

A supporting device is formed of a serial type manipulator such as a conventional robot arm for instance especially.例文帳に追加

支持装置は特に例えば従来のロボットアームのような直列式マニピュレータにより形成される。 - 特許庁

To provide a weft insertion device for a serial shed type weaving machine that can smoothly draw out the weft yarn.例文帳に追加

緯糸が困難なく引き出せる直列杼口織機の緯糸挿入装置を提供する。 - 特許庁

The HIC 12 divides users into two groups and forms a canceller for which a parallel type canceller and a serial type canceller are combined for each group.例文帳に追加

HIC 12は、ユーザを2グループに分け、グループごとに並列型キャンセラと直列型キャンセラとを組み合わせたキャンセラを形成している。 - 特許庁

A micro universal serial bus adaptor includes: the male connector of an Apple-type dedicated connector projecting from the housing of the micro universal serial bus adaptor and capable of being coupled to a female portion of the same type; a female portion of the micro universal serial bus connector arranged at the other end in the housing and formed so that a male plug of a standard micro universal serial bus can be received.例文帳に追加

マイクロユニバーサルシリアルバスアダプタのハウジングから突出するアップル社型専用コネクタの雄型コネクタが同型の雌型部に結合可能であり、その他端はハウジング内に配置されたマイクロユニバーサルシリアルバスコネクタの雌型部であって、標準的マイクロユニバーサルシリアルバスの雄型プラグを受容可能に形成される。 - 特許庁

To connect a servo controller with a serial communication type position detector without changing hardware even when the serial communication type position detector is different.例文帳に追加

シリアル通信型位置検出器と接続されるサーボ制御装置に関し、シリアル通信型位置検出器が異なった場合でも、ハードウエアを変更することなく、接続できるサーボ制御装置を実現する。 - 特許庁

To provide a two-wire type serial data transfer method that suppresses an increase of processor processing time and an increase of storage device for preparation of software, and provide a program and a two-wire type serial data transfer controller.例文帳に追加

プロセッサ処理時間の増加及びソフトウェア準備のための記憶装置の増加を抑えた2線式シリアルデータ転送制御方法、プログラム及び2線式シリアルデータ転送制御装置を提供する。 - 特許庁

A plurality of recording heads 23 are individually assembled in a carriage 21 in a serial type printer 11.例文帳に追加

シリアル式のプリンター11におけるキャリッジ21には複数の記録ヘッド23が個別に組み付けられている。 - 特許庁

Single cavity type toroidal transmission parts 4a, 4b with fixed gear ratios are used in serial connection.例文帳に追加

変速比が固定されたシングルキャビティ式のトロイダル型変速部4a,4bを直列に連結して用いる。 - 特許庁

METHOD AND DEVICE FOR CONTROLLING FEED OF PRINTING MEDIUM IN SERIAL TYPE PRINTER例文帳に追加

シリアル式印刷装置における印刷媒体搬送制御方法及び印刷媒体搬送制御装置 - 特許庁

START-STOP SYNCHRONIZATION-TYPE SERIAL COMMUNICATION CIRCUIT AND SEMICONDUCTOR INTEGRATED CIRCUIT HAVING THE SAME CIRCUIT例文帳に追加

調歩同期式シリアル通信回路及び調歩同期式シリアル通信回路を有する半導体集積回路 - 特許庁

a computer that is based on three basic principles, binary scale treatment, serial processing, and stored programming, called a Neumann-type computer 例文帳に追加

ノイマン型コンピューターという,二進法処理,逐次処理,プログラム内蔵方式を原理とするコンピューター - EDR日英対訳辞書

To provide a semiconductor memory apparatus of a serial input/output type requiring a small access time which can have a large capacity.例文帳に追加

アクセスタイムの小さいシリアル入出力型の大容量可能な半導体記憶装置を提供する。 - 特許庁

A serial-to-parallel converter 4 samples the signal outputted from the selector 2 on the basis of a sampling clock signal, converts a serial signal into a parallel signal type, and outputs it.例文帳に追加

シリアルパラレル変換器4は、サンプリングクロック信号に基づいてセレクタ2から出力された信号をサンプリングし、シリアル信号をパラレル信号形式に変換して出力する。 - 特許庁

To provide a connection mechanism having a wide operating range capable of changing a connection type of a driving force generating device into all of a serial arrangement type, a parallel arrangement type, an oblique arrangement type and a vertical arrangement type.例文帳に追加

推進力発生装置の連結型を、直列配置型、並列配置型、斜め配置型、上下配置型の全ての型に変化させることが可能な広い稼動範囲を有する連結機構を提供することを目的とする。 - 特許庁

When a current command is given under this condition to a current control circuit 21 from a serial voltage control circuit 22 to allow an effective current to the serial capacitor 11 from a serial transformer 6, power is supplied to the serial capacitor 11 via the voltage-type converter 10 from an AC system, to perform initial charge of the serial capacitor 11.例文帳に追加

この状態から、直列変圧器6から直列コンデンサ11ヘ有効電流が流れるように直流電圧制御回路22から電流制御回路21へ電流指令を与えると、交流系統から電圧形変換器10を介して直流コンデンサ11へと電力が供給され、直流コンデンサ11の初期充電を行うことができる。 - 特許庁

An ID tag 2 in which a product type number, a serial number and an IP address are written is embedded in each printed wiring board 1.例文帳に追加

プリント配線基板1に、製品型番、シリアル番号、IPアドレスが書き込まれたIDタグ2を埋め込む。 - 特許庁

The interface provides a cost-effective, low power, bi-directional, high-speed data transfer mechanism over a short-range "serial" type data link.例文帳に追加

該インタフェースは短距離「シリアル」型データリンクで費用効果が高い低電力双方向高速データ転送機構。 - 特許庁

To improve a filter characteristic in a surface acoustic wave device using an IDT electrode of a serial division type.例文帳に追加

直列分割型のIDT電極を用いた弾性表面波装置におけるフィルタ特性の改善を図る。 - 特許庁

The serial type recorder has a recorder body 1 including a carriage 3, a center cover 5, and a paper ejection space 15.例文帳に追加

シリアル型記録装置は、キャリッジ3と、センターカバー5と、排紙スペース15と、を備えた記録装置本体1を有する。 - 特許庁

To provide a reel-type game machine equipped with a new serial bonus game system different from conventional stock machines.例文帳に追加

従来のストック機とは異なる新規なボーナス遊技連荘システムを搭載した回胴式遊技機を提供する。 - 特許庁

When a pair of occluders (504 and 508) are continuously used in order, a serial type pump can be formed.例文帳に追加

一対のオクルダ(504,508)が連続して順に使用されるとき、直列型ポンプを形成することができる。 - 特許庁

例文

SERIAL BUS HUB UNIT AND IMAGE DISPLAY DEVICE EQUIPPED WITH THE SAME AND CARD TYPE PERIPHERAL EQUIPMENT USED FOR THE SAME例文帳に追加

シリアル・バス・ハブユニット及びそれを備えた画像表示装置、並びにそれらに用いるカード型の周辺機器 - 特許庁




  
Copyright © Japan Patent office. All Rights Reserved.
  
EDR日英対訳辞書
Copyright © National Institute of Information and Communications Technology. 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
こんにちは ゲスト さん

ログイン

Weblio会員(無料)になると

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

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

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

ログイン

Weblio会員(無料)になると

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

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

無料会員に登録する

©2026 GRAS Group, Inc.RSS