1016万例文収録!

「表現関数」に関連した英語例文の一覧と使い方(3ページ目) - Weblio英語例文検索


小窓モード

プレミアム

ログイン
設定

設定

Weblio 辞書 > 英和辞典・和英辞典 > 表現関数に関連した英語例文

セーフサーチ:オン

不適切な検索結果を除外する

不適切な検索結果を除外しない

セーフサーチについて

表現関数の部分一致の例文一覧と使い方

該当件数 : 220



例文

図2は、クランクピン(偏心円筒)の横断面平面上での測定器滑動手段の動作を模式的に表現したもので、関数y(ψ,x)を関数y(θ)に変換するパラメータ変換の方法を示す。例文帳に追加

The figure representing schematically motion of an instrument sliding means on a cross-sectional plane of a crank pin (an eccentric cylinder) shows a way of parametric transformation transforming a function y (ψ, x) to a function y (θ). - 特許庁

アクセル開度ACCRT及び車速SPDの条件に応じてエンジンとモータとバッテリとに共通するエネルギー単位系で表現した要求出力Pvを関数f1或いは関数f2を用いて決定する(S4,S5)。例文帳に追加

Demand output Pv expressed in energy unit system common to an engine, a motor and the battery is determined with using a function f1 or a function f2 according to a condition of accelerator opening ACCRT and vehicle speed SPD (S4, S5). - 特許庁

一例として、例えば、液室の撓みと反力が指数関数、三角関数、又は、これらの組み合わせにより表現されるものとしてモデル化を行う。例文帳に追加

For example, modelling is performed on the premise that deflection and reaction force of the fluid chamber are expressed by an exponential function and a trigonometric function or combination of these. - 特許庁

この重み係数はディジタル画像検出器の所望の分解能(例えば、所望の変調伝達関数として表現される)およびディジタル画像検出器の測定分解能(例えば、測定された変調伝達関数)に基づく。例文帳に追加

The weight coefficient is decided on the basis of the desired resolution (e.g. represented as a desired modulation transfer function) of the digital image detector and the measurement resolution (e.g. a measured modulation transfer function) of the digital image detector). - 特許庁

例文

図2は、クランクピン(偏心円筒)の横断面平面上での測定器滑動手段の動作を模式的に表現したもので、関数y(ψ,x)を関数y(θ)に変換するパラメータ変換の方法を示す。例文帳に追加

The figure schematically represents an operation of a measuring apparatus sliding means on a transverse sectional plane of a crank pin (an eccentric cylinder), and shows a method of a parameter conversion for converting a function y (ψ, x) to a function y (θ). - 特許庁


例文

シーンまたは信号を表現する画像データ、ビデオデータ、及び音声データの品位(例えば解像度)を、シーンまたは信号の同一部分の高品位表現及び低品位表現上で学習させた品位向上関数によって品位向上させる。例文帳に追加

To enhance quality grades (for example, resolution) of an image data, a video data and a voice data expressing a scene or a signal, by a quality grade enhancement function learnt on a high quality grade expression and a low quality grade expression in the same portion of the scene or signal. - 特許庁

WEBページのコピー機能の無効化は、REPLACE関数、INSERT関数等の様々な関数や技術を利用し、作業対象文字列から指定した正規表現式パターンを満足する文字列を探し、探し出した文字列を指定した文字列に置換える方法等を利用する。例文帳に追加

The invalidation of the function of copying the web page utilizes various functions and technologies such as a REPLACE function and an INSERT function, and utilizes such a method as foraging through character strings to be operated on for a character string that satisfies a designated normal pattern of expression formulae, and replacing the character string specified in the designated character string. - 特許庁

変換部12は、入力信号の信号波形をサンプリングして得られる時刻と値との組を有するデータ組列に基づいて、時刻と当該時刻での値との組を変数とする論理関数である特性関数を生成して二分決定図での表現である第二関数に変換する。例文帳に追加

A converter 12 generates a characteristics function which is a logic function that makes a set of a time and a value at the time to be a variable based on a data set row having a set of the time and the value obtained by sampling a signal waveform of an input signal, and converts it into a second function which is an expression in a binary decision diagram. - 特許庁

