-
CPPsimplex
单纯形法,求解线性规划问题的通用方法。单纯形是美国数学家G.B.丹齐克于1947年首先提出来的。它的理论根据是:线性规划问题的可行域是 n维向量空间Rn中的多面凸集,其最优值如果存在必在该凸集的某顶点处达到。顶点所对应的可行解称为基本可行解。单纯形法的基本思想是:先找出一个基本可行解,对它进行鉴别,看是否是最优解;若不是,则按照一定法则转换到另一改进的基本可行解,再鉴别;若仍不是,则再转换,按此重复进行。因基本可行解的个数有限,故经有限次转换必能得出问题的最优解。如果问题无最优解也可用此法判别。
(Simplex method for the minimum)
- 2011-09-18 22:57:30下载
- 积分:1
-
c# 右下角弹出提示 实例 附完整源码
右下角提示框
- 2013-06-22下载
- 积分:1
-
cPP-for-Game-Programmers
c++ for Game Programmers
not beginner, helps for middle skill developer
- 2011-01-19 08:16:05下载
- 积分:1
-
code2
一个c下的 虚拟存储管理器的页面调度程序供学习交流(C under a virtual memory manager pages for schedulers learn)
- 2009-06-27 22:45:07下载
- 积分:1
-
test
敏感词处理程序,可以由用户修改敏感词库,无用词库,标点符号词库,最大输入字数(Sensitive word processing program, can be modified by the user sensitive thesaurus thesaurus, useless, punctuation thesaurus, the maximum input words)
- 2012-04-11 13:07:20下载
- 积分:1
-
c
说明: 输入一个正整数n(0<n<=0)和一组(n个)有序整数,再输入一个整数x,把x插入到这组数据中,使该组数据仍然有序。(Enter a positive integer n (0 <n<=0)和一组(n个)有序整数,再输入一个整数x,把x插入到这组数据中,使该组数据仍然有序。)
- 2013-06-27 19:41:30下载
- 积分:1
-
test-C
利用单片机进行光敏电阻的实验,源码适用于C51单片机(Photoresistor experiments using SCM, source suitable for C51 MCU)
- 2013-02-24 11:31:05下载
- 积分:1
-
Houghtranslate
这个是图像处理中的hough变换的C++源代码,工需要的同学参考学习。(This is the image processing hough transform C++ source code, engineering students need to learn.)
- 2013-09-07 00:28:11下载
- 积分:1
-
DrawOfMemory
DrawOfMemory源码包,VC++内存绘图例子代码,包括了多个实用的VC++函数:比如DrawLine函数:将传入函数的值以图像的形式显示到对应的控件上(int AllNum:总的数据量,int Value[]:数据值数组,COLORREF PenColor:画笔的颜色,CWnd *pWnd:需要显示曲线的控件指针);DrawWave函数,将传进函数的值以图像的形式显示到对应的控件上;DrawMultiLine函数:将传进函数的值以图像的形式显示到对应的控件上,可以显示多个数据段。参数定义:
int Mult:总共需要显示几类数据
int AllNum:每类数据总的数据量
int Value[]:数据值数组,组成形式:数据1+数据2+数据3+ ...
COLORREF PenColor:每类数据的画笔的颜色
CWnd *pWnd:需要显示曲线的控件指针
还有一些函数不一一列举了,请自行下载源码查看(DrawOfMemory source package, VC++ memory mapping code examples, including a number of practical VC++ function: for example DrawLine function: the value passed to the function displayed in the form of the image to the corresponding controls (int AllNum: the total amount of data, int Value []: an array of data values , COLORREF PenColor: brush color, CWnd* pWnd: need to show the curve control pointers) DrawWave function, will pass into the function value is displayed in the form of an image to the corresponding controls DrawMultiLine function: the passed into the function value is displayed in the form of an image to the corresponding control, you can display multiple data segments. Parameters are defined:
int Mult: A total of several types of data to be displayed
int AllNum: total amount of data for each type of data
int Value []: an array of data values , consisting of forms: Data 1 Data 2+ 3+ ...+ data
COLORREF PenColor: brush color for each type of)
- 2014-07-02 10:52:43下载
- 积分:1
-
随机森林
基于c++实现的随机森林,有注释很详细,对初学者有一定的帮助,但看懂还是需要时间的(Random forest based on C + +, annotated in detail, is helpful to beginners, but it still takes time to understand)
- 2018-09-24 11:12:59下载
- 积分:1