搜索资源列表
-
0下载:
线性表的建立,从算法改为vc语言实现编程-linear scale of the establishment, from algorithms to vc Language Programming
-
-
0下载:
分治法的基本思想,掌握递归程序编写方法;使用分治法编程,求解线形序列中第k小元素。,Separation of the basic ideas, grasp the recursive programming methods the use of sub-rule law programming, solving linear sequence of the first k small element.
-
-
0下载:
利用C#编写的单纯形表的代码,用于线性规划。大家看看,讨论讨论-Written using C# code for simplex tableau for linear programming. We take a look at, and discussing the
-
-
0下载:
Diagramming data can help you understand this data, look at it from a different perspective and gain insight. Think of Microsoft’s BizTalk, Query Analyzer, Data Transformation Services Designer and so on. Diagrams are being used in many ways and for
-
-
0下载:
用单纯型法来计算线性规划问题的c语言程序-With the simplex method to calculate the linear programming problem of c language program
-
-
0下载:
在CCS编程环境下,用C语言编写的利用不动点迭代法解非齐次线性方程组(在此为3个方程组成的方程组)的程序-In the CCS programming environment, using C language for the use of fixed-point iterative solution of non-homogeneous linear equations (in this case three equations consisting of equations) procedu
-
-
0下载:
列主元高斯消去法对于某电路的分析,归结为求解线性方程组RI=V。其中
(1)编制解n阶线性方程组 列主元高斯消去法的通用程序;
(2)用所编制程序解线性方程组 ,并打印出解向量,保留5位有效数;
-Out the main element Gaussian elimination of a certain circuit analysis, reduced to solving linear equations RI = V. Where (a) the prepar
-
-
0下载:
线性单向表基本操作及基本功能的编程实现
主要功能有 :输入数据 ,修改数据,读取数据-Linear one-way form the basic operation and basic functions of programming the main features are: the input data, modify data, read data ...
-
-
0下载:
Simplex algorithm - an optimization algorithm for solving linear programming problems by searching the vertices of a convex polyhedron in multidimensional space.
-
-
0下载:
C编程创建线性梯度C programming to create linear gradient-C programming to create linear gradient
-
-
1下载:
用c#实现各类线性方程组的求解的源代码,配套书籍为《C#数值计算算法编程》-C# implementation with all kinds of linear equations to solve the source code, supporting the book as " C# numerical algorithm programming"
-
-
0下载:
附件是一些参考文章,选一些能读懂的来学习。也可以自己上图书馆中国期刊全文数据库再下载相关的文献来看。准备下学期第三周写出开题报告。
要准备把其中doc文件的模型编程求解(可视化),需求数据当然可随意改变输入
-Integer programming branch and bound algorithm matlab source general meaning of each parameter with the matlab optimization toolbox of linear
-
-
0下载:
这是有限元方法中的线性插值和二次差值的误差的计算程序。本程序使用C++编程的。当运行出结果还需要在matlab中画出图形。-This is a linear interpolation and the second error of the difference in the finite element method calculation program. The the program use C++ programming. When you run out of the results
-
-
0下载:
原始单纯形法(需直接给出初始的基变量)
求解标准型线性规划:max C*X s.t. A*X=b (b>=0) X>=0 输入:C是n维行向量,A是m*n的系数矩阵,b是m维列向量,XB承装初始基变量的下标。输出:x最优解(如果有的话),fval最优值,flag解的状态说明,interation求解时的循环次数。-Original simplex method (to be given directly to the initial base variable)
Solvin
-
-
0下载:
单纯形法,求解线性规划问题的通用方法。单纯形是美国数学家G.B.丹齐克于1947年首先提出来的。-Simplex method, the general method for solving linear programming problems. Simplex American mathematician GB Danzig in 1947 first proposed.
-
-
0下载:
运用单纯形法求线性规划的最值问题,主要解决运筹学方面的问题-Most value the use of the simplex method for solving linear programming problems, mainly to solve the problem of operations research
-
-
0下载:
单纯形法c++编程,以解决运筹学中线性规划问题,程序简单明了,对于初学者来说是一个很不错的选择-Simplex Method c programming, operations research to solve linear programming problems, procedures simple and clear, for a newcomer is a very bad choice
-
-
0下载:
对于给定某一线性时不变网络(不含受控源),根据网络属性及结构,通过编程实现自动生成其关联矩阵A和一个树。-Given a linear time-invariant network (excluding controlled source), according to the network properties and structure of the automatically generated by programming its associated matrix A and a tr
-
-
0下载:
线性卷积源程序,圆周卷积源程序,matlab编程环境-Linear convolution of the source, circular convolution of the source, matlab programming environment
-
-
0下载:
利用C语言来实现数学规划中的单纯形法,算法较简单,没有使用其他的数学技巧。-Use C language to achieve linear programming simplex method
-