intを含む例文一覧と使い方
該当件数 : 339件
return the character read as an unsigned char cast to an int or EOF 例文帳に追加
は、文字をunsigned charとして読んでintにキャストして返す。 - JM
Convert a plain C int to a Python integer object. 例文帳に追加
通常の C の int を Python の整数オブジェクトに変換します。 - Python
All (short, long, unsigned) int values are represented by Python integers.例文帳に追加
全て(short、long、unsigned)の整数値(int)はPythonの整数に相当します。 - Python
The integral value returned by these functions may be too large to store in an integer type ( int , 例文帳に追加
)これらの関数が返す整数値は整数型( int , - JM
By default,the IDE provides it with a String called name and an int callednumber. 例文帳に追加
デフォルトで、IDE は name という String と、number という int を提供します。 - NetBeans
The value parsing code will always convert i4 to int: int is regarded by this implementation as the canonical name for this type. 例文帳に追加
コード中で値を解析する際には自動的に i4 が intに変換されます。 - PEAR
should not be called through vsyscall, but directly through "int $0x80" . 例文帳に追加
は vsyscall 経由ではなく、直接"int $0x80"経由で呼び出すべきである。 - JM
was introduced in HP-UX 10, but it returns an int. 例文帳に追加
関数は HPUX 10 で導入されたが、このバージョンでは int を返す。 - JM
Most socket-level options utilize an int argument for optval . 例文帳に追加
ほとんどのソケット層のオプションはoptvalにint引き数を利用する。 - JM
to specify that the corresponding pointer argument refers to a "long int" rather than a pointer to an int . 例文帳に追加
を%d などの整数変換と一緒に使うと、対応するpointer引き数がintではなく"long int"を参照していることを指定できる。 - JM
Initially, the glibc interfaces included a cpusetsize argument, typed as "unsigned int" . 例文帳に追加
最初は、glibc のインタフェースには"unsigned int"型のcpusetsize引き数が入っていた。 - JM
The 4CPU_-C in this case means 1CPU_-C(INT), 2CPU_-C(INT), 3CPU_-C(INT) and 4CPU_-C(INT).例文帳に追加
この場合の4CPU_Cとは、1CPU_C(INT)、2CPU_C(INT)、3CPU_C(INT)、4CPU_C(INT)である。 - 特許庁
int [$maxage = 0] - maximum age of the cached entity 例文帳に追加
int [$maxage = 0]- キャッシュされたエンティティの最大の寿命を指定します。 - PEAR
A CPU part 9 switches electric field display by the interruption signals INT.例文帳に追加
CPU部9は、インタラプト信号INTにより電界表示を切り替える。 - 特許庁
reads the next character from stream and returns it as an unsigned char cast to an int , 例文帳に追加
は、streamから次の文字をunsigned charとして読み、intにキャストして返す。 - JM
conversion corresponds to a pointer to a short int argument. 例文帳に追加
変換に対応する引き数がshort intへのポインタであることを示す。 - JM
conversion corresponds to a pointer to a long long int argument. 例文帳に追加
変換に対応する引き数がlong intへのポインタであることを示す。 - JM
The POSIX version returns int , and this is also the prototype used since glibc 2.2.2. 例文帳に追加
POSIX 版はintを返し、このプロトタイプは glibc 2.2.2 以降で使用されている。 - JM
Convert a Python integer to a C unsigned int, without overflow checking.例文帳に追加
Python の整数型を、オーバフローチェックを行わずに、 C の unsigned int 型に変換します。 - Python
For reverse DNS, the INT standard is deprecated but still widely supported.例文帳に追加
DNSの逆引き用としては、INT標準が最も多くサポートされています。 - Gentoo Linux
is in reality an int (and this is what 4.x BSD and libc4 and libc5 have). 例文帳に追加
の三番目の引き数は (4.x BSD や libc4, libc5 と同様に) 実際にはintである。 - JM
Convert a Python integer to a C unsigned short int, without overflow checking.例文帳に追加
Python の整数型を、オーバフローチェックを行わずに、 C の unsigned short int 型に変換します。 - Python
Furthermore, Data Service is executed when the Data Service can be executed before the timing of the Ratio INT by comparing an execution end timing of the Data Service in a queue with the timing of the Ratio INT.例文帳に追加
また、キューに溜まっているData Serviceの実行終了時刻とRatio INTのタイミングを比較し、Data ServiceがRatio INTのタイミングの前に実行可能であれば該Data Serviceを実行する。 - 特許庁
out.println("scalarMultiplication");int[] a = null;int[] b = null;int expResult = 0;int result = Vectors.scalarMultiplication(a, b);assertEquals(expResult, result);// TODO review the generated test code and remove the default call to fail.fail("The test case is a prototype.");}} 例文帳に追加
生成された各テストのメソッド本体は、ガイドとしてのみ用意されており、実際のテストケースにするには変更する必要があります。 - NetBeans
Return the file descriptor as an int. 例文帳に追加
ファイルディスクリプタを整数で返します。 - Python
the function func is called, and passed the series of integer ( int ) 例文帳に追加
によって)有効にされると、関数 func が呼ばれ、引き数としてargc以降の整数( int ) - JM
From the Binding Expression combo box, select value int as shown in the image below.例文帳に追加
次のスクリーンショットに示すように、「式をバインド」コンボボックスで「value int」を選択します。 - NetBeans
Matches an optionally signed integer; the next pointer must be a pointer to int . 例文帳に追加
符号つき整数に対応する。 次のポインタはintへのポインタでなければならない。 - JM
Matches an unsigned octal integer; the next pointer must be a pointer to "unsigned int" . 例文帳に追加
符号なしの 8 進の整数に対応する。 次のポインタは"unsigned int"でなければならない。 - JM
Type balance and press Enter.A private attribute named balance of type int appears on the BankAccount class. 例文帳に追加
「 balance 」と入力し、Enter キーを押します。 BankAccount クラスに int 型の balance という private 属性が現れます。 - NetBeans
Convert a C int representing a character to a Python string of length 1.例文帳に追加
文字を表す通常の C の int を、長さ 1 の Python の文字列オブジェクトに変換します。 - Python
After performing this match, m.group(1) is '3', as ism.group('int'), and m.group(2) is '14'. 例文帳に追加
このマッチを実行したあとでは、m.group(1) はm.group('int') と同じく、'3' であり、そしてm.group(2) は '14' です。 - Python
The XdbeScreenVisualInfo structure has the following fields:int countXdbeVisualInfo *visinfo 例文帳に追加
XdbeScreenVisualInfo構造体の内容を次に示す。 int count - XFree86
0>=40 .vs 0u0n++;XtSetArg(args[n], XtNwidth, 200);n++;XtSetValues(widget, args, n); Alternatively, an application can statically declare the argument list and use XtNumber:例文帳に追加
例えば:.LP.Ds.5i 3iArg args[20];int n; - XFree86
is the maximum value of an unsigned integer. 例文帳に追加
は符号無し整数(unsigned int)の最大値である。 - JM
function converts the initial portion of the string pointed to by nptr to int . 例文帳に追加
関数は、nptr によって指示される文字列のはじめの部分をint型整数に変換する。 - JM
int $retrans The number of times unanswered requests should be retried 例文帳に追加
int $retrans 回答が得られなかった問い合わせについて、問い合わせを再送信する回数 - PEAR
Matches an optionally signed decimal integer; the next pointer must be a pointer to int . 例文帳に追加
符号つきの 10進の整数に対応する。 次のポインタはintへのポインタでなければならない。 - JM
Matches an unsigned decimal integer; the next pointer must be a pointer to "unsigned int" . 例文帳に追加
符号なしの 10進の整数に対応する。 次のポインタは"unsigned int"へのポインタでなければならない。 - JM
| Copyright © Japan Patent office. All Rights Reserved. |
| この対訳コーパスは独立行政法人情報通信研究機構の研究成果であり、Creative Commons Attribution-Share Alike 3.0 Unportedでライセンスされています。 |
| Copyright 2001-2010 Gentoo Foundation, Inc. The contents of this document are licensed under the Creative Commons - Attribution / Share Alike license. |
| 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/ ). |
| © 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) 1994-2004 The XFree86®Project, Inc. All rights reserved. licence Copyright (C) 1995-1998 The X Japanese Documentation Project. lisence |
|
ログイン |
Weblio会員(無料)になると
|
|
ログイン |
Weblio会員(無料)になると
|