资源列表
DS--C++
- 数据结构算法与应用--c++语言描述,适合学习数据结构的入门资料。-Data structures algorithms and applications- c++ Language descr iption of the data structure suitable for learning introductory information.
c
- c语言求解四阶龙格库塔法的算法源代码,例子:某一地区的病菌传染,三种人员的人数的状态方程,即可能受传染的人数x1,已被传染的病的人数x2,及已治愈的人数x3,并假设他们是因接触而传染。-c language for solving fourth-order Runge-Kutta method algorithm source code, example: a certain area of the bacteria infection, the number three state equat
cmu-tracking
- cmu车辆检测以及跟踪程序,采用光流法计算,-CMU vehicle detection and tracking procedures, the use of optical flow method,
Share
- 南开大学2008年暑期ACM集训,初期共享代码-ACM Nankai University in 2008 summer training camp, the early sharing of code
Newton_s_Method
- A program for solving equations using Newton s Method.Just need to modify the data in the main function. If there is any bugs, please contact chenxiang@cad.zju.edu.cn
ekf_pf
- 基于卡尔曼滤波和粒子滤波器级联模型的静基座惯导初始对准算法及仿真-Based on the Kalman filter and particle filter cascade model static base INS initial alignment algorithm and simulation
md5
- md5的一个校验库,可以直接作为md5来校验文件或者字符串,大家喜欢的话多支持我-md5 checksum of a library, can be directly as the md5 to verify documents or strings, everyone likes more than to support my
CProgramofBP
- 本文通过给定的训练模式为例来推导bp网络学习的算法,并用(语言编程实现,运行程序给出学习误差曲线,最后指出实际应用中BP网络学习存 在的缺点并提出几点改进方案。 -In this paper, given as an example to the training model is derived bp network learning algorithm, and use (programming language, run the program gives error learni
c_suanfa
- c常用算法的实现经典代码。 -c commonly used algorithm for the realization of the classical code.
AssignTwo
- 求任意长度数据的最长有序子序列的动态规划算法实现!-For arbitrary length of data in an orderly sequence of the longest of the dynamic programming algorithm!
Gaborfilter
- Gabor filter for face recognition or other computer vision applications
chesslogic
- 对弈程序采用了多种搜索算法.以下是本程序主要的类说明: 1.CEveluation类:估值类,对给定的棋盘进行估值. 2.CMoveGenerator类:走法产生器,对给定的棋盘局面搜索出所有可能的走法. 3.CSearchEngine类:搜索引擎基类. 4.CNegaMaxEngine类:负极大值法搜索引擎. 5.CAlphaBetaEngine类:采用了Alpha-Beta剪枝技术的搜索引擎. 6.CFAlphaBetaEngine类:fail