资源列表
CustomizedReportListCtrl
- ListControl动态添加或删除数据-Add or delete date to the ListControl
My_LCS
- 最长公共子序列 算法分析之动态规划 动态规划解决最长公共子序列问题,即寻找两个序列中公共的序列中的最长的那个,结果不唯一,只能输出一个最长公共子序列,并不能生成所有的; 可视化多文档,手动输入两个子序列,显示动态规划算法的解决表格,箭头和颜色显示公共字符和解路径; C++6.0- Longest common subsequence algorithm for analysis of dynamic programming dynamic programming to solve the
My_Hanoi
- 汉诺塔,算法,VC++界面编程,能够设置盘子个数,移动动画的延迟,暂停等功能,非常直观-Tower of Hanoi algorithm, VC++ programming interface, the ability to set the number of plates, moving animation delay, pause and other functions, very intuitive
tab1
- tab控件 制作不同页面数据传递 通过控制tab控件,将不同页面中的数据,进行传递,并进行简单的计算,类似于多页面计算器功能-tab controls the production of different page data transmitted through the control tab controls the data in different pages, pass, and a simple calculation, similar to multi-page calcul
31
- 利用vc++读取文件, 这是一个可以利用vc++读取各类数据文件的源码,可以将数据放置在二维数组当中-Use vc++ read the file, which is that one can use various types of data files vc++ read source code, data can be placed in a two-dimensional array of them
main.cc
- 去年的 tangjz 非常喜欢做数论题,但是一年以后的 tangjz 却不那么会做了。 在整理以前的试题时,他发现了这样一道题目:“求 ∑σ(i) ,其中 1≤i≤N , σ(i) 表示 i 的约数之和。” 现在他长大了,题目也变难了,所以麻烦你来帮他解决一道数论题吧。 他需要你求如下表达式的值: ∑Ni=1∑Nj=1max(i,j)⋅ σ(i⋅ j) 其中 max(i,j) 表示 i 和 j 里的最大值, σ(i⋅ j) 表示 iͺ
d.cpp
- 有n个长方形盒子,第i个长度为Li,宽度为Wi,我们需要把他们套放。注意一个盒子只可以套入长和宽分别不小于它的盒子,并且一个盒子里最多只能直接装入另外一个盒子 (但是可以不断嵌套),例如1 * 1 可以套入2 * 1,而2 * 1再套入2 * 2。套入之后盒子占地面积是最外面盒子的占地面积。给定N个盒子大小,求最终最小的总占地面积。-There are n rectangular boxes, the length of the Li is I, and the width is Wi, we
QTPVC
- vc与qt的连接,qt的界面设计不能直接将c语言应用在其中,需要一个需要一个连接文件-vc connection with qt, qt interface design can not be applied directly to the c language in which you need a need a connection file
HDF
- 利用vc++读取文件, 这是一个可以利用vc++读取modis 下载的HDF各类数据文件的源码,可以将数据放置在二维数组当中-Use vc++ read the file, which is that one can use to read modis vc++ download source HDF various types of data files, the data can be placed in a two-dimensional array of them
openPOWERLINK_V2.2.2.tar
- openPOWERLINK是一个开源的工业以太网协议栈,实现了管理节点(MN, POWERLINK主站)和受控节点(CN, POWERLINK从站)的POWERLINK协议。 它实现了现代POWERLINK设备所需的所有重要的功能,例如标准、复用和PRC的操作模式,动态和静态的PDO映射,通过ASnd实现的SDO和通过UDP实现的SDO,以及通过虚拟以太网接口实现的异步通信。 最新稳定版本:2-openPOWERLINK is an Open Source Industrial Ethe
CPPpictureprogram
- 针对C++图像处理,做了针对的处理代码,可以通过研究源码,进行二次开发-For C++ image processing, handling code aimed to do, we can study the source code for secondary development
gatbx
- 遗传算法内置matlab程序,含有选择,交叉,选择等。-genetic algorithm ,based on the matlab,incluing the selection cross and mutation.
