On the other hand, the user of the electronic camera 2 accesses a home page opened to public by the server computer 1 to acquire an optional icon image, registers the acquired icon image to be in cross-reference with an optional item (e.g. an item to set a photographing condition or a reproduction condition) and uses the acquired icon image for an icon placed on the menu picture. 一方、電子カメラ2のユーザは、このサーバコンピュータ1が公開するホームページにアクセスして任意のアイコン画像を入手した後、この入手したアイコン画像を任意の項目(たとえば撮影条件や再生条件を設定するための項目)と対応づけるべく登録して、メニュー画面に配置されるアイコンとして利用する。 - 特許庁
To provide a phase-locked oscillator for realizing a high-speed phase synchronism in the case of utilizing an LPF (low-pass filter) provided on the phase-locked oscillator, particularly also as a filter for eliminating noise superimposed on a reference input clock with respect to the phase-locked oscillator that is used for a transmission apparatus or the like constituting a digital synchronizing network. ディジタル同期網を構成する伝送装置等において用いられる位相同期発振器に係わり、特に位相同期発振器が備えるLPFを、基準となる入力クロックに重畳される雑音を除去するフィルタとしても利用する場合において高速位相同期を実現する位相同期発振器を提供することを目的とする。 - 特許庁
After that, a current room temperature measured by the temperature sensor is compared with the initial room temperature, and the operation control for switching from heating operation to cooling operation when the current room temperature rises by a fixed value or more using the initial room temperature as the reference and for switching from cooling operation to heating operation when the current room temperature drops by the fixed value or more is performed. その後、温度センサが計測する現在の室温と初期室内温度とを比較し、初期室内温度を基準として現在の室温が一定以上上昇すれば暖房運転から冷房運転へ切り替え、現在の室温が一定以上下降すれば冷房運転から暖房運転へ切り替える運転制御を行う。 - 特許庁
The apparatus is provided with a fixing unit 29 for thermally fixing a toner image formed on a recording medium, and a cooling/adjusting part 60 for rapidly cooling the toner image thermally fixed by the fixing unit 29 from a high temperature exceeding the melting point of the wax contained in the toner image to a low temperature lower than the melting point by taking the melting point of the wax as a reference. 記録媒体上に画像形成されたトナー像を加熱定着する定着器29と、この定着器29により加熱定着されたトナー像を、トナー像に含まれるワックスの融点を基準としてこの融点を超える高温側から融点を下回る低温側まで急速に冷却する冷却調整部60とを備えた。 - 特許庁
An image processing system 100 to be used for a video monitoring system 20 is provided with a storage medium 130 for storing a reference transform coefficient 145 representing at least a part of images in the past, and a processor 110 for receiving a sensor value 30 representing the current image and calculating a current transform coefficient 125 representing at least a part of the current image. 映像監視システム(20)に用いる画像処理システム(100)は、過去の画像の少なくとも一部を表わす基準変換係数(145)を記憶する記憶媒体(130)と、現前画像を表わすセンサ値(30)を受信して該現前画像の少なくとも一部を表わす現前変換係数(125)を計算するプロセッサ(110)を備える。 - 特許庁
(3) The conformity to paragraph 1, item 2 shall be determined by the method specified by the Ordinance the Ministry of Economy, Trade and Industry and by using a measuring instrument that has passed an inspection of verification standards set forth in Article 102, paragraph 1 (or, with regard to the instrumental error of specified measuring instruments specified by the Ordinance the Ministry of Economy, Trade and Industry, by using a reference material specified by the Ordinance the Ministry of Economy, Trade and Industry).
3 第一項第二号に適合するかどうかは、経済産業省令で定める方法により、第百二条第一項の基準器検査に合格した計量器(経済産業省令で定める特定計量器の器差については、経済産業省令で定める標準物質)を用いて定めるものとする。 - 日本法令外国語訳データベースシステム
The Article for the 4th month of the year 680 (May, 680) of "Nihonshoki" (Chronicles of Japan) contains the words 'Kanshi ruled' and 'two or three kokudai-ji temples' in reference to Daikandai-ji Temple and Kawahara-ji Temple, two temples with deep connections to the Imperial Court, and Hoko-ji Temple, the Soga clan temple and a central temple of Asuka that received protection from the Imperial Court following the Taika Reform.
『日本書紀』天武天皇9年(680年)4月の記事に「官司治むる」「国大寺二三」という文言が見られるが、これは皇室とのつながりの深い大官大寺・川原寺両寺と蘇我氏の氏寺でありながら飛鳥の中心寺院として大化改新以後には代わって朝廷の保護を受けた法興寺を加えた各寺院のこととされている。 - Wikipedia日英京都関連文書対訳コーパス
(Implementation note: the current implementation uses areference-counting scheme with (optional) delayed detection ofcyclically linked garbage, which collects most objects as soon as they become unreachable, but is not guaranteed to collect garbagecontaining circular references. (実装上の注意: 現在の実装では参照カウント (reference-counting) 手順を使っており、(オプションとして) 循環参照を行っているごみオブジェクトを遅延検出します。 この実装ではほとんどのオブジェクトを到達不能になると同時に処理することができますが、循環参照を含むごみオブジェクトの収集が確実に行われるよう保証しているわけではありません。 - Python
This may be most useful to associate additional information with a reference, but could also be used to insert additional processing on calls to retrieve the referent.This example shows how a subclass of ref can be used to store additional information about an object and affect the value that'sreturned when the referent is accessed: こうした実装は、ある参照に追加情報を関連付けたい場合に便利ですし、リファレントを取り出すための呼び出し時に何らかの追加処理を行いたい場合にも使えます。 以下の例では、ref のサブクラスを使って、あるオブジェクトに追加情報を保存し、リファレントがアクセスされたときにその値に作用をできるようにするための方法を示しています: - Python
signal(2).)When threads are enabled, this function can only be called from the main thread; attempting to call it from other threads will cause a ValueError exception to be raised. The handler is called with two arguments: the signal number and the current stack frame (None or a frame object;for a description of frame objects, see the reference manual section on the standard type hierarchy or see the attribute descriptions in the )複数スレッドの使用が有効な場合、この関数は主スレッドからのみ呼び出すことができます; 主スレッド以外のスレッドで呼び出そうとすると、例外ValueError が送出されます。 handler は二つの引数: シグナル番号、および現在のスタックフレーム(None またはフレームオブジェクト; フレームオブジェクトについての記述はリファレンスマニュアルの標準型の階層 か、 - Python
The Web server decides whether the file number acquired in each user is the latest file number provided to the group to which the user belongs or not in reference to a user group storage means, and provides the latest information allocated with the latest file number to the user having the acquired file number that is not the latest file number. そして、Webサーバは、ユーザごとに取得されたファイル番号が、当該ユーザが属するグループに提供されている最新ファイル番号であるか否かを前記ユーザグループ記憶手段を参照して判定し、取得されたファイル番号が最新ファイル番号でないユーザに対して、最新ファイル番号が割り当てられた最新の情報を提供する。 - 特許庁
The audio device is provided with a volume setting means for setting the reproduction volume of an audio signal to a desired level, and a volume control means for controlling the audio signal so as to always set the reproduction volume level of the audio signal within a predetermined range where the volume level set by the volume setting means is a reference. オーディオ信号の再生音量を所望のレベルに設定するための音量設定手段と、オーディオ信号の再生音量レベルが音量設定手段により設定された音量レベルを基準とした所定範囲に常に収まるよう当該オーディオ信号を制御する音量制御手段とを備えたオーディオ装置を提供する。 - 特許庁
In a wind force device with a generator for supplying electric power to an electric network and a method for operating the wind force device, when a network frequency of the electric network exceeds its reference value by a threshold value, the electric power supplied to the electric network by the generator is reduced according to a network frequency of the electric network. 電気ネットワークに電力を供給するための発電機を有する風力装置及び風力装置を操作する方法であって、 電気ネットワークのネットワーク周波数がその基準値をしきい値だけ上回れば、前記発電機によって電気ネットワークに供給される電力を、電気ネットワークのネットワーク周波数に応じて低減することを特徴とする。 - 特許庁
In the event that images are collected for multiple cross-sections (multiple phases) by a prescribed imaging mode in an examination under stress to a subject, images of the same phase collected by the same imaging mode in an examination before stress to the subject is read, and simultaneously displayed as reference images together with current images. 被検体へのストレス下の検査において所定の撮像モードにより複数断層(複数フェーズ)について画像収集する場合、管理情報に基づいて、当該被検体へのストレス前の検査における同一の撮像モードによって収集された同一フェーズの画像を読み出し、参照画像としてカレント画像とを同時に表示する。 - 特許庁
A reference information unit 61 having a phase pit 3/4 having predetermined arrangement is formed on the optical disk 1 which has at least one phase pit 3/4 and wherein a plurality of information units 5 reflecting reflection light according to the arrangement of the phase pit 3/4 when being irradiated with light are provided at an equal interval on an information track. 少なくとも1つの位相ピット3・4を有し、光が照射されたときに、この位相ピット3・4の配列に応じた反射光を反射する情報ユニット5が、情報トラック上に等間隔に複数設けられた光ディスク1に、予め定められた配列の位相ピット3・4を有する基準情報ユニット61を形成する。 - 特許庁
In the method, analog signals generated from a reference voltage generating circuit 11 are input into an AD convertor 2, digital data output from the AD convertor 2 corresponded to inputs into the AD convertor 2 is compared with objected data 4 to be compared by a computing unit 5, and the abnormality of the AD convertor 2 is determined according to the coincidence of compared values based on the comparison result. 基準電圧生成回路11で生成するアナログ信号をADコンバータ2に入力し、この入力に応じたADコンバータ2から出力されるディジタルデータと、比較対象データ4とを演算器5で比較し、その結果に基づいて、比較値が一致するか否かでADコンバータ2の異常を判別することにある。 - 特許庁
To provide a multidiectional input device, which detects an arbitrary direction in which a direction key is depressed before generation of a click feeling, and allows depression of the direction key in the arbitrary direction by predetermined weak force (force weaker than force necessary for generating the click feeling by depressing the direction key in the arbitrary direction) withreference to the click feeling. 本発明は、クリック感発生前において押し下げた任意方向を検知し、クリック感を基準に所定の弱い力(方向キーの任意方向を押し下げてクリック感が発生するために必要な力よりも弱い力)で方向キーの任意方向の押し下げが出来る多方向入力装置を提供することを目的とする。 - 特許庁
If an original image signal 101 for every fields inputs, motion detection (ME) unit 116 compares the original image signal 101 with a field reference image of a former field stored in either one of field memories 113, 114, obtains the motion vector, and outputs to a motion compensation predict (MC) unit 118 and a switching control unit 117. フィールド毎の原画像信号101が入力すると、動き検出(ME)部116は、その原画像信号101とフィールドメモリ113,114のいずれか一方に格納された以前のフィールドのフィールド参照画像と比較をして動きベクトルを求め、動き補償予測(MC)部118および切り替え制御部117へ出力する。 - 特許庁
The frame interpolating apparatus comprises a calculation part which detects a mutual matching block with respect to a reference frame and a previous frame, a determination part which determines the status of the image displayed on the screen according to a video signal by comparing each matching block, and an interpolation part which selectively determines the pixel value of an interpolated frame according to a determination result of the determination part. 本フレーム補間装置は、基準フレームおよび以前フレームに対して交互マッチングされるブロックを検出する演算部、マッチングされる各ブロックを比較して、映像信号に応じて画面上に表示される映像の状態を判断する判断部、および判断部の判断結果に応じて補間されるフレームの画素値を選択的に決める補間部を含む。 - 特許庁
An error signal Ec between an output detection signal Eo and a reference value Er is obtained by an error amplifier 4, and a pulse width modulation signal PWM1 is obtained by comparing by the comparator 2 the error signal Ec with a triangular wave signal Et output from a triangular wave/rectangular wave oscillation circuit 1, and the transistor MP0 is driven by a driver circuit 5. 出力検出信号Eoと基準値Erとの誤差信号Ecを誤差増幅器4で得、誤差信号Ecと三角波矩形波発振回路1から出力する三角波信号Etを比較器2により比較することでパルス幅変調信号PWM1を得、ドライバ回路5によってトランジスタMP0を駆動する。 - 特許庁
A scale 12 is equipped with not only an incremental pattern 31 formed at array pitches Pi having equal intervals of light and shade, and an absolute pattern 32 expressing an absolute position by a pseudo random pattern, but also a position reference pattern 33 having a prescribed phase relation to the absolute pattern 32 and formed at array pitches Pr (>Pi) having equal intervals of light and shade. スケール12は、明暗の等間隔の配列ピッチPiで形成されたインクリメンタルパターン31と、擬似ランダムパターンにより絶対位置を表現したアブソリュートパターン32とに加え、アブソリュートパターン32に対し所定の位相関係を有し且つ明暗の等間隔の配列ピッチPr(>Pi)で形成された位置基準パターン33とを備える。 - 特許庁
Data line information showing the shape vector of the road shape including target sections P to Q of traveling time information by positional information of nodes 1 to 10, and traffic information showing beginning P and end Q of the target sections of the traffic information by distances Xm, Ym from a reference nodes are provided by making a pair with each other. 旅行時間情報の対象区間P〜Qを含む道路形状の形状ベクトルをノード1〜10の位置情報で表すデータ列情報と、前記交通情報の対象区間の始端P及び終端Qを前記形状ベクトルの基準ノード1からの距離Xm、Ymで表した交通情報とを対にして提供する。 - 特許庁
The plant monitoring control system includes a measurement part for measuring the concentration of residual chlorine in water staying in the preliminary pipe to obtain a measured value, a determination part for comparing the measured value with a predetermined reference value and determining whether a countermeasure against the stay is required or not based on the result, and a notification part for notifying of the result of the determination. このプラント監視制御システムは、予備系配管に停滞する水の残留塩素濃度を計測して計測値を得る計測部と、上記計測値と既定の基準値とを比較し、その結果に基づいて上記停滞に対する対策の要否を判定する判定部と、この判定の結果を報知する報知部とを具備する。 - 特許庁
When two kinds of lenses having different effective diameters are used withreference to the operation of two kinds of optical disks having different substrate thicknesses, a focus error signal is detected by a light receiving part group having a light receiving part width matched to a beam spot size, in every light receiving face inside a light receiving part which constitutes a first photodetector 58 and a second photodetector 59. 基板厚さの異なる2種類の光ディスクの動作に対して有効径の異なる2種類のレンズを使用した場合、焦点誤差信号を第1の光検出器58および第2の光検出器59を構成する受光部の内、それぞれの受光面でのビームスポットサイズに合わせた受光部幅を持つ受光部群で検出する。 - 特許庁
An OR-circuit 6 detects a minimum voltage from the RGB drive signals Rout, Gout and Bout and inputs them to a comparator circuit 5, the circuit 5 compares them with the reference voltage Vref of a linear operation point before the amplification saturation of the circuit 2, and the comparison results are transmitted as an amplification factor control signal 8 from an integrating circuit 4 to the circuit 1. このRGBドライブ信号Rout,Gout,Boutから最小電圧を論理和回路6で検出して比較回路5に入力し、この比較回路5が終段増幅回路2の増幅飽和前のリニア動作点の基準電圧Vrefと比較され、この比較結果が積分回路4から初段増幅回路1へ増幅率制御信号8として送出される。 - 特許庁
The multiplied clock signal output circuit 1 is provided with a count value averaging circuit 3, which averages results of counts by a plurality of number of times by a counter for counting a period of a reference clock signal PREF within a control period, and a digital control oscillation circuit 2 applies arithmetic processing to averaged data DTAVE to produce the multiplied clock signal. 逓倍クロック信号出力回路1にカウンタ・数値平均化回路3を備え、基準クロック信号PREFの周期をカウントするカウンタによる複数回のカウント結果を制御周期内で平均化し、デジタル制御発振回路2は、その平均化されたデータDTAVEを演算処理して逓倍クロック信号POUTを生成する。 - 特許庁
In the semiconductor testing circuit 101, the comparators 141 and 142 compare a response signal with the reference signal by offsetting the test signal included in a synthetic signal and the test signal included in the comparison signal, by inputting the comparison signal and the synthetic signal of synthesizing the test signal and the response signal outputted from the test object device 20. 半導体試験回路101では、コンパレータ141,142は、試験信号と試験対象装置20から出力された応答信号とを合成した合成信号と、比較信号とを入力され、合成信号に含まれる試験信号と比較信号に含まれる試験信号とを相殺し応答信号と基準信号とを比較する。 - 特許庁
SYSTEM FOR BIDIRECTIONALLY TRANSFERRING VARIOUS KINDS OF COMMANDS BY COMMUNICATING WITH REMOTELY DISPOSED ELECTRONIC DEVICE OR THE LIKE (SERVER OR THE LIKE) FROM FILE INSIDE ACTUAL ELECTRONIC DEVICE MAKING FULL USE OF TECHNIQUE OF COMPRESSING IMAGES USING METHOD OF FORM OF EXPRESSION AS SET OF ACTUAL IMAGES SUCH AS IMAGES, MOVING IMAGES, SOUND AND TEXT, COORDINATES OF POINT TO BE REFERENCE AND CONTOUR LINES OR THE LIKE 画像、動画、音声及びテキストなどの実像並びに基準となる点の座標と輪郭線の集まりとして表現する形式などの方法を用いた像を圧縮する技術を駆使した実電子機器内ファイルから遠隔配置電子機器等(サーバー等)と通信し各種指令の双方向受け渡しをすることに関するシステム。 - 特許庁
Hue, saturation and brightness (HSV) of image data inputted from a camera module 2 are processed one by one for every pixel, in comparison withreference value by an object information extraction processing circuit 32 of an LSI 3 for object information extraction, to extract an object contained in an image and store coordinate data of the extracted object in a register for object information storage. カメラモジュール2から入力された画像データの色相、彩度、輝度(HSV)を、物体情報抽出用LSI3の物体情報抽出処理回路32によって、1画素毎に逐次、基準値と比較処理して画像中に含まれる物体を抽出し、抽出された物体の座標データを物体情報保存用レジスタに保存する。 - 特許庁
An actual delivery quantity of the high pressure fuel by the supply pump 3 is calculated based on the detected rail pressure change, and when calculating a correction value of the fuel delivery quantity by comparing the calculated actual delivery quantity with a reference characteristic of the supply pump 3, a characteristic of the fuel delivery quantity to the control command is compensated based on the calculated correction value. そして、検出されたレール圧変化に基づきサプライポンプ3による実際の高圧燃料の吐出量を計算し、計算された実吐出量とサプライポンプ3の基準特性とを比較して燃料吐出量の補正値を計算すると、計算された補正値に基づき制御指令に対する燃料吐出量の特性を補償する。 - 特許庁
An optical transmitter 1 installed in a first spot is provided with a GPS receiver 15, supplies a signal, in which the frequency of a reference clock outputted from the GPS receiver 15 is divided by a frequency divider 16, to a driving circuit 171 as a modulated signal and emits light 3 for measurement modulated by the modulated signal from a light source 172. 第1の地点に設置される光送信装置1はGPS受信機15を備え、該GPS受信機15から出力される基準クロックを分周器16で分周した信号を変調信号として駆動回路171に供給し、光源172から前記変調信号により変調された測定用光3を放射する。 - 特許庁
A transmission system having an impedance matching system based on connector reactance adjustment includes a variable capacitance capacitor connected to at least one end side of a transmission line, and capacitance control means for controlling the capacitance value of the variable capacitance capacitor on the basis of a comparison of the number of errors occurring in a buffer output transmission system with a reference value. コネクタのリアクタンス調整によるインピーダンス整合システムを具備した伝送システムであって、伝送路の少なくとも一端側に接続された可変容量コンデンサと、バッファ出力伝送系での発生エラー数と基準値との比較に基づいて前記可変容量コンデンサの容量値を制御する容量制御手段とを具備する。 - 特許庁
The image reader is provided with a correction coefficient deciding circuit 4 that decides correction coefficient by each bit in the main scanning direction of white data of a read white reference board before reading an original, a correction coefficient correction circuit 5 that outputs a correction coefficient, and a correction coefficient prediction circuit 6, that generates a correction coefficient value on the basis of the correction coefficient value. 画像読み取り装置は、原稿読み取り前に読み取った白基準板の白データの主走査方向ビット毎に補正係数値を決定する補正係数決定回路4、補正係数修正値を出力する補正係数修正回路5、補正係数修正値を基に補正係数予測値を生成する補正係数予測回路6を有する。 - 特許庁
Each ATM switch at both ends of a PVC stores a relation between its own SVC definition information and PVC definition information of an opposite party in cross-reference with its own PVC definition information, and one switch transmits a bypass setup message including the opposite party PVC definition information to the other switch by each bypass object FVC when taking a bypass. PVC両端の各ATM交換機が、自己のPVC定義情報と対応させて、自己のSVC定義情報と相手方PVC定義情報との関係を記憶しておき、迂回時に、一方の交換機が、迂回対象PVC毎に、相手方PVC定義情報を含む迂回用呼設定メッセージを他方の交換機に送信する。 - 特許庁
In singing register specification processing, fundamental frequency transition f0v(t) in each reference section is extracted as an object extraction section f0vn(t) (S310), and respective extracted object extraction sections f0vn(t) are verified with pitch transition models to derive degrees of consistency between them as pitch transition scores tsc(k) (S320). 歌唱音域特定処理では、各基準区間における基本周波数遷移f0v(t)を対象抽出区間f0vn(t)として抽出し(S310)、その抽出した対象抽出区間f0vn(t)それぞれを音高遷移モデルと照合し、その一致度合いを音高遷移スコアtsc(k)として導出する(S320)。 - 特許庁
A screen display unit 4 for each kind of specified message obtains a head data of the data unit based on the number of the registered message and the head data pointer to display it, and repeatedly displays a following message data with a reference of a following data pointer of the head data of the data unit to display the message data for each kind of message. 特定メッセージ種別画面表示処理部4は、登録メッセージ数と先頭データポインタから、データ部の先頭データを取得してそのメッセージデータを表示処理し、このデータ部にもつ先頭データの次データポインタを参照して次のメッセージデータを表示処理する繰り返し処理でメッセージ種別毎のメッセージデータを画面表示処理する。 - 特許庁
A camera 103 acquires visual information in the neighborhood of a portable terminal device, a radio wave transmission environment deciding part 108 decides a radio wave transmission environment with the portable terminal device as the reference according to the visual information, and an antenna control part 109 controls the polarization of radio waves that are transmitted and received by antennas 101 and 102, on the basis of the decision results. 携帯端末装置近傍の視覚情報をカメラ103により取得し、この視覚情報より携帯端末装置を基準とする電波伝搬環境を電波伝搬環境判断部108により判断し、その判断結果に基づきアンテナ制御部109がアンテナ101,102により送受信する電波の偏波などの制御を行う。 - 特許庁
When the timing to read the channel information comes, the channel selection control section 3 reads the channel information stored in the channel information storage section 4 in cross-reference with a time band including a current time specified by the time management section 5 and allows the channel selection section 2 to select a broadcast channel specified by the channel information. 選局制御部3は、チャンネル情報を読み出すタイミングが到来すると、時刻管理部5により特定される現在時刻が含まれる時間帯と対応付けてチャンネル情報記憶部4に記憶されているチャンネル情報を読み出し、当該チャンネル情報により特定される放送チャンネルをチャンネル選局部2に選局させる。 - 特許庁
This comparator is provided with a PMOS transistor 21, parallel connected to both NMOS transistors 11 and 13 and a PMOS transistor 22 connected in parallel to both NMOS transistors 12 and 13 and the levels of a compare signal VIN+ and a reference signal VIN- are decided by making an offset current iα flow to the PMOS transistors 21 and 22. NMOSトランジスタ11,13の双方に対し並列に接続されたPMOSトランジスタ21と、NMOSトランジスタ12,13の双方に対し並列に接続されたPMOSトランジスタ22とを備え、PMOSトランジスタ21,22にオフセット電流iαを流して比較信号V_IN+および参照信号V_IN-のレベルの大小を判定する。 - 特許庁
The connection structure of the reference capacitor is provided with input terminals (current terminals) for applying measurement signals to the standard capacitor which connects several capacitors in parallel and forms a desired capacitance and output terminals (voltage terminals), for extracting the measure signals from the standard capacitor at different positions. 本発明に係る標準コンデンサの接続構造は、複数のコンデンサを並列に接続して所望の静電容量を形成した標準コンデンサに測定信号を加える入力端子(電流端子)と、標準コンデンサからの測定信号を取り出す出力端子(電圧端子)とを、異なる位置に設けたことを特徴とするものである。 - 特許庁
This device is provided with reserved charging time setting means 183, 184 for setting new reserved charging time and an automatic updating means 20 for automatically updating reserved charging time of next time by making reserved charging time set by the reserved charging time setting means 183, 184 as a reference when the reserved charging time passes. 新規の予約充電時間を設定するための予約充電時間設定手段183,184と、この予約充電時間設定手段183,184で設定された予約充電時間が経過したときには、その時間を基準にして次回の予約充電時間を自動的に更新する自動更新手段20とを備えている。 - 特許庁
To provide a drive method of an imaging device that is compatible even with a reference frame rate such as that stipulated in the IIDC 1394 standard without the need for revising a horizontal drive frequency and interleaving or like processing in the unit of frames and can adjust the sensitivity difference even in an imaging apparatus employing the imaging device whose horizontal drive frequency is increased for increasing the frame rate. 高フレームレート化のために撮像素子の水平駆動周波数を高めた撮像装置においても、水平駆動周波数の変更や、フレーム単位の間引きなどを行わずに、IIDC1394カメラ規格のような基準フレームレートにも対応し、且つ感度の差を調整可能な撮像素子の駆動方法を提供する。 - 特許庁
By providing one pattern for generating a Z signal at a location corresponding to a reference location within the range of extent of a light beam with which the surface of a scale 9 to form A-phase and B-phase light is irradiated in the vicinity of a periodic pattern on the scale 9, three signals of A phase, B phase and the Z signal are obtained by one beam. 上記のA相、B相光を形成させるスケール上の周期的パターンの近傍で、かつこのスケール面を照射している光ビームの広がりの範囲内の基準位置に対応した位置にZ信号発生用のパターンを1箇所設けておくことにより1本のビームでA相、B相およびZ信号の3信号を得る構成とした。 - 特許庁
During photographing time in a predetermined photography mode including a moving video photography mode and a continuous shooting mode, the position and level of a V-line flaw corresponding to the actual temperature of the image pick-up sensor 16 are recognized withreference to the V-line flaw information, and the V-line flaw is corrected depending on the position and level of a V-line flaw thus recognized. そして、例えば、動画撮影モードや連写モードなどを含む所定の撮影モードにおける撮影時に、Vライン傷情報を参照することで、撮像センサ16に係る実温度に対応するVライン傷の位置およびレベルを認識し、当該認識されたVライン傷の位置およびレベルに応じたVライン傷の補正を行う。 - 特許庁
The laser exposure device outputs a reference signal for a photo sensor unit 13 to begin a scanning the surface of the photoreceptor 17 by detecting a laser beam which is deflected with a polygon mirror 12, when the polygon mirror 12 deflects the laser beam having a wavelength from 390 to 415 nm and focuses on the surface of the photoreceptor 17. レーザ露光装置は、ポリゴンミラー12が390〜415nmの波長のレーザビームを偏向して感光体17の表面上に結像させるとともに感光体17上を走査するに際し、フォトセンサユニット13がポリゴンミラー12で偏向したレーザビームを検知して感光体17の表面上の走査を開始するための基準信号を出力する。 - 特許庁
In the case of transmitting the analog signal of sound, a picture, etc., it is first modulated by an analog modulator 13 (AM, FM, or PM), sampled next by an analog pulse modulator 14 (PAM, PWM, or PPM), thereafter converted to an analog pulse string, digitized in synchronism with a reference clock signal, modulated by a digital modulator 19 corresponding to wireless, and transmitted. 音声及び画像等のアナログ信号を伝送する場合、初めにアナログ変調器13(AM、FM、PM)で変調を行い、次にアナログパルス変調器14(PAM、PWM、PPM)で標本化した後、アナログパルス列に変換し、基準クロック信号に同期させてデジタル化を行い、無線に対応したデジタル変調器19で変調し伝送する。 - 特許庁
An operation index prediction device is provided with a dealing data acquisition means acquiring dealing data provided from a data base during the operation time, a data computing means obtaining predicted index data for which the compared result of the dealing data and reference dealing data is corrected by the operation time and whole day operation time and a data output means providing the predicted index data during the operation time. 取引時間中にデータベースから提供される出来高データを取得する出来高データ取得手段と、出来高データ及び基準出来高データの比較結果を取引時間及び終日取引時間により補正した予測指標データを求めるデータ演算手段と、予測指標データを取引時間中に提供するデータ出力手段とを備える。 - 特許庁
Further, upon receipt of a call termination request from a caller side terminal 11 to the called side terminal 10, the terminal information management apparatus 30 returns the terminal capability information of the called side terminal 10 on the basis of the terminal model stored in the terminal information management DB 301 in cross-reference with the telephone number included in the call termination request. また、端末情報管理装置30は、発信側端末11より着信側端末10への着信要求を受信したときに、着信要求に含まれる電話番号に対応付けられて端末情報管理DB301に記憶されている端末機種に基づいて、着信側端末10の端末能力情報を返信する。 - 特許庁
Access is carried out to an semantic object in a declarative logic module 226 adapted to define a semantic object having at least one semantic slot, and an action is performed in a procedural logic module 224 adapted to define actions to be performed on the one semantic object withreference to the declarative logic module 226. 少なくとも1つの意味スロットを有する意味オブジェクトを定義するように適合された宣言型論理モジュール226内の意味オブジェクトにアクセスが行われて、宣言型論理モジュール226を参照して前記1つの意味オブジェクトに対して実行されるアクションを定義するように適合された手続き型論理モジュール224内でアクションが実行される。 - 特許庁
In a semiconductor circuit, an impedance adjustment circuit 40 having the characteristics same as those of a circuit having the nonlinear resistance characteristics includes an operating point calculation circuit 50 automatically calculating an operating point with a reference resistance through feedback control, and an impedance calculation circuit 60 calculating the impedance at the operating point found by the operating point calculation circuit 50. 半導体回路において、非線形の抵抗特性を持つ回路と同一の特性を持つインピーダンス調整回路40は、基準抵抗との動作点をフィードバック制御で自動的に求める動作点算出回路50と、この動作点算出回路50で求めた動作点でのインピーダンスを算出するインピーダンス算出回路60とを有する。 - 特許庁
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.