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

検索結果- 英語 - 多言語

検索内容:

type-safe

形容詞

(programming) Not susceptible to the class of programming errors that could lead to items of one data type being incorrectly treated as another type.

日本語の意味
プログラミングにおいて、あるデータ型の値が誤って別の型として扱われないように、安全性が保証された状態を指します。 / 型の不整合からくるプログラミングエラーを防ぐ設計や実装を意味します。 / データ型間の誤った変換や利用ミスを回避するためのシステム設計の特徴です。
英語の意味
(programming) Not susceptible to the class of programming errors that could lead to items of one data type being incorrectly treated as another type.
このボタンはなに?

型安全なAPIを設計することで、あるデータ型の値が別の型として誤って扱われるのを防ぎ、実行時のバグを減らすことができます。

関連語

comparative

superlative

wild type

名詞

(biology) The typical form of an organism, strain, gene or characteristic as it occurs in nature

日本語の意味
(生物学)自然界に存在する標準的または一般的な形質、株、遺伝子などの形式。変異体ではなく、通常の野生状態にある型のことを指す。
英語の意味
(biology) The typical form of an organism, strain, gene or characteristic as it occurs in nature
このボタンはなに?

競争実験では、栄養制限下で野生型が一貫して変異株よりも増殖した。

関連語

plural

solar-type

形容詞
比較不可 天文学

(astronomy, of a star) Having similar characteristics to those of the Sun.

日本語の意味
太陽と同様の特性を持つ(天文学において、恒星が太陽と似た性質を持つことを示す)
英語の意味
(astronomy, of a star) Having similar characteristics to those of the Sun.
このボタンはなに?

天文学者たちはハビタブルゾーン内に3つの岩石惑星を持つ太陽に似た恒星を発見した。

primitive type

名詞

(computer science) A data type provided by a programming language as a basic building block, such as integer, character or Boolean.

日本語の意味
プログラミング言語で提供される、基本的なビルディングブロックとなるデータ型。整数、文字、ブーリアンなどが例として挙げられる。
英語の意味
(computer science) A data type provided by a programming language as a basic building block, such as integer, character or Boolean.
このボタンはなに?

多くのプログラミング言語では、整数は基本データ型として分類されます。

関連語

plural

type species

名詞

(taxonomy) A species which has been designated as typical of a genus, and is chosen as the species according to which the genus is named.

日本語の意味
型種:分類学において、ある属の代表種として指定された生物種。属名の由来となり、その特徴を示す基準となる。
英語の意味
(taxonomy) A species which has been designated as typical of a genus, and is chosen as the species according to which the genus is named.
このボタンはなに?

その属の模式種は、関連する種を同定し比較するための基準点として機能する。

関連語

plural

type collections

名詞
活用形 複数形

plural of type collection

原形: type collection
日本語の意味
「type collection」の複数形、つまり「type collection」が複数あることを示す活用形です。
英語の意味
plural of type collection
このボタンはなに?

ライブラリの型のコレクションには、私たちのフレームワークで使用されるすべての標準インターフェースの例が含まれています。

static typing

名詞
不可算名詞

(computing, programming) A system in which type checking is performed during compilation and not at run time, opposed to dynamic typing.

日本語の意味
静的型付け:プログラミングにおいて、コンパイル時にデータ型のチェックを行い、実行時の型に関するエラーを防ぐ方式。
英語の意味
(computing, programming) A system in which type checking is performed during compilation and not at run time, opposed to dynamic typing.
このボタンはなに?

多くの開発者は、静的型付けがコンパイル時に型チェックを行い、実行時ではなく事前に型エラーを検出できるため、それを好みます。

type metal

名詞
可算名詞 不可算名詞

A metal alloy used in making types for traditional typefounding and mechanical typesetting. It consists essentially of lead and antimony, often with a little tin, nickel, or copper.

日本語の意味
伝統的な活字製作(鋳版)や機械式組版に用いられる合金。 / 主に鉛とアンチモンを主体とし、少量の錫、ニッケル、銅が加えられることもある金属。 / 活字鋳造用の合金としての意味を持つ。
英語の意味
A metal alloy used in making types for traditional typefounding and mechanical typesetting. It consists essentially of lead and antimony, often with a little tin, nickel, or copper.
このボタンはなに?

印刷工は手動式のプレス用に新しい活字を鋳造するため、古い活字合金を溶かした。

関連語

plural

type-ins

名詞
活用形 複数形

plural of type-in

原形: type-in
日本語の意味
「type-in」の複数形、つまり複数のタイプイン(入力形式)を指す
英語の意味
plural of type-in
このボタンはなに?

監査の前に、チームは正確性と一貫性のために手入力項目を確認しました。

duck typing

名詞
不可算名詞

(programming) A style of dynamic typing in which an object's current set of methods and properties determines the valid semantics, rather than its inheritance from a particular class or implementation of a specific interface.

日本語の意味
プログラミングにおける動的型付けの一手法。あるオブジェクトの持つメソッドやプロパティの集合によって、そのオブジェクトが利用可能な操作が決定され、特定のクラスの継承や特定のインタフェースの実装に依存しないという考え方。
英語の意味
(programming) A style of dynamic typing in which an object's current set of methods and properties determines the valid semantics, rather than its inheritance from a particular class or implementation of a specific interface.
このボタンはなに?

ライブラリを評価する際、多くのPython開発者は、オブジェクトの持つメソッドやプロパティの集合が有効な振る舞いを決定し、特定のクラスの継承や特定のインターフェースの実装に依存しないという動的型付けの手法を好みます。なぜならそれによってより柔軟なコードを書けるからです。

loading!

Loading...

全て読み込みました。

Error

Webで検索する

ログイン / 新規登録

 

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

DiQt(ディクト)

無料

★★★★★★★★★★