英语人>网络例句>performance 相关的网络例句
performance相关的网络例句

查询词典 performance

与 performance 相关的网络例句 [注:此内容来源于网络,仅供参考]

In the end, we can see the performance of MMSE estimator is the best, and the performance of LS estimator is the worst, while for the complexity of the three channel estimator methods, the condition is reverse comparing with the condition of the performance.

最后我们可以看出MMSE估计的性能要远好于LS估计,但其复杂度较高,SVD估计的性能及运算复杂度皆介于前两者之间。

Taking the fiber coupler as represent, aiming at the performanceproblem of the fiber coupler which is used in the market, such as theoptical performance differences of accepted products, technologicaloptimization and stability reflected by the low rate of finished products,how to reduce excess loss, and so on. From the view of manufacture of rheological formation, the research of experiment and theory has beendeveloped. The effects of rheological technological parameters such asdrawing speed and fused temperature on the optical performance,microstructure and the process of rheological formation have beeninvestigated. It is discovered that the present heating mode of combustinggas can\'t satisfy with the rheological manufacturing technological needof high performance fiber devices. A new resistance heating system is putforward, designed and manufactured, and a new fused biconical tapermachine is developed.

论文以光纤耦合器为代表,针对目前市场上广为应用的光纤器件存在的性能问题,如合格产品的光学性能差异,成品率不高所反映的制备工艺优化与稳定问题,如何进一步降低附加损耗等,从光纤耦合器流变成形制造的角度,分析了流变制造工艺参数如拉锥速度与熔融温度及其扰动对流变制造成形过程、微观结构与器件光学性能的影响,发现现有燃烧气体火焰的加热方式不能满足高性能光纤器件的流变制造技术要求,提出、设计并制造了一种新型的电阻加热系统和熔融拉锥机。

The method of thermal economic analysis based on the matrix model is applied to analyze the performance of Mengda power plant No.2 unit. The calculating method of performance indexes is introduced . The software is built by using C+-+ Builder. At the end, real-time analysis system of the unit performance indexes is completed.

本文以蒙达发电厂二号机组为例,应用基于矩阵模式的热力系统分析方法对其进行了详细的性能分析,介绍了机组各项性能指标的计算方法,并采用C++Builder编制了相应计算机软件,最终实现了机组性能指标实时分析。

Call mode, input, output and parameters of several MPI collective communication operations in CAMPI are discussed. We have implemented barrier, broadcast and reduction operations in CAMPI and have analyzed application performance. In performance contrast, CAMPI can archive better performance improvement relative to MPICH.

通过讨论多种MPI的集合操作,给出它们在CAMPI中的函数调用方式、输入参数描述、输出参数描述、参数说明和函数说明,重点针对同步、广播和归约操作,实现了CAMPI集合通信操作库的子集,并且给出应用性能分析,在性能比较中,相对MPICH可以获得较高的性能改善。

With the analysis and research of the supply chain performance measurement index system of domestic and international at present, this paper constructs the whole supply chain performance measurement index system, from internal of node, between the nodes and the whole supply chain performance measurement three aspects.And then, gives quantitative formulas of quantitative and qualitative.

本文在总结国内外相关研究成果的基础上,首先从供应链节点企业内部的绩效评价、节点之间的绩效评价和供应链整体绩效评价三个方面,构建供应链总体的绩效评价指标体系,并给出相关定量指标和定性指标的量化公式。

A high performance digital IF radar receiver which uses IF echo and COHO joint process algorithm, field sampling, field processing and remote transmission is introduced. Its performance can meet the requirements of modern high performance radar system.

采用中频回波和中频相参信号联合相干处理,现场采样,现场处理,远程传输的体系结构实现了高性能数字中频雷达接收机,其性能可以满足现代高性能雷达系统的需要。

As the impregnant, the insulating oil is provided with the following features, such as excellent dielectric performance, stable chemical performance, non-chlorine or chlorinated biphenyl, complete biodegradation, non-pollution, low condensation point, low viscosity, excellent performance under low temperature and absorption capacity for the gas which is produced by partial discharge, high fire point, excellent capability of over-voltage withstanding.

作为浸渍剂的绝缘油具有优良的介电性能,化学性能稳定,不含氯或氯化联苯,能完全生物降解,对环境无污染,凝点低,黏度小,低温性能好,对局部放电产生的气体有很好的吸收能力,燃点高,具有出色的耐受过电压能力。

