| 例文 |
zero functionの部分一致の例文一覧と使い方
該当件数 : 263件
This system regulates various types of electric variables of the zero-phase circuit by intensively or dispersively mounting an impedance component adjusting function necessary for directly changing the zero-phase circuit constant in the distribution equipment or the distribution line mounted on the distribution system.例文帳に追加
配電系統に設置される配電設備もしくは配電線路に直接零相回路定数を変化させるに必要なインピーダンス成分調整機能を集中または分散配置させる事により、零相回路の各種電気量を調整するようにしたものである。 - 特許庁
To determine whether a one-variable actual section polynomial has a zero point in a complex region where the boundary is described by a rational function without determining whether a polynomial with the end points of each sectional boundary as zero points is present in the one-variable actual section polynomial.例文帳に追加
各区分境界の端点を零点とする多項式が一変数実区間多項式に存在するか否かを判定することなく、一変数実区間多項式が、境界が有理関数で記述されているような複素領域において零点を有するか否かを判定する。 - 特許庁
To provide an assembly of a non-Zero Insertion Force connector capable of reducing stress generated in both and assembling easily and strongly when assembling a lock member having a fall-off prevention function of the substrate to the housing main body of the non-Zero Insertion Force connector to and from which a flexible substrate is inserted and drawn out.例文帳に追加
フレキシブル基板が挿抜されるノンジフ式コネクタのハウジング本体に、同基板の抜け止め機能を有するロック部材を組み付けるとき、両者に生じるストレスを低減でき、且つ容易に強固に組み付けることができるノンジフ式コネクタの組立て体を提供する。 - 特許庁
To provide an electronic device that copes with both a user emphasizing reduction in power consumption and a user emphasizing a clock function by selecting inactivation of the clock function to make the power consumption zero or activation of the clock function though it has some power consumption when a main power switch is turned off.例文帳に追加
主電源スイッチをオフしたとき、時計機能を働かせず消費電力を0とするか、電力を消費するものの時計機能を働かせるかを選択することができ、消費電力の削減を重視するユーザと時計機能を重視するユーザの双方に対応することができる電子機器を提供する。 - 特許庁
To improve the reliability of a card processor by making securable a stable card carrying function even under environmental conditions from a low ambient temperature below zero degree to a high temperature in ambient temperature.例文帳に追加
周囲温度が零下温度になる低温から高温までの環境条件でも安定したカード搬送機能が確保できるようしてカード処理機の信頼性向上を図る。 - 特許庁
The gain g becomes the function of the luminance signal Y but a video signal having saturation emphasized only for low luminance can be created by setting the g larger than zero only when the luminance is low.例文帳に追加
このゲインgは輝度信号Yの関数となるが、例えば低輝度時のみg>0とすることにより、低輝度のみ彩度を強調した映像信号を生成することができる。 - 特許庁
The driver utilizes a zero voltage switching oscillator that is impedance-coupled to an embedded multiple function signal separator and integrated with a conventionally implemented electronic fuel injector driver.例文帳に追加
駆動装置は、埋め込まれた多機能信号分離器にインピーダンス結合され従来型電子式燃料噴射器駆動装置と一体化されたゼロ電圧スイッチング・オシレータを利用する。 - 特許庁
To improve efficiency of the work with respect to an image forming device providing with an image server function by preventing the available capacity of a storing means which stores image data from becoming zero.例文帳に追加
イメージサーバー機能を備えた画像形成装置において、画像データを記憶する記憶手段の空き容量がなくなるのを防止できるようにし、作業効率を向上させる。 - 特許庁
To determine whether or not a complex interval polynomial whose number of sections is expressed by a circular region on a complex plane has zero in a region D whose boundary is described by a rational function.例文帳に追加
区間数が複素平面上の円領域で表される複素区間多項式が、境界が有理関数で記述される領域Dにおいて、零点を有するか否かを判定する。 - 特許庁
function returns an integer less than, equal to, or greater than zero if s1 is found, respectively, to be less than, to match, or be greater than s2, when both are interpreted as appropriate for the current locale. 例文帳に追加
関数は、s1 が s2 よりも小さいか、等しいか、大きいかによって、それぞれ負の整数、0、正の整数を返す。 どちらの文字列も現在のロケールに応じて解釈されたものが使用される。 - JM
A high pass adjustment factor is set so as to be zero when an absolute value is smaller than a step value by a step function and so as to be one when the absolute value is not smaller to adjust the volume sample.例文帳に追加
ステップ関数により、絶対値がステップ値より小さい場合にゼロになり、そうでない場合に1になるようにハイパス調整係数を設定し、ボリュームサンプルを調整する。 - 特許庁
To obtain a spread spectrum transmitter capable of setting the mean value of a DC component of a transmission SS signal at zero in a spread spectrum communication system applying a Walsh function.例文帳に追加
Walsh関数を適用したスペクトル拡散通信システムにおいて、送信SS信号のDC成分の平均値を0にすることが可能なスペクトル拡散送信装置を得ること。 - 特許庁
To estimate with higher accuracy an arsenic concentration profile formed within a semiconductor substrate through high energy ion implantation using zero tilt angle by utilizing an analysis model (Dual-Pearson function).例文帳に追加
ゼロ度のチルト角を用いた高エネルギーイオン注入により半導体基板中に形成された砒素濃度プロファイルを解析モデル(Dual−ピアソン関数)を用いて高精度に予測する。 - 特許庁
If time is non-zero, this function requests that a SIGALRM signal be sent to the process in time seconds.Any previously scheduled alarm is canceled (only one alarm can be scheduled at any time).例文帳に追加
time がゼロでない値の場合、この関数は time 秒後頃にSIGALRM をプロセスに送るように要求します。 それ以前にスケジュールしたアラームはキャンセルされます (常に一つのアラームしかスケジュールできません)。 - Python
cmp specifies a custom comparison function of two arguments(list items) which should return a negative, zero or positive numberdepending on whether the first argument is considered smaller than,equal to, or larger than the second argument:" 例文帳に追加
cmp は2つの引数(list items)からなるカスタムの比較関数を指定します。 これは始めの引数が2つ目の引数に比べて小さい、等しい、大きいかに応じて負数、ゼロ、正数を返します。 - Python
When setting of one channel to a solo function is indicated, sound volume event data for setting sound volume to zero are generated for all channels except the channel for which the setting of the solo function is indicated and the generated sound volume event data are transmitted to the sound equipment.例文帳に追加
あるチャンネルについてソロ機能の設定が指示されたとき、ソロ機能の設定が指示されたチャンネル以外の全てのチャンネルに対して音量をゼロにするための音量イベントデータを生成し、生成した音量イベントデータを前記音響機器に送信する。 - 特許庁
To provide a printer having an automatic power turn-off function in which a power supply input line is turned off automatically when print operation is not performed for a predetermined time or longer and power consumption is eliminated by bringing the waiting power to zero.例文帳に追加
所定時間以上、印字動作が行われないとき、電源入力ラインを自動的にオフし、待機電力をゼロにして電力消費をなくした自動電源オフ機能を持つプリンタを提供する。 - 特許庁
For example, in the holding period, update of the value of the integral term is prohibited or coefficients SP and SD of the switching function σ (=SP*err+SD*Δerr; err is a control error) are set at zero.例文帳に追加
例えば、保持期間において、積分項の値の更新を禁止したり、あるいは切換関数σ(=S_P ・err+S_D ・Δerr;errは制御偏差)の係数S_P ,S_D を0に設定する。 - 特許庁
To provide an electric power source controller and a method capable of imparting easily a power saving mode function to even equipment under any environment, and capable of bringing an electric power consumption under a power saving mode into zero.例文帳に追加
どのような環境に置かれている機器にも容易に節電モードの機能を持たせることができ、節電モードでの消費電力を0にすることができる電源制御装置および方法を提供する。 - 特許庁
To provide a compact-constitution rotation detector for detecting rotation at an extremely low speed, close to a zero speed while being operated by a self-power generation function, and to provide an antilock braking device using the rotation detector.例文帳に追加
自己発電機能で動作しながら、零速に近い極低速時の回転検出が可能で、かつコンパクトな構成の回転検出装置およびこれを用いたアンチロックブレーキ装置を提供する。 - 特許庁
The single-sided tape 39 has an adhesive face 39a to adhere to the resin frame 31 and an upper face 39b having no adhesion function with zero adhesion strength in the reinforcing plate 40 side.例文帳に追加
そして、片面テープ39は、樹脂フレーム31側に接着する粘着面39aと、補強プレート40側には接着機能を有しない接着強度が0である上面39bとを含んでいる。 - 特許庁
The predetermined function 190 is established to have an inflection point 195 in relation to a reference straight line 170 connecting a zero point of accelerator opening (xa=0%) and a full open point (xa=100%).例文帳に追加
所定関数190は、アクセル開度の零点(xa=0%)および全開点(xa=100%)を結ぶ基準直線170に対して変曲点195を持つように設定される。 - 特許庁
The comparison function must return an integer less than, equal to, or greater than zero if the first argument is considered to be respectively less than, equal to, or greater than the second. 例文帳に追加
比較関数は、第一引き数が第二引き数に対して、1) 小さい、2) 等しい、3) 大きいのそれぞれに応じて、1) ゼロより小さい整数、2) ゼロ、3) ゼロより大きい整数のいずれかを返さなければならない。 - JM
Transmission data are copied by a frequency axis so that either of a zero signal or an inversion signal is inserted into the interval of signals at a time axis and a vector multiplication is performed to a differential function.例文帳に追加
時間軸において信号間にゼロ信号及び反転信号のうちのいずれかを挿入するように、伝送データを周波数軸でコピーし、且つ差分関数をベクトル乗算する構成である。 - 特許庁
This function sets a global flag which defines whether the scan linesof the image are read or written from bottom to top (flag is zero,compatible with SGI GL) or from top to bottom(flag is one,compatible with X). 例文帳に追加
画像のスキャンラインを下端から上端に向かって読み書きする (flag はゼロ、SGI GL 互換の方法) か、上端から下端に向かって読み書きする (flag は 1、 X 互換の方法) かを決めるグローバルなフラグです。 - Python
Corrected mileage Fz is calculated and displayed by correcting the mileage Fz to a value when a charging/discharging balance Wh is zero by using the mileage Fy and the charging/discharging balance Wh in the section and the mileage correction function (S312, S314).例文帳に追加
その燃費Fyとその区間での充放電収支Whと燃費補正関数と用いて、燃費Fyを充放電収支Whがゼロのときの値に補正した補正燃費Fzを算出して表示する(S312、S314)。 - 特許庁
By setting the phase modulation amplitudes substantially close to these nulling points (e.g. M=3.832 or 7.016 radians, which causes the first order Bessel function to be zero that is, J_1(M)=0) and then by optimizing the modulation frequency, the intensity modulation induced bias is reduced to zero and gyro S/N sensitivity is maximized.例文帳に追加
これらのゼロ化点にほぼ近い位相変調振幅(例えば、1次ベッセル関数をゼロにする、すなわちJ_1(M)=0にするM=3.832ラジアン又は7.016ラジアン)を設定し、次に、変調周波数を最適化することによって、強度変調が誘発したバイアスはゼロに低減され、ジャイロS/N感度は最大化される。 - 特許庁
A separating means 2 outputs residual inputted value of a function to an interpolation processing means 7 having the look-up table 7a while regarding an inputted exponent part as zero and also outputs an extracted exponent part to a multiplier 6 in case of the calculation-instructing mode signal of a low-speed distortion function.例文帳に追加
収束の遅い関数の計算モード指示信号である場合には、分離手段2が入力された指数部をゼロとして残余の関数入力値をルックアップテーブル7aを有した補間処理手段7へ出力するとともに抽出した指数部を乗算器6に出力する。 - 特許庁
In the analysis area (a silicon oxide area 2) of an electric field vector E where a condition that a divergence and rotation are zero is satisfied, a vector E to be vertical in relation is set in the electric field vector E, the vector E is expressed by usage in a stream function Ψ and the Laplace equation of the stream function Ψ is derived.例文帳に追加
発散及び回転がゼロという条件を満足する電場ベクトルEの解析領域(酸化シリコン領域2)において、電場ベクトルEに垂直の関係となるベクトルEを設定し、ベクトルEを流れ関数Ψに用いて表現し、該流れ関数Ψのラプラス方程式を導出する。 - 特許庁
A numerator polynomial of a transfer function of the cutoff domain adjusting section 21 is made equal to a denominator polynomial of a transfer function of the AC coupling circuit 10 by the control signal, and the zero frequency of the cutoff domain adjusting section 21 is matched to a lowpass cutoff frequency due to the AC coupling circuit 10.例文帳に追加
この制御信号により、遮断域調整部21の伝達関数の分子多項式が、AC結合回路10の伝達関数の分母多項式と等しくされ、遮断域調整部21の零点周波数が、AC結合回路10による低域遮断周波数に合わせられる。 - 特許庁
The estimated zero points (A, B, and C) of the function H(jω,t) are decided, by detecting the position of a deep notch on the related amplitude response |H(jω,t)| of the measured value of the function H(jω,t), causing frequency selective fading to be deeper than the planned threshold.例文帳に追加
推定されたチャンネル伝達関数/H(j・ω,t)のゼロポイント(A、B、C)は、深さが予定閾値より大きい周波数選択性フェージングを生じるチャンネル伝達関数H(j・ω,t)測定値の関連振幅応答|H(j・ω,t)|上の深いノッチの位置を検出して決定される。 - 特許庁
When the remaining time of the timer becomes zero second, a channel on air is received when the channel timer function is set on, and in addition, a program video of a channel on air is displayed on a video display unit 52 when the channel timer function is set on.例文帳に追加
タイマ時間の残り時間が0秒になったとき、チャンネルタイマ機能がオンに設定されたときに受信されていたチャンネルが受信され、映像表示部52の表示も、チャンネルタイマ機能がオンに設定されたときに受信されていたチャンネルの番組の映像が表示される。 - 特許庁
The allpass filtering operation has such a z conversion transfer function that a zero point corresponds to each of the inherent variables allocated to all of the network terminals other than the inherent variable ρi allocated to the Ti.例文帳に追加
全通過フィルタリング操作は、Tiに割り当てられる固有変数ρiを除き他のすべてのネットワーク端末に割り当てられる前記それぞれの固有変数に零点が対応するようなz変換伝達関数を有する。 - 特許庁
Zero cross counting is conducted for the luminous signal high region components of imaging apparatus signals from a solid-state imaging element 3 in a solid-state imaging unit having a mechanism to move a lens to realize an automatic focusing function.例文帳に追加
オートフォーカス機能を実現するためにレンズが移動できる仕組みを持った固体撮像装置において、固体撮像素子3からの撮像画像信号の輝度信号高域成分についてゼロクロスカウントを行う。 - 特許庁
To provide a power circuit with current limiting function, which can be operated in a wide range of load change, and which can make a value of current to a value of zero flowing in a current control element at current limiting time.例文帳に追加
負荷変動の広い範囲で動作させることが可能で、かつ電流制限時には、電流制御素子に流れる電流値をゼロ値とすることができる電流制限機能付き電源回路を提供する。 - 特許庁
To provide a miscellaneous wastewater treatment system constituted so as to prevent the lowering of the function of an aeration tank being a biological decomposition tank by allowing a residual oxidizing agent in return sludge to approach zero by the injection of an oxidizing agent of a necessarily minimum amount of the oxidizing agent.例文帳に追加
必要最小限の酸化剤の注入で返送汚泥中の残留酸化剤をゼロに近づけ生物分解槽である曝気槽の機能低下を防止した雑排水処理システムを提供する。 - 特許庁
Further, a wall surface of a closed container contacted with the liquid is interfacially treated to be hydrophilic, thereby releasing no liquid from the wall surface even in a zero gravity environment, and hence maintaining a function as the pipe.例文帳に追加
さらに、作動液体と接する密閉容器壁面を親水性に界面処理することにより、無重力環境にあっても作動液体が壁面から剥離しないようにして、ヒートパイプとしての機能を維持させる。 - 特許庁
This system is equipped with a current transformer which detects a current, a transformer which detects voltage, and a zero-phase current transformer which detects a leakage current at the same time in addition to a switching controller being the function as an essential circuit breaker.例文帳に追加
本来の回路遮断器としての機能である開閉制御部の他に、電流を検出する変流器、電圧を検出する変圧器、及び漏洩電流を検出する零相変流器を同時に備える。 - 特許庁
Then, one or more merchandise selection buttons 43 of an automatic vending machine 101 are assigned to the non-discharge of merchandise with price zero so that the automatic vending machine 101 is provided with the money changing function.例文帳に追加
そこで、自動販売機101の商品選択ボタン43の一ないしは複数を価額零の商品搬出無しという割り当てを行うことにより、自動販売機101に両替の機能を持たせることができた。 - 特許庁
The catalytic function improving means is attained by sol-gel- treating the ozone selective catalyst of an electrolytic cell constituted of an anode, a cathode and a solid electrolyte film for separating the electrodes with a zero gap to form an inorganic layer.例文帳に追加
陽極と陰極とそれらをゼロギャップで仕切る固体電解質膜で構成する電解セルのオゾン選択性触媒をゾル−ゲル処理により無機質層を形成し触媒機能向上手段とした。 - 特許庁
The following function sets, modeled after the ANSI C standard,but specifying behavior when requesting zero bytes,are available for allocating and releasing memory from the Python heap: 例文帳に追加
Python ヒープに対してメモリを確保したり解放したりするために、以下の関数セットが利用できます。 これらの関数は ANSI C 標準に従ってモデル化されていますが、0 バイトの領域を要求した際の動作についても定義しています: - Python
In a system transmitting variable length codewords (for example, MPEG codewords) in data packets by a data and header synthesizer 15, an encoder fills an incomplete data packet having a smaller number of words than a specified number with "zero words" (blank (zero bit) words) having no function to construct a complete data packet including the specified number of words.例文帳に追加
符号化器は、データおよびヘッダ合成機15により、データ・パケット内で可変長符号ワード(例えば、MPEG符号ワード)を伝送するシステムにおいて、規定された数よりも少ないワードを有する不完全なデータ・パケットに、機能のない”ゼロ・ワード”(空白(ゼロにされたビット)ワード)を満たして、規定された数のワードを備えた完全なデータ・パケットを構成する。 - 特許庁
This method for determining the contact time between a vehicle and a collision object calculates and determines the contact time by determining a zero point from this function (21), by approximating a signal (20) derived from the acceleration signal (10) detected by an acceleration sensor of an occupant protective system of this vehicle by the function (21).例文帳に追加
車両と衝突対象物との接触時点を決定する方法において、この車両の乗員保護システムの加速度センサによって検出した加速度信号(10)から導出される信号(20)を関数(21)によって近似し、この関数(21)からゼロ点を求めることによって前記接触時点を計算して決定する。 - 特許庁
The quality abnormal chip causing the electric breakdown in the case that the steep rise voltage is applied because the damage or the pinhole exists on the gate oxide film of MOSFET 22 for zero-cross function addition is removed surely.例文帳に追加
こうして、ゼロクロス機能付加用のMOSFET22のゲート酸化膜に傷やピンホールが存在するために立ち上がりが急峻な電圧が印加された場合に絶縁破壊を起こしてしまう品質異常チップを、確実に除去する。 - 特許庁
Instead, a supply piece 9 making the front end of a plug 2 have the flush-out effect is detached to the plug 2 for closing an inlet not be used in the confluence public basin, and a check function is provided to control a disadvatage of a zero head.例文帳に追加
その代り、合流型公共ますにおける不使用の流入口を閉塞するプラグ2に、その先端部をフラッシュアウト効果をもたせる導水片9を着脱して、逆流防止機能を与え、落差零の不利を抑制した。 - 特許庁
A controller 50 functions as a tool automatic holding function in which the initial direction of the tool is maintained automatically by commanding the movement of the tool actuator so as to process an angular velocity data and hold the angular velocity at zero.例文帳に追加
コントローラ50は、角速度データを処理し且つ角速度をゼロに保持するようにツールアクチュエータの動きを命令することによってツールの初期の向きを自動的に維持するツール自動保持機能を果たすようになされている。 - 特許庁
A rotation speed calculation function means 32 varies the application voltage within an extremely short time after the designation of the respective application voltages V1, 2, and calculates rotation speeds Nx1, 2 from the application voltages Vxd1, 2 when the measurement current is approximately zero.例文帳に追加
回転速度算出機能手段32は、各印加電圧V1、2の指定後、印加電圧を極短時間内に変化させ、測定電流が略ゼロの時の印加電圧Vxd1、2から回転速度Nx1、2を算出する。 - 特許庁
This scanning projection aligner is provided with a function for correcting the zero point position of a focus detection system and the running direction of a wafer stage for setting the running surface of the wafer stage at the time of scanning and the image formation surface of a reticle image to parallel positions.例文帳に追加
スキャン時のウエハーステージの走り面とレチクル像の結像面を平行な位置に設定できるフォーカス検出系の原点位置とウエハーステージの走り方向を補正する機能を設けたことを特徴とする走査型露光装置。 - 特許庁
A zero setting routing control information protocol (ZRIP) whose function is extended uses a NORMAL/CHANGE state mark corresponding to each path table entry to eliminate vagueness between the publicity of selection of a normal path and the contention notice.例文帳に追加
機能拡張されたゼロ設定経路制御情報プロトコル(ZRIP)は各経路表エントリに対応付けされたNORMAL/CHANGE状態標識を使用して、正常な経路選択の公示と競合通知との間の曖昧さを解消する。 - 特許庁
| 例文 |
| Copyright © Japan Patent office. All Rights Reserved. |
| この対訳コーパスは独立行政法人情報通信研究機構の研究成果であり、Creative Commons Attribution-Share Alike 3.0 Unportedでライセンスされています。 |
| 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-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会員(無料)になると
|