目标程序

mù biāo chéng xù
  • target program;object program;target routine
目标程序目标程序
目标程序[mù biāo chéng xù]
  1. Loader模拟操作系统装载器,负责装载目标程序,并提供解密支持。

    Loader which simulates operating system loader is responsible for loading the target program , and provides the corresponding decryption , encryption support .

  2. 编程器可将编译后生成的目标程序写入到目标MCU芯片中,通常要实现对目标MCU中Flash存储器的写入、读出和擦除等功能。

    Programmer can be generated after compiling the target program writes to the target MCU chip , usually in order to achieve the target MCU Flash memory write , read and erase functions .

  3. 用debug程序监视目标程序的执行

    Monitoring the Execution of Object Programs with Debug Program

  4. PC机上生成的目标程序转换为可在PDA运行的固件代码。

    The executable file generated from PC is converted to the firmware for PDA .

  5. 系统生成的目标程序为PASCAL程序。

    The object program generated by the system is a PASCAL program .

  6. 向量FORTRAN编译系统的设计重点考虑了系统的可靠性和目标程序的优化。

    System reliability and code optimization have been emphasized at the designing of the vector FORTRAN language .

  7. 这意味着,VisualStudio将为您处理编译资源文件以及将该文件嵌入目标程序集的图像所涉及的所有细节。

    That means that all the details involved in compiling the resource file and embedding it into the image of the target assembly are handled for you by Visual Studio .

  8. COBOL语言中的一种数据项,它的值可在目标程序执行时改变。

    In COBOL , a data item whose value may be changed during execution of the object program .

  9. 本文讨论Z-80目标程序的静态自动重定位问题。

    This paper deals with the static automatic relocation of Z-80 object program .

  10. Z-80目标程序的自动重定位

    Automatic Relocation of Z-80 Object Program

  11. 而C语言功能丰富,使用灵活方便,目标程序效率高,既有高级语言的优点,又有低级语言的特点。

    Language C , having rich functions , using conveniently and activity , and having high efficiency of it 's object program , not only has the merit of high language , but also has the characteristic of low level language .

  12. C语言是目前较为普遍的程序语言,它功能丰富、表达能力强、使用灵活方便、目标程序效率高,适合编制一般应用软件。用C语言编写与调试程序应注意math。

    C language is a kind of universal programming language at present , it has some advantages of multiple functions , richness expression capacity , flexible and convenient use , object program with higher efficiency , it adapts to general internet applications programming .

  13. 在这种情况下,GDB可以从对象文件之外的这些段获取变量值,而不是从目标程序。

    In that case , GDB can fetch values from these sections out of the object file , rather than from the target program .

  14. 最后简要介绍了先进的DSP目标程序开发调试方法,包括CCSIDE开发环境、DSP/BIOS实时操作系统和利用RTDX技术实现DSP目标程序和主机间实时数据交换。

    Finally , a brief introduction of advanced development and debugging DSP target programs , including CCS IDE development environment , DSP / BIOS real-time operating systems and using RTDX technology to achieve the target application and real-time data exchange between hosts and DSP .

  15. CHP的输入为内嵌代码类型描述的串行源程序,经CHP预编译分析输入和输出参数后,自动生成能调用PVM例程、实现并行化的目标程序。

    The import of CHP is a sequential source program with embedded code type profiling . After analyzing the input and output parameters by CHP , an object program that automatically calls parallel virtual machine ( PVM ) routines to implement parallelism will be generated .

  16. 某个目标程序或模块(在内存中)存在的总时间。

    The total time during which an object or block exists .

  17. 这是地址,你的目标程序启动。

    This is the address where your target program starts .

  18. 自动代码生成是指使用已有程序自动生成目标程序的过程。

    Automatic code generation is using existing program to generate object program automatically .

  19. 请注意,不要在命令行处输入配置信息或目标程序集。

    Notice you do not enter configuration information or target assemblies on the command line .

  20. 把源程序转换为可执行程序(目标程序)的过程。

    Translation of a source program into an executable program ( an object program ) .

  21. 分组螺旋叶片式输送器穿孔目标程序卡片组

    Sectional flight conveyer punch object deck

  22. 我们的目标程序使用自旋锁机制来实现线程间对共享内存的互斥访问。

    The classic spin lock technology is introduced to implement the mutually exclusive access to shared memory .

  23. 分解目标程序教学在篮球基本技术教学中运用的实验研究

    An experimental research on Application of programmed instruction of decomposition aim in teaching of basketball basic technique

  24. 它在已有的计算机系统上为开发中的处理器构造一个模拟平台,验证处理器的正确性和有效性,支持目标程序的运行和调试。

    It is a simulation platform that builds on the existing computer system for an under developing processor .

  25. 文本可以粘贴到目标程序,包括日记本。您先前的手写仍保留在日记本里。

    The text is available to paste into a destination program , including Journal . Your original handwriting remains in Journal .

  26. 最后将目标程序在运行环境下进行了调试运行,实现了系统的设计目标。

    Finally , the thesis realizes the design intention of system with debugging and operating the object program in the Operating environment .

  27. 一旦目标程序被下载,您可以继续执行步骤,通过它,设置断点,等等。

    Once the target program has been downloaded , you may proceed to step through it , set breakpoints , and so on .

  28. 请注意,停止程式执行与串行中断期权不得检查,如果你的目标程序使用的串行端口。

    Note that the Stop Program Execution with Serial Interrupt Option must not be checked if your target program uses the serial port .

  29. 在本文的最后将安全属性模型应用于实际的程序系统中,成功的发现了软件中存在的安全隐患,并对目标程序进行了安全性分析。

    Finally , this paper analyzes the security of the target program , and successfully finds out the security risk in the program .

  30. 通过对现有的针对可执行程序的分析方法进行比较,采用基于动态二进制插桩的动态分析方法对目标程序进行分析。

    A dynamic approach based on dynamic binary instrumentation was introduced to analyze the target applications after the comparisons between the existing analyzing methods for executables .