任意の論理関数を実現するしきい素子回路網であって、上記しきい素子を複数段結合する構造を有し、論理関数機能を構成するデータとして、多値表現されたデータを用いることを特徴とする論理関数機能再構成可能集積回路である。例文帳に追加

In this integrated circuit capable of reconstituting a logical function, a threshold element circuit network for realizing an arbitrary logical function is provided with a structure in which threshold elements are connected across two or more stages, and multi-level expressed data are used as data constituting the logical function. - 特許庁

例文

対象画像を処理する画像処理方法は、CSRBF法を用いて、前記対象画像を関数表現した関数データを生成する過程(ステップ12)と、生成された関数データを用いて、前記対象画像が所望の画像となるように画像処理を行う過程(ステップ13)とを具備する。例文帳に追加

The image processing method for processing a target image includes a process (step 12) for creating function data which expresses the target image as functions using the CSRBF method, and a process (step 13) for processing the target image into a desired image using the function data created. - 特許庁

例文

コードオブジェクトは バイトコンパイルされた (byte-compiled)実行可能な Python コード、別名 バイトコード (bytecode) を表現します。 コードオブジェクトと関数オブジェクトの違いは、関数オブジェクトが関数のグローバル変数 (関数を定義しているモジュールのグローバル) に対して明示的な参照を持っているのに対し、コードオブジェクトにはコンテキストがないということです; また、関数オブジェクトではデフォルト引数値を記憶できますが、コードオブジェクトではできません(実行時に計算される値を表現するため)。例文帳に追加

Code objects represent byte-compiled executable Python code, or bytecode.The difference between a code object and a function object is that the function object contains an explicit reference to the function's globals (the module in which it was defined), while a code object contains no context; also the default argument values are stored in the function object,not in the code object (because they represent values calculated atrun-time). - Python

軌跡関数は、フレームを特定するフレーム番号とオブジェクト位置とを関連付け、これに基づいて、当該フレームのパーティクル表現オブジェクトの他、当該フレームの前後の1又は複数のフレームのパーティクル表現オブジェクトを配置し、フレーム経過に伴い軌跡関数上を移動させる。例文帳に追加

The locus function correlates a frame number for specifying a frame with an object position; based on this, besides a particle expression object of the frame, arranges one or more particle expression objects of one or a plurality of frames ahead of and behind the frame; and moves the particle expression object on the locus function in accordance with a frame proceeding. - 特許庁

演算処理部150は、入力部110からの入力により、設計変数空間または設計変数および目的関数によって表現される変数によって定義される空間を、設計変数および目的関数として表現できない設計情報によって分割し、その空間にパレート最適解を空間の分割に対応する表示態様で表示部160に表示する。例文帳に追加

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. - 特許庁

軌跡関数は、フレームを特定するフレーム番号とオブジェクト位置とを関連付け、これに基づいて、当該フレームのパーティクル表現オブジェクトの他、当該フレームの前後の1又は複数のフレームのパーティクル表現オブジェクトを配置し、フレーム経過に伴い軌跡関数上を移動させる。例文帳に追加

The trace functions correlate frame numbers to specify frames with object positions, arrange particle expression object of one or a plurality of frames before and after the frames other than particle expression objects of the frames based on the correlated frame numbers and the object positions and transfers the particle expression objects on the trace functions in accordance with frame processes. - 特許庁

仮想車両の変速時には、変速前のクラッチやブレーキの係合状態が変速に際して解除されていく態様を表現する仮想上のモデル関数と、変速完了後のクラッチやブレーキの係合状態へと係合していく態様を表現する仮想上のモデル関数とから自動変速機320において生じるトルクの変動が算出される。例文帳に追加

At the time of speed changing an imaginary vehicle, variation of torque occurring in an automatic transmission 320 is calculated from an imaginary model function representative of the releasing mode of a clutch or a brake at the time of speed change, and an imaginary model function representative of the engaging mode of the clutch or the brake upon completion of speed change. - 特許庁

