搜索资源列表
Video-motion-detection-algorithm-source-code
- 本文实现了在连续视频数据流中几种不同的运动检测算法,他们都是基于当前帧图像和前一帧图像的比较,程序使用了AForge.NET framework库。其中的示例代码支持下面几种视频格式:AVI文件、网路相机的JPEG和MJPEG,本地的采集设备(USB相机等)。-This article implements a continuous video data stream in several different motion detection algorithms, they are based
graph_
- //有向图:有向图,无向图基本操作 //运行环境:VC //有向图,无向图基本操作,包括: //1、邻接矩阵 //2、邻接表 //3、深度优先遍历 //4、广度优先遍历 //5、最小生成树 //6、拓扑排序 //7、每一对顶点之间的最短路径(Dijkstra,Floyd两种算法)-//Directed graph: directed graph, undirected graph basic operation// Operating Environme
1977+Algorithms+for+the+Longest+Common+Subsequence
- 最长子序列,英文版,电子书 ACM文章1977+Algorithms+for+the+Longest+Common+Subsequence+Problem-The longest sequence, in English, e-books ACM article 1977+ Algorithms+ For+ The+ Longest+ Common+ Subsequence+ Problem
the_simulation_of_singer_algorithm
- 雷达数据处理中的重要模型算法之一,此代码详细仿真了singer模型下的目标跟踪。-Radar data processing algorithms in one important model, the code detailed simulation model of the singer under the target tracking.
C-language-Commonly-used-algorithms-code
- 常用算法集,是c语言算法初学者的一个很好的参考资料-Commonly used algorithms is the algorithm c language beginners a good reference
PID-GAs
- 遗传算法的PID调节 题目:已知 ,利用GA 寻优PID参数,其中K=1,T=2, ,二进制/实数编码,位数不限,M,Pc,Pm自选,性能指标 ,Q=100为仿真计算步长。-PID regulation of genetic algorithms Title: known, the use of PID parameters of GA optimization, in which K = 1, T = 2,, binary/real-coded, not limited to the me
Introduction.to.Algorithms.-.Lecture.Notes
- MIT算法导论课程的讲义,十分齐全,是计算机专业的学生学习算法设计的经典入门材料-Introduction to Algorithms MIT course lecture notes, very complete, is a computer science students to learn the classic algorithm design entry materials
erzhihuatuxiang
- 该程序可以实现二值图像的细化,采用的不是matlab自带的函数算法进行处理,而是采用了一种新算法进行细化,比原算法有很大改进,值得研究!-The program can achieve binary image thinning using matlab built-in function is not processing algorithms, instead of using a new algorithm refinement, a significant improvement ove
weka-3-6-1
- Weka是一个超强功能的machine learning开发包-Weka is a collection of machine learning algorithms for data mining tasks. The algorithms can either be applied directly to a dataset or called from your own Java code. Weka contains tools for data pre-processing, clas
algorithms
- 据说比《算法导论》更牛的算法书籍,值得一读-Was said better than 《Introduction to Algorithms》 worth reading ......
matlabcode
- motion estimation algorithms of h.264
ulawcompander.m
- Companding is essentially a technique for achieving non-uniform quantization. There are basically 2 methods which are most popular in literature.:-A-law companding and u-law companding. These algorithms help in achieving to an extend, compression. Th
algorithms
- algorithms desciption such as prime algorithm BFC,DFS,-algorithms desciption such as prime algorithm BFC,DFS,...
Python.Algorithms.pdf
- python的算法书,挺好的,可以下来看看,英文文字版的-Python Algorithms explains the Python approach to algorithm analysis and design. Written by Magnus Lie Hetland, author of Beginning Python, this book is sharply focused on classical algorithms, but it also gives a solid u
GENETIC-ALGORITHMS
- Genetic algorithms this book give infomation about genetic algorithms
BP-Replacement-Algorithms-(LM-a-CG)
- Back Propagation Replacement Algorithms (LM & CG) in Neural Network.
Genetic-Algorithms
- 用matlab实现的遗传算法,包括解码子程序,和一个应用的小例子。-Matlab implementation of genetic algorithms, including the decoding routines, and a small example.
sorting-algorithms
- 各种排序算法的汇总,便于初学者快速的掌握C++中的各种排序算法,便于初学者更快的入门。-The various sorting algorithms summary, easy for beginners to quickly master C++ in a variety of sorting algorithms, easy for beginners to faster entry.
Genetic-algorithms-for-maximum
- 基于遗传算法求函数的最大值,包括了遗传算法的各个基本操作-Based on the maximum value of the function of genetic algorithms, including the basic operation of the genetic algorithm
Algorithms and Complexity
- Past exam paper on algorithms imperial 2014