资源列表
dijkstra_suanfa
- 迪尼斯科拉算法,java版的实现,一个数据结构中必学的算法。-Dini Scola algorithms, java version of the implementation of a data structure will learn the algorithms.
FindMin
- 给定一个N*N 的方形网格,设其左上角为起点,坐标为(1,1),X 轴向右为正,Y 轴向下为正,每个方格边长为1。一辆汽车从起点出发驶向右下角终点,其坐标为(N,N)。 在若干个网格交叉点处,设置了油库,可供汽车在行驶途中加油。汽车在行驶过程中应遵守如下规则: (1)汽车只能沿网格边行驶,装满油后能行驶K 条网格边。出发时汽车已装满油,在起点与终点处不设油库。 (2)当汽车行驶经过一条网格边时,若其X 坐标或Y 坐标减小,则应付费用B,否则免付费用。 (3)汽车在行驶过程中遇油库
ssss
- 对线性表进行基本的操作 便于初学者了解掌握线性表的使用技巧-Of the basic operations of linear table for beginners easy to understand the use of techniques of linear form
tongjixiangguan
- 用C语言写的很简单的用于计算统计相关量的程序。-Written in C language with very simple statistical correlation is used to calculate the amount of the program.
kmp-
- kmp 数据结构 匹配 字符串 stl visual c-kmp data structure matches the string stl visual c++
sudoku
- sudoku的相关算法分析 说明 整合基础规则要求 实现功能测试-Develop an implication algorithm that uses general implication rules for sudoku.
String-pattern-matching
- 用C++编写的一个字符串模式匹配程序,实现指定字符串的匹配功能。-Written in C++, a string pattern matching procedures, to achieve the specified string matching.
data-struct
- 用于数据结构学习的基础算法,对刚接触者有较大帮助-The basis for data structure learning algorithm, new to those who have more help
suanfa
- 关于计算,排序,等的一些算法!完全是自己所编,个人认为比较不错的-On the calculation, sorting, and so some of the algorithm! Compiled entirely their own, personal opinion is quite good! ! !
InverseList
- 链表逆转,实现单链表的逆转程序,数据结构-List Inverse
DDALine
- 用C++编者的画直线的小程序,使用DDLINE算法,实现基本的一些功能-C++ editor with a line of small paintings, the use of DDLINE algorithm, the basic features
haffuman111
- 在原端对信息进行哈夫曼编码,传送后在进行哈夫曼译码-hafuman code and decode