軌跡関数に基づき、当該フレームの前後mフレームの複数のパーティクル表現オブジェクトを配置する場合、所与の時間間隔を置いて、少なくとも可視化が開始されるフレームよりmフレーム以上前から、パーティクル表現オブジェクトを配置する。例文帳に追加

When a plurality of particle expression objects of m frames ahead of and behind the frame are arranged based on the locus function, the particle expression objects are arranged from at least m frames ahead of the frame where visualization is started at predetermined time intervals. - 特許庁

軌跡関数に基づき、当該フレームの前後mフレームの複数のパーティクル表現オブジェクトを配置する場合、所与の時間間隔を置いて、少なくとも可視化が開始されるフレームよりmフレーム以上前から、パーティクル表現オブジェクトを配置する。例文帳に追加

When a plurality of particle expression objects of m frames before and after the frames are arranged based on the trace functions, the particle expression objects are arranged from at least m frames before the frame where visualization is started at given time intervals. - 特許庁

正常空間構築支援装置3は、観測データを入力し(S102)、正常データへ変換し(S104)、正常データの論理和を論理関数として表現して正常空間を構築し(S105)、観測データに対する論理関数のサイズの変化を表示する(S106)。例文帳に追加

This normal space construction support device 3 inputs observation data (S102), converts the data into normal data (S104), constructs a normal space by expressing a logic sum of the normal data as a logic function (S105), and displays a size change of the logic function to the observation data (S106). - 特許庁

発散及び回転がゼロという条件を満足する電場ベクトルEの解析領域(酸化シリコン領域2)において、電場ベクトルEに垂直の関係となるベクトルEを設定し、ベクトルEを流れ関数Ψに用いて表現し、該流れ関数Ψのラプラス方程式を導出する。例文帳に追加

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. - 特許庁

仮初期値式生成部103はソースプログラム中のオブジェクト生成関数の定義に着目し、オブジェクト生成関数がオブジェクトのメンバ変数への値の設定以外の動作を行わないものである場合には、メンバ変数を仮引数で表現した仮初期値式を作成する。例文帳に追加

A dummy initial value expression generating part 103 pays attention to the definition of an object generating function in a source program and when the object generating function does not perform operations except setting value to the member variable of an object, it produces a dummy initial value expression which represents a member variable with a dummy argument. - 特許庁

CTスキャンに関して患者に造影剤を注入する造影剤注入装置(20)は、指数関数の速度で減衰する初期注入速度を伴った理想的に定義された指数関数曲線の表現である注入プロトコルを提供するようにプログラムされている。例文帳に追加

The device (20) for injecting the contrast medium to a patient regarding a CT scan is programmed to provide an injection protocol which is a representation of an ideally defined exponential curve with an initial injection rate decaying at an exponential rate. - 特許庁

そして、各関数ごとの処理時間の実測値を検出することで、ボトルネック検出部150が実測値と閾値とを比較し、実測値が閾値を超えた関数について、表示制御部160が表現形式を視覚的に変更して表示させることを特徴とする。例文帳に追加

Then, by detecting the actual measurement value of the processing time for each function, a bottleneck detection part 150 compares the actual measurement value and the threshold, and a display control part 160 visually changes a display form and displays the function whose actual measurement value exceeds the threshold. - 特許庁

モデル抽出装置5は、動作レベル記述、各中間レベル記述、RTL 記述からそれらに対応するモデルとして有限状態機械をベースとする制御構造と信号の更新を表現可能なモデルを抽出し、信号値関数抽出装置7は、モデルから信号値関数を抽出する。例文帳に追加

A model extracting device 5 extracts models capable of expressing update of control structure and signals based on a finite state machine as models corresponding to the operation level description, the respective intermediate level descriptions and the RTL description from them and a signal value function extracting device 7 extracts signal value functions from the models. - 特許庁

伝達関数パラメータ取得部32は、制御対象10に入力する操作量MVの時系列データと操作量MVに応じて制御対象10から出力される制御量PVの時系列データとに基づき制御対象10を表現する複数の伝達関数のパラメータを求める。例文帳に追加

