• 为此本文针对上述问题,研究通用数控代码编译器的技术构成开发出了一个具有通用意义NC代码编译系统

    For this, this dissertation develops a general concept of nc Code Compiler, based on studies the technical structure of general nc Code Compier.

    youdao

  • 主要它们编译测试其他系统代码,同时也可以方便不同主机环境下运行客户端和服务器。

    I use these mainly for compiling and testing the code that I write on other systems, and to allow me to run clients and servers on the various hosts.

    youdao

  • 太多厨师如果必须代码版本控制系统里打标签,提交给一个团队编译然后再让另一个团队去部署,那会是很艰巨的任务。

    Too many cooks: if you have to tag your code in a Version Control System and then hand it over to another team to compile, then yet another team to deploy, that's always going to be hard.

    youdao

  • 使得容易安装即使无法访问系统目录编译自己代码站点上。

    This makes it easy to install, even on sites where you can't access the system directories or compile your own code.

    youdao

  • 现在我们已经编写日志代码,我们需要编译其集成现存系统

    Now that we have written the code for logging, we need to compile it and integrate it into the existing system.

    youdao

  • 告诉编译链接系统方法原生代码实现

    This tells the compilation and linking system that the implementation for this method will be from the native code.

    youdao

  • 需要系统安装J 2 ME开发环境才能编译代码示例

    You will need to have a J2ME development environment installed on your system in order to compile the code examples.

    youdao

  • 如果没有存在于系统,那么,你可以尝试各自发行管理工具(apt - get, rpm,emerge)或者自己下载开发工具代码安装(这个只有已经拥有编译的前提下,才有用)。

    If not, try using your distribution's package management tools (apt-get, RPM, emerge) or download the source to install (which is only useful if you already have a compiler).

    youdao

  • 所以标记用来告诉编译使用连接自己的程序代码一个叫做CS50的系统中的程序,可能其他人在那个系统写了这些程序。

    So that is a flag that tells the compiler that I want to use or link into my own program code that someone else wrote that lives somewhere else on the system whose moniker is CS50.

    youdao

  • 这样系统中,链接经过编译代码而是实际代码会好得多

    In such a system, it is much better to link against the compiled code instead of the actual source code.

    youdao

  • 所有是从代码编译的,所以闪电一样总是可以选择是否升级内核哪些软件可以,哪些软件可以系统运行

    Everything is compiled from source so it's lightning fast, and you always get the choice of whether to upgrade the kernel and which software does or doesn't run on your system.

    youdao

  • 我们需要可移植的、跨平台、跨系统架构编译系统这样我们可以一个OS或者系统架构上开发代码,在一个上面进行部署而无需重新编译

    We needed a portable cross-platform, architecture compiler system that would allow us to develop code on one OS or architecture and deploy it on another with out recompiling.

    youdao

  • 随着优化级别提高编译代码所用编译时间系统资源增加,而性能提升幅度下降

    With each higher level of optimization, compile time and systems resources used to compiler the source code increase as the additional amount of performance squeezed out decreases.

    youdao

  • 编译二进制代码可以通过ABI接口访问某个操作系统及其服务

    An ABI is the interface by which a compiled binary gets access to an operating system and its services.

    youdao

  • 2左侧堆栈演示集成构建除了编译代码、将打包二进制文件、在操作系统上部署软件之外,什么也

    The stack on the left in Figure 2 illustrates an integration build that doesn't do much more than compile source code, package classes into a binary, and deploy software into an operating environment.

    youdao

  • 代码语法检查编译时间,公司里的新来员工明白我们编写的系统所花费的时间就愈长。

    The longer checkouts or compiles take. The longer it takes a new employee to make sense of your system.

    youdao

  • 为了我们方面合并系统我们项目增加方面的代码并且采用AspectJ编译器,ajc进行编译

    In order to incorporate our aspect into the system, we add the aspect source code to the project and build with the AspectJ compiler, ajc.

    youdao

  • 大部分需要组件使用make系统可以通过切换打包代码所在目录系统编译安装如清单4

    Most of the needed components use the make system and can be compiled and installed on your system by switching to the directory of the unpacked source code, as shown in Listing 4.

    youdao

  • Bash而论,硬件进步使今天解释型代码运行速度快当初开始工作可用一些系统编译代码

    The advances in hardware allow interpreted code to run faster today than compiled code on some systems available when I started work on Bash.

    youdao

  • 运行package命令设置本地系统编译 “INIT”基本代码

    Run the package command to set up the INIT base package source code to be compiled on the local system

    youdao

  • Gentoo代码编译所有软件包旨在获得稳定系统然而ArchLinux安装二进制旨在成为自由软件开发的尖端。

    Gentoo compiles all packages from source and aims for stability, whereas Arch Linux installs binary packages and aims for the bleeding-edge of free software development.

    youdao

  • 通常,经过完全优化编译代码很难或者几乎不可能进行调试,这就加大了发现那些造成系统功能错误所在的难度

    As a rule, code compiled with full optimization can be difficult or impossible to debug, making it very difficult to identify bugs that may be causing the system to function incorrectly.

    youdao

  • 为了进行通信这个文件系统使用了RXRPC代码AFS一部分因此需要编译openafs

    For communication purposes, this filesystem USES RX RPC code that is part of AFS, so you need to build OpenAFS.

    youdao

  • 不过SLES10编译相同代码不能SLES9系统运行因为它包含glibc。

    However, the same source file compiled on a SLES10 system will not run on a SLES9 system because of the older level of glibc.

    youdao

  • make编译代码sudo makeinstall系统目录中安装代码

    Make compiles the code, and sudo make install installs the code in system directories.

    youdao

  • 例如SLES8系统中使用glibc版本2.2.5编译二进制代码可以SLES9系统中使用glibc版本2.3运行因为2.3版本向后兼容的。

    For example, a binary that was compiled on a SLES8 system with a version of glibc at 2.2.5 will also run on a SLES9 system with a glibc version at 2.3 since the 2.3 version is backward compatible.

    youdao

  • 使用ports系统代码编译软件包

    Source based package installation using a ports system.

    youdao

  • 如果模块是被安装系统(对应的on - the - fly式的编译),可以它们作为以预编译过的二进制代码发布出去

    If modules are installed at the system level (as opposed to being on-the-fly compilations) then you can distribute them as precompiled binaries.

    youdao

  • 一个语言代码可以多种计算机系统编译运行,那么这种语言称为移植的。

    A language whose source programs can compiled and run on wide variety of computer systems is said to be portable.

    youdao

  • 如果使用任何包装系统可言,你需要代码重新编译这些应用程序覆盖的。

    If you're not using any packaging system at all, you'll need to recompile those applications from source and overwrite the old ones.

    youdao

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

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

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