资源列表
datastructure
- 各种数据结构的实现代码参考(包括线性表,栈和队列,图,串,排序,数和二叉树,查找)-Implementation of the code reference for a variety of data structures (including linear table, stack and queue, map, string, sort, count and binary tree, find)
1
- 三种二叉树的遍历算法,先序,中序,后序等的实现,采用C语言代码来实现的。-Three binary tree traversal algorithm, the first order, in sequence order of implementation, using C language code.
shujujiegou_A
- 数据结构,非常不错的book,看了有帮助-Data structure, a very good book, read the help
datastruct
- 一套关于数据结构基础的PPT,内容为常见数据结构,链表等-A set of data structure of the PPT foundation, content think common data structure, linked list, etc
define--m--4
- 1、 构造一个学生结构体数组,成员包括学号,姓名,四门成绩,以及平均成绩; 2、 从键盘上输入学生的学号,姓名和四门成绩; 3、 找出学生中考试没有通过的学生姓名并输出;找出考试在90分以上的学生并输出。 -1, construct a student array of structures, members of the Student ID, name, four score and grade point average from the keyboard to enter
define-null-0
- 实现基本线性表的运算,求长度,取结点,求值查找,增加结点,删除结点-The computation of the basic linear form, and length, take the node is evaluated to find, to increase the node, delete node
define-max-20
- 基本线性表的就地逆置,顺序结构基本线性表的就地逆置算法实现。-The basic linear form in situ reverse set, the basic linear form of the order of the structure in situ reverse set algorithm.
include222
- 基本线性表的就地逆置,链式存储结构基本线性表的就地逆置算法实现。-The basic linear form in situ reverse set, chain storage structure linear form in situ reverse set algorithm.
yue
- 实现磁盘寻址最优化问题,这是使用在算法分析与设计当中,利用贪心算法实现的最优问题-Disk addressing optimization problems
corsair
- 一伙海盗抢劫一艘商船后,共截获重量不等的N 个金币。海盗试图按重量平分金币,但由于金币 不可分割,所以他们想确定最多可以将这批金币平均分给多少个海盗。请编写程序确定分配方案。 【输入】 输入包含两行: 第一行为一个正整数N,表示金币总数。 第二行包含N 个正整数,表示N 个金币的重量,以空格分隔。 【输出】 只有一行:包含一个正整数,表示输入给定的N 个金币最多可以平均分给多少个海盗。
Vector-quantization
- 矢量量化在C语言下的实现,在VC6.0下编译通过-Vector quantization in C voice implementation, compiled by VC6.0
DeQ-using-STL
- this is sample dqueue implementation using STL
