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

検索結果- 英語 - 多言語

検索内容:

program committee

名詞

A group of experts responsible for reviewing scientific conference submissions and drafting the conference program.

日本語の意味
学術会議や科学会議において、専門家が集まり、投稿論文などの学術的成果の査読や評価を行い、会議のプログラムを策定する委員会
英語の意味
A group of experts responsible for reviewing scientific conference submissions and drafting the conference program.
このボタンはなに?

プログラム委員会は先週、投稿を審査し、会議のプログラムを最終決定するために集まりました。

関連語

plural

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) 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

名詞
不可算名詞

(software engineering) Writing individual lines of code in a programming language.

日本語の意味
プログラミング言語を用いて、個々のコード行を直接記述する行為 / 小規模なソフトウェア開発(大規模な設計や抽象化ではなく、実際にコードを一行ずつ書いてプログラムを作ること)
英語の意味
(software engineering) Writing individual lines of code in a programming language.
このボタンはなに?

新人開発者はしばしば小さな単位でのプログラミングに集中し、機能を実装するために個々のコード行を書いてデバッグします。

programming in the large

名詞
不可算名詞

(software engineering) Designing a complex software system as a composition of smaller parts.

日本語の意味
複数の小規模な部品を組み合わせ、複雑なソフトウェアシステムを設計・構築する手法 / 大規模なソフトウェアシステムを、より小さなコンポーネントに分割して設計する行為
英語の意味
(software engineering) Designing a complex software system as a composition of smaller parts.
このボタンはなに?

大規模なソフトウェア設計を成功させるには、明確なモジュールの境界、堅牢なAPI、そして規律あるバージョン管理が必要です。

voodoo programming

名詞
くだけた表現 不可算名詞

(programming, informal) A slapdash approach to programming involving guesswork or plagiarism rather than proper analysis and comprehension.

日本語の意味
非公式な表現で、きちんとした分析や理解に基づかず、当て推量や模倣に頼るような、雑なプログラミング手法
英語の意味
(programming, informal) A slapdash approach to programming involving guesswork or plagiarism rather than proper analysis and comprehension.
このボタンはなに?

チームが引き継いだ場当たり的なプログラミングのせいで、レガシーシステムは崩壊しつつある。

systems programming

名詞
不可算名詞

(computing) The maintenance of mainframe operating systems

日本語の意味
メインフレームオペレーティングシステムの保守管理 / メインフレームシステムの運用および保守のためのプログラミング
英語の意味
(computing) The maintenance of mainframe operating systems
このボタンはなに?

彼女はキャリアをメインフレームのオペレーティングシステムの保守で築き、レガシーシステムの定期的なメンテナンスと近代化を専門としています。

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.

日本語の意味
スポンサーや広告による資金提供がなく、商業放送局で無償または独自の予算で放送されるラジオ・テレビ番組
英語の意味
(broadcasting, dated, chiefly US) A radio or television program that airs on a commercial station but does not have commercial sponsorship or advertising.
このボタンはなに?

視聴率が低下しているにもかかわらず、地元のスポンサーを持たない放送番組は、放送局の公益的義務を果たすために毎週日曜日に放送を続けた。

関連語

plural

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.

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

日本語の意味
宣言的なプログラミングパラダイムの一つで、値の変更が自動的に伝播され、明示的な再代入を必要としない手法(リアクティブプログラミング)
英語の意味
(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.

日本語の意味
疑似コードに類似した単純な高水準構造を基盤に、詳細な実装を段階的に追加していくトップダウン型のプログラミング手法。
英語の意味
(programming) A top-down approach in computer programming based on simple high-level structures, resembling pseudocode, that are gradually fleshed out with details.
このボタンはなに?

複雑なアプリケーションを設計する際、主要なモジュールを大まかに描くためにアウトライン先行のトップダウン方式のプログラミングから始め、詳細なロジックを順次埋めていくことがよくあります。

loading!

Loading...

全て読み込みました。

Error

Webで検索する

ログイン / 新規登録

 

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

DiQt(ディクト)

無料

★★★★★★★★★★