INITIAL SIZE 日本語 意味 - 日本語訳 - 英語の例文

[i'niʃl saiz]

英語 での Initial size の使用例とその 日本語 への翻訳

{-}
  • Colloquial category close
  • Ecclesiastic category close
  • Computer category close
  • Programming category close
Initial size of hashtable.
テーブルの初期サイズ
Ctrl+[ 0] to go back to the initial size.
Ctrl+[0]で、初期サイズに戻ります。
Initial size for the ArrayList.
ArrayListの初期サイズ
The 123456 is the initial size of the hashtbl.
はhashtblの初期サイズだ
Initial size of hashtable is not specified.
テーブルの初期サイズは未指定。
The above is a guide for initial sizes at installation.
上記は、インストール時の初期サイズのガイドです。
The initial size of the memory for the underlying VM.
基本的なVMに割り当てるメモリの初期サイズ
SBUF_FIXEDLEN The storage buffer is fixed at its initial size.
SBUF_FIXEDLEN格納バッファは初期サイズで固定です。
Bug fix: Initial size of float mode when large.
フロートの初期サイズのバグ修正。
Choose the same value for the initial size and maximum size..
初期サイズと最大サイズに同じ値を入力します。
B mke2fs will attempt to reserve enough space so thatthe filesystem may grow to 1024 times its initial size.
Bmke2fsはデフォルトで十分な領域を予約するので、ファイルシステムは初期サイズの1024倍まで大きくできる。
There mb 1344 show the initial size and maximum size shows me 2688 mb.
そこMB1344初期サイズと最大サイズは私に2688メガバイトを示して見せる。
Maximum Size: Enter a value equal to twice the amount of the Initial Size value.
最大サイズ:初期サイズの量の2倍に等しい値を入力します。
Adding an element: O(1) if the initial size of the table is larger than the number of elements it contains;
要素の追加:O(1)-テーブルの初期サイズが含まれる要素の数よりも大きい場合;
By default mke2fs will attempt to reserve enough space so thatthe filesystem may grow to 1024 times its initial size.
Mke2fsはデフォルトで十分な領域を予約するので、ファイルシステムは初期サイズの1024倍まで大きくできる。
This means that the above memory instance has an initial size of 640KB, and a maximum size of 6.4MB.
上の例では、Memoryインスタンスは初期サイズが640KB、最大サイズが6.4MBを意味しています。
Mobile To reduce the initial size of the Hearthstone mobile app, some sound files are now an optional download.
モバイル「ハースストーン」モバイルアプリの初期サイズを削減するため、一部のサウンドファイルが選択ダウンロード対象になったぞ。
For reprocessing textiles into recycled fiber,Schutte-Buffalo offers two styles of slow speed shredder for the initial size reduction.
リサイクル繊維に繊維を再処理します。,シュッテバッファロー低速シュレッダー初期サイズ低減のための2つのスタイルを提供しています。
To delete a paging file, set both initial size and maximum size to zero, or click No paging file.
ページングファイルを削除するには、初期サイズと最大サイズの両方を0に設定するか、[ページングファイルなし]をクリックします。
You can create one using the WebAssembly. Memory() constructor,which takes as arguments an initial size and(optionally) a maximum size..
Memoryオブジェクトは初期サイズと最大サイズ(オプショナル)を指定して、WebAssembly.Memory()コンストラクタから作成することができます。
You can set the initial size(number of EC2 instances) of the group, along with the desired minimum and maximum size..
グループの初期サイズ(EC2インスタンスの数)および、希望の最大・最小サイズを設定することができます。
Choose the option of Custom Size and then put the Initial size and Maximum size according to your convenience.
カスタムサイズのオプションを選択して、自分の都合に応じて初期サイズと最大サイズを置きます。
Allocating the Hashtable to an accurate size: Because the default size has been used,it's possible that a more accurate initial size could be used.
正確なサイズに従ったHashtableの割り当て:デフォルト・サイズが使用されていたため、より正確な初期サイズを使用できる可能性があります。
Large TCP Window- We increased the initial size of CloudFront's TCP window to 10 back in February, but we didn't say anything at the time.
大きなTCPウィンドウ-実は2月にCloudFrontのTCPウィンドウの初期サイズを10に増やしましたが、その時はお知らせをしませんでした。
If you create a database with the default setting for data storage,the data portion of the database will have an initial size of 1 megabyte(MB), and a growth increment of 1 MB.
データ記憶域に対する既定の設定を使用してデータベースを作成すると、データベースのデータ部分の初期サイズは1MBになり、拡張増分も1MBになります。
The project has already shrunk from its initial size of 400 to 500 turbines, Johnson said, largely as a result of data from meteorological towers placed last year.
プロジェクトはすでに400〜500台タービンの初期の規模から縮小しました、ジョンソン氏は、主に昨年設置した気象塔からのデータの結果として、言いました。
If you create a database with the default setting for log file storage,the log file portion of the database will have an initial size of 1 MB and a growth increment of 10 percent.
ログファイル記憶域に対する既定の設定を使用してデータベースを作成すると、データベースのログファイル部分の初期サイズは1MBになり、拡張増分は10%になります。
The MinDiffAreaFileSize registry is ignored, and the initial size of the diff area is calculated by other logic that's based on free space and filesystem size..
MinDiffAreaFileSizeレジストリは無視され、差分領域の初期サイズは、空き領域とファイル・システムのサイズに基づいている他のロジックによって計算されます。
In fact, this is often counter productive as the cost of theoverhead(algorithms usually need a dictionary that add to the initial size) can be higher than the extra gain in compression resulting in a larger file.
実際のところ、大きなファイルの圧縮によって得られる追加の利益よりもオーバーヘッド(アルゴリズムは一般的に、初期のサイズに追加する辞書が必要です)のコストが上回る場合があります。
Adding a char: O(1) if the buffer is big enough, or O(log n)on average if the initial size of the buffer was much smaller than the number of bytes n.
文字を追加:O(1)-バッファが十分に大きい場合;O(logn)-バッファの初期サイズがバイト数nよりも小さい場合の平均。
結果: 233, 時間: 0.0253

単語ごとの翻訳

トップ辞書のクエリ

英語 - 日本語