搜索资源列表
danchunxingfa-C++
- 用C++实现的运筹学中的单纯形法问题,请批评指正。-C realized tacticians of the simplex method, please correct me criticism.
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]
homework
- 运筹学中的单纯形算法源代码,是我的作业,希望对大家有用。
Lightemplate
- 我写的php模版类,调用方法简单,支持if else include之类的标签, 可以包含扩展函数,整个模版文件没有外部include和require,减少io操作, 加载三个模版变量,两个数组变量,比smarttemplate快平均2-3毫秒. 单纯加载模版文件,不设置任何变量lightemplate平均0.3毫秒左右,smarttemplate至少要1毫秒. -I wrote the php template class, called simple, if else inclu
danchunxingfaVB
- 这是用VB编的单纯型法,也就是用单纯型法解线性规划,求最大最小值。-This is the VB series with the simplex method, simplex method is to use linear programming solution, find the maximum and minimum.
CmpSimpleMthd
- 修正单纯行方法,用于matlab优化设计。-The revised simplex-line method to for matlab optimize the design.
xianxingguihua
- 用单纯形法求解线性规划 用完整单纯形法求解线性规划 用修正单纯形法求解线性规划 -Complete simplex method for solving linear programming using the simplex method for solving linear programming using the revised simplex method for solving linear programming
relocation-table
- 分析修改PE文件重定位表的软件源码,实现了大部分功能,少数功能未能实现,全软件使用汇编编写,使用MASMplus作为编程环境,当然你也可以单纯使用MASM,对于学习汇编或PE文件结构的朋友有些许帮助。-Analysis modify PE file relocation table source software, to achieve the most functional, a few did not materialize, all software written in assembly
Simplex_Optimization
- 本程序是最有化的单纯形算法,单纯形算法是线性规划最常用的算法。最优化的大作业。-This is a Simplex program based on an Optimization Homework!