搜索资源列表
单纯形算法程序包
- 线性规划中著名的单纯形法。本程序就是基于单纯形算法写的计算线性规划的小软件。初学乍练,希望对大家有帮助。-linear programming famous simplex method. This procedure is based on the simplex algorithm for the calculation was made of small linear programming software. Beginners Pottinger training, we hope t
操作系统微内核技术研究
- 摘要文章介绍了作者在过击5年中在微内核技术上所做的工作.给出了3个算法.① 通过特任务调度 和线程调度算法相结合的方法.来解决单纯以线程为单位的调度系统的效率和公平性问题;③ 一个改进 的写时拷贝算法,它结合写时拷贝算法和诗问时拷用算法的优点.来解决写时拷贝算法在I386体系结抽 上的适应性问题;@ 提出了一个微内核操作系蜿计时模型,它解决了传统计时算法在微内核系统中计时 不准确的问题h
duioudanchun
- 用delphi实现运筹学线性规划对偶单纯形法程序-using linear programming operations research to achieve the dual simplex method procedures
dam
- 用delphi语言实现运筹学通用单纯形程序-大M法-used language tacticians common procedures simplex-method Big M
erjieduan
- 用delphi实现运筹学中线性规划通用单纯形程序-两阶段法-used to achieve linear programming and operations research, common procedures simplex-2 stage method
delphiyunchouxue
- 很好运筹学的DEOPHI原代码.包括动态规划,原始单纯形法,对策论,决策论等-DEOPHI good tacticians of the original code. Including dynamic programming, original simplex method, game theory, On decision-making, etc.
danchunxingyouhua
- 单纯形求解函数最优解小程序,可以运行,出来乍到,请多关照。-simplex function optimal solution for small procedures that will run out at that news conference for.
danchunxingfa-C++
- 用C++实现的运筹学中的单纯形法问题,请批评指正。-C realized tacticians of the simplex method, please correct me criticism.
d04540227
- delphi编译的运筹学单纯形法 操作方便-delphi compiled tacticians simplex method convenient operation
a
- 运筹学算法 的 实现 改进的数学模型用单纯型法求解,就能得到一个较满意的解。但如果从工程的角度考虑,有一个全新的解决之道,即离散近似解的解决。
16
- 用C++编的一些最优化作业中的程序,单纯形法
simple
- 单纯形法算法,int K,M,N,Q=100,Type,Get,Let,Et,Code[50],XB[50],IA,IAA[50],Indexg,Indexl,Indexe float Sum,A[50][50],B[50],C[50]
duioudanchunxingfa
- 对偶单纯形法程序,界面友好,属于运筹学算法
MatlabNLP
- matlab 牛顿 单纯形法 最优化理论 matlab 牛顿 单纯形法 最优化理论
YFTest
- 关于简单单纯形的计算机算法,其中输入在程序内部输入,一个简单的测试程序
单纯形法代码c
- 单纯形解决线形规划问题的C程序代码(c)
单纯行程序—戴卫国
- 这个程序是vc来实现的,他实现了单纯形法的功能。这是军事运筹里常常用到的-vc this procedure is achieved, he achieved the simplex method function. This is a military strategy often used in Lane
线性规划_单纯形
- 本程序使用VC++编写的,用于实现运筹学中的线性规划的单纯形法,开始数据以在程序开始进行初始化,主要是用来检验算法,具体数值可根据需要进行初始化-procedures for the use of the VC prepared for the realization of operational research, linear programming of the simplex method, the beginning of the data to begin initializatio
非线性规划_单纯形
- 本程序实现运筹学--非线形规划中的单纯形法,求fmin(X)=4*(X1-5)*(X1-5)+(X2-6)(X2-6)的具有最小值时的最优解,如需改变所求函数,在子函数f中修改即可-the program tacticians -- non-linear planning for the simplex method, seeking fmin (X) = 4 * (X1 - 5) * (X1 - 5) (X2-6) (X2-6) with the minimum of the optimal
单纯形法C语言实现
- 单纯形法C语言实现