累计查询 0.00 亿次

entry point

/ˈentri pɔɪnt/
  • 入口点:程序或软件库中可以从外部调用的位置,从这个位置开始执行代码。

双语例句

  1. That shows us an entry point into the process.
    这向我们展示了进入流程的一个入口点。
  2. This module file becomes your test suite entry point.
    此模块文件就是测试套件的入口点。
  3. 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.