资源列表
FindMax
- 求矩阵的最大值 有一个整型二维数组,大小为m行n列,要求分别找出其中最大值所在的行和列,以及该矩阵中的最大值。 要求: 1.编写自定义函数MaxVal 函数的原型为:int MaxVal(int arr[][N], int *m, int *n) 功能: 数组中最大元素的值通过MaxVal函数的返回值传递给主函数,最大元素的行值和列值分别通过m和n传递给主程序相应的变量。 2.main主函数的功能 (1)变量定义 (2)输入数组各元素的值 (3)以二维矩阵
Datastruct
- 数据结构课本源码,条理清晰,适合初学者!-Source data structures textbook, the clarity, suitable for beginners!
MapTest
- 学习map数据结构的时候完成的一个小程序 整个代码了解下来 会对map数据类型有很好的了解 适合map初学者 参考文章出处: http://www.kuqin.com/cpluspluslib/20071231/3265.html-Map data structure when learning a small program to complete understanding of the code will map the data types down a good understa
JavaDatastruct
- java版数据结构,详细描述了Java语言实现的数据结构-java datastruct
c
- 这是殷人昆写的数据结构(c++)(ppt格式的) 我觉得这个是学习过C++,而且又继续学习数据结构的好资料-This data structure is written Yanren Kun (c++) (ppt format) I think this is learned C++, data structures, and they continue to learn good information
data_structure
- 最常用,经典的一些数据结构的算法,比较适合初学者,来源于清华 严蔚敏《数据结构》一书-The most commonly used, some of the data structure of classical algorithms, more suitable for beginners, from Tsinghua Yan Wei Min " data structure," a book
sorting
- 实现链表归并排序和快速排序,对两个的时间复杂度进行对比-Implement merge sort and quick sort the list, the time complexity of the two comparison
c
- 数据结构c语言程序,排序问题,筛选问题,逆阵问题等等,内容多多请君选择-C programming language data structures, scheduling problems, screening problems, inverse problems, and so, a lot of inviting select content
DataStructVC
- 数据结构(C语言版)的各章节的程序源代码,含.cpp文件和演示例子,很不错的初学者资料。-Data structure (C-language version) in all sections of the program source code, including. Cpp files and demo examples, very good beginner information.
shujujieg
- 里面有详细的注释,是学习数据结构的好实例的源码,单链表的操作!-There are detailed notes, the data structure is a good example to learn the source code for the operation of a single list!
sqlist
- 一个简单的数据结构的链表结构程序,支持插入操作-A simple data structure linked list structure that supports insert
listsort
- 数据结构数据线性表的顺序存储,有设计加说明。-Data structure of data stored in the linear order of the table, there are design plus instructions.
