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

検索結果- 英語 - 多言語

検索内容:

types

IPA(発音記号)
動詞
活用形 直説法 現在形 単数形 三人称

Third-person singular simple present indicative form of type

原形: type
日本語の意味
『types』は動詞 'type' の第三人称単数現在形で、現在形における三人称単数の主語と共に用いられる活用形です。
英語の意味
Third-person singular simple present indicative form of type
このボタンはなに?

彼女は商品説明を丁寧に入力して、顧客が各商品の特徴を理解できるようにしている。

typed

動詞
活用形 分詞 過去

simple past tense and past participle of type

原形: type
日本語の意味
これは「type」(入力するなど)の過去形および過去分詞形です。
英語の意味
simple past tense and past participle of type
このボタンはなに?

彼女は最後の段落を素早く入力してからノートパソコンを閉じた。

typed

形容詞
比較不可 変数 プログラミング言語

typewritten / (computing, of a variable, expression, or value) Having a specific data type. / (computing, of a programming language) In which variables are typed.

日本語の意味
typewritten: タイプされて印刷された、打たれた / (コンピューティング) 変数、式、または値が特定のデータ型を持っている / (コンピューティング) 変数が型指定された、型付けされた
英語の意味
typewritten / (computing, of a variable, expression, or value) Having a specific data type. / (computing, of a programming language) In which variables are typed.
このボタンはなに?

彼女は会議の前にタイプ打ちされた報告書をキャビネットにしまった。

type

IPA(発音記号)
名詞
不可算名詞

group of things or people sharing common features

日本語の意味
種類 / 型 / 類型 / タイプ
英語の意味
group of things or people sharing common features
ラオ語(ラオス語)
ປະເພດ / ຊະນິດ / ແບບ
このボタンはなに?

カフェでどの種類のコーヒーを選ぶか決められませんでした。

関連語

plural

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.
このボタンはなに?

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

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

dynamic typing

名詞
不可算名詞

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

日本語の意味
動的型付け: プログラムの実行時に型チェックが行われる仕組み。静的型付けと対比され、コンパイル時ではなく実行時に型の検査が行われる方式。
英語の意味
(computing, programming) A system in which type checking is performed at run time and not at compilation, opposed to static typing.
このボタンはなに?

型チェックがコンパイル時ではなく実行時に行われるシステムでは、開発者はより速くコードを書ける一方で、型の誤用によって微妙なバグが生じることがある。

touch typing

名詞
不可算名詞

Typing without the use of sight to identify the keyboard keys.

日本語の意味
視覚に頼らず、キーボードの配置を覚えた上でタイピングする技術 / ブラインドタッチ:目を見ずにキーボード入力を行う方法 / キーボードを見ずに入力するためのタイピング技術
英語の意味
Typing without the use of sight to identify the keyboard keys.
このボタンはなに?

ブラインドタッチは、キーボードを見ずに素早く文字を入力できる有用なスキルです。

strong typing

名詞
不可算名詞

(computing, programming) A system that places any of various kinds of restriction on the interactions between objects of different data types.

日本語の意味
プログラミング分野において、異なるデータ型のオブジェクト間の相互作用に対して、様々な制約を課す型システムのこと。つまり、データ型の取り扱いを厳格に管理し、不適切なデータ間の操作を防止する仕組み。
英語の意味
(computing, programming) A system that places any of various kinds of restriction on the interactions between objects of different data types.
このボタンはなに?

コンパイラの厳格な型付けにより、実行時に整数と文字列が誤って混在するのを防ぎました。

weak typing

名詞
不可算名詞

(computing, programming) A system that does not place any restriction on the interactions between objects of different data types.

日本語の意味
異なるデータ型のオブジェクト間の相互作用に制限を課さない型システム。すなわち、厳密な型チェックを行わず、異なるデータ型間の変換や操作が柔軟に行われるプログラミング言語の性質を指します。
英語の意味
(computing, programming) A system that does not place any restriction on the interactions between objects of different data types.
このボタンはなに?

多くの開発者は、厳格な型付けがないことがデータ型同士の予期せぬ相互作用を許し、プログラムの保守を難しくすると批判しています。

loading!

Loading...

全て読み込みました。

Error

Webで検索する

ログイン / 新規登録

 

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

DiQt(ディクト)

無料

★★★★★★★★★★