资源列表
dataStructure
- python版数据结构,包括常用的各大排序方法(Python version of the data structure, including the commonly used major sorting methods)
单目相机标定
- 基于张正友的标定算法,由MFC写的,程序清晰而有条理,花了我一周左右时间,资源宝贵且行且珍惜
dijkstra
- dijkastra in matlab for wsn
C
- 数据结构与算法分析:C语言描述(第2版)(附源码和答案)(Data structure and algorithm analysis: C language descr iption (Second Edition) (with source code and answer))
python算法库
- 人工智能算法的研究,大数据的处理,常见的数据结构的写法(The study of artificial intelligence algorithm, processing of big data, common data structure)
Desktop
- 用DFS解八皇后,这个是递归算法跟非递归算法(Using DFS to solve eight queens, this is a recursive algorithm with non recursive algorithm)
编码
- 利用哈夫曼编码进行通信可以大大提高信道利用率,缩短信息传输时间,降低传输成本。但是,这要求在发送端通过一个编码系统对待传数据预先编码,在接收端将传来的数据进行译码。对于双工信道(即可以双向传输信息的信道),每端都需要一个完整的编码或译码系统。试为这样的信息发送站写一个哈夫曼码的编码系统。(Using Huffman coding for communication can greatly improve the channel utilization, shorten the transmiss
多项式运算
- 多项式运算: 本程序可以实现多项式四则运算,文件夹里含源cpp文件和exe可执行文件。 经过作者多次质量检测,程序运行质量合格,满足基本的设计要求。 本程序仍存在许多可以改进和优化之处,望您加以个性化的美化!感谢您!(Polynomial operation: Can achieve polynomial four operations, folder containing source cpp file and exe executable file. Through the aut
内部排序问题
- 简单农夫过河问题,利用栈来解决农夫过河问题(Simple farmer crossing the river)
最长递增子序列
- 这是数据结构和算法设计中的经典案例题,代码不唯一,最长公共子序列源码和动态规划ppt分析(This is a classic case of data structure and algorithm design, the code is not unique, the largest m sub segment and source code and dynamic programming ppt analysis)
八皇后问题
- 八皇后问题求解,通过C语言实现。92种答案
算法设计与分析基础.第3版
- 本书主要讲算法,啥平台都行。算法是计算机科学的基础。希望对大家有帮助!(This book mainly talks about algorithms, and all the platforms are all right. The algorithm is the basis of computer science. I hope to help you!)