検索結果- 英語 - 多言語
検索内容:
zip code
(transitive) To provide with, or allocate to, a zip code.
郵便番号を割り当てる / 郵便番号を設定する
( present singular third-person )
( participle present )
( participle past )
( past )
source code
(programming) Human-readable instructions in a programming language, to be transformed into machine instructions by a compiler, assembler or other translator, or to be carried out directly by an interpreter.
人間が読めるプログラミング言語で記述された、コンパイラ、アセンブラ、インタプリタなどによって実行可能な命令の集合
code review
(software engineering) The practice, or an instance, of identifying and verifying the choice of algorithms, coding styles and compliance with the software design.
コードレビューとは、ソフトウェア開発において、アルゴリズムの選択、コーディングスタイル、ソフトウェア設計への準拠の観点から、コード内容を検証し、品質向上を図る作業またはその実施事例を指す。
code review
(transitive, software engineering) To perform code review on.
ソフトウェア開発において、ソースコードの品質や設計を確認するためにコードの審査(レビュー)を行うこと
( present singular third-person )
( participle present )
( participle past )
( past )
Morse code
(telecommunications) A character code represented by dots and dashes (or short and long pulses), originally used to send messages by telegraph, later by flashes of light or by radio.
モールス信号:電信や無線通信で用いられる、短点と長点(または短いパルスと長いパルス)を組み合わせて各文字を表現するコードシステム。
code of practice
A set of guidelines and regulations to be followed by members of some profession, trade, occupation, organization etc.; does not normally have the force of law.
特定の職業や業界において守るべき行動基準や規則の集まり / 専門職や組織などが従うべき指針や規定 / 法的強制力は通常ないが、実務面での標準とされるガイドライン
hard code
(computing) To build absolute and unchangeable values into a program such that they can only be changed by modifying the source code.
プログラム中に固定の値を直接記述し、その値がソースコードの変更を通じてのみ変更可能な状態にすること。 / 値や設定を外部データファイルや変数としてではなく、ソースコード内に直に記述する手法。 / 変更や再設定が容易でなくなるため、設計上の柔軟性を低下させる可能性のある実装方法。
( present singular third-person )
( participle present )
( participle past )
( past )
Country Code
(Britain) a set of rules and regulations aimed at tourists visiting the countryside
英国の田舎を訪れる観光客向けに定められた一連の規則や規制
access code
A typically alphanumeric sequence that permits access to a secure service or network.
セキュアなサービスやネットワークへのアクセスを許可するために使用される、通常は英数字で構成されたコード。
spaghetti code
(programming, informal, derogatory) Unstructured or poorly structured program source code; especially code with many GOTO statements (or their equivalent).
非構造的または不十分な構造を持つプログラムのソースコード。特に、GOTO文(または同等の制御構文)が多用され、コードの可読性や保守性が著しく低下している状態を示す(プログラミングにおける非公式で軽蔑的な表現)。