NON-DETERMINISTIC Meaning in Japanese - translations and usage examples

非決定性

Examples of using Non-deterministic in English and their translations into Japanese

{-}
  • Colloquial category close
  • Ecclesiastic category close
  • Computer category close
  • Programming category close
The system is stochastic. Right? It's non-deterministic.
システムが曖昧な感じで非決定的だね。
Non-deterministic results(e.g. the current time or the current temperature);
非決定性の結果を出すオブジェクト(例えば、現在時刻や現在温度)。
The internet is making billions of these non-deterministic free will decisions every day.
インターネットでは、このような非決定性の自由意志による決断を毎日何億回も行っている。
Additionally, while locks can resolve data races,programs using locks are often non-deterministic.
また、ロックはデータ競合を解決しますが、ロックを使用したプログラムは非決定的になりがちです。
The object supplies non-deterministic results(e.g. the current time or the current temperature);
非決定性の結果を出すオブジェクト(例えば、現在時刻や現在温度)。
Given a regular expression as a string, you need to generate a non-deterministic finite state machine.
正規表現が表す文字列と言語が一致するような非決定性有限状態機械を生成する必要があります。
Non-deterministic- In the past, enterprise architects applied centralized decision-making to design outcomes.
非決定的-これまでエンタープライズ・アーキテクトは成果を計画するために中央集権的な意志決定法用いてきた。
Machine learning must always deal with uncertain quantities,and sometimes may also need to deal with stochastic(non-deterministic) quantities.
機械学習は常に不確実な量を扱い,また時には確率的な(非決定論的な)量を扱わなけれ。
This makes the call non-deterministic, as you don't know whether or not there is a pending asynchronous validation request.
これでは、呼び出しが非決定的になってします。非同期バリデーション要求が保留中かどうかわからない。
You're responsible for making sure your generated snapshots do not include platform specific orother non-deterministic data.
生成したスナップショットがプラットフォームに固有のものやその他の確定的なデータを含まないように努めなければなりません。
For example, a non-deterministic Turing machine is a computational model that is allowed to branch out to check many different possibilities at once.
例えば、非決定性チューリング機械は、分岐して様々な可能性を同時にチェックできるという計算モデルである。
I will label my new state 2456 because it keeps track of everywhere that Icould have my fingers if I'm simulating this non-deterministic machine.
今指を置いたすべての場所が決定性有限状態機械で行けるステートですこのステートは受理ステートでしょうか?
If a program obtains data at run-time, it might become a non-deterministic program if the data source provides non-deterministic data.
プログラムが実行時にデータを取得する場合やデータソースが非決定的なデータを提供する場合、プログラムは非決定的なプログラムになる可能性があります
Another interesting area is the integration that Google Cloud has done with Blue Prism on its cloud machine learning,which is unique and can potentially enable non-deterministic decision-making process too.
GoogleCloudがクラウド機械学習を使用してBluePrismと共同で行った統合も興味深い例です。この統合はユニークなものであり、非決定的な意思決定プロセスを実現できる可能性を持っています。
Now, this is not a proof,but it just so happens that any non-deterministic machine can be converted to a deterministic machine using exactly the same steps.
今とまったく同じステップを使いどんな非決定性有限状態機械でも決定性有限状態機械に変換することができます。
It will generate a lot of messages to. I stderr concerning the form of the input andthe resultant non-deterministic and deterministic finite automata.
入力の形式とその結果として出力される決定性/決定性有限オートマトンに関して.I標準エラー出力に多量のメッセージを出力します。
Their tiny chip brains weigh competing factors and in a non-deterministic way the fuzzy logic circuits make a decision about when to turn off the dryer, or what temperature to heat the rice.
その小さなICチップの頭脳は、競合する要因を比較し、非決定論的方法でファジー論理回路が判断して、いつ乾燥機を停止させるか、あるいはどんな温度で米を加熱するかを決める。
Ken's QED compiled machinecode for each regular expression that created a NDFA(non-deterministic finite automaton) to do the search.
KenのQEDは探索を行うためのNDFA(non-deterministicfiniteautomaton)(非決定性有限オートマトン)を作成する正規表現を個別に機械コードへコンパイルしました。
Temporal concurrent constraint programming(TCC) and non-deterministic temporal concurrent constraint programming(MJV) are variants of constraint programming that can deal with time.
時相並行制約プログラミング(TemporalConcurrentConstraintprogramming;TCC)や非決定性時相並行制約プログラミング(Non-deterministicTemporalConcurrentConstraintprogramming)は時を扱う制約プログラミングの一種である。
NeoContract does not provide the ability to directly access external data, such as access to resources on the Internet,because this will introduce non-deterministic behavior, resulting in inconsistencies between nodes during contract execution.
NeoContractは、インターネット上のリソースへのアクセスなど、外部データに直接アクセスする機能を提供しません。これは、非決定論的な動作を導入し、コントラクトの実行中にノード間で矛盾が生じるためです。
We can actually implement a computer like this, but we can imagine a computer that we call a non-deterministic computer, non-deterministic turing machine that could this sort of magical step and that's where NP gets its name, non-deterministic polynomial time.
非決定的コンピュータや非決定的チューリング機械と呼ばれるものがこの魔法のステップを可能にしますこの非決定的多項式時間の頭文字をとってNPと呼ばれています。
However, for certain classes of enterprise applications like those described earlier, non-deterministic behaviour and therefore Java is not suitable.
しかし、前述したような、あるレベルのエンタープライズアプリケーションにとっては、振る舞いは非決定的であり、したがってJavaは適していません。
We are proposing here a new action language,which is capable of representing non-deterministic actions and static constraints by extending the language A proposed by Gelfond and Lifschitz.
まず、非決定性アクションやフルーエント間の制約式が表現可能な新しいアクション言語を、GelfondとLifschitzによる言語Aの拡張形として提案する。
For a detailed explanation of thecomputer science underlying regular expressions(deterministic and non-deterministic finite automata), you can refer to almost any textbook on writing compilers.
正規表現の基礎を成す計算機科学(決定、決定有限オートマトン)の詳細な説明については,コンパイラ作成に関するテキストブックをどれでもいいので参照して下さい。
Modern server platforms withmultiple network adapters can encounter non-deterministic and counter-intuitive naming of these interfaces.
複数のネットワークアダプターを持つ最近のサーバープラットフォームはこれらのインターフェイスについて非断定的な非直感的な命名に遭遇する可能性があります。
Results: 25, Time: 0.0308

Top dictionary queries

English - Japanese