资源列表
Gauss
- 用C++描述了高斯公式解一般线性方程组,对初学C++的给点参考 -Using C++ describes the general Gauss formula solution of linear equations, on the novice C++, to the point of reference
Newton
- 用C++描述了牛顿公式解一般方程组的算法,给初学C++语言的一点参考-Using C++ describes the general equations of Newton formula solution algorithm, to the novice C++ language reference point
11
- 高精度秒表,定时器,带实时时钟和温度检测,定时时分秒可以单独设置,可以暂停,带仿真-Precision stopwatch, timer, with simulation
12
- 全自动洗衣机控制板设计,51单片机C语言设计的,可控制进水,排水,电机正转和反转,水位控制等-Automatic washing machine control panel design, 51 MCU C language designed to control water, drainage, the forward and reverse motor, water level control
Program_2
- completed project with all the codes, materials included for Stochastic Processes in Electronic Systems
DouglasPeuckerDataCompress
- Open编写道格拉斯普克压缩算法,算法简单-OpenGL Douglas
N
- 实现N的阶乘个数据的排序,比如8!是40320种情况,把所有的情况存入列表numlist[M][N]中。-complete N!
vckmp
- KMP 算法是由Knuth,Morris和Pratt等人共同提出的,所以成为Knuth-Morris-Pratt算法,简称KMP算法。KMP算法是字符串模式匹配中的经典算法。和BF算法相比,KMP算法的不同点是匹配过程中,主串的位置指针不会回溯,这样的结果使得算法时间复杂度只为O(n+m)。 采用VC++开发,实现KMP字符串匹配算法-KMP algorithm by Knuth, Morris and Pratt, who co-sponsored, so as Knuth-Morris-
vc2005jiyin
- 这个基因算法库是用 Visual Studio 2005 编写的程序,第一个使用 Microsoft C/C++ 编译器,第二个使用Intel C++ 编译器。 如果你希望在你的程序你使用它,有两个办法,1是直接引用 Genetic Algorithm Library 项目,然后编译;2是添加GeneticAlgorithm.lib 静态链接库到项目中…… -The genetic algorithm library is a program written in Visual S
DijkstraVc
- 压缩文件中的WORD文档放的是源代码和解释,有一个名为最短路径算法的文件夹,这个文件夹内容是可以在VC++6.0运行的程序文件(对文档的代码有所修改,弗洛伊德算法被注释掉了) -Compressed file in the WORD document, put the source code and explanations, there is a shortest path algorithm, called the folder, the contents of this folder
eight
- 多数码难题的C语言实现,使用结点的父指针来记录其父节点-More C-language digital challenge
dftspectrumcorrelation
- C code for DFT, Power Spectrum and Cross-Correlation calculation