资源列表
257
- 几个比较好的初级算法,初学者可以看一下思想,对算法入门-A few good elementary algorithms, beginners can look at thinking on algorithms entry
01static_Search
- 数据结构的查找算法当中关于静态查找的C语言代码,非常实用。-Among the data structure on the static lookup search algorithm in C language code, very useful.
tudelinjiejuzhenjiegouzhuanweilinjielianbiaojiegou
- 关于图的邻接矩阵结构转为邻接链表结构算法的相关的用c语言编写的一个源程序代码-on the adjacency matrix structure adjacent to the list structure of the algorithm used to prepare the language c a source code
short_path
- 本程序是最短路径算法源程序,用C语言实现-This program is the shortest path algorithm source program, with the c language
huffman1
- 数据结构:利用C++实现对树进行哈夫曼编码,代码易懂。-Data Structures: Using C++ implementation of the Huffman code tree, the code easy to understand.
xianxingbiao
- 线性表 线性表 线性表 线性表 线性表 线性表 线性表 线性表 线性表 线性表 -Linear table table table linear linear linear linear linear table table table table linear linear linear linear table table table table linear linear linear linear table table table table linear linear linear
7-3
- 数据结构 翁惠玉著 第七章第三题 原书配套 很好用-statistic structure chapter7 case three
xishujuzhen
- 用户可以任意输入两个矩阵,该程序的功能实现对两个矩阵的压缩并进行相加-Users can enter any two matrices, the program functions to achieve the compression of the two matrices and make the sum of
beibao
- 解决简单的背包问题,大学数据结构的实验内容-Solve simple knapsack problem, the University of the data structure of the experimental content
MAT
- 矩阵运算C语言代码,使用结构体描述矩阵,实现矩阵的加法-Matrix operations C language code, using the structure descr iption matrix, matrix addition
1
- 数据结构,线性表的基本操作及调试,长度20个字-Data structures, basic operations and commissioning of the linear form, the length of 20 characters
duoduantu
- 经典算法代码--多段图问题。附有详细的注释,很容易看懂。