网络翻译引擎接口API的英文全称是( )。
A: Application Producing Interface
B: Automated Pronunciation Instructor
C: Application Programming Interface
D: Accurate Position Indicator
A: Application Producing Interface
B: Automated Pronunciation Instructor
C: Application Programming Interface
D: Accurate Position Indicator
举一反三
- API的意思是( )。 A: Application Programming Interface B: 应用程序接口 C: 应用程序 D: 以上都不是
- What is the address of the port on the interface between the Transport Layer and the Application Layer? A: 8-bit B: 16-bit C: 32-bit D: 64-bit
- 检查接口状态的命令是: ACT interface|DIAG interface|MOD interface|display interface
- 通过网络接口远程访问命令行接口(CLI)的方式是什么? What is a way to remotely access the command-line interface (CLI) over a network interface? A: 辅助端口 auxiliary port B: 控制台端口 console port C: SSH访问 SSH access D: LAN接口 LAN interface E: WAN接口 WAN interface
- 下列关于接口的定义哪项是正确的? A. interface C{int a;) B. public interface A implements B {) C. public interface A {int a(); ) D. abstract interface D {) A: interface C{int a;} B: public interface A implements B {} C: public interface A {int a(); } D: abstract interface D {}