查询词典 strictly concave function
- 与 strictly concave function 相关的网络例句 [注:此内容来源于网络,仅供参考]
-
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 数据库。高校学生公寓信息管理系统的主要功能包括:可以实现对学生公寓信息的查询功能,包括快速查询功能和分类查询功能;对学生公寓信息的录入功能,修改功能,删除功能和统计功能。通过系统上述功能实现公寓管理部门对于学生公寓信息的日常管理,即方便公寓管理人员及时全面地掌握学生住宿情况及公寓分配情况;为用户提供了一些简单的数据查询并输出各种信息等。
-
Under the concave transaction costs function, using the variance of profolio return rate to express profolio risk, and taking the risk-return combination difference as the objective function, we propose Mean-variance D.C- integer optimization model under concave transaction costs and minimal transaction unit constraints.
2考虑凹交易费用函数,用投资组合收益率的方差反映组合风险,以风险-收益的组合差作为目标函数,提出了考虑交易费用及最小交易量的均值—方差D.C-整数优化模型。
-
The Mean-CVaR (Conditional Value-at-Risk) portfolio optimization model is proposed to calculate a globally optimal portfolio under concave transaction costs. A non-decreasing concave function is employed to approximate origin transaction costs function.
研究了当投资组合的风险用条件风险价值(Conditional Value at Risk,简称CVaR)度量,考虑凹交易费用的投资组合选择问题,通过对交易费用采用非线性的凹函数,建立了一个均值-CVaR模型。
-
A grating function and a groove function are introduced to determine the structure of a concave grating. Basic ideas for the design of a flat-field concave grating with three stigmatic points are proposed. As a proof of the usefulness of these design approaches, image conditions of the grating with three stigmatic points are developed which concise with other published results and they are more general than those obtained from holographic gratings.
采用与分析三维光栅相类似的级数展开法给出了二维集成凹面光栅的球差、彗差的计算方法,计算中用光栅函数和槽面函数来描述具有任意形状和任意变化周期的光栅,提出了一种具有三个无像差点的平面场型凹面光栅的设计方法,利用该方法推导了三点无像差光栅的成像条件,与文献中用其它方法获得的结果相一致,该结果与全息光栅的成像条件相比,更具一般性。
-
The convex function develeped so many years that convex functionals are now a class of very universal functionals.The kinetic energy in the classical is the most natural convex function.Others like entropy and so on are convex functions.The economic core is closely connected with the convex function.The western economic core question is the optimized question.The optimized theory has something to do with the convex function and the concave function.
凸函数的发展经年已相当完善其应用非常广泛,在古典力学中的动能,就是最自然直接的凸函数,其他如熵……等均是,连经济学的核心都与之有极密切相关,西方经济学的核心问题是最优化问题,最优化理论又与凸函数与凹函数密切相关。
-
We define I-quasi-invex vector function ., I-strictly quasi-invex vector function and KT-I-strictly quasi invex vector function, and derive the above equivalent condition for unconstrained or constrained multiobjective programming.
于是,在本文的第三部分,我们定义了Ⅰ类不变拟凸、Ⅰ类严格不变拟凸、KT-Ⅰ类严格不变拟凸的向量值函数,并且在无约束或约束多目标规划中,获得了每个驻点是有效解的等价条件。
-
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,要么是包括有函数自由变量捆绑的单元的元组。
-
As the objective function is not strictly concave in the path rate, the penalty function method is applied to transform the primal problem into a new formulation to obtain the optimal solution based on the subgradient method. And the multiPath congestion control algorithm is also proposed.
由于多径效用最大化问题中的目标函数对路径速率而言不是严格凹的,所以运用罚函数法将此最大化问题转化成新的等价形式,再运用次梯度法获得了原问题的最优解,由此提出了用于Ad hoc网络的多径路由优化拥塞控制算法MPCC。
-
Firstly, on the base of the strictly monotone map, we provide the definition of strictly invariant quasi-monotone map, it is the extent of the strictly monotone mapping, at the same time, it is the especial case of the invariant quasi-monotone map, too. It is supported by some examples.
在理论部分做了三方面的工作:首先,在严格拟单调映射的基础上,提出了严格不变拟单调映射,它是严格拟单调映射的推广,同时也是不变拟单调映射的特殊情况,举例加以说明。
- 相关中文对照歌词
- Function
- Strictly Physical
- Strictly 4 My N.I.G.G.A.Z.
- Function At The Junction
- Function
- Fam (Members Only)
- Strictly Business
- Run
- Form Follows Function
- At The Club
- 推荐网络例句
-
The changes of the HAF after liver injury may be related to the volume of blood loss, the intraabdominal pressure and the pneumoperitoneum duration.
肝撞击伤伴失血后肝动脉血流量的变化与失血量、气腹压力以及气腹持续时间等有密切联系。
-
Reneging on our commitments to the world's poor cannot be an austerity measure, she said.
放弃我们给世界上的穷国的承诺不能成为一种紧缩措施。
-
Abama respond ed by saying that he ***n and Patrick a are friends and that they often share ideas that re talk and rhetorical flourishes ***Also Although most independ ent ponds pundits view ed the charge pregs *** of plagiarism as exaggerated they did see possible damage to abama's image in the the eyes words of the voters, because he sawing *** his soaring oratory has been his stronger strongest ased asset .
奥把马回应到:他们是哥们,经常分享一些主意和修辞方法。虽然一些独立专家认为剽窃言过其词了,他们仍然认为这可能损害阿宝马在选民中得形象,因为修辞好是他得有力武器。