英语人>网络例句>mathematical programming 相关的网络例句
mathematical programming相关的网络例句

查询词典 mathematical programming

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

Page server is adopted in KDOODB, which is a reasonable architecture, and KDOODB is an open system. Based on the ODMG-93 standard, the programming language C++ is expanded to act as programming language for database application, the impedance mismatch had been avoided, and the seamless integration of programming language and OODBMS had been realized. In KDOODB, big objects and complicate objects can be accessed quickly; the flexible deprocedure query language is provided, it can be used as both the embedded programming language and interactive command; WAL_P and the bit-based transaction identifier assignment strategy provide powerful support for the transaction management; several use patterns and friendly user interface are provided.

KDOODB系统采用了合理有效的页服务器结构,具有良好的开放性;基本符合ODMG-93国际标准,扩充当前国际上流行的面向对象编程语言C++作为数据库应用编程语言,实现了数据库编程语言与OODBMS 的无缝集成,有效地避免了"阻抗失配"问题;能够快速存取大对象和复杂对象;提供方便灵活的非过程化的查询语言,既可以嵌入编程语言使用,又可以作为交互式命令使用;基于页的恢复策略和基于位的事务标识分配策略为有效的事务管理提供有力支持;为用户提供多种使用方式和友好的用户界面。

Based on the problem of singlestage network bottleneck capacity expansion, according to different criteria, we bring forward three kinds of multistage network bottleneck capacity expansion programming, including expected value model, Chance-constrained programming model, and Dependent-chance programming mode, apply dynamic programming approach to deal with those multistage problems, and come out with the relevant hybrid intelligent algorithm in the third part i.e.

基于第二部分的单阶段网络瓶颈容量扩张问题的基础,本文的第三部分根据不同的准则,提出了三种随机型多阶段网络瓶颈容量扩张规划,包括期望值模型,机会约束模型,相关机会模型,我们通过应用动态规划的方法来处理该多阶段的问题,给出了相应的混合智能算法。

Dynamic programming algorithm was introduced to solve the problem. Based on discussion of calculation complexity and effectiveness, the exact DP Algorithm was successfully used in operative schedule of the collecting bucket in multi-car-single-layer mode, which has few service nodes. For problems with large number of service nodes, restricted DP algorithm was constructed to avoid rapid expand in calculation and memory demands during programming process. The restricted DP algorithm, successfully used in single-car-multilayer and compound service modes, gets balance between near optimal programming results and reasonable programming time, so as to meet the real time schedule demands.

文中首先在TSP-STW问题的动态规划模型基础上,论述了计算机精确动态规划解法的求解策略和方法以及算法的有效性和复杂性,并将其成功应用于服务节点数相对较少的多小车单层配药服务模式中集中料斗的集药动作规划;在进行服务节点数较多的单小车多层服务模式中取药小车的运动规划时,为限制计算量和存储空间需求的迅速膨胀,引入以合理限制动态规划算法在每一阶段保留的最大状态元素数为核心的有限动态规划法,以便在求解结果的优化程度和规划时间上取得均衡,达到实时调度的要求。

This book discusses linear and nonlinear programming, dynamic programming, integer programming and stochastic programming.

本书讨论了线性和非线性规划,动态规划,整数规划和随机规划。

It has become the restrictive factor of economic development. The implement of water saving rebuild programming in northern droughty areas is an important measure for sustainable use of water.This study is based on the investigation of the type, step and method of SEA, and focuses on the water saving rebuild programming in Mongolia Hetao regions as a case. The SEA technique is applied to agricultural sustaining using of water. The contents and impact factors are summarized along with the objective and standards defined clearly. This paper also offers assessment indexs on water saving rebuild programming, which evaluates the subsequent environmental impacts and public benefits. Some measures avoiding the negative impact are also presented to ensure that this programming is in accordance with the principle of sustainable development.

本论文在对战略环评的类型、步骤和方法进行充分调研的基础上,针对内蒙河套灌区水资源可持续利用的节水改造规划,将战略环评的相关方法应用到灌区农业水资源的可持续利用战略中,概括其环境评价所涵盖的内容,分析总结相关的影响因子,明确评价目标和标准,尤其突出战略环评在节水改造规划应用中的评价指标,重点评价灌溉节水改造规划实施后,对环境产生的影响及其环境经济效益,并提出减缓负面影响的保护措施,使这一规划在实施过程中更加符合可持续发展的原则。

