本文へスキップ
ログインすると広告が減り、学習に集中できます。
広告

検索結果- 英語 - 多言語

検索内容:

fellow management programs

名詞
活用形 複数形

plural of fellow management program

原形: fellow management program
日本語の意味
「fellow management program」の複数形
英語の意味
plural of fellow management program
このボタンはなに?

その非営利団体は、若手研究者をよりよく支援するために複数のフェロー管理プログラムを拡充しました。

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.

日本語の意味
後で具体的な型を指定するために、抽象的な型パラメータを利用してアルゴリズムやデータ構造を記述する、再利用性の高いプログラミング手法。 / 型に依存しない汎用的なコードを記述し、必要な時に特定の型で実体化するプログラミングスタイル。
英語の意味
(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.

日本語の意味
テレビやラジオの番組表としての役割を持ち、週刊形式で放送される番組案内誌。に加えて、芸能人のゴシップやその他のエンターテインメント情報が掲載される場合もある。
英語の意味
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.
このボタンはなに?

ドキュメンタリーがいつ放送されるかを調べるために番組表を確認した。

関連語

plural

genetic programming

名詞
不可算名詞 通常

(computing) A search heuristic that explores the space of computer programs and is based on biological evolution.

日本語の意味
生物進化の原理に基づき、コンピュータプログラムの探索空間を調査する探索手法としての手法のこと。
英語の意味
(computing) A search heuristic that explores the space of computer programs and is based on biological evolution.
このボタンはなに?

研究チームは、特殊なハードウェア向けに効率的なソートアルゴリズムを自動的に進化させるために遺伝的プログラミングを適用した。

関連語

plural

program music

名詞
不可算名詞

(music) A form of art music, generally without vocal parts, that attempts to convey a scene, image, or mood.

日本語の意味
(プログラム音楽)歌詞を伴わない芸術音楽の一形態で、特定の場面、風景、物語、または感情などを表現しようとする音楽作品
英語の意味
(music) A form of art music, generally without vocal parts, that attempts to convey a scene, image, or mood.
このボタンはなに?

そのオーケストラの新作は、音で鮮やかな風景を描く標題音楽の見事な例です。

exit program

名詞

(computing, programming) A computer program which exits cleanly from an application, or on computer shutdown

日本語の意味
アプリケーションやコンピュータのシャットダウン時に、正常に終了処理を実行するプログラム
英語の意味
(computing, programming) A computer program which exits cleanly from an application, or on computer shutdown
このボタンはなに?

サーバーの電源を切る前に、すべてのファイルが保存されるように終了処理を実行してください。

関連語

plural

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台のキーボードを共有してソフトウェア開発を行う技法
英語の意味
(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.
このボタンはなに?

私たちはリリース前に重大なバグを修正するために、二人で一台のキーボードを共有して一方がコーディングしもう一方がレビューを行う開発手法を採用しました。

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.

日本語の意味
極限プログラミング:敏捷性とシンプルさを重視したソフトウェア工学の手法。通常、ペアプログラミングや頻繁なテスト・フィードバックのサイクルを特徴とする。
英語の意味
(software engineering) A software engineering methodology that promotes agility and simplicity, typically involving pair programming and a cycle of frequent testing and feedback.
このボタンはなに?

私たちのチームは、コードの品質を向上させるために、ペアプログラミングや継続的なテストを重視するエクストリーム・プログラミングを採用しました。

program counter

名詞

(computing) A register that stores the address of the current (or next) instruction to be carried out by the processor.

日本語の意味
プログラムカウンタ: プロセッサが実行中(または次に実行する)命令のアドレスを保持するレジスタ
英語の意味
(computing) A register that stores the address of the current (or next) instruction to be carried out by the processor.
このボタンはなに?

分岐が発生すると、プログラムカウンタはターゲット命令を指すように更新されます。

関連語

plural

structured programming

名詞
不可算名詞

(computing) A style of programming that relies on blocks of code, subroutines and the absence of simple tests and jumps

日本語の意味
コードブロックやサブルーチンを用い、単純な検証やジャンプを避ける手法に基づいたプログラミング方式。
英語の意味
(computing) A style of programming that relies on blocks of code, subroutines and the absence of simple tests and jumps
このボタンはなに?

多くのコンピュータサイエンスの授業は、ブロック構造やサブルーチンを重視し、単純なテストやジャンプを避ける構造化プログラミングから始まります。

loading!

Loading...

全て読み込みました。

Error

Webで検索する

ログイン / 新規登録

 

アプリをダウンロード!
DiQt

DiQt(ディクト)

無料

★★★★★★★★★★