検索結果- 英語 - 多言語
検索内容:
network interface card
A computer hardware component designed to allow computers to communicate over a computer network.
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)
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.
natural user interface
(computing) A user interface for a computer that is effectively invisible, or becomes invisible to its users with successive learned interactions.
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.)
non-virtual interface
(programming) An interface that controls how methods in a base class are overridden.
marker interface patterns
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.