搜索资源列表
devcpp
- 遗传算法的差异算法源代码,能够有效的避免局部最优。-GA difference algorithm source code, can effectively prevent local optimization.
statcmp
- 比较两个十进制数的二进制各位的差别 $0 $num1 $num2 附devcpp编译后的可执行文件(windows)
devcpp
- DE算法的vc++程序,里面有4种de变化-DE algorithm vc++ Procedures, there are four kinds of de change
queue
- 实现队列功能:包括顺序队列与链式队列。只包含头文件,在devcpp下成功测试。-realize the function of queue.including seqence queue and link queue. there are only header file. all is successfully tested.
KMP
- KMP算法,这是我在课后编的,能查找到所有的子串,并标记其位置,使用DEVCPP,也可以载入VC6.0工程中。先输入要查找的子串,再输入任意串,将从任意串中找到所有子串,包括重叠部分,并一一标号-KMP algorithm, which is a series of after school can find all the substring, and mark its location, use DEVCPP can also load the VC6.0 project. To enter
Space-Resection--kjhfjh-
- C++写的摄影测量单片空间后方交会程序,通过对提供的试验数据进行计算,输出像片的外方位元素并评定精度。注意不要用VC编译,使用DEVCPP或者code::blocks编译。头文件是矩阵运算函数,参考网络上的。 算法和源码仅供参考-The C++ write monolithic space resection procedures calculated to provide test data, the output of the exterior orientation elements
Lagrange
- 数值分析课程的练习小程序,控制台程序,牛顿插值计算器 和 拉格朗日插值计算器,使用方法通过源码可以看出来,当时在DevCpp环境下写的。-Lagrange DevCpp