资源列表
radixsort
- radix sort using queue
MajBot-master
- 这是一个智能聊天的机器人,目前只支持英文,不过你可以改造成中文的。基本思想采用了模式匹配的方式,找到聊天的应答话题,可以-This is an intelligent chat robot, currently only supports English, but you can transform into Chinese. The basic idea of using a pattern matching method to find the answer ch
dataStructure
- 数据结构,这是一本用Java语言写的数据结构书籍,可帮助初学者提高程序分析能力-data structure
queue
- 一个队列,可以放入任意类型和长度的数据,出入可加锁,在windows linux都可用,如果要用于linux,要改下锁的定义-a queue
aaaaaaa
- 数据结构课程设计,是大三时候我做的课程设计-Data Structure Course Design
ditui
- 数据,信息处理和融合中递推算法的应用的研究-The recursive algorithm application data, information processing and integration of research
Algorithms-and-data-structures
- 算法与数据结构C与C++描述 查阅用的资料-Algorithms and data structures described in C and C++
duoxiangshi
- 可进行多项式的加法减法和乘法,同时可从文件读入多项式,并将信息写入多项式-duoxiangshi
search-program
- 这是数据结构中的综合查找算法的综合程序,里面还有详细的报告和源程序-this is a very good C program
algorithms
- 附件是邓建明老师上的算法课的详细课件,设计算法设计与分析的各个方面,如分治法,贪心算法,平摊分析等,希望对大家有帮助-Attachment algorithm Jian-ming teacher lesson courseware, and all aspects of the design algorithm design and analysis, such as divide and conquer method, greedy algorithms, amortized analysis
哈弗曼
- 哈夫曼算法的简单功能实现,主要用于算法原理理解(Huffman algorithm, simple function implementation)
banker
- 银行家算法的MFC模拟程序,可输入MAX,ALLOCAT数值,计算安全序列-Banker s algorithm designed in MFC