検索結果- 英語 - 多言語
検索内容:
program committee
A group of experts responsible for reviewing scientific conference submissions and drafting the conference 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.
programming in the small
programming in the large
(software engineering) Designing a complex software system as a composition of smaller parts.
voodoo programming
(programming, informal) A slapdash approach to programming involving guesswork or plagiarism rather than proper analysis and comprehension.
systems programming
sustaining program
(broadcasting, dated, chiefly US) A radio or television program that airs on a commercial station but does not have commercial sponsorship or advertising.
dataflow programming
(programming paradigm) programming paradigm that models a program as a directed graph of the data flowing between operations, implementing architecture and dataflow principles.
reactive programming
(programming) A declarative programming paradigm where changes to values are automatically propagated, without the need for explicit reassignment.
skeleton programming
(programming) A top-down approach in computer programming based on simple high-level structures, resembling pseudocode, that are gradually fleshed out with details.