検索結果- 英語 - 多言語
検索内容:
structured programming
mob programming
defensive programming
programming by contract
contract programming
dynamic programming
(mathematics, computer science) An optimization method by which a problem having optimal substructure is recursively broken into simpler subproblems which are solved to produce the globally optimal solution.
動的計画法: 問題をより単純な部分問題に再帰的に分割し、各部分問題の解を組み合わせることで全体の最適解を導く最適化手法。
computer programming
(programming) The process of designing, writing, testing, debugging, and maintaining the source code of computer programs.
コンピュータプログラミングは、コンピュータプログラムのソースコードを設計、記述、テスト、デバッグ、保守する一連のプロセスを指します。
computer programmings
space programs
plural of space program
宇宙計画(「space program」の複数形。つまり、複数の宇宙計画を指します)
literate programming
(programming) A programming paradigm in which a program is given as an explanation of the program logic in a natural language (such as English), interspersed with snippets of macros and traditional source code, from which compilable representation can be generated.
リテラシープログラミング:プログラムの論理を自然言語による詳細な解説と、マクロや従来のソースコードの断片を交えて記述し、そこからコンパイル可能なプログラム表現を生成するプログラミングパラダイム。