英语人>词典>汉英 : 重新程序设计 的英文翻译,例句
重新程序设计 的英文翻译、例句

重新程序设计

基本解释 (translations)
reprogramming

更多网络例句与重新程序设计相关的网络例句 [注:此内容来源于网络,仅供参考]

The reaction of hydrolytic depolymerization was used for the generation of useful chemicals of ethylene glycol and terephthalic acid.

研究中设计及评估了三种水解废PET的化学程序,这些程序可将废PET转化为对苯二甲酸和乙二醇化学品,可做重新生产PET或其他聚酯原料之用。

In turn,a program written in assembly language cannot be easily transported to another machine design because it must be rewritten to conform to the new machine's register configuration and instruction and instruction set.

然而,用汇编语言编写的程序不能够在其他设计不同的机器上运行,除非它被重新写成符合这台机器寄存器结构和系统指令结构的程序。

Programmers and consultants. Anyone with the technical skills to solve the problem is now in high demand. Y2K guru『导师』Peter de Jager identifies『鉴定;确定』a wide variety of consultants ready to provide services, including planning consultants for tools assessment『估价;估计』, testing consultants,contract service consultants to estimate the costs and plan and implement『执行;履行』the code redesign『重新设计』, legal consultants, and recovery consultants.

9程序设计员和顾问:目前对于掌握能解决这一总是技术的人需求很大。2000年问题专家彼得·德耶格尔对准备提供服务的各类顾问进行了分类,其中有从事工具评估的计划顾问和测试顾问;从事成本估计、制定并执行编码重新设计计划的合同服务顾问;法律顾问以及追偿顾问等。

Many times graphics programmers will see a technique they like and be forced to dig into the code and rewire things to work with there data structures.

许多时候,图形程序设计人员为了使用某种特定的技术时,不得不钻研别人的代码并重新设计以适应另外的数据结构。

Implement the porting of the UNIX kernel. According to the architecture of VAX machine, rodesign the data structures and algorithms used in the memory management and process management subsystems, modify the interrupt management programs and add some device drivers.

实现UNIX System V核心的移植,针对VAX机的硬件特性,重新设计了存储管理和进程管理的数据结构及算法,修改了中断管理程序并增加了一些设备驱动程序。

Work spaces and task procedures may need to be reordered, modified or redesigned.

工作场所和工作程序,可能需要重新排序,修改或重新设计。

If the class needs to be reprogrammed, new interfaces are created.

如果class需要重新程序设计,新的interfaces创建。

Function of dynamic simulation of two beams with opposite charge states is added into a code named PARMTEQVC. Consistent results can be obtained from PARMTEQVC and LIDOS.

论文将Fortran语言编写的国际通用的RFQ设计与动力学模拟程序一PARMTEQ重新用VC++语言改写,并扩充功能为PARMTEQVC程序,增加了对带相反电荷态的两种束流进行动力学模拟计算的功能。

This volume summary of the main examples of these algorithms on the basic theory and extensive analysis of the computer program design and numerical analysis of the linkages between, which is particularly noteworthy is the author of Random Number Generation procedures for processing and re-form calculation of power series.

本卷总结了主要算法范例及这些算法的基本理论,广泛剖析了计算机程序设计与数值分析间的相互联系,其中特别值得注意的是作者对随机数生成程序的重新处理和对形式幂级数计算的讨论。本书附有大量习题和答案,标明了难易程度及数学概念的使用。

If the programmer decided not to use my design, the developed code must be re-edited manually before it will compile again.

如果程序员决定不使用我的设计,开发的代码,必须重新手动编辑的时候,才重新编译。

更多网络解释与重新程序设计相关的网络解释 [注:此内容来源于网络,仅供参考]

sorting:排序

基本概念 排序(Sorting)是计算机程序设计中的一种重要操作,其功能是对一个数据元素集合或序列重新排列成一个按数据元素某个项值有序的序列. 作为排序依据的数据项称为"排序码",也即数据元素的关键码.