PSEUDOCODE Meaning in Japanese - translations and usage examples

擬似コード

Examples of using Pseudocode in English and their translations into Japanese

{-}
  • Colloquial category close
  • Ecclesiastic category close
  • Computer category close
  • Programming category close
How to interpret this pseudocode?
この擬似コードを解釈してみましょう。
This pseudocode assumes that no repetition is allowed.
この擬似コードは反復がないと仮定している。
Let's redress with some new pseudocode.
新しい擬似コードで修正しましょう。
Listing 2. Pseudocode for the main application loop.
リスト2.アプリケーションのメインループの擬似コード
Let's express this optimization in pseudocode.
ではこの最適化を擬似コードで表現してみましょう。
Pseudocode facilitates the development of the actual code.
実際のコードを開発する上でこの擬似コードが役立ちます。
DFD levels and layers: From context diagrams to pseudocode.
DFDのレベルとレイヤー:コンテキスト図から擬似コードまで。
Pseudocode for the bootloader might be as simple as the following eight instructions:.
ブートローダの擬似コードは以下の8個の命令に単純化できる。
A hard breakpointrepresents an actual trap instruction included in the pseudocode of a compiled function.
実ブレークポイントはコンパイル済関数の擬似コードに含まれる、実際のトラップ命令のことを表しています。
We use pseudocode of Haskell to make it easy to understand for those who don't used to parenthesized syntax.
括弧だらけの構文に慣れていない方々のために、Haskellの構文に似た擬似コードも併用して解説します。
Java and C achieve portability by compiling a program into a pseudocode, intermediate language.
JavaやCは、プログラムをpseudocode(擬似コード)・中間言語にコンパイルすることによって、移植性を実現します。
Often, programmers may write pseudocode, a combination of natural language and computer language able to be read by people.
プログラマーは、しばしば、人間が読解できるよう自然言語とコンピューター言語を組み合わせた擬似コードを書くことがあります。
By becoming sufficiently detailed in the DFD,developers and designers can use it to write pseudocode, which is a combination of English and the coding language.
DFDで十分に詳細を記述できるようになると、開発者や設計者はこの図を英語とコード言語を組み合わせた擬似コードの記述に利用できるようになります。
In pure Python terms, then, the traversal or"resource location" portion ofsatisfying the /joeschmoe/photos/photo1 request will look something like this pseudocode.
PurePythonの用語では、/joeschmoe/photos/photo1に対するリクエストを満たすトラバーサルあるいは「リソースlocation」部分は、この擬似コードのように見えるでしょう。
Natural language is expressive and readable, pseudocode is more precise, math notation is concise, and code is executable.
自然言語は表現が豊かで可読性が高く、疑似コードはより正確で、数学の表記法は簡潔で、コードは実行可能である。
Programming used to be about translation: expressing ideas in natural language, working with them in math notation,then writing flowcharts and pseudocode, and finally writing a program.
プログラミングは翻訳が目的で使われる:それは自然言語でアイデアを表現し、それらを数学の表記法で扱い、フローチャートや疑似コードで記述し、最終的にプログラムを書く。
In fact,let's try to express it a bit more formally in pseudocode, English-like syntax that resembles a programming language.
それでは実際に少し形式的ですが擬似コードというプログラム言語に似た英語のような構文で表現してみましょう。
Example 2,“The result is 4” shows some pseudocode that shows the last invocation of the reduce function with actual values.
Example2,“Theresultis4”は擬似的なコードで、reduce関数の実際の値での最後の引数を示しています。
The resolving relative references algorithm of[RFC2396]has been rewritten using pseudocode for this revision to improve clarity and fix the following issues:¶.
RFC2396の相対的参照の解決は、明快さを改良し、以下の問題を修正するために、この改訂で擬似コードをもって書き直された:。
Results: 19, Time: 0.0219

Top dictionary queries

English - Japanese