查询词典 result function
- 与 result 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.
多目标最佳化的问题通常会面临到许多互相冲突且不能用同ㄧ标准单位的目标,於是利用模糊理论中的归属函数,首先将各目标函数转换成模糊集合并以归属函数表示,归属函数包含了最大限制值、最小限制值、单调的递减函数所组成,将各目标函数利用归属函数表示,形成单一目标函数的最佳化,但是仍缺乏权重值对於目标函数的调整,於是本篇论文提出ㄧ种权重值设定与粒子群优演算法的方法去解决多目标最佳电力潮流的问题,将各目标函上分别加上权重值设定各目标函数的权重值,得到预期的效果。
-
Though comparing Canny operator and center B spline dyadic wavelet, the following conclusion is proven in this dissertation: a Center B spline function has tight support and Canny operator hasn't. b Center B spline function asymptotic convergence to Gaussian function and the derivative of Center B spline function asymptotic convergence to Canny operator. c The derivative of fourth order center spline B function is more suitable as a optimal edge detector than Canny operator. d Center B spline function can balance the smoothing and approximation of original data, and the fourth center B spline function is the only optimal solution of two order smoothing problem. e The error between the valve of time-frequency uncertainty of the fourth center B spline function and the lower bound of time-frequency uncertainty does not exceed 0.143% of the lower bound. f The derivative of center spline B function can construct a stability dyadic wavelet and can give a fast algorithm for multiscale edge detection, but Canny operator can do neither.
作者给出了Canny算子与中心B样条二进小波严格的比较证明,得出如下结论:a中心B样条函数具有紧支集,Canny算子不具有紧支集。b中心B样条函数的极限收敛于高斯函数,中心B样条函数的导数收敛于Canny算子。c四阶中心B样条函数的导数比Canny算子更接近最佳边缘检测滤波器。d中心B样条函数比高斯函数更能兼顾对原函数平滑和逼近的折中要求,并且四阶中心B样条函数是二阶逼近问题的唯一最优解。e四阶中心B样条函数的时频测不准关系值与时频测不准关系下界的逼近误差不超过0.143%。f中心B样条函数的导数可以构成稳定的二进小波,存在快速的多尺度算法;而Canny算子不构成稳定的二进小波,无法给出快速的多尺度算法。
-
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 数据库。高校学生公寓信息管理系统的主要功能包括:可以实现对学生公寓信息的查询功能,包括快速查询功能和分类查询功能;对学生公寓信息的录入功能,修改功能,删除功能和统计功能。通过系统上述功能实现公寓管理部门对于学生公寓信息的日常管理,即方便公寓管理人员及时全面地掌握学生住宿情况及公寓分配情况;为用户提供了一些简单的数据查询并输出各种信息等。
-
The program is divided into five blocks: the main function, contracting keys function, numbers and decimal memory function, processing function, the value function, display function,rest function and positive and negative function.
将程序分为五个模块:主函数、判键函数、数字和小数点存储函数、运算处理函数、求值函数、显示函数、正负和清零处理函数。
-
Special attributes: func doc or doc is the function's documentation string, or None if unavailable; func name or name is the function's name; module is the name of the module the function was dened in, or None if unavailable; func defaults is a tuple containing default argument values for those arguments that have defaults, or None if no arguments have a default value; func code is the code object representing the compiled function body; func globals is the dictionary that holds the function's global variables — it denes the global namespace of the module in which the function was dened; func dict or dict contains the namespace supporting arbitrary function attributes; func closure is None or a tuple of cells that contain bindings for the function's free variables.
func defaults是一个包括有参数中设有默认值的元组;func name 或 name 是函数名。func code是一个编译后的代码对象;func globals是一个引用,指向保存了函数的全局变量的字典—-如果你在函数所在模块中定义了全局变量的话。func dict或 dict 包括了支持任意函数属性的名字空间;func closure 要么是None,要么是包括有函数自由变量捆绑的单元的元组。
-
Based on investigating the short and intermittent structural plane, surrounding rockmass of the huge underground powerhouse in Three Gorge has been divided into five statistical similar areas according to its characteristic of rockmass structure by applying structure plane network simulation. Distributed characteristic of structural plane has been studied and based on it mechanics macrocharacteristic has been studied:(1) It is the first time that based on the result of structural plane network simulation rockmass quality of every structure area has been studied with applying blurred information optimum seeking technique and be compared with and RQD method. The result indicated that it has better effect to evaluate rock quality with blurred information optimum seeking technique.(2) It is the first time that the interrelated relationship of the result of in-suit rockmass deformation test and fractal characteristic of structure on test point has been applied to determine rockmass deformation parameter. The question of evaluating deformation parameters of engineering rockmass has been solved.(3) Anisotropy strength parameters have been determined by applying shear zones simulating method. The result indicated that there are different strength parameters in every structural area, after comparing the result of Fast Lagranian Analysis in continua number simulation method with that of method of weighted mean according to continuity. The result indicated that when a suitable reduction coefficient is been considered rockmass strength parameters can be simply and fast determined with method of weighted mean according to continuity where there is not enough test result.(4) Damage characteristic has been studied based on analysis fractal characteristic of structural plane network by applying fractal-damage coupling method. It is the first time that the concept of damage degree has been set up to evaluate rockmass quality according to the biggest principal damage.
通过对短小、断续性结构面统计特征的研究,将地下厂房区划分为五个岩体结构统计均质区,应用结构面网络模拟技术研究了各个岩体结构均质区结构面的发育分布特征,并以此为基础对岩体宏观力学特性进行了深入研究:(1)首次通过在结构面网络模拟计算结果的基础上,应用模糊信息优化技术研究了厂房区各个岩体结构分区的岩体质量并与岩体基本质量指标研究法、岩体质量指标RQD值研究法作了对比,结果表明以结构面网络模拟结果为基础,应用模糊信息优化技术进行岩体质量评价能够取得很好的效果,解决了工程岩体质量的定量评价问题;(2)首次通过对已有的现场大型岩体变形试验结果的分析及相应试验点岩体结构分形特征的研究,建立了结构面分布的分形维数和岩体变形指标间的相关关系,并首次应用这种相关关系根据结构面网络模拟及分形维数计算结果确定了缺少试验结果的地下厂房各工程部位的岩体变形指标而且应用于围岩稳定性计算,解决了工程岩体宏观变形参数的评价问题;(3)应用在结构面模拟网络图上模拟岩体剪切破坏带的方法,得出了岩体在不同方向上的强度参数,结果表明岩体的强度特性与结构面的发育方向和程度有着明显的关系,各个岩体结构均质区具有不同的强度参数;同时还通过应用拉格朗日差分法对岩体强度指标的数值分析并与按连通率加权平均计算法对比表明,按连通率加权平均计算法在考虑合理的折减系数情况下,可以简单快速地对缺少现场大型试验结果的具体工程部位实现岩体强度指标的估计,通过以上研究解决了工程岩体抗剪强度参数的评价问题;(4)通过结构面网络分形维数的研究,应用分形损伤耦合分析方法,研究了厂房区岩体的损伤特征,并首次引入"损伤度"的概念,建立了应用最大主损伤评价岩体质量的指标体系。
-
The dissertation begins with the investigation of the fruitful research on function of debt governance in developed countries such as UK, US, Japan and Germany, and attempts to fill some important gaps in our understanding of inefficient investment controlling function, bankruptcy threat function and function of creditor's participating in corporate governance; Second, Theoretical and empirical study is done on whether three functions of debt governance can work well in state-owned listed companies. The result shows that so far the function of debt governance can't work well as expected; Third, after examining the special institutional background of China, the dissertation argues, grounded on the research results, that the essential institutional reasons include creditors and debtors being "quasi" market participants, the "quasi-equal" debtor-creditor relationships and the "quasi" market rules; Finally, it comes to the conclusion that the fundamental methods to change the situation are to encourage the supervision of banks, to deepen the reform of state-owned companies and to fulfill the outside institutional requirements for guaranteeing the function of debt governance.
文章首先借鉴英美、日德等发达国家对债权治理功效的已有研究成果,总结归纳出负债抑制非效率投资功效、负债的破产威胁功效以及债权人直接介入公司治理功效;其次,分别对三大债权治理功效在我国国有控股上市公司中能否发挥作用进行理论解析和实证检验,研究发现,目前我国企业债权治理功效不能发挥应有的作用;再次,针对研究结论,从我国特有的制度背景出发,分析其症结,认为我国目前的债权债务双方的&准&市场主体、债权债务双方的&准&平等关系、&准&市场游戏规则是导致债权治理功效不能发挥作用的根本制度原因;最后,提出解决对策,认为增强银行的监督激励、深化国有企业的改革以及实现债权治理功效的外在制度要求是债权治理功效发挥作用的根本途径。
-
At the beginning of this thesis, the author gives the definition and the equivalent definition of convex function, and then proves the equivalent relationship between them. Secondly the author proposes the decision theorem of convex function which provides a judgment basis of whether a function is a convex function. Thirdly the author summarizes and proves the convex function's operational, basic, differential and integral property. Finally the author proves several famous convex function inequalities, such as Jensen inequality, Holder inequality, Cauchy inequality. The author also provides the application of these inequalities and illustrates the importance of convex function's basic inequality and integral property in the proving process.
本文开始给出了凸函数的定义及等价定义,并证明了它们之间的等价关系;接着提出了凸函数的判定定理,对一个函数是否是凸函数提供判断依据;然后对凸函数的运算性质、基本性质、微分性质、积分性质四个方面的性质进行了总结,并给予了证明;最后证明了凸函数的几个著名不等式詹森不等式、赫尔德不等式、柯西不等式,给出了这几个不等式的一些应用实例,并举例说明凸函数的基本性质和积分性质在不等式证明过程中的重要作用。
-
At the beginning of this thesis, the author gives the definition and the equivalent definition of convex function, and then proves the equivalent relationship between them. Secondly the author proposes the decision theorem of convex function which provides a judgment basis of whether a function is a convex function. Thirdly the author summarizes and proves the convex function's operational ,basic , differential and integral property. Finally the author proves several famous convex function inequalities, such as Jensen inequality, Holder inequality, Cauchy inequality and Minkowski inequality. The author also provides the application of these inequalities and illustrates the importance of convex function's basic inequality and integral property in the proving process.
本文开始给出了凸函数的定义及等价定义,并证明了它们之间的等价关系;接着提出了凸函数的判定定理,对一个函数是否是凸函数提供判断依据;然后对凸函数的运算性质、基本性质、微分性质、积分性质四个方面的性质进行了总结,并给予了证明;最后证明了凸函数的几个著名不等式詹森不等式、赫尔德不等式、柯西不等式和闵可夫斯基不等式以及这几个不等式的应用,并举例说明凸函数的基本性质和积分性质在不等式证明过程中的重要作用。
-
The linear function applicable scope is broad, when the reservoir turnover water volume and the time, the student leaves the staircase mouth population and the time and the time and the motion communication speech spends the comparison and so on the relational question has the important application;The study linear function, may deepen in the life the linear question understanding and the understanding, is helpful in solves some simple function problem; The linear function some problem solving method has the universality in mathematics, the linear function related theory may use for to solve some other mathematics problem, For instance the dual linear equation group, a Yuan inequality, a Yuan quadratic equation most value question and some complex mathematics question, the light is studies the linear function the theory is insufficient, the key is can utilize actual the linear function goes is our final goal.
一次函数的适用范围广,在蓄水池的进出水量与时间、学生出楼梯口人数与时间与时间和移动通讯的话费比较等的关系问题时均有重要的应用;学习一次函数,可以加深生活中线性问题的认识与理解,有助于解决一些简单的函数问题;一次函数的一些解题方法在数学中具有普遍性,一次函数的有关理论可以用来解决一些其它的数学问题,比如二元一次方程组、一元一次不等式、一元二次方程的最值问题及一些复杂的数学问题,光是学习一次函数的理论是不够的,关键是能把一次函数运用到实际中去才是我们最终的目的。
- 相关中文对照歌词
- Function
- Function At The Junction
- Function
- Live At Jimmy's
- Run
- Form Follows Function
- At The Club
- Pin Drop
- Nothing's Something
- Pretenders
- 推荐网络例句
-
For the head-teacher of the class said that I had seriously broken the school rules,which led me to a three-day suspend class.
为什么呢?因为我的班主任说我严重的违反了校规,于是让我停课三天。
-
Many of them believe that the conversion of thousands of working-class folk in England spared that nation from the mass carnage and the tyranny that came with the revolution in France.
他们之中有许多人相信,在英国数以千计的劳工阶级之悔改信主使英国免於遭受如法国大革命所造成的大屠杀和专制暴政。
-
The popular Gawker network of news and gossip sites was shut down by a similar attack on Monday.
周一,深受欢迎的新闻与八卦网站Gawker也因为类似的攻击而瘫痪。