中英互译
entry point
美 /ˈentri pɔɪnt/
基本释义
- 入口点:程序或软件库中可以从外部调用的位置,从这个位置开始执行代码。
双语例句
- That shows us an entry point into the process.这向我们展示了进入流程的一个入口点。
- This module file becomes your test suite entry point.此模块文件就是测试套件的入口点。
- Listing 1 shows the contents of this entry point.清单1显示该切入点的内容。
网络短语
- benchmark entry point基准起薪点
- primary entry point主进入点;一次入口点;初始入口点;主入口点
- secondary entry point辅助入口点;次入口点
- Goto Program Entry Point转到程序入口点;进口点
- sub-entry point较低的入职薪点
英英释义
- In computer programming, an entry point is a memory address, corresponding to a point in the code of a computer program which is intended as the destination of a long jump, be it internal or external.