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

查询词典 comparable function

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

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算子不构成稳定的二进小波,无法给出快速的多尺度算法。

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 数据库。高校学生公寓信息管理系统的主要功能包括:可以实现对学生公寓信息的查询功能,包括快速查询功能和分类查询功能;对学生公寓信息的录入功能,修改功能,删除功能和统计功能。通过系统上述功能实现公寓管理部门对于学生公寓信息的日常管理,即方便公寓管理人员及时全面地掌握学生住宿情况及公寓分配情况;为用户提供了一些简单的数据查询并输出各种信息等。

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,要么是包括有函数自由变量捆绑的单元的元组。

Secondly, on the basis of its multi-dimensional functions, which are synthesizing function, monitoring function, reflecting function, orientating function, and other analogical functions, the integrated mode guarantees that the quality of online courses is controllable, fathomable, and comparable.

通过对广播电视大学开放教育网络课程设计与实施的理论与实践模式的反思,界定远程开放教育"网络课程整合教学模式"的基本理论概念和操作步骤,为中国远程教育走国际化的发展道路提供网络课程改革的理论依据和实践模式。

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.

一次函数的适用范围广,在蓄水池的进出水量与时间、学生出楼梯口人数与时间与时间和移动通讯的话费比较等的关系问题时均有重要的应用;学习一次函数,可以加深生活中线性问题的认识与理解,有助于解决一些简单的函数问题;一次函数的一些解题方法在数学中具有普遍性,一次函数的有关理论可以用来解决一些其它的数学问题,比如二元一次方程组、一元一次不等式、一元二次方程的最值问题及一些复杂的数学问题,光是学习一次函数的理论是不够的,关键是能把一次函数运用到实际中去才是我们最终的目的。

Chapter one is "Introduction". On the basis of summarizing the history of the study of the pictophonetic characters, we suppose some theoretical principle, such as the principle of the correspondence between the form and the meaning of the individual graph of Chinese characters, the principle of the total graphs of Chinese characters being a character-formation system, and the principle of the optimum development of the character -formation system in the history, and som analytic methods, such as the methods of structrue-function analysis, form-position analysis and meaning factor analysis, in the study of the pictophonetic characters. Chapter two is titled"General knwledge of the pictophonetic character." We discuss their origins, nature and some standards of distingnishing them, introduce the knowledge about the editions of SHUO WEN JIE ZI, analyse the functions of the modules of pictophonetic characters in detail, discuss concretely the function of phonetic graphs showing origins and pronunciations, the function of meaning graphs showing meanings and analogies, and the function of distinguishment when the two kinds of graphs are conbined. Chapter three is"The system of meaning graphs of Xiao Zhuan system."After we describe the structure of the meaning graph system, the relations between meaning graphs, the distributions of the function of meaning graphs showing meanings, and the frequency of all this kind of graphs, we get a table of all meaning graphs, a table of the frequency. Chapter four is"The system of phonetic graphs of Xiao Zhuan system."We describe the structure of the phonetic graph system, the relations between phonetic graphs, and between their function showing origins and their function showing pronunciations, and their frequency, then we get ageneral table of phonetic graphs and table of their frequency. Chapter five is "conclusion". We think that systematical methodology is useful in describing and analysing the formation system of Chinese characters. The methodology is adaptable in describing the formation system of modern Chinese characters as well as the historical character systems, adaptable in describing horizontally as well as comparing vertically. Only when we finish the systematical vertical compare on the base of systematical horizontal decription, could we know the true history of the system of Chinese characters, recover the rule of the system's development, and supply the theoretical supports for the scientifical arrangement of modern Chinese characters.

第一部分—绪论,在总结形声字研究历史状况的基础上,提出了研究形声系统的理论原则和分析方法,即汉字个体字符形义统一的思想,汉字字符集合构形系统的思想,汉字构形系统历史演变系统优化的思想等三项理论原则和结构功能分析法,形位分析法,义素分析法等三种分析方法,还扼要地介绍了具体的工作程序和论文的主要内容;第二部分—形声字概述,论述了形声字的来源、性质和鉴别标准,介绍了对《说文解字》正篆形声字说解中的传抄讹误,版本异文,说解错误校勘和考证的经过,详细分析了形声字构件的功能,具体讨论了声符的示源功能与示音功能,义符的示意功能与类化功能以及声符与义符组合中的相互区别功能;第三部分—小篆字系的义符系统,从义符系统的构成、义符间的相互关系,义符示意功能的分布及义符的构字频度等不同侧面,对义符系统进行了全面的描写,产生了义符总表、义符间意义关系总表和义符构字频度总表;第四部分—小篆字系形声字的声符系统,从声符系统的构成、声符间的相互关系,声符的示源功能与示音功能的关系以及声符的构字频度等不同侧面,对声符系统进行了全面描写,产生了声符总表和声符构字频度总表;第五部分—结束语,在全面测查小篆字系形声字的基础上,对研究汉字的方法和现代汉字发展方向的问题提出了一些看法,认为系统论的方法是描写和分析汉字构形系统行之有效的方法,系统论方法,不仅适用于历史上文字系统的描写,也适用于现代汉字构形系统的描写,不仅适用了断代描写,也适用于历史比较,只有在对汉字断代系统描写的基础上进行系统的历史比较,才能认清汉字系统历史演变的真相,揭示汉字系统发展的客观规律,为科学地整理现代汉字提供理论上的依据。

第1/500页 1 2 3 4 5 6 7 8 9 ... > 尾页
相关中文对照歌词
Function
Function At The Junction
Function
Run
Form Follows Function
At The Club
Pin Drop
Ese Último Momento
Nothing's Something
Pretenders
推荐网络例句

A carrier gas such as nitrogen is directed through line 20 and valve 22 to connect with line 26 and mix with the gas sample.

如氮气之类的载体通过管线20和阀22引入,与管线26相通,与气体样品混合。

But for the most part, knaves and parasites had the command of his fortune

然而支配他的家产的大多是恶棍和寄生虫。

For he that is now called a prophet, in time past was called a seer.

他们就往天主的人所住的城里去了。