英语人>网络例句>penalty function 相关的网络例句
penalty function相关的网络例句

查询词典 penalty function

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

The problem of multi-objective usually meet many conflict each other and can not use the objective of the same standard unit, then to employ membership function of fuzzy theory,at first each objective function to change fuzzy set and express with membership function, membership function include the maximum constraint, minimum constraint, the decrease function of monotonic property, to become optimal of the multi-objective function, but still to scanty of weighting value with regard to adjustment of objective function, thus this thesis proposes the method of combine orthogonal arrays and particle swarm optimization to solve the problem of multi-objective optimal power flow, each objective function separately add weighting value, to setting each weighting value of objective function in order to the result of anticipating.

多目标最佳化的问题通常会面临到许多互相冲突且不能用同ㄧ标准单位的目标,於是利用模糊理论中的归属函数,首先将各目标函数转换成模糊集合并以归属函数表示,归属函数包含了最大限制值、最小限制值、单调的递减函数所组成,将各目标函数利用归属函数表示,形成单一目标函数的最佳化,但是仍缺乏权重值对於目标函数的调整,於是本篇论文提出ㄧ种权重值设定与粒子群优演算法的方法去解决多目标最佳电力潮流的问题,将各目标函上分别加上权重值设定各目标函数的权重值,得到预期的效果。

Along with the time development, the computer technology more and more thorough various trades and occupations, have provided thorougher and a convenient service for the general users In order to realize raises department's working efficiency, uses the resources fully, reduces the nonessential manpower, physical resource and financial resource goals and so on disbursement, presented various information management system The paper will design university student's dormitory information management system's Web and realizes using the solution The university student's dormitory information management system is one safe and the highly effective proprietory system, designs specially for the information engineering institute This system has used many technologies, for instance JSP, JDBC, Web service and so on The proprietory system use's database is SQL the Server 2000 databases The university student's dormitory information management system's major function includes: May realize to the student's dormitory information inquiry function, including fast inquiry function and classified inquiry function; To the student's dormitory information's input function, the revision function, deletes the function and the statistical function Realizes the dormitory Control section through the system above function regarding the student's dormitory information current management, namely facilitates the dormitory administrative personnels to keep abreast of the student lodging situation and the billeting situation comprehensively promptly; Has provided some simple data inquiry for the user and outputs each kind of information and so on

随着时代的发展,计算机技术越来越深入各行各业,为广大的用户提供了更为周到和便捷的服务。为了实现提高部门的工作效率,充分利用资源,减少不必要的人力,物力和财力的支出等目的,出现了各种各样的信息管理系统。论文将设计一个高校学生公寓信息管理系统的Web应用解决方案并予以实现。高校学生公寓信息管理系统是一个安全和高效的专用系统,专为信息工程学院设计。这个系统使用了很多技术,比如JSP,JDBC ,Web服务等。专用系统使用的数据库是SQL Server 2000 数据库。高校学生公寓信息管理系统的主要功能包括:可以实现对学生公寓信息的查询功能,包括快速查询功能和分类查询功能;对学生公寓信息的录入功能,修改功能,删除功能和统计功能。通过系统上述功能实现公寓管理部门对于学生公寓信息的日常管理,即方便公寓管理人员及时全面地掌握学生住宿情况及公寓分配情况;为用户提供了一些简单的数据查询并输出各种信息等。

In this paper we introduce the hyperbolic cosine function and construct the new hyperbolic cosine penalty function and algorithms, further more, we construct the new hyperbolic cosine multipier penalty function .

本文在传统形式的罚函数基础上引入双曲余弦函数做罚项,构造了新的对于一般约束优化问题的双曲余弦罚函数和求解迭代公式;进一步地,又提出了求解具有等式约束优化问题的双曲罚函数乘子法。

Since Cesare Beccaria published Study on Crime Committing and Penalty to claim the abolishment of death penalty in 1764,a worldwide debate over the abolishment of death penalty had started.

自从1764年,贝卡里亚发表《论犯罪与刑罚》主张废除死刑以来,引发了一场世界范围的死刑存废之争,双方的基本观点各有其合理性。

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

Although , as Justice Frankfurter has stated , the various American states present a crazy quilt pattern defeating any generalization, the normal method by which American justice seeks to determine the appropriate penalty in murder cases is a combination of degrees of murder and the device of entrusting a discretion as to the penalty of the court , except for certain cases where the death penalty is mandatory for first-degree murder.

尽管正如弗兰克福特法官所陈述的一样,美国各州提出了一个废弃任何一般化的怪诞的被状模式,除了死刑对于一级谋杀是强制性的特定情况外,美国所法官寻求的决定谋杀案件中的适当的刑罚的正常方法是,谋杀罪的等级和把关于刑罚的自由裁量权交付法院的办法相结合。

The focus of the dispute about death penalty is on what argument is more likely to outargue the argument for keeping death penalty and on how to succeed in abolishing death penalty.

当前我国关于死刑的争论,焦点是什么样的论据更有助于驳倒死刑保存论和中国如何实现废除死刑。

The trend of our country's punishment mitigation reform is to reduce the number of death penalty, to limit the percentage of death penalty, to regulate some crimes' legally-prescribed punishment, to emphasize pecuniary penalty and to establish some new types of punishments.

减少死刑、缩减死刑比例、调整部分罪的法定刑、提高罚金刑地位和增设相关刑种应是我国刑罚结构改革的方向。

Therefore, study of the negative value and non-value of penalty should be attached importance to for a better and overall understanding of the value of penalty and the implementation of the positive value and the goal of penalty.

为了更全面、深刻地认识刑罚的价值,充分、有效地发挥刑罚的正价值,实现刑罚的目的,有必要对刑罚的负价值与非价值进行重点探讨。

Death penalty is a kind of invasion that a kind of ancient penalty method, is also a kind of serverest penalty method, is to basic human rights.

中文摘要:死刑是一种古老的刑罚方法,也是一种最严厉的刑罚方法,是对基本人权的一种侵犯。

第3/50页 首页 < 1 2 3 4 5 6 7 8 9 ... > 尾页
相关中文对照歌词
Function
Function At The Junction
Function
Run
Form Follows Function
At The Club
Pin Drop
Sister Sara
Africans
Laughing
推荐网络例句

Newly designed quick-refill fuel tank cap and dust proof radio box back-up their impressive form by also contributing to the low center of gravity.

新设计的快速填充油箱盖和防尘电台方块备份其令人印象深刻的形式也有助于低重心。

The book is a spin-off from his master's thesis.

这本书是他的硕士论文的派生作品。

The customer information data can be imported in the first worksheet to modify view edit print and so on.

把客户信息的数据导入后可以在第一个工作表进行修改查看编辑打印等等。