検索結果- 英語 - 多言語
検索内容:
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
voodoo programming
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.
データフローに基づくプログラミングパラダイムで、プログラムを演算間でデータが有向グラフとして流れる構造としてモデル化し、その流れやアーキテクチャの原則を実現する方式。