1153万例文収録!

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


小窓モード

プレミアム

ログイン
設定

設定


セーフサーチ:オフ

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

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

セーフサーチについて

Int.を含む例文一覧と使い方

該当件数 : 339



例文

A filter primitive that translates between C enum s (actually integers) and their external representations. 例文帳に追加

C のenum(実際には int)とその外部表現との変換を行なう基本フィルター。 - JM

array with 'r','g','b' and (optionally) 'a' keys, using int values. a GD color special color (tiled,...). 例文帳に追加

整数値での 'r','g','b'、(オプションとして) 'a' を含む配列GD の特別な色 (タイル,...). - PEAR

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. 例文帳に追加

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

Nothing is expected; instead, the number of characters consumed thus far from the input is stored through the next pointer, which must be a pointer to int . 例文帳に追加

そのかわりに、入力からここまで消費された文字数が次のポインタで指定された場所に格納される。 このポインタはintへのポインタでなければならない。 - JM

例文

function converts the initial part of the string in nptr to an "unsigned long int" value according to the given base, which must be between 2 and 36 inclusive, or be the special value 0. 例文帳に追加

関数は、 nptr の文字列の最初の部分を、base を基数として"unsigned long int"に変換する。 この base は 2 から 36 までの値あるいは特別な意味を持つ値 0 でなければならない。 - JM


例文

Right-click the new link and choose Operation public int getStationID from the pop-up menu.This action adds the operation to this message as shown in the following figure. 例文帳に追加

新しいリンクを右クリックし、ポップアップメニューから「操作」「 public int getStationID 」を選択します。 この操作によって、次の図に示すように、メッセージに操作が追加されます。 - NetBeans

y, if one operator is a sequence that implements sequence repetition, and the other is an integer(int or long), sequence repetition is invoked.例文帳に追加

y において、一方の演算子が繰り返し (repeat) 演算を実装しているシーケンスであり、かつ他方が整数 (int または long) である場合、シーケンスの繰り返しが実行されます。 - Python

If the string represents a numbertoo large to be contained within the machine's long int type and overflow warnings are being suppressed, a PyLongObject will be returned.例文帳に追加

使用しているマシンの long int 型で表現し切れないくらい大きな数が文字列に入っており、オーバフロー警告が抑制されていれば、PyLongObject を返します。 - Python

Several operating systems (including AIX, HPUX, Irix and Solaris)provide support for files that are larger than 2 Gb from a Cprogramming model where int and long are 32-bitvalues. 例文帳に追加

いくつかのオペレーティングシステム (AIX, HPIX, Irix および Solarisが含まれます) は、int および long を 32 ビット値とする C プログラムモデルで 2Gb を超えるサイズのファイルのサポートを提供しています。 - Python

例文

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

例文

Allowable signal names are (case is not significant): tstp (if supported by the operating system), suspend (same as tstp), cont (if supported by the operating system),int, hup, term, quit, alrm, alarm (same as alrm) and kill.例文帳に追加

使用できるシグナル名(大文字・小文字の区別はない)は、tstp (OS がサポートしている場合), suspend (tstpと同じ), cont(OS がサポートしている場合), int, hup,term, quit, alrm, alarm (alrm と同じ),kill である。 - XFree86

Caveat: On machines where C's long int type has more than32 bits (such as the DEC Alpha), it is possible to create plain Python integers that are longer than 32 bits.If such an integer is marshaled and read back in on a machine whereC's long int type has only 32 bits, a Python long integer object is returned instead.例文帳に追加

補足説明: C 言語の long int が (DEC Alpha のように) 32 ビットよりも長いビット長を持つ場合、32 ビットよりも長い Python 整数を作成することが可能です。 そのような整数が整列化された後、C 言語の long int のビット長が 32 ビットしかないマシン上で読み戻された場合、通常整数の代わりにPython 長整数が返されます。 - Python

Then the INT flag is reset, the state of each register is returned to be the original one and the address with external interruption is recovered.例文帳に追加

そして、INTフラグをリセットし、割込がかかったアドレスに復帰する。 - 特許庁

Return the month, as an int from 1 through 12.New in version 2.4. 例文帳に追加

月を 1 から 12 の間の整数で返します。 バージョン 2.4 で 新たに追加 された仕様です。 - Python

Return the day, as an int from 1 through 31.New in version 2.4. 例文帳に追加

日を 1 から 31 の間の整数で返します。 バージョン 2.4 で 新たに追加 された仕様です。 - Python

Return the hour, as an int from 0 through 23.New in version 2.4. 例文帳に追加

時を 0 から 23 の間の整数で返します。 バージョン 2.4 で 新たに追加 された仕様です。 - Python