Based on a lot of experiment results, a conclusion is drawn: comparing with other factors, the performance of branch handling strategy is the key limits of processor to exploit the instruction level parallelism existed in nonscientific code, cache miss have severe effect on superscalar processor's performance when it runs scientific code. Second, in order to reduce the branch penalty and improve the performance of superscalar processor, a new branch handling strategy—a classification based hierarchical branch handling strategy, CHBHS is proposed. It first expands the traditional processor architecture to support multiple condition code, conditional execution and Mbranch instruction, as a result, compiler can reduce the number of static conditional branch when the code is generated. Then, CHBHS tries to use the best suitable mechanism to deal with different branch base on their different behavior. CHBHS can predict the target address of unconditional branch, subroutine call and conditional branch by buffering their target address in branch target buffer, a newly proposed high efficient return address stack is used to reduce the penalty of subroutine return instruction, a new Counter Register Stack is also proposed to reduce the penalty of loop-closing branch to zero, and dynamic branch predictor is incorporate with branch target buffer to predict the outcome of conditional branch.

基于上述结论,为了尽量消除转移指令对处理器开发指令级并行性能力的影响,进一步提高处理器性能,在详尽分析目前已存在的转移处理策略的特点与局限性的基础上,首次提出了一种新的转移处理策略即基于分类的层次转移处理策略CHBHS(Classification Based Hierarchical Branch Handling Strategy),它首先通过扩展传统的体系结构,支持多条件码、条件式执行及多分支转移技术,以使编译程序在进行代码生成时可尽量少生成条件转移指令,从而减少静态条件转移指令的数目;其次,基于不同的转移指令的行为不同这一事实,提出了对不同的转移指令采用不同的机制进行处理的思想,即对无条件转移指令和函数调用指令以及条件转移指令的目标地址,采用转移目标缓冲器来预测,对于函数返回指令,采用所提出一种的高效返回地址栈来预测其目标地址,对于大多数循环控制转移指令,采用所提出的Counter Register Stack来将其所可能带来的损失减少为0,对于其他的条件转移指令采用动态预测机制来预测其方向。

Performance testing, in the document transmission system performance, under the premise of design performance test plan, and formulate plans for the core business point set scene, establish concurrent users, this paper elaborates on the core business is the load and the pressure test and continuous stability test design.

性能测试方面,在确定了公文传输系统性能指标的前提下,设计性能测试方案,并制定计划,对各个核心业务点设置场景,确立并发用户数,本文主要阐述的是对系统核心业务进行的负载和压力测试以及持续稳定性测试的设计。

Brief:This article is about the technical parameters ,technical performance and installation of FRP cullis by Yangzhou Wansheng Industry Co., Ltd and compare with steel plate in performance, according to the research argumentation by expert and manufacture experience by steel structure factory, describe FRP cullis application prospect and high cost performance in the workshop of steel structure.

本文是扬州万盛实业有限公司对FRP天沟技术参数、技术性能、安装方法的描述及其与钢板天沟性能的比较,结合专家研究论证及钢结构生产厂家的生产经验,描述玻璃钢天沟在钢结构厂房的应用前景及高性价比。

第9/100页 首页 < ... 5 6 7 8 9 10 11 12 13 ... > 尾页
相关中文对照歌词
A-1 Performance
The Greatest Performance Of My Life
Performance
Performance
Performance
Like A Virgin / Hollywood Medley (2003 MTV VMA Performance)
Performance
Academy Award Performance
推荐网络例句

The split between the two groups can hardly be papered over.

这两个团体间的分歧难以掩饰。

This approach not only encourages a greater number of responses, but minimizes the likelihood of stale groupthink.

这种做法不仅鼓励了更多的反应,而且减少跟风的可能性。

The new PS20 solar power tower collected sunlight through mirrors known as "heliostats" to produce steam that is converted into electricity by a turbine in Sanlucar la Mayor, Spain, Wednesday.

聚光:照片上是建在西班牙桑路卡拉马尤城的一座新型PS20塔式太阳能电站。被称为&日光反射装置&的镜子将太阳光反射到主塔,然后用聚集的热量产生蒸汽进而通过涡轮机转化为电力