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

查询词典 perturbation function

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

In chapter four, we developed a direct approach for soliton perturbation based on the Green function, This approch get rid of the proof of orthognality for eigenfunctions in a direct approch for soliton perturbation developed by Yan Jiaren etal.

第四章,发展了一种基于格林函数的孤子微扰理论,克服了颜家壬教授微扰直接法中本征函数正交性证明的困难。

First, the Lyapunov functional and variation of constants method are adopted to study the effect that Sigmoid function and the relation of resistance, capacitance and current in Hopfield neural networks have on the stability of networks. The stability criterion constructed by physics parameters is obtained. Thus how the constrained relation of physics parameters affects the stability of Hopfielf neural networks is clear. Based on the study above, the perturbation model of recurrent neural networks is constructed. And the theorems of the existence of solution of perturbation model are presented.

首先,采用Lyapunov泛函法和常数变易法研究Hopfield神经网络中给出的电阻、电容、电流之间的关系以及Sigmoid函数对网络稳定性的影响规律,得出仅由物理模型参数构成的稳定性判据,从而弄清物理模型参数约束关系对Hopfield神经网络稳定性所起的作用,在此基础上,构建了递归神经网络的扰动模型,并通过讨论扰动模型解的存在性问题,给出递归神经网络扰动模型解的存在性定理。

The biggest advantage of this mean is that don"t need to computer the perturbation matrix element by using zero level wave function, even don"t need to give out high rank amendatory result using infinite series to sum like the ordinary perturbation theory. Thus, it not only avoids many complicated integral operation, but also obtains high rank amendatory result that it is very difficult to get or cant get.

这种方法最大的优点就是不需要用零级波函数来计算微扰矩阵元,更不需要像普通微扰论那样用无穷级数求和给出高阶修正的结果,这样一来,不仅避免了许多繁复的积分运算,而且求得了普通微扰论很难得到或不可能得到的高阶修正的结果。

In order to learn the effect of the random perturbation on imaging quality of the camera during the motion,the process of the dynamic imaging of the camera is analyzed,and the modulation transfer function of the camera is obtained.Then,the influence of the random perturbation,which submits to normal distribution or changes sinusoidally,is studied respectively.

为了描述航天相机运动过程中随机扰动对成像质量的影响,通过分析相机动态成像过程,得到了存在扰动时相机的调制传递函数,并分别讨论了服从高斯分布和具有正弦规律变化的随机扰动对像质的影响。

As a result of conservative perturbations, the first order Melnikov function for a perturbed system is identically equal to zero, so the second order Melnikov function has to be considered. The perturbation parameters which make no use in the first order Melnikov function may be important in the second order Melnikov function.

此时一阶Melnikov函数恒等于零,必须考虑二阶Melnikov函数,而在一阶Melnikov函数中不起作用的扰动参数在二阶Melnikov函数中却起着非常重要的作用,因此扰动部分极为复杂。

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

Metrorrhagia is also gynaecological problems of common diseases.

崩漏是妇科常见病也是疑难症。

WordFTP gives you the convenience and timesaving you need.

wordftp让您的方便和省时您所需要的。

These kinds of investments collect growingly large institution assets and individual savings to the capital market.

资产管理业务需要创新,创新分为市场创新和管理模式创新两种。