登录
首页 » 算法 » 运筹学很有用的程序,线性规划课本里的习题答案,求解线性规划问题...

运筹学很有用的程序,线性规划课本里的习题答案,求解线性规划问题...

于 2023-07-12 发布 文件大小:1.18 kB
0 140
下载积分: 2 下载次数: 1

代码说明:

运筹学很有用的程序,线性规划课本里的习题答案,求解线性规划问题-Useful operational research procedures, linear programming exercises in the textbook answer for solving linear programming problems

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 二维稳态导热问题。设材料物性均为常数,均质无内热源。已知它的左边界是温度为T2的等温边界,其他三个边界均为温度为T1的等温边界。导热区域为边长L的正方形。...
    二维稳态导热问题。设材料物性均为常数,均质无内热源。已知它的左边界是温度为T2的等温边界,其他三个边界均为温度为T1的等温边界。导热区域为边长L的正方形。-two-dimensional steady-state heat conduction problems. Based material properties are constant, no heterogeneity within the heat source. It is known to have a threefold T2 is the temperature of the isothermal boundary, the other three border are temperature T1 isothermal boundary. Regional conduction length L of the square.
    2023-05-18 01:30:03下载
    积分:1
  • 快速幂级 求RSA基础
    快速幂级算法 求RSA基础-rapid power-based RSA algorithm for
    2023-01-01 04:40:10下载
    积分:1
  • 多元 stein 去噪工具箱
    说明: 这个工具箱允许多通道图像去噪 它包括 4 子文件夹: 1) estimSP: 包含所有的 m-文件关于块估计 2) 图像: 包含一些测试图像 (3 阶) 3) 测出: 包含所有的 m-文件加载 intercorrelations 4) 工具: 包含所有 m-文件的必要的工具
    2022-07-23 12:31:21下载
    积分:1
  • vb关于CRC校验的程序
    vb关于CRC校验的程序-vb about CRC verification procedure
    2022-02-01 05:18:01下载
    积分:1
  • 顺序队列C实现
    #include "stdio.h"    #include "stdlib.h"   #include "io.h"  #include "math.h"  #include "time.h"#define OK 1#define ERROR 0#define TRUE 1#define FALSE 0#define MAXSIZE 20 /* 存储空间初始分配量 */typedef int Status; typedef int QElemType; /* QElemType类型根据实际情况而定,这里假设为int *//* 循环队列的顺序存储结构 */typedef struct{ QElemType data[MAXSIZE]; int front;     /* 头指针 */ int rear;  /* 尾指针,若队列不空,指向队列尾元素的下一个位置 */}SqQueue;Status visit(QElemType c){ printf("%d ",c); return OK;}/* 初始化一个空队列Q */Status Init
    2022-08-13 11:29:01下载
    积分:1
  • 多种压缩的源程序
    资源描述包含Lzw,Huff1,Dhuff等等多种压缩算法的源代码包,对于算法学习有很大提高。
    2022-08-21 03:41:25下载
    积分:1
  • 常用的C程序。主要内容包括多项式的计、复数运、随机数的产生、矩阵运、矩阵特征值与特征向量的计、线性代数方程组的求解、非线性方程与方程组的求解、插值与...
    常用算法的C程序。主要内容包括多项式的计算、复数运算、随机数的产生、矩阵运算、矩阵特征值与特征向量的计算、线性代数方程组的求解、非线性方程与方程组的求解、插值与逼近、数值积分、常微分方程组的求解、数据处理、极值问题的求解、数学变换与滤波、特殊函数的计算、排序和查找。-Commonly used algorithm of C procedures. Include polynomial terms, complex computation, random number generation, matrix operations, matrix eigenvalue and eigenvector calculations, linear algebra equations, nonlinear equations with the equations, interpolation and approximation, numerical integration, solving ordinary differential equations, data processing, for solving extremum problems, mathematical transformation and filtering, the calculation of special functions, sorting and search.
    2022-01-26 06:49:25下载
    积分:1
  • 人工智能归结反演
    这是人工智能当中的归结反演的算法实现代码
    2022-08-31 13:15:03下载
    积分:1
  • 哲学家就餐问题实现
    哲学家就餐问题算法实现-Algorithm dining philosophers problem
    2022-02-27 08:28:25下载
    积分:1
  • Hanoi(汉诺)塔问题的求解,就是一个游戏的程序,很好玩
    Hanoi(汉诺)塔问题的求解,就是一个游戏的程序,很好玩-Hanoi (Hannuoba) tower problem solving, that is, a game procedure, is a lot of fun
    2022-09-04 02:35:03下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载