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

查询词典 strategy

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

For the aim of saving energy and optimizing control of chilled systems, the performance of VWV systems and characteristics of control systems were analyzed based on the simulation. According to the characteristic of the monitored parameters and controlled variables in VWV systems, three online optimal control strategies were proposed and validated:(1) Optimal strategy for on/off control of chillers according to the ratio of secondary flow rate to primary flow rate.(2) Optimal strategy for the control of secondary pump according to value positions of auto-controlled AHU vales. And (3) Optimal strategy for supply chilled water temperature control of chillers according to valve positions of auto-controlled AHU valves and working status of secondary pump.

为达到节能和优化系统控制的目的,在楼宇空调水系统及其局部控制仿真分析的基础上,针对变流量系统监测点和可调参数较多的特点,提出并验证了3个实时优化控制方案:根据初级和二级冷谋水流量的比率,实时优化多台冷水机组的启/停控制;利用AHU自动控制水阀的阀位信息,实时优化二级水泵的控制;利用AHU自动控制水阀的阀位信息以及二级泵的工作状况,实时优化冷水机组出水温度的控制。

Common buckwheat ( F. esculentum ) is an allogamy crop, which is heterogony. There is heterogeneity in the species. To reveal the genetic diversity within cultivar population, In order to explore the sampling strategy that can reveal genetic diversity of buckwheat resources on the molecular level. PCR with intron-splice junction primers and long random primers was employed to reveal the genetic diversity within nine common buckwheat varieties and one tartary buckwheat cultivar population among different individuals. We established the sampling strategy in its genetic diversity study. Then we used the established sampling strategy, and the same PCR markers technique,to analysis the genetic diversity of 86 common buckwheat resources, the main results are as follows

甜荞是花柱异长自交不亲和的异花授粉作物,品种内存在一定的异质性,为了准确揭示甜荞遗传资源的遗传多样性,本研究采用因子分析法对86份甜荞遗传资源农艺性状数据进行分析;采用长随机引物和内含子切接点引物的PCR分子标记技术,对9个甜荞品种和1个苦荞品种不同个体间的遗传多样性进行了分析,建立了甜荞资源遗传多样性研究的取样策略;并利用建立的取样策略,采用PCR标记技术,对这86份甜荞资源的遗传多样性进行了分析,取得如下主要结果

A novel node positioning algorithm, called IMP-HCRL, is proposed, which adopts three improvements, including the strategy based on wireless transmission range, the strategy based on bisector point and the strategy based on isodynamic point, to overcome the drawbacks at computational complexity and localization accuracy of HCRL with low communication overhead simultaneously.

分析了HCRL定位算法的原理和过程,在继承了HCRL低系统通信开销优点的基础上,针对其在计算复杂度和定位精度方面的不足,应用了3种改进策略-基于节点无线射程的改进策略、基于等比点的改进策略和基于等力点的改进策略,提出了改进的IMP-HCRL算法。

Waiting strategy, circuity strategy and greedy strategy and their competitive ratios are given base on blockages only happening on a road.

对于堵塞只发生在一条路径上的特殊道路交通网络,给出了等待策略、迂回策略、贪婪策略及其竞争性能比。

The fifth part proves the strategic thought of the company, including land development strategy, management theory, market strategy, competitive strategy and business combination of company.

其中战略思想分为公司及土地开发的战略定位、公司的经营理念、土地开发战略、市场战略、竞争战略和公司的业务组合战略。

The hospital's fine status benefits from its focus strategy which insist on clinical medical treatment direction. In addition, effective cost management and putting rear service to society also contributes to its developing. Tomorrow the key point of hospital developing is products diversity strategy.3. There are also numerous affairs to do, such as strategy study, compotation awakening and so on.

河南省肿瘤医院形成目前的态势,从战略上审视,得益于在医疗卫生行业中实行了目标聚集战略,坚定地沿着肿瘤临床医疗方向发展,特别是上世纪末又实施了医院成本核算,本世纪初再施了后勤服务保障社会化,在总成本领先战略上再次得分,今后发展的关键在于坚定地实施产品差异化战略。

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,对于其他的条件转移指令采用动态预测机制来预测其方向。

Can be assumed that you may wish to: if the Government adopted the strategy is to "cut the Gordian knot" strategy, in the second half, especially in九十月copies, Beijing will have a number of new projects entering the market, and these projects will be completely changed into the market during the first half of the effective relatively small supply situation, the ordinary people of the house will be grown optional, market competition will be fierce up; and if the Government adopted the "warm stew fire" strategy, then presented the first half of the effective supply of small, ordinary people do not worry about buying to house the situation will continue.

可以设想,你不妨:如果政府通过的策略是"快刀斩乱麻"的策略,在下半年,尤其是在九十月份,北京将有一些新项目进入市场,而这些项目将完全改变市场在今年上半年的有效供应相对较小的情况下,普通老百姓的房子将增长可选,市场竞争将是激烈的行动,如果政府通过了"温暖炖火"战略,然后介绍了上半年的有效供给小,一般人不必担心购买房屋的情况将继续下去。

At last, industry specialization strategy induce client prefer to select the dominancy of audit firms, so this strategy is efficient; otherwise, industry specialization strategy should take account of the industry characteristic of clients.

最后,行业专门化经营战略影响被审客户趋于集中选择事务所,因此是一种有效的竞争战略;且由于竞争驱动因素,我国事务所更容易在竞争程度较低的行业大力发展行业专门化经营。

It is concluded that government should focus on the security strategy of the country and local economic development strategy, and dominant the technology-innovation process of strategy industries.

研究表明,国家及各级地方政府要著眼於国家的安全战略及该地区的经济发展战略,主导国家及地区战略产业的技术创新过程。

第7/50页 首页 < ... 3 4 5 6 7 8 9 10 11 ... > 尾页
相关中文对照歌词
Strategy Wanking
Rock And Roll Strategy
Revenge
Road To Zion
Strategy
That's War!
World On Wheels
Julie Tearjerky
Laker Paper
Praise Saved My Life
推荐网络例句

The quality of both red and white wine depends very much on the wine maker talent and on the quality of the grapes.

他的红酒和白酒的品质,根据酿造者的能力和葡萄的质量,各有差异。

No, I don't want to get drunk before my next match.

" "不,我不想让我的下一场比赛前喝醉了。

The transparency principle is one of WTO's basic principles, and it plays an important role in maintaining predictability and stability of world trade.

透明度原则是WTO的基本原则之一,它在保持国际贸易的可预见性和稳定性中发挥着重要的作用。