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

検索結果- 英語 - 多言語

検索内容:

network interface cards

名詞
活用形 複数形

plural of network interface card

原形: network interface card
日本語の意味
「network interface card」の複数形であり、複数のネットワークインターフェースカードを示す活用形です。
英語の意味
plural of network interface card
このボタンはなに?

データセンターの監査中に、いくつかのネットワークインターフェースカードがファームウェアの更新を必要としていることが分かりました。

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 interfaces

名詞
活用形 複数形

plural of application programming interface

原形: application programming interface
日本語の意味
複数のアプリケーションプログラミングインターフェース、すなわちアプリケーションが利用するための各種のプログラミング用接続規約(API)の集合
英語の意味
plural of application programming interface
このボタンはなに?

開発者はしばしば複数のAPIに頼ってサードパーティのサービスを自分のアプリに統合します。

Common Gateway Interfaces

名詞
活用形 複数形

plural of Common Gateway Interface

原形: Common Gateway Interface
日本語の意味
共通ゲートウェイインターフェース(CGI)の複数形、すなわち複数のCGIを指す。
英語の意味
plural of Common Gateway Interface
このボタンはなに?

複数の共通ゲートウェイインターフェースのモジュールにより、ウェブサーバーは外部スクリプトを実行して動的なページを生成できるようになった。

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

natural user interfaces

名詞
活用形 複数形

plural of natural user interface

原形: natural user interface
日本語の意味
「natural user interfaces」は「natural user interface」の複数形です。日本語では「自然なユーザーインターフェース」(複数形)として解釈されます。
英語の意味
plural of natural user interface
このボタンはなに?

デザイナーは、テクノロジーを誰にとってもより利用しやすくするために、直感的なユーザーインターフェースにますます注目しています。

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

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

loading!

Loading...

全て読み込みました。

Error

Webで検索する

ログイン / 新規登録

 

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

DiQt(ディクト)

無料

★★★★★★★★★★