A transfer function parameter acquisition unit 32 obtains a parameter of a plurality of transfer functions representing a control target 10 based on time series data of an operation amount MV input to the control target 10 and time series data of a control amount PV output from the control target 10 according to the operation amount MV. - 特許庁

ここで、一般に、前者Gは、計測ビームLBの投射点のスケールSC上の位置(x,y)の関数として、後者Hは、ヘッドEhとスケールSC間のクリアランス(z)と傾斜・回転(ψx,ψy,ψz)の関数として、表現することができる。例文帳に追加

In general, G is represented as a function of a position (x, y) of a projection point of a measurement beam LB on the scale SC, and H is represented as a function of a clearance (z) between the head Eh and scale SC and a tilt-rotation (ψx, ψy, ψz). - 特許庁

また、jをnA以下の自然数とし、各加算平均を時間の関数G_j(t)で表現した場合に、その関数G_j(t)に対し所定の時系列フィルタを乗じることにより、所定の数式の演算を行う時系列フィルタリング手段が設けられている。例文帳に追加

The ultrasonic detector also has a time-serial filtering means for conducting the computation by a prescribed mathematical expression, by multiplying a function G_j(t) with a prescribed time-serial filter, where j expresses a natural number of nA or less, and G_j(t) expresses the each addition average. - 特許庁

CTスキャンに関して患者に造影剤を注入する造影剤注入装置(20)は、指数関数的な速度で減衰する初期注入速度を伴った理想的に定義された指数関数曲線(図5a及び5b)の表現である注入プロトコルを提供するようにプログラムされている。例文帳に追加

A contrast medium injector (20) for injecting a patient with contrast medium for a CT scan is programmed to provide an injection protocol that is a representation of an ideally defined exponential curve (not shown) with an initial injection rate decaying at an exponential rate. - 特許庁

可変構造を有する目的関数で機械システムモデル3を表現し、最適化システム6は、目的関数の変数の全ての組み合わせについて、指令信号に対する機械システムモデル3の応答を評価し、その評価結果の中から最適な評価結果となる変数の組み合わせを抽出する。例文帳に追加

A mechanical system model 3 is expressed by a purpose function having a variable structure, the optimization system 6 evaluates a response of the mechanical system model 3 to an instruction signal for all combinations of variables of the purpose function, and extracts a combination of variables which provides an optimum evaluation result from the evaluation results. - 特許庁

区間毎に分割されたコンテンツ信号を特徴づける信号特徴量をお互いの類似性に従い分類した後、分類された区間の集合に対して存在確率を表現する関数を求め、求めた関数同士の類似度が高い集合同士を統合する。例文帳に追加

After a signal characteristic quantity for characterizing content signals divided for each section is sorted in accordance with similarity, a function for expressing existence probability is obtained for each set of the sorted sections and sets having higher similarity among the functions obtained are integrated. - 特許庁

そして、複数の部分誘電関数モデルに含まれるパラメータ群の各パラメータを結晶化指数κにより表現し、結晶化指数κを変更することにより各パラメータの値を変更し、分光エリプソメータ3により取得された測定誘電関数に対する理論誘電関数のフィッティングが行われる。例文帳に追加

Then, each of parameters in a parameter group included in the plurality of partial dielectric function models is represented by the crystallization index κ, the value of each of parameters is changed by changing the crystallization index κ, and fitting of the theoretical dielectric function to a measured dielectric function acquired by a spectroscopic ellipsometer 3 is performed. - 特許庁

振幅制御されていない前記所定周波数信号の信号位相に、所定包絡線関数の最大値が1になるように正規化された正規化包絡線関数の逆余弦関数表現される包絡線位相を、加算した和位相と、信号位相から前記包絡線位相を、減算した差位相とを生成する。例文帳に追加

A sum phase and a difference phase to be acquired by adding an envelope phase to be expressed by the inverse cosine function of a normalized envelope function normalized so that the maximum value of a predetermined envelope function becomes 1, to the signal phase of a predetermined frequency signal not being amplitude-controlled, and by subtracting the envelope phase from the signal phase, are formed. - 特許庁

変分法は2項基底集合を使って、1次元の系について基底状態および励起状態のエネルギと波動関数を計算し、図形的に表現する。例文帳に追加

