• 不幸的是,从设计之初,LLVM就是作为一个静态编译器优化以及

    Unfortunately, LLVM in its current state is really designed as a static compiler optimizer and back end.

    youdao

  • 它们包括设计用于支持XML编译器有助于识别程序修改影响工具调试性能分析辅助工具,以及有助于纠正错误和操作文件的工具。

    They include compilers designed to support XML, tools to help identify the impact of program modifications, debugging and performance AIDS, and utilities to help correct errors and manipulate files.

    youdao

  • 达到目的编译器前端设计需要有一些改变

    To accomplish this, some design changes are required in the compiler's front end.

    youdao

  • 编译器作为程序设计人员底层架构之间接口程序

    Compilers are programs that are the interface between the programmer and the underlying machine architecture.

    youdao

  • 有限状态早就已用作设计实现事件驱动程序(比如网络适配编译器)内复杂行为的组织原则

    Finite state machines are an organizing principle for those who design and implement complex behavior in event-driven programs, such as network adapters and compilers.

    youdao

  • 编译器设计标准其分成两个模块前端前端读取输入文件并对文件进行解码,后端生成代码或者这种情况下生成table

    The standard for compiler design is to break it in two modules: the front end that reads and decodes the input file, and the back end that produces the code or, in this case, the table class.

    youdao

  • 编译器设计IDE之外工作尽管很明显我们NetBeans很好的集成

    The compiler is designed to work apart from an IDE, though we will obviously have great integration with NetBeans.

    youdao

  • 编译器的确提出那种应该不同层次处理并行程序设计问题

    Compilers certainly present the sort of programming issue that should deal with parallelism at different levels.

    youdao

  • 可以任何体系架构操作系统编译应用两种设计模式中的概念

    You can apply the overall concept in these design patterns to any machine architecture, operating system, and compiler combination.

    youdao

  • 软件中,制造团队编译部署机制意味着完整设计源代码—完整源代码。

    In software, the manufacturing team is the compiler and deployment mechanism, which means that the complete design is the source code - the complete source code.

    youdao

  • 这种表示法经常用于计算机科学特别是编译器设计方面

    This notation is frequently used in computer science, especially in compiler design.

    youdao

  • 开发了用于FORTRAN程序设计语言特殊编译器优化代码利用向量处理

    Special compilers for programming languages like FORTRAN were developed to optimize the code to take advantage of the vector processors.

    youdao

  • 惟一问题很多程序设计语言编译器知道如何除去没有用的结构。

    The only issue is that many programming languages and compilers don't know how to get rid of unused stack frames.

    youdao

  • 意味着不会有机会编译器或者操作系统,也许这更好编程工作;别人不会相信你能够大项目设计架构。

    You'll never be able to work on compilers and operating systems, which are some of the best programming jobs around.

    youdao

  • 这个想法已经硬件设计所采纳:80年代起指令编译设计而不那么考虑我们程序员了。

    This idea is even built into the hardware now: since the 1980s, instruction sets have been designed for compilers rather than human programmers.

    youdao

  • 进入学术界以前,从事了超过35时间各种不同的软件设计商业应用直至编译器以及工具

    Before entering the academic world, he spent more than thirty-five years developing various kinds of software, from business applications to compilers and tools.

    youdao

  • 听说Walter Bright (D语言之父)将D语言描述编译器实现者发明语言(而不是语言设计者)。

    I heard Walter Bright (the father of d) describing it as a language invented by a compiler implementer (not a language designer).

    youdao

  • 针对所提出SPUR模型设计实现编译器原型系统。

    For proposed SPUR model, we design and implement prototype compiler.

    youdao

  • 我们观察问题基本角度最优化编译设计形式方法假定编译程序设计盟友

    The fundamental basis of our observation is that: the formal methods designed for optimizing compilers assume that the compiler and the programmer are Allies.

    youdao

  • 一个汇编语言二进制代码转换可以编译器设计

    A compilation of language and the binary code conversion table, you can use the compiler design.

    youdao

  • 用于软件开发开发尤其是编译器设计

    Bolt is a suite of development libraries for software development, especially compiler design.

    youdao

  • 编译作为广大IT从业者必须接触系统软件设计本身又是一个极其庞大工程

    As a system software, compiler is known to majority of it practitioners, and its design itself is an extremely large project.

    youdao

  • 设计实现了一个面向教学类c编译器支持全局局部变量定义函数参数传递函数调用

    Designing and implementing a teaching-oriented C-like compiler, which supports the definition of local and global variables, function parameters, as well as recursive call of functions.

    youdao

  • 阐述了编译设计原理编译模式

    Design principle and compiling mode of compiler are expounded.

    youdao

  • 论文针对可编程仿真问题,对基于虚拟编译器技术进行了较深入研究,提出具体设计方案

    The paper studies the compiler technology based on virtual machines for the programmable device simulation problem, puts forward a concrete plan of design.

    youdao

  • 例如,在符号设计过程中,采用分离层次杂凑一数据结构实现提高了编译器查找速度

    For example, hash table technology of level-separate-corresponding method is used to develop symbol table, which improves the seeking speed of the compiler.

    youdao

  • 采用方法设计某一特定类型规整电路单元版图整体结构可以比较方便快速地构造出其对应的版图编译器

    Using these methods, a given type of layout compiler can be easily and rapidly constructed when both the layout of leaf cells and the overall structure of the semi regular circuit are ready.

    youdao

  • 采用了扩展巴科斯范式(EBNF)定义NC程序语法规则提出了一种基于语言识别工具(ANTLR)的NC代码编译器设计模型

    A design model of NC code complier based on ANother Tool for Language Recognition (ANTLR) was presented, which adopted the Extended Backus Naur Form (EBNF) to define the NC program syntax rule.

    youdao

  • 采用了扩展巴科斯范式(EBNF)定义NC程序语法规则提出了一种基于语言识别工具(ANTLR)的NC代码编译器设计模型

    A design model of NC code complier based on ANother Tool for Language Recognition (ANTLR) was presented, which adopted the Extended Backus Naur Form (EBNF) to define the NC program syntax rule.

    youdao

$firstVoiceSent
- 来自原声例句
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定