搜索资源列表
jiangxiaolong
- 蒋小龙的关于FPGA算法教程.经典! (其中包含加法器,乘法器极其算术逻辑部件设计)
Windows文件系统过滤驱动开发教程
- 我经常在网上碰到同行请求开发文件系统驱动。windows的pc机上以过滤驱动居多。其目的不外乎有以下几种: 一是用于防病毒引擎。希望在系统读写文件的时候,捕获读写的数据内容,然后检测其中是否含有病毒代码。 二是用于加密文件系统,希望在文件写过程中对数据进行加密,在读的过程中进行解密。 三是设计透明的文件系统加速。读写磁盘的时候,合适的cache算法是可以大大提高磁盘的工作效率。windows本身的cache算法未必适合一些特殊的读写磁盘操作(如流媒体服务器上读流媒体文件)。设计自己的cac
构建FP-Tree的详细图解教程
- 构建FP-Tree的详细图解教程以及算法具体实现的分析
c-important105example
- 原名是:c语言经典教程105例源代码,里面讲述了一些经典的C语言编程,附代码,适合于初学者,里面许多编程的思想值得借鉴,它把复杂的算法用了一种很简单的方式来用c语言实现,让你有所领悟-Formerly known as are: c language tutorial 105 cases of classic source code, which describes some of the classic C language programming, with code, suitable f
Howtoprogram
- 算法分析,主要根据,陈晓东的算法分析教程,上面的习题以及答案。-Algorithm analysis, the main basis for analysis of Chen' s algorithm tutorials, exercises and answers to the above.
segmentTree
- 线段树算法的详细解析.内容十分详尽.可以作为acm初学者的入门教程-Segment tree algorithm is a detailed analysis. Is thorough and comprehensive
SIFT
- sift算法的ppt教程。很详细,公式解析很到位,很多不明白的细节都讲解的很详细-sift algorithm ppt tutorial. Very detailed analytic formula is in place, many do not understand the details of the very detailed
torcs
- torcs仿真平台的的开发教程,详细说明了开发车辆的各个算法-the torcs simulation platform development tutorial, a detailed descr iption of the various algorithms developed vehicles
algorithms-and-program
- 《计算机常用算法与程序设计案例教程》习题解答这个书是学习算法是的一门课程这里有课后习题的一些参考答案,跟程序代码,希望可以帮助需要的同学!-" Commonly used computer algorithms and program design case tutorial" Answers to this book is a learning algorithm is a course there is some reference answer Homework, wit
Stereo_match
- 立体匹配的教程ppt,设计到人工神经网络,遗传算法在立体匹配方面的应用-Stereo matching tutorial PPT, design to the artificial neural network, genetic algorithm is applied in stereo matching
Data-structure
- 数据结构、C++经典教程《数据结构算法与应用(C++语言描述)》-failed to translate
Cjiaocheng
- 关于c语言的一些很经典很实用的教程,里面有很多实用算法-On some very classic c language tutorial very useful, there are many practical algorithms
20130712
- 用穷举法设计算法,这里讲解了如何利用穷举法设计算法,很有帮助的教程-Be exhaustive design algorithms, here to explain how to use the brute-force method design algorithms, helpful tutorials
Scale-Invariant-Feature-Transforms
- 该教程由英属哥伦比亚大学的研究者编写,详细介绍了Scale Invariant Feature Transform算法。-This tutorial introduce the algorithm os Scale invariant Feature Transform in detailed by the researcher of British Columnbia University
ITIOI
- 信息技术竞赛辅导,包含大量的教程、源码、算法思想等-Tutoring information technology competition, contains a large number of tutorials, source code, algorithm thought, etc
w3cschool
- w3cschool菜鸟教程(html) 经典html算法大全,基础的,进阶的都有。 适合新手进步使用-, on the basis of the classical algorithm, are advanced. Suitable for new progress
dtw
- DTW算法 教程,可以用于语音识别,图像识别等等。 DTW algorithm tutorial, can be used for speech recognition, image recognition, etc-MATLAB voice processing program, speech enhancement, speech pretreatment, very rich, very useful for reference.
Desktop
- 目标定位跟踪算法及仿真程序,基础的Matlab教程(Target location tracking algorithm and simulation program)
蒙特卡罗算法与matlab(精品教程).pdf
- 全网最全蒙特卡洛理论讲解与MATLAB算法实现,结合程序实例讲解,零基础学习蒙特卡洛算法