小窓モード


プレミアム

ログイン
設定

設定

非決定性の英語

ピン留め

追加できません

(登録数上限)

単語を追加

英訳・英語 undecidability; nondeterminism


コンピューター用語辞典での「非決定性」の英訳

非決定性


「非決定性」の部分一致の例文検索結果

該当件数 : 19



例文

非決定性チューリング機械《各ステップでの次の状態が一意的でない》例文帳に追加

a nondeterministic Turing machine発音を聞く  - 研究社 英和コンピューター用語辞典

このクラスは, (非)決定有限オートマトンの動作をシミュレートする.例文帳に追加

This class simulates the behavior of a (non)deterministic finite state automaton.発音を聞く  - コンピューター用語辞典

非決定性処理という,コンピューターの推論処理における機能例文帳に追加

a function of reasoning management, called non-determinism発音を聞く  - EDR日英対訳辞書

このオプションを呼び出して、非決定性オートマトンを等価な決定オートマトンに変換しなさい。例文帳に追加

Invoke this option to convert a non-deterministic automaton to an equivalent deterministic automaton.発音を聞く  - コンピューター用語辞典

非決定性チューリング機械は確率を無視した確率的チューリング機械である。例文帳に追加

A nondeterministic Turing machine is a probabilistic Turing machine ignoring the probabilities.発音を聞く  - コンピューター用語辞典

すなわち、それと等価な決定プッシュダウンオートマトンが存在しない非決定性プッシュダウンオートマトンがあるということである。例文帳に追加

That is, there are some nondeterministic pushdown automata for which no equivalent deterministic pushdown automaton exists.発音を聞く  - コンピューター用語辞典

例文

我々は,決定プッシュダウンオートマトンは,非決定性プッシュダウンオートマトンほど強力ではないということに気づいた.例文帳に追加

We noted that deterministic pushdown automata were less powerful than nondeterministic pushdown automata.発音を聞く  - コンピューター用語辞典

>>例文の一覧を見る


調べた例文を記録して、 効率よく覚えましょう
Weblio会員登録無料で登録できます!
  • 履歴機能
    履歴機能
    過去に調べた
    単語を確認!
  • 語彙力診断
    語彙力診断
    診断回数が
    増える!
  • マイ単語帳
    マイ単語帳
    便利な
    学習機能付き!
  • マイ例文帳
    マイ例文帳
    文章で
    単語を理解!
  • その他にも便利な機能が満載!
Weblio会員登録(無料)はこちらから

JST科学技術用語日英対訳辞書での「非決定性」の英訳

非決定性


日英・英日専門用語辞書での「非決定性」の英訳

非決定性

nondeterminacy,nondeterminancy,nondeterminism

「非決定性」の部分一致の例文検索結果

該当件数 : 19



例文

この非決定性プログラム・エヴァリュエータは、時間が分岐し、またプログラムが異なる可能な実行履歴を持つという幻想を支持している。例文帳に追加

The nondeterministic program evaluator supports the illusion that time branches, and that our programs have different possible execution histories.発音を聞く  - コンピューター用語辞典

この非決定性プッシュダウン・スタックオートマトン・シミュレータは、学生達にPDAをプログラムし実行を観察させることができる。例文帳に追加

The non-deterministic pushdown stack automaton simulator allows students to program their PDAs and watch them execute.発音を聞く  - コンピューター用語辞典

生け垣文法で記述される文書型定義7から、二分木オートマトン生成モジュール1により非決定性オートマトンを生成する。例文帳に追加

A non-deterministic binary tree automaton is generated from a document type definition 7 described in hedge grammars (document type definition grammar) by a binary tree automaton generation module 1. - 特許庁

オープンシステムおよびその環境における、環境の挙動に依存する可能のあるすべてのデータ値を、結果のクローズドシステムにおいて消去し、オープンシステムおよびその環境におけるこれらのデータ値に依存する可能のあるすべての制御フロー選択肢を、クローズドシステムにおける非決定性選択肢によって置き換えられるように、オープンシステムをクローズド非決定性システムに変換する。例文帳に追加

An open system is converted into a closed non-deciding system, so that all data which possibly depend on the behavior of environment in the open system and the environment are deleted in the closed system of a result, and control flow choices which possibly depend on the data values in the open system and the environment are substituted for non-deciding choices in the closed system. - 特許庁

文字列の正規表現から非決定性有限状態オートマトンを構築し、この非決定性有限状態オートマトンに基づいて決定有限状態オートマトンを構築するオートマトン構築部210と、この決定有限状態オートマトンを用いて文字列のマッチングを行うオートマトン判定部240とを備える。例文帳に追加

This document processing system is provided with an automaton constructing part 210 constructing an indeterminative finite state automaton from the regular expression of a character string and constructing the determinative finite state automaton based on the indeterminative finite state automaton and an automaton deciding part for performing a matching for character strings by using the determinative finite state automaton. - 特許庁

非決定性算法を実行する1つの方法は,バックトラッキングを使うことであり,もう1つは,(すべての)可能のある解を並行して詳しく調べることである.例文帳に追加

One way to implement a nondeterministic algorithm is using backtracking, another is to explore (all) possible solutions in parallel.発音を聞く  - コンピューター用語辞典

そして、このオートマトン判定部240は、マッチした文字列に関し、さらに非決定性有限状態オートマトンと決定有限状態オートマトンとを用いて、文字列のマッチ範囲を特定する。例文帳に追加

The automaton deciding part 240 specifies a match range of the character strings by using the indeterminative finite state automaton and the determinative finite state automaton, regarding the matched character strings. - 特許庁

例文

ローカルコンポーネント(210)が、非決定性通信リンク(220)を使用してリモートコンポーネント(230)に接続された、ローカルコンポーネント(210)とリモートコンポーネント(230)との間で通信するための方法および装置。例文帳に追加

A method and an apparatus communicate between a local component (210) and a remote component (230), where the local component (210) is connected to the remote component (230) using a non-deterministic communication link (220). - 特許庁

>>例文の一覧を見る


非決定性のページの著作権
英和・和英辞典 情報提供元は 参加元一覧 にて確認できます。

   
日外アソシエーツ株式会社日外アソシエーツ株式会社
Copyright (C) 1994- Nichigai Associates, Inc., All rights reserved.
独立行政法人科学技術振興機構独立行政法人科学技術振興機構
All Rights Reserved, Copyright © Japan Science and Technology Agency
日中韓辭典研究所日中韓辭典研究所
Copyright © 2024 CJKI. All Rights Reserved

ピン留めアイコンをクリックすると単語とその意味を画面の右側に残しておくことができます。

こんにちは ゲスト さん

ログイン

Weblio会員(無料)になると

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

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

無料会員に登録する

このモジュールを今後表示しない
みんなの検索ランキング
閲覧履歴
無料会員登録をすると、
単語の閲覧履歴を
確認できます。
無料会員に登録する
英→日 日→英
こんにちは ゲスト さん

ログイン

Weblio会員(無料)になると

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

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

無料会員に登録する

©2024 GRAS Group, Inc.RSS