Return the minute, as an int from 0 through 59.New in version 2.4. 例文帳に追加

分を 0 から 59 の間の整数で返します。 バージョン 2.4 で 新たに追加 された仕様です。 - Python

Return the second, as an int from 0 through 59.New in version 2.4. 例文帳に追加

秒を 0 から 59 の間の整数で返します。 バージョン 2.4 で 新たに追加 された仕様です。 - Python

A controller 8 controls the synchronizing signal generating circuit 5, based on an integration output from the integration device 7 so as to modulate the INT-VD signal to be locked with the EXT-VD signal.例文帳に追加

コントローラ8は、積分器7からの積分出力に基づいて同期信号生成回路5を制御して上記INT-VD信号を上記EXT-VD信号にロックするように変調する。 - 特許庁

A CPU 1 has an NMI terminal 1-1 into which non-maskable NMI signals are input, and an INT terminal 1-2 into which maskable INT signals are input.例文帳に追加

CPU1は、マスク不可のNMI信号が入力されるNMI端子1−1と、マスク可のINT信号が入力されるINT端子1−2とを有する。 - 特許庁

The interrupt request bit (INT-REQ) 37 can be set and reset by the sub-processor 200, and is set when requiring interrupt to the host processor 100 from the sub-processor 200.例文帳に追加

割り込みリクエストビット(INT-REQ)37は、サブプロセッサ200によってセット/リセットが可能であって、サブプロセッサ200からホストプロセッサ100へと割り込みを要求する際にセットされる。 - 特許庁

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.例文帳に追加

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

The system is provided with an interface(INT) for realizing an access scheme(AS) featured by plural states(S) changed in a prescribed sequence (way).例文帳に追加

この目的に対して、このシステムは、所定の順番に(やり方にて)遷移される複数の状態(S)にて特徴付けられるアクセススキーム(AS)を実現するためのインタフェース(INT)を備える。 - 特許庁

Then a DCT coefficient comparator 205 compares a difference absolute sum between the coefficient block (Int coefficient block) from the DCT unit 204 and a comparison coefficient block with a value of a threshold block.例文帳に追加

次にDCT係数比較器205においてDCT器204からの係数ブロック(Int係数ブロック)と比較係数ブロックとの差分絶対値和と、閾値ブロックの値とを比較する。 - 特許庁

The comparator 8 outputs interruption signals INT in the case that the digital data DV are larger than the digital data DVU and in the case that they are smaller than the digital data DVU by the comparison of the digital data DV, DVU and DVD.例文帳に追加

コンパレータ8は、デジタルデータDV、DVU、DVDの比較によりデジタルデータDVがデジタルデータDVUより大きい場合、デジタルデータDVUより小さい場合にインタラプト信号INTを出力する。 - 特許庁

Then, when the period indicated by B passes, the INT signal is turned off.例文帳に追加

また、そこからBで示される期間が経過するとINT信号をオフ状態にする。 - 特許庁

With the further passage of a period as given by B, the INT signal is turned off.例文帳に追加

また、そこからBで示される期間が経過するとINT信号をオフ状態にする。 - 特許庁

In the CPU 901, this interruption is input to an external interruption(INT) terminal.例文帳に追加

CPU901において、この割り込みは、外部割込(INT)端子に入力されている。 - 特許庁

A signal line branching from the signal line is connected to an INT terminal included in the microcomputer 2.例文帳に追加

信号線から分岐した信号線を、マイコン2が備えるINT端子に接続する。 - 特許庁

The uaddr argument needs to point to an aligned integer which stores the counter. 例文帳に追加

uaddr引き数は、カウンタを格納する、アラインメントの揃った int 型変数を指している必要がある。 - JM

Convert a Python integer to a tiny int without overflow checking,stored in a C unsigned char. 例文帳に追加

Python の整数型を、オーバフローチェックを行わずに、 C の unsigned char 型の小さな整数に変換します。 - Python

Return the microsecond, as an int from 0 through 999999.New in version 2.4. 例文帳に追加

マイクロ秒を 0 から 999999 の間の整数で返します。 バージョン 2.4 で 新たに追加 された仕様です。 - Python

Charging control is performed by comparing a value Z(int) corresponding to the internal resistance R in the initial stage of the secondary battery with a value Z(now) corresponding to the newest internal resistance R of the secondary battery.例文帳に追加

そして二次電池の初期時における内部抵抗Rに相当する値Z(int)と、最新の二次電池の内部抵抗Rに相当する値Z(now)とを比較して、充電制御を行う。 - 特許庁

Communication between applications 5A, 6A is conducted on two computers 5, 6, each of which is installed inside the intranets IntA, IntB, both of which are protected from the internet with firewalls 3, 4.例文帳に追加

