说明:双击或选中下面任意单词,将显示该词的音标、读音、翻译等;选中中文或多个词,将显示翻译。
您的位置:首页 -> 词典 -> 优化分页调度
1)  optimize paging
优化分页调度
2)  paging scheduling
分页调度
1.
With the combination of the memory scheduling technique and scene rendering strategy,this paper presented an algorithm for massive data\'s partitioning and paging scheduling.
结合内存调度技术和场景渲染策略,提出了一种对海量网格和纹理数据进行分割和分页调度的算法,通过调度算法使海量数据分批进入内存并实现实时卸载,在分页的基础上进行分块实时渲染。
3)  paging [英]['peidʒiŋ]  [美]['pedʒɪŋ]
分页法,页式调度
4)  Two-stage optimal operation
分级优化调度
5)  optimized dispatch
优化调度
1.
In the paper, four aspects of its application in oil-gas storage and transportation engineering design are formulated: oil-gas consumption prediction, optimized dispatch of refined oil delivery in oil storage depot, optimized line for long pipeling transportation and layout of pipe network and hydraulic calculation of gas line network.
利用Excel对数据快速填充、分析处理和规划求解等功能,本文将其应用到油气储运工程设计中的四个子问题:油气消费预测、油库成品油配送的优化调度、长输管道的线路优选和管网的布局优化以及输油、输气管网的水力计算。
2.
In view of low efficiency in traditional dispatch system of strip mine,the paper uses the satellite positioning technology(GPS),the computer network technology,the wireless digital communication technology,the electronic technology,the systems engineering technology,the optimized theory and the management information system theory to carry out the real-time optimized dispatch to the moving trucks.
针对露天矿传统调度系统效率较低的实际情况,提出了采用卫星定位技术(GPS)、将计算机网络技术、无线数字通讯技术、电子技术、系统工程技术、优化理论、管理信息系统理论等多项现代高新技术理论结合到一起,对运行卡车进行实时优化调度的具体方法,利用GPS系统能够高精度确定出露天采掘、运输设备的位置,并能够计算出距离的特点,对运输设备进行优化配置,从而替代了传统的人工经验调度方法,提高了矿山生产效率和经济效益。
3.
In allusion to the difficult in maintenance and large workload in renovation of truck optimized dispatch's center, the old structured programming is rebuilt by object-oriented method.
针对卡车优化调度中心实时运行部分维护困难、更新改造工作量大的问题,应用面向对象方法对原结构化程序进行改造,既实现了结构化程序设计与面向对象设计的有机结合,又充分发挥了结构化方法与面向对象方法的各自优势,在系统应用和生产过程模拟分析等方面取得较好的使用效果。
6)  optimal scheduling
优化调度
1.
Research on optimal scheduling algorithm in mold manufacturing with work-piece constraints;
具有工件约束的模具制造优化调度算法研究
2.
Artificial immune system and its application in short-term optimal scheduling of hydro-plants in cascade reservoirs;
人工免疫系统在梯级水库群短期优化调度中的应用
3.
Ant colony optimization algorithms for direct optimal scheduling of water distribution system;
用于供水系统直接优化调度的蚁群改进算法
补充资料:优化


优化
optimization

  youhuQ优化(oPtimization)在语言处理过程中为提高程序质量而采用的技术。需求级、功能级和设计级语言处理系统的优化技术尚处于实验探索阶段,实现级语言处理系统尤其编译程序的优化技术发展较早、较为成熟。 编译阶段上可进行的优化分为中间代码级的优化和机器代码级的优化,又分别称为与机器无关的优化和与机器有关的优化。 中间代码级的优化有表达式优化、循环优化等。表达式优化通常有合并常量运算、提取公共子表达式、布尔表达式优化等。循环优化通常有外提循环不变式、强度削减等技术。 机器代码级的优化有寄存器优化、机器指令的有效利用等。 从涉及的范围上优化技术又可分为局部优亿和奎局化化。若优化涉及的范围是一个基本块,则称为局部优化,否则称为全局优化。 在优化工作中循环优化,尤其是与内循环有关的优化特别重要,它对程序的质量有显著影响。 优化技术的基础是数据流分析和控制流分析等。 目标程序的质量不仅与编译的优化技术有关,而且与源程序所采用的算法有关。求解一个问题的算法可能有许多,它们的复杂度常常会有数量级上的差异。采用高质量算法的源程序是提高目标程序质量的关键所在。
  
说明:补充资料仅用于学习参考,请勿用于其它任何用途。
参考词条