Variational Method calculates - and illustrates graphically - ground and excited state energies and wave functions for one-dimensional systems using a binomial basis set.  - コンピューター用語辞典

必須要素の確認もしてくれますし、javascript のコードも自動で生成してくれます。 また独自の関数や正規表現を使用して独自の検証を行えるという柔軟性もあります。例文帳に追加

It takes care of required elements, generates the javascript automatically and adds a lot of flexibility by allowing you to use your own validation functions and regular expressions.  - PEAR

この関数を呼び出した後では、オブジェクトのメモリ領域はもはや有効なPython オブジェクトを表現してはいないので、オブジェクトのフィールドに対してアクセスしてはなりません。例文帳に追加

The fields of the object should not be accessed after this call as the memory is no longer a valid Python object. - Python

この関数はウィンドウのデータ構造を表現したい内容を反映するように更新しますが、物理スクリーン上に反映させるための強制更新を行いません。例文帳に追加

This function updates the data structure representing the desired state of the window, but does not force an update of the physical screen. - Python

0 にセットすると、このモジュールの関数は、リトルエンディアンのシステムで以前のバージョンと互換性のない方法でマルチバイトピクセル値を表現するようになります。例文帳に追加

If set to 0, the functions in this module use a non-backwardcompatible way of representing multi-byte pixels on little-endiansystems.  - Python

obj の中身を NUL 文字終端された表現にして、出力用の変数buffer と length を使って返します。 この関数は文字列オブジェクトと Unicode オブジェクトのどちらも入力として受理します。例文帳に追加

Returns a NUL-terminated representation of the contents of theobject obj through the output variables buffer andlength.The function accepts both string and Unicode objects as input.  - Python

イディオムの表現と解釈を補助するため、イディオムは次の2つの関数呼び出しで挟まなければならない:XdbeBeginIdiom(),XdbeEndIdiom().開始-終了の組でイディオムを挟んでいない場合は、実装による認識は行えず、実行性能は悪くなる。例文帳に追加

Unless thisbegin-end pair surrounds the idiom, it may not be recognized by a givenimplementation, and performance will suffer.  - XFree86

また、波形歪判別器80は、インパルス応答や遅延プロファイルで表現される波形をフーリエ変換することにより得られる周波数伝達関数や周波数特性に基づいて、その波形の歪の有無を判別してもよい。例文帳に追加

Furthermore, the waveform distortion discriminator 80 may discriminate the presence of distortion of the waveform on the basis of a frequency transfer function and frequency characteristics obtained by applying Fourier transform to the waveform expressed in the impulse response and the delay profile. - 特許庁

共通述語・関数テーブル6には、サービス群の処理内容を記述したメタデータを構成する状態表現述語が補償処理を要するかを示すフラグ情報(Compensation式)が記述されている。例文帳に追加

A common predicate/function table 6 describes flag information (compensation expression) showing whether or not a state expression predicate constituting metadata describing processing contents of a service group needs compensation processing. - 特許庁

光路差関数から実際の段差のある回折レリーフ形状に変換する過程において、簡易表現式により高精度の近似形状により作られた回折レンズを提供。例文帳に追加

To obtain a diffraction lens formed into an approximate shape with high accuracy by a simple expression formula in the process of converting an optical pass difference function into a practical diffraction relief pattern having steps. - 特許庁

CSRBFを用いて関数表現化するときの再構成精度が高く、また符号化したときの圧縮率も高く、原画像になるべく近い形で画像を非可逆圧縮する画像処理方法を提供する。例文帳に追加

To provide an image processing method for performing lossy compression of an image as in conformity with an original image as possible with high reconstitution precision during function representation using CSRBF and high compressibility during encoding. - 特許庁

静的トルク設定部9002において設定された静的な要求エンジントルクは、変換部9004において、1次遅れの関数表現されたエンジンモデルC(s)を用いて動的な要求エンジントルクに変換される。例文帳に追加

Static demand engine torque set in a static torque setter 9002 of a control device of a drive source is converted into dynamic demand engine torque in a converter 9004 using an engine model C(s) represented by a first-order lag function. - 特許庁

