资源列表
pageRank
- 使用pagerank算法实现网络爬虫扒下的资源的排名-Use the pagerank algorithm to rank the website.
200804
- 在未知动态环境下移动机器人路径规划的改进算法
Maze
- 用栈解决迷宫问题,随机生成迷宫,而且还调用了 windows.h 实现了 windows 控制台字体变化,采用C++实现,注释很详细-Find a way through a maze with stack. The maze is generated randomly. Change the colors in console. Use C++ with detailed comments.
dictionarytree
- 又称单词查找树,Trie树,是一种树形结构,是一种哈希树的变种。典型应用是用于统计,排序和保存大量的字符串(但不仅限于字符串),所以经常被搜索引擎系统用于文本词频统计-Also known as word search tree, the trie is a tree structure, which is a variant of the hash tree. Typical applications are used for statistical, sort and save a lot
code
- 《数据结构》这本书中出现的所有算法的源代码,从第二章到第九章很齐全,对初学者来说真的非常有用。-" Data structure" that appears in this book all the algorithm source code, from the second chapter to chapter IX is complete, it is really helpful for beginners.
flower
- 求水仙花数的源码,vs文件,已经编译。可以帮助复习算法。-The source seeking a few daffodils
cPP
- 对线性表、链表、队列等做各种插入、删除、查找等各种处理工作。-On the linear table, linked list, queue insert, delete, search do all kinds of work.
gsl-1.4-setup
- 科学库,是非常好的,可以直接安装,不需要编译-gnu scientific lib in exe format.
数据结构算法源代码(C)
- 数据结构算法源代码(C)
MyProj
- 大数阶乘,学习C++数据结构的经典入门算法~-Factorial of large numbers, learning C++ data structure of the classic introductory algorithm ~
suanfa
- 第1章 算法引论 第2章 递归与分治策略 第3章 动态规划 第4章 贪心算法 第5章 回溯法 第6章 分支限界法
Problem-of-Combination
- 递归算法:子集合的选取,组合问题。 vs2010平台下win32控制台应用程序-Problem of Combination