variablesを含む例文一覧と使い方
該当件数 : 2124件
A model generation part 102 calculates the coefficients of a secondary curved surface model with the score and the index information of the enterprise scale and the index information of the estimation object as variables, and generates a secondary curved surface model.例文帳に追加
モデル生成部102は、スコアと企業規模の指標情報と推定対象の指標情報を変数とする2次曲面モデルの係数の係数を算出し、2次曲面モデルを生成する。 - 特許庁
When the residual variable is out of the tolerance limit, the degrees of contribution of the respective process variables to the residual variable are calculated and compared, and a process variable with a great contribution is extracted as a candidate cause for quality degradation.例文帳に追加
残差変数が許容範囲を外れていたときは、残差変数への各プロセス変数の寄与度を計算・比較して、寄与度の大きいプロセス変数を品質不良の原因の候補として抽出する。 - 特許庁
When an environment setting UI is displayed at printing, an input event by an operator is monitored, and the state variables of each control are changed by referring to a conflict processing rule based on the event.例文帳に追加
印刷する際の環境設定UIを表示させたとき、操作者による入力イベントを監視し、そのイベントに基づいてコンフリクト処理ルールを参照して、各コントロールの状態変数を変更する。 - 特許庁
The decoder comprises an operating circuit performing operations represented by general formulas (1) and (2) where at least the difference of probability logarithmic likelihood at each state is a part of variables.例文帳に追加
復号装置は、少なくとも各ステートにおける確率対数尤度の差分値を変数の一部とする下記一般式(1)及び下記一般式(2)で表される演算を行う演算回路を備える。 - 特許庁
To reduce the amount of data to be prestored in rectangular wave voltage control of an AC motor for changing the voltage phase according to a plurality of variables related to the operation state of an AC motor.例文帳に追加
交流モータの運転状態に関連する複数の変数に応じて電圧位相を変化させる交流モータの矩形波電圧制御において予め記憶すべきデータ量を抑制する。 - 特許庁
A write address generating section 3b generates write addresses ADD so that the sync data are mapped into a buffering RAM4 in a frame unit in accordance with the track transition variables TV and track numbers TN.例文帳に追加
ライトアドレス生成部3bは、上記トラック遷移変数TVとトラック番号TNとに従って、syncデータがフレーム単位でバッファリングRAM4にマッピングされるべく書き込みアドレスADDを生成する。 - 特許庁
When the distance variable is out of the tolerance limit, the degrees of contribution of the respective score variables to the distance variable are calculated and compared, and a score variable with a great contribution is extracted as a candidate cause for quality degradation.例文帳に追加
距離変数が許容範囲を外れていたときは、距離変数への各スコア変数の寄与度を計算・比較して、寄与度の大きいスコア変数を品質不良の原因の候補として抽出する。 - 特許庁
The comparison determination processing part 113 compares the header information and/or feature variables with each other between the current frame and the preceding frame, thereby determining whether a scene change occurred in the current frame.例文帳に追加
比較判定処理部113において、現フレームとその前のフレームの間で、ヘッダ情報及び/又は特徴量を比較することにより、現フレームでシーンチェンジが発生したか否かを判定する。 - 特許庁
Torque gradient when controlled variables of the specific controlled elements are changed is estimated and calculated based on present torque of the vehicle drive unit using a calculation rule created beforehand.例文帳に追加
その際、予め作成された計算規則に従い、特定制御要素の制御量を変化させたときのトルク勾配を車両駆動ユニットの現在の出力トルクに基づいて推定計算する。 - 特許庁
In this method, exhaust gas temperatures in a set of monitoring times for the turbine engine 14 and a plurality of variables related to the exhaust gas temperatures are sampled to acquire exhaust gas temperature data.例文帳に追加
本方法は、タービンエンジン(14)の観測時間のセットにわたる排気ガス温度及び該排気ガス温度に関連する複数の変数をサンプリングして、排気ガス温度データを取得するステップを含む。 - 特許庁
A complexity parameter and/or utility parameter can be specified to facilitate generation of the data perspective via analyzing the best target variable predictor versus the complexity of the conditioning variables and/or utility.例文帳に追加
複雑さパラメータおよび/またはユーティリティパラメータを指定して、最良の目標変数プレディクタ対条件付け変数の複雑さおよび/またはユーティリティの分析を介してデータパースペクティブの生成を容易にする。 - 特許庁
An inverse calculation part 12 calculates the coefficients of the primary approximate expression of the inverse proportional curve with the intermediate data as variables, and calculates the inverse of the intermediate data from the calculated coefficients and the intermediate data.例文帳に追加
逆数算出部12は、中間データを変数とする反比例曲線の一次近似式の係数を算出し、算出された係数と中間データとから中間データの逆数を算出する。 - 特許庁
An optimizing part 6 searches the optimum control variables of facilities for each substation on the basis of the future effective and reactive powers at each substation by using a meta-heuristic technique.例文帳に追加
最適化部6は、メタヒューリスティック手法を用いて、予測された将来の変電所ごとの有効電力および無効電力に基づいて、各変電所の設備の最適制御量を探索する。 - 特許庁
An exception thrown by DocTestRunner to signal that a doctest example's actual output did not match its expected output. The constructor arguments are used to initialize the member variables of the same names.例文帳に追加
doctest 例題の実際の出力が予想出力と一致しなかったことを示すためにDocTestRunner が送出する例外です。 コンストラクタの引数は、インスタンスの同名のメンバ変数を初期化するために使われます。 - Python
If such cycles must be created, it is important to ensure they are explicitly broken to avoid the delayed destruction of objects and increased memory consumptionwhich occurs.Though the cycle detector will catch these, destruction of the frames(and local variables) can be made deterministic by removing the cycle in a finally clause.例文帳に追加
参照の削除をPythonの循環参照検出機能にまかせる事もできますが、finally節で循環参照を解除すれば確実にフレーム(とそのローカル変数)は削除されます。 - Python
The design of this module is loosely based on Java's threading model.However, where Java makes locks and condition variables basic behavior of every object, they are separate objects in Python.例文帳に追加
このモジュールのおおまかな設計は Java のスレッドモデルに基づいています。 とはいえ、Java がロックと条件変数を全てのオブジェクトの基本的な挙動にしているのに対し、 Python ではこれらを別個のオブジェクトに分けています。 - Python
By obtaining variables α, ψ, and L for acquiring a track from a strobilus by mathematical calculation based on a prescribed quadratic curve equation, a proper curved track is determined by a test machining.例文帳に追加
所定の二次曲線方程式に基づき数学計算によって円錐体から軌跡取得ための正確な変数α、φ及びLを求め、成はテスト加工により適正な曲線軌跡を確定する。 - 特許庁
Using the lists thus obtained of the variables expressing the internal state, an input wrapper and an output wrapper are generated and are arranged in front of and behind the analyzed built-in program, respectively.例文帳に追加
こうして、得られた、内部状態を表現する変数のリストを用いて、入力用のラッパ(wrapper)と、出力用のラッパが生成され、それぞれが、解析された組み込みプログラムの前後に配置される。 - 特許庁
Failure detectors 8A, 8B and 8C are provided for detecting respective failures of a plurality of servo control systems 1A, 1B and 1C controlling a servo valve 2 on the basis of controlled variables of the control object 3.例文帳に追加
制御対象3の制御量に基づいてサーボ弁2を制御する複数のサーボ制御系1A、1B、1Cのそれぞれの故障を検出する故障検出器8A、8B、8Cを備える。 - 特許庁
A mapping F from a finite bit string into a finite bit string and an inverse mapping G of the mapping F are configured in a form of a spontaneous polynominal of several variables, and the mapping F is used as a public key, and the mapping G is used as a secret key.例文帳に追加
有限ビット列から有限ビット列への写像Fと写像Fの逆写像Gを連立多変数多項式の形で構成し、写像Fを公開鍵、写像Gを秘密鍵とする。 - 特許庁
In addition, from the variables, setting parameters such as deceleration αset, a free running time Tset, and an intervehicular time HTset are calculated (Step ST4).例文帳に追加
さらに、これらを用いて設定パラメータである減速度αset、空走時間Tset、車間時間HTsetを演算し(ステップST4)、自車速度V等も用いて警報用適正車間距離D1を演算する。 - 特許庁
Namely, the control program 12 directly accesses the client program or through a data sender-receiver class to send or receive data, operate HMI parts such as buttons, and obtain HMI object variables.例文帳に追加
すなわち、制御プログラム12はデータ送受用クラスを介してまたは直接クライアントプログラムにアクセスし、データの送受、ボタン等HMI部品の操作、またHMIオブジェクト変数の取得などを行う。 - 特許庁
Data transmission-reception with other arithmetic element tiles is switched by providing input/output terminals P1 to P4 on a side face of the arithmetic element tile 100 and setting state variables S1 to S4.例文帳に追加
演算要素タイル100の側面に入出力端子P1乃至P4を設け、状態変数S1乃至S4を設定することにより、他の演算要素タイルとのデータの送受を切り換える。 - 特許庁
This device combines variables of plural measuring hoppers 8, selects the measuring hoppers 8 satisfying a target mass, and discharges the stored measuring objects W through a collection shoot 10.例文帳に追加
装置は、複数の計量ホッパ8の計量値を組合せ目標質量を満足する計量ホッパ8を選択し収容されている被計量物Wを集合シュート10を介して排出する。 - 特許庁
This time, an analysis was carried out based on the mixed logit model, where the explanatory variables include not only attributes of the location region (GDP, etc.), but also attributes of the investing companies (scale of the company, degree of dependence on export, profit ratio, etc.)3.例文帳に追加
今回は説明変数として、立地地域の属性(GDP等)だけでなく、投資企業の属性(企業規模、輸出依存度、利益率等)も使用したミックスト・ロジット・モデルによる分析を行った3)。 - 経済産業省
The interpreter 103 once receiving an indication for the execution of an application described in a programming language executes the application according to the received indication, generates storage areas for class variables needed to execute the application in a memory 201 so that they correspond to the application, and allows instructions regarding the execution of the application to access the storage areas for the class variables corresponding to the application.例文帳に追加
インタプリタ103は、プログラミング言語で記述されたアプリケーションを実行する指示を受け取ると、受け取られた指示に基づいて、アプリケーションを実行し、アプリケーションの実行の際に必要なクラス変数の格納領域を、アプリケーションに対応付けてメモリ201内に生成し、アプリケーションの実行時に、アプリケーションの実行に関する命令をアプリケーションに対応したクラス変数の格納領域にアクセスさせる。 - 特許庁
An arithmetic processing part 150 divides a design variable space or a space defined by design variables and variables expressed with objective functions based on design information which can not be expressed as the design variable and the objective functions in accordance with input from an input part 110, and displays Pareto optimal solutions in the space at a display part 160 in display configurations corresponding to the division of the space.例文帳に追加
演算処理部150は、入力部110からの入力により、設計変数空間または設計変数および目的関数によって表現される変数によって定義される空間を、設計変数および目的関数として表現できない設計情報によって分割し、その空間にパレート最適解を空間の分割に対応する表示態様で表示部160に表示する。 - 特許庁
An aspherical coordinate computation part 3 performs a computing process for computing coordinate values by passing variables having coordinate data as initial values to the defined curved-surface functions by dots on the aspherical shape model until the coordinate values converge into a specific target value range while varying the variables, and passes coordinate values within the specific target value range to a shape error computation part 4 when those values are obtained.例文帳に追加
非球面座標計算部3は、非球面形状モデル上の各点毎に、その座標データを初期値とする変数を定義された母線、子線方向それぞれの曲面関数に渡して座標値を算出する算出処理を、該座標値が所定目標値範囲内に収まるまで変数を可変しながら行い、該所定目標値範囲内の座標値が得られると、該座標値を形状誤差計算部4に渡す。 - 特許庁
As to a certain specific candidate action, a motivational module 11 calculates a reward related to corresponding values to be taken by one or more motivation variables that are independent of the properties of the related sense/motion device.例文帳に追加
ある特定の候補動作について、モチベーションモジュール11が、関連する感覚・運動装置の性質から独立した1つ以上のモチベーション変数が取る対応値と関連付けられた報酬を計算する。 - 特許庁
Each processing element handles two bits of an input, generates one root bit and a residue, and compares two intermediate test variables and selects '1' or '0' for the root bit and a next residue according to the comparison result.例文帳に追加
各処理素子は、入力の2ビットを取り扱い、1つの根ビットと剰余を形成し、及び2つの中間試験変数を比較しかつ比較に基づいて根ビットと次の余剰に対して「1」か「0」を選択する。 - 特許庁
To specify the cause of absence of a restriction satisfying solution in a restriction satisfying problem for determining a restriction satisfying solution which satisfies a predetermined number of restriction conditions from preliminarily given variables.例文帳に追加
予め与えられた変数の中から所定の複数の制約条件を充足する制約充足解を求める制約充足問題において、制約充足解が存在しない場合の原因を特定すること。 - 特許庁
The set division number of grid is prime-factorized, and restriction and prolongation are performed to factors and variables of linear equations related to the simultaneous linear equations based on a prime factor related to the factorization.例文帳に追加
設定された格子の分割数を素因数分解し、その分解に係る素数に基づいて、連立一次方程式に係る線型方程式の係数、変数に対して粗視化作用素、精細化作用素子を作用させる。 - 特許庁
A correction unit 44 corrects control variables (the limit value VL of a speed limiter 50 and the limit value GL of an acceleration limiter 52, and the gain K in a drive control unit 40) to the correction value corresponding to the responsive waveform of the angle of inclination.例文帳に追加
修正部44は、制御変数(駆動制御部40内の速度リミッタ50のリミット値VL、加速度リミッタ52のリミット値GL、ゲインK)を、傾斜角の応答波形に対応した修正値に修正する。 - 特許庁
As to an input sentence also, an input sentence variable conversion part 111 substitutes variables for words registered in the word dictionary 103, and then a statistical translation part 113 translates the input sentence by using the leaned models.例文帳に追加
入力文についても,入力文内変数化部111で単語辞書103に登録されている単語を変数に置き換えた後,上述の学習したモデルを用いて統計翻訳部113で翻訳を行う。 - 特許庁
Therefore, the idle stop control in idle stop and the learning of the controlled variables are implemented, and a driver does not feel uncomfortable although the idle stop is not performed.例文帳に追加
これにより、アイドル停車時におけるアイドルストップ制御と制御量の学習との両立を図ることができると共にアイドルストップが行なわれないことによる違和感を運転者に与えることを抑制することができる。 - 特許庁
The memory means stores a function expression using a grayscale and a detected temperature as variables, the function expression which differs by each of a plurality of grayscale regions provided in the grayscale range where the reference gamma conversion data is set.例文帳に追加
記憶手段は、階調と検出温度とを変数とする関数式であって、基準ガンマ変換データが設定された階調範囲内に複数設けられた階調領域ごとに異なる関数式を記憶する。 - 特許庁
By this motion management system 1, in the process of guiding the walking motion of a user by the operation of a walking motion guiding device 20, a walking rate k and physiological variables such as energy consumption are measured.例文帳に追加
本発明の運動管理システム1によれば、歩行運動誘導装置20の動作によりユーザの歩行運動が誘導されている過程で、歩行比kおよび消費エネルギー等の生理変数が測定される。 - 特許庁
An estimation value calculation part 7 calculates an intermediate value between the lower limit value and the upper limit value of probability variables in which the calculated probability density function exists or an expectation value of the probability variable as an estimation value of the weight value of an article.例文帳に追加
推定値算出部7は、算出された確率密度関数が存在する確率変数の下限値と上限値の中間値、又は確率変数の期待値を物品の重量値の推定値として算出する。 - 特許庁
To provide a compact analog controller capable of outputting an analog signal corresponding to the operating direction and manipulated variables of an operating member, and simultaneously detecting a plurality of operating members.例文帳に追加
本発明は、操作部材の操作方向及び操作量に対応するアナログ信号を出力することができるコンパクトで、しかも複数の操作部材を同時に検知可能なアナログ式コントローラーを提供することを目的とする。 - 特許庁
To prevent the fan motor from generating roar, when the reference input variables for the control device of the fan are varied, the operation of the fan motor is kept constant during the minimum wait time allowed to set.例文帳に追加
ファンモーターがうなり音を立てるのを防止するために、ファンの制御装置のための基準入力変数が変わる時には、設定可能な最小の待ち時間の間、ファンモーターの運転が一定に保たれる。 - 特許庁
To realize multifunction rendering via a small circuit scale by changing arithmetic contents and input variables freely with the use of the same arithmetic circuit and dispensing with a dedicated circuit related to a rendering function.例文帳に追加
同じ演算回路を用いて演算内容や入力する変数を自由に変更できるようにすることで、描画機能に応じた専用回路を不要とし、少ない回路規模で多機能な描画を実現する。 - 特許庁
Various methods and apparatuses provide for variants for multiple resource types and efficient management of these resources by use of common variables and an organized file structure.例文帳に追加
記載されたものは、複数のリソース型に対する変形を提供し、そして共通変数及び体系化されたファイル構造の使用によりこれらのリソースを効果的に管理することを提供する様々な方法及び装置である。 - 特許庁
To provide a graph display controller for a function calculator or the like equipped with a function to display a scroll bar to input an scroll operation to a graph of a multi-dimensional functional formula including three or more variables.例文帳に追加
3以上の変数を含む多次元関数式のグラフに対するスクロール操作を入力するためのスクロールバーを表示する機能を備えた関数電卓等のグラフ表示制御装置を提供すること。 - 特許庁
Furthermore, sales amounts are used as evaluation functions for deciding a sales price by using a sales candidate price as variables, and the decision of the optimal sales price is realized from such conditions that the sales amount is the highest.例文帳に追加
さらに、販売候補価格を変数とした販売価格決定用の評価関数として売上高を使用し、売上高最大の条件から最適な販売価格の決定を実現することを特徴とする。 - 特許庁
The controller 30 calculates the correction value of the controlled variables of the motors 13b, 13c, 13d with the lapse of time based on the size of a register deviation and the deviation in the tension of the web W between prescribed times.例文帳に追加
制御装置30は、見当ずれの大きさならびにウェブWの張力の所定時刻間の偏差に基づいて、モータ13b、13c、13dの制御量修正値を経時的に算出するようになっている。 - 特許庁
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変換伝達関数を有する。 - 特許庁
The microcomputer 110 mounted on a motor control board 100 is provided with an MPU 120 and a microcomputer side transmission and reception processing part 130 for reading the values of the internal variables of the MPU 120 by DMA (direct memory access) transfer.例文帳に追加
モータ制御ボード100に搭載されたマイコン110は、MPU120とともにこのMPU120の内部変数の値をDMA転送によって読み出すマイコン側送受信処理部130を備える。 - 特許庁
To provide a state prediction method for process that shortens a calculation time by composing a multiple regression model which consists of less explanation variables than before and has high precision, and a process control unit using the same.例文帳に追加
従来に比べて少ない説明変数からなる、高精度な重回帰モデルを構成して計算時間の短縮が図れるプロセスの状態予測方法及びそれを用いたプロセス制御装置を提供する。 - 特許庁
To provide effective and reliable quality control (QC) of chemical products manufactured in a plant which daily prepares specific chemical products of a plurality of batches, and a method for analyzing process variables for providing the quality control.例文帳に追加
複数のバッチの特定の化学製品を日常的に調製するプラントにおいて製造された化学製品の、効果的かつ信頼しうる品質管理(QC)及び品質管理を提供するプロセス変数の分析方法。 - 特許庁
Furthermore, the model generation device extracts alternative models having other history information included in usable variables from the plurality of alternative models, and presents an alternative model having the highest evaluated value among the extracted alternative models.例文帳に追加
また、モデル生成装置は、複数の代替モデルから使用可能変数に他の履歴情報が含まれる代替モデルを抽出し、抽出した代替モデルのうち評価値が最も高い代替モデルを提示する。 - 特許庁
| Copyright © Japan Patent office. All Rights Reserved. |
| Copyright Ministry of Economy, Trade and Industry. All Rights Reserved. |
| この対訳コーパスは独立行政法人情報通信研究機構の研究成果であり、Creative Commons Attribution-Share Alike 3.0 Unportedでライセンスされています。 |
| 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会員(無料)になると
|