検索結果- 英語 - 多言語
検索内容:
fellow management programs
generic programming
(programming) A style of computer programming in which algorithms are written in terms of to-be-specified-later types that are then instantiated when needed for specific types provided as parameters.
後で具体的な型を指定するために、抽象的な型パラメータを利用してアルゴリズムやデータ構造を記述する、再利用性の高いプログラミング手法。 / 型に依存しない汎用的なコードを記述し、必要な時に特定の型で実体化するプログラミングスタイル。
program guide
A usually weekly periodical that guides the reader through the programs being broadcast on radio and/or TV; often supplemented with celebrity gossip and other entertainment features.
テレビやラジオの番組表としての役割を持ち、週刊形式で放送される番組案内誌。に加えて、芸能人のゴシップやその他のエンターテインメント情報が掲載される場合もある。
genetic programming
(computing) A search heuristic that explores the space of computer programs and is based on biological evolution.
生物進化の原理に基づき、コンピュータプログラムの探索空間を調査する探索手法としての手法のこと。
program music
exit program
(computing, programming) A computer program which exits cleanly from an application, or on computer shutdown
アプリケーションやコンピュータのシャットダウン時に、正常に終了処理を実行するプログラム
pair programming
(computing, programming) A software development technique, part of extreme programming, in which two programmers work together at a single keyboard, one coding while the other observes and reviews. The roles are often switched at regular intervals.
エクストリームプログラミングの一手法で、一人がコードを書き、もう一人が観察・レビューを行い、役割を定期的に交代しながら、1台のキーボードを共有してソフトウェア開発を行う技法
extreme programming
(software engineering) A software engineering methodology that promotes agility and simplicity, typically involving pair programming and a cycle of frequent testing and feedback.
極限プログラミング:敏捷性とシンプルさを重視したソフトウェア工学の手法。通常、ペアプログラミングや頻繁なテスト・フィードバックのサイクルを特徴とする。