ファイヤウォール3,4によりインターネット2から保護されたイントラネットInt A,Int B内に各々設置された2つのコンピュータ5,6ではアプリケーション5A,6A間の通信がインターネット2を通じて行われる。 - 特許庁

The filter circuit 20 includes at least one feedback coefficient circuit CO9 which multiplies an output signal of a certain integrator INT 3 by a predetermined coefficient to perform feedback to input of an integrator INT 2 before the integrator INT 3, and is configured such that the coefficient of the feedback coefficient circuit CO9 can be adjusted.例文帳に追加

フィルタ回路20は、ある積分器INT3の出力信号に所定の係数を乗じそれより前の積分器INT2の入力へと帰還する少なくともひとつの帰還係数回路CO9を含み、当該帰還係数回路CO9の係数は調節可能に構成される。 - 特許庁

After that, the retort is cleaned by a mediator (INT) for removing the dehydrating agent (ALK).例文帳に追加

その後、レトルトは脱水試薬(ALK)を除去するために媒介剤(INT)で洗浄される。 - 特許庁

A temporary control current Int for changing a compressor discharge capacity is calculated (S96).例文帳に追加

圧縮機吐出容量を変更するための仮制御電流Intを算出する(S96)。 - 特許庁

Also, when the time period indicated by B elapses from there, the INT signals are turned to be in an OFF state.例文帳に追加

また、そこからBで示される期間が経過するとINT信号をオフ状態にする。 - 特許庁

The selection process shall be document ed and subject to review, as per the requirements of the int ended application. 例文帳に追加

選定プロセスは、用途に関する要件のとおり、文書で説明しレビューの対象とする。 - 経済産業省

When there is an INT interruption during a residual processing to be executed after a processing at the time of power supply, an interruption inhibition is released (S13), and then the processing is jumped to the interruption (INT) processing to perform the main processing.例文帳に追加

電源投入時処理後に実行される残余処理中にINT割込があると、割込禁止が解除(S13)された後に割込(INT)処理にジャンプして本処理を行う。 - 特許庁

In its bare form, a futex is an aligned integer which is only touched by atomic assembler instructions. 例文帳に追加

裸の姿では、 futex は不可分なアセンブリ命令でのみ操作されるアラインメントの揃った int 型の変数である。 - JM

Since an INT system is independent of the SLS system, a question signal transmitted from an INT antenna 12 is transmitted with constant power by either SLS or ISLS, not changing SSR coverage.例文帳に追加

このとき、INT系はSLS系とは独立しているため、INTアンテナ12から送出される質問信号は、SLS/ISLSのいずれでも一定の電力で送信され、SSR覆域は変化しない。 - 特許庁

A filter circuit 20 includes a plurality of integrators INT connected in series to filter the differential signal Sd.例文帳に追加

フィルタ回路20は、直列に接続された複数の積分器INTを含み、差分信号Sdをフィルタリングする。 - 特許庁

INT signals for payout control from a main board are inputted to the interruption terminal of a CPU for the payout control.例文帳に追加

主基板からの払出制御用のINT信号は払出制御用CPUの割込端子に入力されている。 - 特許庁

Each mobile terminal is connected to the home server 200 through a relay station RS and an internet INT.例文帳に追加

各移動端末は、中継局RSおよびインターネットINTを介して、ホームサーバ200と接続されている。 - 特許庁

A payoff control INT signal from a main substrate is inputted to the interrupt terminal of a payoff control CPU.例文帳に追加

主基板からの払出制御用のINT信号は払出制御用CPUの割込端子に入力されている。 - 特許庁

A bit 7 in 1 bite which is transmitted from a main substrate to a prize ball control substrate, is used as an INT signal.例文帳に追加

主基板から賞球制御基板に送られる1バイト中のビット7はINT信号として使用される。 - 特許庁

One issue in the formatting of code is how far each line should be indented from the left margin. 例文帳に追加

struct foo{ int x;};インデント付けコードを整形する時の問題の 1 つは、各行をどれだけ左端からインデントさせるかである。 - JM

base64 Base 64 encoding is performed transparently to the caller when using this type. 例文帳に追加

この実装では、int のほうを正式名とみなしています。 base64 この型を使用すると、Base64 エンコーディングが透過的に行われます。 - PEAR

例文

Organisations shall rep ort study outcomes, targets, and progress using both absolut e and int ensity-based performance indicat ors. 例文帳に追加

組織は調査の成果、目標、進捗を、総量・原単位両方のパフォーマンス指標を用いて報告する。 - 経済産業省




  
Copyright Ministry of Economy, Trade and Industry. All Rights Reserved.
  
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
  
© 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 (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 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