登录
首页 » c » 最优化方法算法,大M单纯形法

最优化方法算法,大M单纯形法

于 2023-05-09 发布 文件大小:3.26 kB
0 134
下载积分: 2 下载次数: 1

代码说明:

大M单纯法求线性规划最优解 (simple method for solving linear programming problems.)

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

发表评论

0 个回复

  • 1
    说明:  最速下降法matlab源码 有一定参考价值(Steepest descent method matlab source has certain reference value)
    2013-03-20 20:13:45下载
    积分:1
  • ch1545kl
    说明:  ec生物信息与论文实现\matlab教程及工具箱(ec biological information and papers to achieve \ Directory and Matlab Toolbox)
    2006-03-15 21:14:45下载
    积分:1
  • IDWInterpolation
    idw 反距离权重插值,直接在程序中调用即可(idw inverse distance weighted interpolation, you can call directly in the program)
    2010-08-18 09:50:51下载
    积分:1
  • sort
    各种排序算法,下标都从1开始。sort_test.c是用来测试的。 void heap_sort(int *array,int size) void create_min_heap(int *array,int size) void adjust_min_heap(int *array,int start,int size) void bubble_sort(int *array,int size) void select_sort(int *array,int size) void quick_sort(int *array,int size) void unrec_quick_sort(int *array, int size) void insert_sort(int *array,int low,int high) int bucket_sort(int *array,int size,int max_value) int max_k_heap(int *array,int size,int k,int *k_array) int max_k_select(int *array,int size,int k,int *k_array) void find_max_min(int *array,int size,int *max,int *min) int find_max_k(int *array,int low,int high,int k) (Some sort functions."sort_test.c" is used to test. void heap_sort(int*array,int size) void create_min_heap(int*array,int size) void adjust_min_heap(int*array,int start,int size) void bubble_sort(int*array,int size) void select_sort(int*array,int size) void quick_sort(int*array,int size) void unrec_quick_sort(int*array, int size) void insert_sort(int*array,int low,int high) int bucket_sort(int*array,int size,int max_value) int max_k_heap(int*array,int size,int k,int*k_array) int max_k_select(int*array,int size,int k,int*k_array) void find_max_min(int*array,int size,int*max,int*min) int find_max_k(int*array,int low,int high,int k) )
    2013-08-30 22:05:58下载
    积分:1
  • C# wpf wifi网络共享源码
    【实例简介】
    2021-06-12 00:31:20下载
    积分:1
  • dianziqin
    基于C51的电子琴设计,有一个现成的音乐,支持14个不同的音调(C51-based design of the organ, there is a ready-made music, support the 14 different pitch)
    2009-04-20 17:04:15下载
    积分:1
  • Tetris-coded-by-c
    简明易懂的C语言俄罗斯方块,编程语言C,源码,未编译,TC 通过。(Tetris: programmed by c, which is concise and simple, so it is an easy way to learn C with strengthening your capabiliy in 2D game. it is source code,and has been tested by TC)
    2012-07-13 17:47:40下载
    积分:1
  • 3GPFormat_Check
    扫描可以支持格式的3GP文件,可以根据设置过滤相关无用文件(3GP format check)
    2009-10-27 11:58:31下载
    积分:1
  • STM32游戏手柄制作
    基于STM32C8T6做的游戏手柄,可实现12按键和6轴.用HAL库实现的.
    2020-12-06下载
    积分:1
  • vp树
    #ifndef _VPTREE_HEADER_ #define _VPTREE_HEADER_ #include #include #include #include #include #include template class VpTree { public:     VpTree() : _root(0) {}     ~VpTree() {         delete _root;     }     void create( const std::vector& items ) {         delete _root;         _items = items;         _root = buildFromPoints(0, items.size());     }     void search( const T& target, int k, std::vector* results, std::vector* distances) 
    2023-06-23 00:20:03下载
    积分:1
  • 696518资源总数
  • 106164会员总数
  • 18今日下载