CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 C#编程 搜索资源 - linear programming

搜索资源列表

  1. 线性表的建立

    0下载:
  2. 线性表的建立,从算法改为vc语言实现编程-linear scale of the establishment, from algorithms to vc Language Programming
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:49.23kb
    • 提供者:罗易
  1. fenzhifa.rar

    0下载:
  2. 分治法的基本思想,掌握递归程序编写方法;使用分治法编程,求解线形序列中第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.
  3. 所属分类:CSharp

    • 发布日期:2017-04-02
    • 文件大小:16.93kb
    • 提供者:chenchen
  1. line

    0下载:
  2. 利用C#编写的单纯形表的代码,用于线性规划。大家看看,讨论讨论-Written using C# code for simplex tableau for linear programming. We take a look at, and discussing the
  3. 所属分类:CSharp

    • 发布日期:2017-04-05
    • 文件大小:1.45kb
    • 提供者:chenling
  1. NetronLightv25-old

    0下载:
  2. 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
  3. 所属分类:CSharp

    • 发布日期:2017-04-10
    • 文件大小:1.02mb
    • 提供者:chenli
  1. danchunxingfa

    0下载:
  2. 用单纯型法来计算线性规划问题的c语言程序-With the simplex method to calculate the linear programming problem of c language program
  3. 所属分类:CSharp

    • 发布日期:2017-03-30
    • 文件大小:1.36kb
    • 提供者:李仪
  1. bdd

    0下载:
  2. 在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
  3. 所属分类:CSharp

    • 发布日期:2017-04-01
    • 文件大小:412.05kb
    • 提供者:黄敏
  1. guass

    0下载:
  2. 列主元高斯消去法对于某电路的分析,归结为求解线性方程组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
  3. 所属分类:CSharp

    • 发布日期:2017-04-06
    • 文件大小:713byte
    • 提供者:wuqian
  1. syi

    0下载:
  2. 线性单向表基本操作及基本功能的编程实现 主要功能有 :输入数据 ,修改数据,读取数据-Linear one-way form the basic operation and basic functions of programming the main features are: the input data, modify data, read data ...
  3. 所属分类:CSharp

    • 发布日期:2017-05-10
    • 文件大小:2.12mb
    • 提供者:冯军红
  1. Simplex_

    0下载:
  2. Simplex algorithm - an optimization algorithm for solving linear programming problems by searching the vertices of a convex polyhedron in multidimensional space.
  3. 所属分类:CSharp

    • 发布日期:2017-03-29
    • 文件大小:50.18kb
    • 提供者:Tanya
  1. C_programming_create_linear_gradient

    0下载:
  2. C编程创建线性梯度C programming to create linear gradient-C programming to create linear gradient
  3. 所属分类:CSharp

    • 发布日期:2017-04-15
    • 文件大小:8kb
    • 提供者:..
  1. cSharp-linear-equation

    1下载:
  2. 用c#实现各类线性方程组的求解的源代码,配套书籍为《C#数值计算算法编程》-C# implementation with all kinds of linear equations to solve the source code, supporting the book as " C# numerical algorithm programming"
  3. 所属分类:CSharp

    • 发布日期:2017-05-03
    • 文件大小:1.03mb
    • 提供者:许从
  1. Form1

    0下载:
  2. 附件是一些参考文章,选一些能读懂的来学习。也可以自己上图书馆中国期刊全文数据库再下载相关的文献来看。准备下学期第三周写出开题报告。 要准备把其中doc文件的模型编程求解(可视化),需求数据当然可随意改变输入 -Integer programming branch and bound algorithm matlab source general meaning of each parameter with the matlab optimization toolbox of linear
  3. 所属分类:CSharp

    • 发布日期:2017-04-05
    • 文件大小:2.12kb
    • 提供者:
  1. fem1

    0下载:
  2. 这是有限元方法中的线性插值和二次差值的误差的计算程序。本程序使用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
  3. 所属分类:CSharp

    • 发布日期:2017-11-18
    • 文件大小:4.17mb
    • 提供者:wang bo
  1. originalsimple

    0下载:
  2. 原始单纯形法(需直接给出初始的基变量) 求解标准型线性规划: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
  3. 所属分类:CSharp

    • 发布日期:2017-11-10
    • 文件大小:1.13kb
    • 提供者:kangkankan
  1. Simplexc

    0下载:
  2. 单纯形法,求解线性规划问题的通用方法。单纯形是美国数学家G.B.丹齐克于1947年首先提出来的。-Simplex method, the general method for solving linear programming problems. Simplex American mathematician GB Danzig in 1947 first proposed.
  3. 所属分类:CSharp

    • 发布日期:2017-12-09
    • 文件大小:4.29kb
    • 提供者:淡如水
  1. danchunxingfa

    0下载:
  2. 运用单纯形法求线性规划的最值问题,主要解决运筹学方面的问题-Most value the use of the simplex method for solving linear programming problems, mainly to solve the problem of operations research
  3. 所属分类:CSharp

    • 发布日期:2017-12-01
    • 文件大小:1.8kb
    • 提供者:陆心怡
  1. cdcxf

    0下载:
  2. 单纯形法c++编程,以解决运筹学中线性规划问题,程序简单明了,对于初学者来说是一个很不错的选择-Simplex Method c programming, operations research to solve linear programming problems, procedures simple and clear, for a newcomer is a very bad choice
  3. 所属分类:CSharp

    • 发布日期:2017-04-06
    • 文件大小:4.29kb
    • 提供者:陈红菲
  1. Network

    0下载:
  2. 对于给定某一线性时不变网络(不含受控源),根据网络属性及结构,通过编程实现自动生成其关联矩阵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
  3. 所属分类:CSharp

    • 发布日期:2017-04-09
    • 文件大小:2.71kb
    • 提供者:陈政
  1. Xianxingjuanji

    0下载:
  2. 线性卷积源程序,圆周卷积源程序,matlab编程环境-Linear convolution of the source, circular convolution of the source, matlab programming environment
  3. 所属分类:CSharp

    • 发布日期:2017-04-14
    • 文件大小:2.78kb
    • 提供者:马成功
  1. dcx

    0下载:
  2. 利用C语言来实现数学规划中的单纯形法,算法较简单,没有使用其他的数学技巧。-Use C language to achieve linear programming simplex method
  3. 所属分类:CSharp

    • 发布日期:2017-04-14
    • 文件大小:3.96kb
    • 提供者:吴佳迅
« 12 »
搜珍网 www.dssz.com