また、配線間隔の大きさによって欠陥密度の大きさを計る歩留まりを表現する関数も有し、これによって歩留まりが向上する配線バランスも行う。例文帳に追加

In addition, a function that expresses yield, which measures defect density depending on the value of wiring intervals, is also used to calculate wiring balance that improves yield. - 特許庁

例えば周波数と経過時間を座標軸とした二次元座標上で、電力又は位相を、色又は輝度で表現することにより、伝達関数の表示を行う。例文帳に追加

Power or phase is represented with a color or luminance on two-dimensional coordinates with a frequency and the lapse of time as coordinate axes, for example, thereby displaying a transfer function. - 特許庁

動的グラフプロセッサ(DGP)は、方向付けグラフの隣接行列表現を実現しリコンフィギュラブルハードウエアアレイの既知の位置に頂点を配置するアクティブ隣接行列(AAM)の関数としてコンフィギュアされる。例文帳に追加

A dynamic graph processor(DGP) is configured as a function of an active adjacent matrix(AAM) having its vertexes at known positions of the reconfigurable hardware array by actualizing adjacent matrix representation of the directional graphs. - 特許庁

音声のスペクトル包絡を混合ガウス分布関数で近似することで少数のパラメータによって音声スペクトルを表現して分析パラメータを得る。例文帳に追加

A speech spectrum is expressed with few parameters, by approximating a speech spectral envelope with a mixed Gaussian distribution function, and analysis parameters are obtained. - 特許庁

関数形式で表現された三次元モデルの曲面から、穴などの欠陥が無く且つ正三角形に近い均一な三角形メッシュを生成可能とする。例文帳に追加

To form uniform triangular mesh close to an equilateral triangle without defects such as holes, from a curved surface of a three-dimensional model represented in an implicit functional format. - 特許庁

また、n次多項式係数導出部902で格子分割部911において分割された各格子線分のすべての歪み補正座標を格子線分上の位置との関数表現し、求める区分n次多項式で近似する。例文帳に追加

Also, in an n-th order polynomial coefficient deriving part 902, all the distortion correction coordinates of respective grid line segments divided in the grid dividing part 911 are expressed as functions in positions on the grid line segments and approximated by a sectional n-th order polynomial to be obtained. - 特許庁

例文

離散信号x(t)に基づいて、当該離散信号を表現する非線形関数自己回帰モデルの自己回帰係数を求め、この自己回帰係数に基づいて、離散信号x(t)が目的信号であるか否かを判定する。例文帳に追加

On the basis of a discrete signal x(t), autoregression coefficients of a nonlinear function autoregression model representing the discrete signal are found; and on the basis of the autoregression coefficient, it is determined whether the discrete signal x(t) is the target signal. - 特許庁

索引トップ用語の索引



  
コンピューター用語辞典
Copyright (C) 1994- Nichigai Associates, Inc., All rights reserved.
  
Copyright © Japan Patent office. All Rights Reserved.
  
この対訳コーパスは独立行政法人情報通信研究機構の研究成果であり、Creative Commons Attribution-Share Alike 3.0 Unportedでライセンスされています。
  
Copyright (C) 1994-2004 The XFree86®Project, Inc. All rights reserved. licence
Copyright (C) 1995-1998 The X Japanese Documentation Project. lisence
  
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.
  
Copyright © 2001 - 2008 by the PEAR Documentation Group.
This material may be distributed only subject to the terms and conditions set forth in the Open Publication License, v1.0 or later (the latest version is presently available at http://www.opencontent.org/openpub/ ).
こんにちは ゲスト さん

ログイン

Weblio会員(無料)になると

会員登録のメリット検索履歴を保存できる!

会員登録のメリット語彙力診断の実施回数増加!

無料会員に登録する
英→日 日→英
こんにちは ゲスト さん

ログイン

Weblio会員(無料)になると

会員登録のメリット検索履歴を保存できる!

会員登録のメリット語彙力診断の実施回数増加!

無料会員に登録する

©2024 GRAS Group, Inc.RSS