Firstly, an empirical approximation model of stochastic programming is obtained by replacing the probability measure of original program with empirical probability measure. Sequentially, the constrained stochastic programming is transformed into an equivalent unconstrained stochastic programming. Finally, using the epi-convergence theory, the almost everywhere upper semiconvergence of optimal solution set of empirical approximations for stochastic programming is obtained.

首先通过经验概率测度替代初始规划的概率测度得到随机规划的经验逼近模型,然后将带有约束的随机规划问题转化成与其等价的无约束的随机规划问题,最后利用上图收敛性理论,给出了随机规划经验逼近最优解集的几乎处处上半收敛性。

L Based on the analysis on the current NC programming systems, an interactive NC programming system is studied: First, due to the over sophisticated calculation of cross and tangent points in NC programming, a knowledge based math processor is proposed, then, to provide more convenint graph entry method, a dynamic figure based graph entry system is devised, at last, based on the above mentioned studies, an integrated (including preprocessor, post processor and program testor), interactive, bi-dimensional NC programming system is developed.

围绕语音数控自动编程系统研究:(1)首先,在分析现有编程系统基础上,研究了交互式数控自动编程系统:针对自动编程系统交切计算复杂的特点,提出并实现了基于知识的数学处理子系统;为了方便图形输入,构造了动态表格图形输入子系统。

Elements of C language programming course involve principal concept of programming, basic techniques to design algorithms, data types, operators, expressions, input/output, control structures, structural programming method, arrays, strings, pointers, functions, module programming method, structure, union, bit-wise operation, preprocessor and files.

本课程的教学基本要求包括熟悉并掌握程序设计基本概念、基本数据类型、运算符和表达式;熟练使用基本的数据输入输出方法;掌握 C语言的控制结构、结构化程序开发方法;掌握数组、字符串、指针的概念并能熟练进行应用编程;了解函数概念及程序模块化开发方法;了解结构与共用体,位运算,预处理以及数据文件的基本处理技术。

The mathematical programming formulation and related solution procedure are established by the traditional BEM. Through the discretization of space and time, the elastoplastic stress simulation method and reduce-basis technique are adopted to construct the self-equilibrium stress field. The numbers of variables and constraint equations in the resulting mathematical programming formulation are reduced greatly and then the dimension obstacle of computation in 3-D limit and shakedown analysis is overcome.

采用常规边界元方法建立了三维结构极限与安定分析的数学规划格式,通过对时间和空间的离散化,并采用弹塑性模拟法构造自平衡应力场和引入减缩基技术,大大减少了所形成的数学规划格式中的未知变量和约束方程的数目,有效地克服了三维结构极限与安定分析中的维数障碍问题。

Because the mathematical linguistics are one kind by the mathematical symbol, mathematics terminology and the scientific language which is composed after the improvement natural language, therefore in mathematics teaching, the teacher not suitable direct use mathematical linguistics achievement teaches the language generally, but must act according to student's knowledge foundation and the psychological feature, transforms the mathematical linguistics as easily the language which is accepted by the student.

由于数学语言是一种由数学符号、数学术语和经过改进的自然语言组成的科学语言,因此在数学教学中,教师一般不宜直接使用数学语言作为讲授语言,而必须根据学生的知识基础和心理特征,将数学语言转化为容易被学生所接受的语言。

第2/500页 首页 < 1 2 3 4 5 6 7 8 9 ... > 尾页
相关中文对照歌词
22 Going On 23
Cyborg Bette
Thank God
Numbers
Live Fast, Die Young
My Mathematical Mind
After The War
Army Of Bono
Death Of The Robot With Human Hair
Big Time
推荐网络例句

"Yes, now you can give yourself airs," she said, you have got what you wanted.

"对了,您现在高兴了,"她说道,这是您所期待的。

Then the LORD said to me: Rebel Israel is inwardly more just than traitorous Judah.

上主于是对我说:"失节的以色列比失信的犹大,更显得正义。

I do my best to guide my congregation,ok?

我尽了全力引导会众明白吗?