initialized with – Japanese Translation – Keybot Dictionary
TTN Translation Network
TTN
TTN
Login
Deutsch
Français
Source Languages
Target Languages
Select
Select
Keybot
16
Results
7
Domains
www.aldec.com
Show text
Show cached source
Open source URL
In above example, simulation is
initialized with
asim command and all signals are logged from UUT/* region with log command. Logging continues for 100ns(run command) and then it is disabled for 10us (with asdbdump -off command).
Compare text pages
Compare HTM pages
Open source URL
Open target URL
Define
aldec.com
as primary domain
上記例では asim コマンドでシミュレーションをイニシャライズし、log コマンドで UUT階層の全信号のログを取ります。ログの取得は runコマンドにより 100ns 続き、asdbdump -off コマンドにより 10us間無効になります。それから asdbdump -on コマンドにより再度 200ns間有効になります。
vallartanatours.com
Show text
Show cached source
Open source URL
In static PWM, pre-defined combinations of amplitude and delay are configured per pixel prior to operation. For example, each pixel is
initialized with
three 10-bit amplitudes and three 8-bit delays. At run time, one of the three amplitude-delay combinations is selected per column, allowing substantial amplitude/timing control with minimal data transfer.
Compare text pages
Compare HTM pages
Open source URL
Open target URL
Define
siliconlight.com
as primary domain
F1088とG1088は“スタティック(静的)” PWMを使用していますがG8192は“ダイナミック(動的)” PWMを使用しています。スタティックPWMでは動作に先立って振幅値と遅延値の組み合わせがピクセル毎に予め設定されています。例えば、各ピクセルは3つの10ビット振幅と3つの8ビット遅延で初期設定されています。動作中に3つの振幅−遅延組み合わせの中の1つがコラム毎に選択されますが、これにより最小のデータ転送で振幅とタイミングの大幅な制御ができます。ダイナミックPWMでは振幅と遅延機能に大きな柔軟性を持たせています。 G8192は動作に先立って7つの10ビット振幅と8つの8ビット遅延をピクセル毎に設定することができます。動作中に1つの振幅と1つの遅延がコラム毎に選択されます。スタティックPWMとは異なり、ダイナミックPWMでは特定の振幅−遅延の組み合わせを予め設定していません。
2 Hits
cmoy.wri-irg.org
Show text
Show cached source
Open source URL
When an httpd child is created, the counter is
initialized with
( current microseconds divided by 10 ) modulo 65536 (this formula was chosen to eliminate some variance problems with the low order bits of the microsecond timers on some systems).
Compare text pages
Compare HTM pages
Open source URL
Open target URL
Define
cmoy.wri-irg.org
as primary domain
httpd の子プロセスが作成されると、カウンタは (その時点のマイクロ秒 ÷ 10) modulo 65536 で初期化されます (この式はいくつかのシステムにある、マイクロ秒の タイマの下位ビットが異なるという問題を解決するために選ばれました)。 一意な識別子が生成されたとき、使用されるタイムスタンプは ウェブサーバにリクエストが到着した時刻になります。 カウンタは識別子が生成されるたびに増加します (あふれた場合は 0 に戻ります)。