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

検索結果- 英語 - 多言語

検索内容:

network interface card

名詞

A computer hardware component designed to allow computers to communicate over a computer network.

日本語の意味
コンピュータネットワークを介して通信可能にするために設計されたコンピュータハードウェアの部品(ネットワークカード、NIC)。
英語の意味
A computer hardware component designed to allow computers to communicate over a computer network.
このボタンはなに?

サーバーをアップグレードする際、古いネットワークアダプタを交換してスループットと信頼性を向上させました。

関連語

plural

primary rate interface

名詞

(telecommunications) an ISDN service delivered over T1, E1 or J1 datalines, with delivery of connections between 1472 kilobits per second and 1984 kilobits per second (kibibits)

日本語の意味
T1、E1、またはJ1回線を介して提供されるISDNサービスであり、1472キロビット毎秒から1984キロビット毎秒の速度で接続が提供される通信サービス
英語の意味
(telecommunications) an ISDN service delivered over T1, E1 or J1 datalines, with delivery of connections between 1472 kilobits per second and 1984 kilobits per second (kibibits)
このボタンはなに?

試験の結果、通信チームは事務所の増加する同時音声・データチャネルの需要に対応するため、T1・E1・J1のデータ回線で提供されるISDNのプライマリレートサービス(1472~1984キビビット毎秒の接続を提供するもの)を導入することに決めた。

関連語

plural

Common Gateway Interface

固有名詞
インターネット

(Internet) A protocol for calling external software via a Web server to deliver dynamic content.

日本語の意味
ウェブサーバを介して外部プログラムを呼び出し、動的なコンテンツを提供するためのプロトコル
英語の意味
(Internet) A protocol for calling external software via a Web server to deliver dynamic content.
このボタンはなに?

開発者は、ウェブサーバーを介して外部ソフトウェアを呼び出し動的コンテンツを配信するためのプロトコルを実装し、レガシーアプリケーションが動的なウェブページを生成できるようにした。

application programming interface

名詞

(computing, programming) A set of routines, protocols, and tools for building software applications, which makes it possible for software components to interact with one another, leading to the ability to share data over a network.

日本語の意味
ソフトウェアアプリケーションを構築するための一連のルーチン、プロトコル、ツールのセット。これにより、ソフトウェアコンポーネント同士が相互に通信し、ネットワーク上でデータを共有できるようになる仕組み。 / プログラム間の相互作用を可能にするインターフェース。外部のシステムやサービスとの連携を実現するための設計規約やライブラリの集合体。
英語の意味
(computing, programming) A set of routines, protocols, and tools for building software applications, which makes it possible for software components to interact with one another, leading to the ability to share data over a network.
このボタンはなに?

開発者は、モバイルアプリがサーバーからユーザープロフィールを取得できるようにするために、アプリケーションプログラミングインターフェース(API)を使用しました。

関連語

natural user interface

名詞

(computing) A user interface for a computer that is effectively invisible, or becomes invisible to its users with successive learned interactions.

日本語の意味
自然なユーザーインターフェース:コンピュータとの対話が直感的かつ自然な方法で行われ、ユーザーがシステムの操作方法を意識せずに済むインターフェース。 / ユーザーが操作を学習するにつれて、操作自体がほとんど意識されなくなる、目に見えないほど自然な対話体験を実現するインターフェース。
英語の意味
(computing) A user interface for a computer that is effectively invisible, or becomes invisible to its users with successive learned interactions.
このボタンはなに?

新しいスマートスピーカーは、ジェスチャーや音声コマンドを人々が学ぶにつれて静かに背景に溶け込む自然なユーザーインターフェースを採用している。

関連語

plural

interface segregation principle

固有名詞

(programming, object-oriented programming) principle that states that once an interface has become too large, it needs to be split into smaller and more specific interfaces so that any client of the interface will only know about the methods that pertain to itself. (In other words: no client should be forced to depend on methods it does not use.)

日本語の意味
インターフェース分離の原則: インターフェースが大きくなりすぎると、利用するクライアントが不要なメソッドまで知ってしまうため、各クライアントが必要とする機能に限定して、インターフェースをより小さく、明確に分割すべきであるという設計原則です。
英語の意味
(programming, object-oriented programming) principle that states that once an interface has become too large, it needs to be split into smaller and more specific interfaces so that any client of the interface will only know about the methods that pertain to itself. (In other words: no client should be forced to depend on methods it does not use.)
このボタンはなに?

インターフェース分離の原則によれば、大きなインターフェースは小さくより特化したインターフェースに分割されるべきで、クライアントは使用しないメソッドに依存させられてはなりません。

non-virtual interface

名詞

(programming) An interface that controls how methods in a base class are overridden.

日本語の意味
(プログラミング)基底クラスのメソッドがどのようにオーバーライドされるかを制御するためのインターフェース。
英語の意味
(programming) An interface that controls how methods in a base class are overridden.
このボタンはなに?

サブクラス間で一貫した振る舞いを強制するために、そのフレームワークは基底クラスのメソッドのオーバーライド方法を制御し、すべての拡張ポイントを制御された仮想フックに通すインターフェースを公開しています。

関連語

plural

marker interface patterns

名詞
活用形 複数形

plural of marker interface pattern

原形: marker interface pattern
日本語の意味
これは「marker interface pattern」という単数形の複数形を示しており、複数のmarker interface pattern(マーカ―インターフェースパターン)を意味します。
英語の意味
plural of marker interface pattern
このボタンはなに?

経験豊富な開発者は、大規模なJavaシステムにおけるマーカーインターフェースのパターンの長所と短所についてしばしば議論する。

marker interface pattern

名詞

(software, object-oriented programming) A software design pattern in computer science, used with languages that provide run-time type information about objects.

日本語の意味
オブジェクトのランタイム型情報を提供する言語で用いられる、ソフトウェアデザインパターン。特定のメソッドを強制せずに、クラスが特定の性質を持つことを示すためのマーカーインターフェースを利用するパターン。
英語の意味
(software, object-oriented programming) A software design pattern in computer science, used with languages that provide run-time type information about objects.
このボタンはなに?

Javaでは、マーカーインターフェース・パターンは、空のインターフェースでクラスをランタイムに識別するデザインパターンとして、メソッドを追加せずにオブジェクトを安全にシリアライズできることを示すためによく使われます。

関連語

command-line interface

名詞
別表記 異形

(computing) Alternative form of command line interface

日本語の意味
command line interfaceの別形
英語の意味
(computing) Alternative form of command line interface
このボタンはなに?

多くの開発者はサーバーを管理する際、依然としてコマンドラインインターフェースを好みます。

関連語

plural

loading!

Loading...

全て読み込みました。

Error

Webで検索する

ログイン / 新規登録

 

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

DiQt(ディクト)

無料

★★★★★★★★★★