搜索资源列表
MD5加密的C++类
- 这是一个好用的MD5的C++类;这个类可以加在控制台 程序中也可用在MFC中, 并且提供了详细的错误处理 函数,是一个安全的类。例程是一个MD5的MFC程序, 支持字符串和文件两种输入。 LPCSTR TargetFile(char *filename=NULL) //计算文件的MD5值 void TargetStr(LPCSTR str) //计算字符串的MD5值 LPCSTR GetDigestKey() //取MD5运算后的结果 LPCSTR GetErr() //如果有错误,取错误字串
yiyuan
- 医院模拟:经典堆栈队列应用;VC++控制台程序;小弟上数据结构是作品.-hospital simulation : classic stack Queue application; VC console; Finding data on the structure of work.
tubaoTest
- 凸包算法的实现,用的控制台程序,不过已经能够说明问题了-convex hull algorithm for the realization of the console procedures, but has been able to illustrate the problem
ZipExample
- 压缩文件的读取示例源码,可以功能比较简单,是控制台程序,S60 v2.0版本
md5_src
- 这是一个好用的MD5的C++类;这个类可以加在控制台程序中也可用在MFC中, 并且提供了详细的错误处理函数,是一个安全的类。例程是一个MD5的MFC程序,支持字符串和文件两种输入。
CalcBigMulti
- 计算大数乘法的算法示例,windows控制台程序
fft
- 简单的fft控制台程序,可以处理序列长度为二的次方的序列
lpsvr
- 基于线性规划的回归支持向量机源程序,开发环境Visual C++6.0,控制台程序
pca
- PCA原代码,可以处理多为数据,是控制台程序
电梯运行
- 很好的一个C++控制台程序-good a C Console
trix
- 三角网的生成算法,是win32控制台程序,能自动构成Delauney三角网-triangulation algorithm for the generation of console win32 procedures, automatically constitute Delauney triangulation
BP神经网络代码
- Bp神经网络算法(VC++实现),包含main函数和BpNet类的控制台程序,带有详细的注释。
FitLine
- 采用最小二乘的方法拟合出了一条空间直线,用VC6.0编写的控制台程序-Using the method of least squares fitting of a straight line in space with console procedures prepared by VC6.0
Newmark
- 实现Newmark法的fortran 控制台程序-Newmark method to achieve the fortran console procedures
xiaoyuan-daoyou
- 最短寻路算法的实现和使用 校园导游 数据结构课程设计 vc++控制台程序 可以读文件初始化-campus guider
xcorr2
- 控制台程序,实现matlab中xcorr2()函数,实现二维相关运算-xcorr2()
hht
- 希尔伯特—黄变换的控制台程序,里面用到了线性插值,结果以磁盘文件形式输出-Hilbert- Huang Transform the console program, which used a linear interpolation, resulting in the form of the output to disk file
leastsquaresprocedure
- 最小二乘法简单实现代码 在控制台程序下运行的-Realize easy least squares procedure code in the console running under
Qin_Jiushao_algorithm
- 再现数值计算里的秦九韶算法,此程序为控制台程序。-Numerical representation in the Qin Jiushao algorithm, this procedure for the Console program.
ACS
- 蚁群算法 控制台程序 基于类 不是基本的TSP模型的ant-cycle算法 而是蚁群系统 ant colony system算法-ANT COLONY ALGORITM. TSP MODEL. C++ CLASS BASED. ANT COLONY SYSTEM,NOT ANT-CYCLE ALGORITHM.