翻訳と辞書
Words near each other
・ Pseudocobelura
・ Pseudocobelura prolixa
・ Pseudocobelura succincta
・ Pseudococculina
・ Pseudococculina granulata
・ Pseudococculina gregaria
・ Pseudococculina rimula
・ Pseudococculina rugosoplicata
・ Pseudococculina subcingulata
・ Pseudococculinidae
・ Pseudococcus
・ Pseudococcus maritimus
・ Pseudococcus viburni
・ Pseudocochliobolus eragrostidis
・ Pseudococytius
Pseudocode
・ Pseudocodiaceae
・ Pseudocodium
・ Pseudocoedomea rondoni
・ Pseudocoladenia
・ Pseudocoladenia dan
・ Pseudocollinia
・ Pseudocollinia brintoni
・ Pseudocollix
・ Pseudocollix hyperythra
・ Pseudocollix kawamurai
・ Pseudocolopteryx
・ Pseudocolumn
・ Pseudocolus
・ Pseudocolus fusiformis


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

Pseudocode : ウィキペディア英語版
Pseudocode

Pseudocode is an informal high-level description of the operating principle of a computer program or other algorithm.
It uses the structural conventions of a programming language, but is intended for human reading rather than machine reading. Pseudocode typically omits details that are essential for machine understanding of the algorithm, such as variable declarations, system-specific code and some subroutines. The programming language is augmented with natural language description details, where convenient, or with compact mathematical notation. The purpose of using pseudocode is that it is easier for people to understand than conventional programming language code, and that it is an efficient and environment-independent description of the key principles of an algorithm. It is commonly used in textbooks and scientific publications that are documenting various algorithms, and also in planning of computer program development, for sketching out the structure of the program before the actual coding takes place.
No standard for pseudocode syntax exists, as a program in pseudocode is not an executable program. Pseudocode resembles, but should not be confused with skeleton programs which can be compiled without errors. Flowcharts, drakon-charts and Unified Modeling Language (UML) charts can be thought of as a graphical alternative to pseudocode, but are more spacious on paper.
==Application==
Textbooks and scientific publications related to computer science and numerical computation often use pseudocode in description of algorithms, so that all programmers can understand them, even if they do not all know the same programming languages. In textbooks, there is usually an accompanying introduction explaining the particular conventions in use. The level of detail of the pseudo-code may in some cases approach that of formalized general-purpose languages.
A programmer who needs to implement a specific algorithm, especially an unfamiliar one, will often start with a pseudocode description, and then "translate" that description into the target programming language and modify it to interact correctly with the rest of the program. Programmers may also start a project by sketching out the code in pseudocode on paper before writing it in its actual language, as a top-down structuring approach, with a process of steps to be followed as a refinement.

抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)
ウィキペディアで「Pseudocode」の詳細全文を読む



スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.