搜索资源列表
datastruct.ppt
- 数据结构ppt 数据结构ppt-data structure ppt ppt data structure data structure data structure ppt ppt
DataStruct
- 里面包含各种数据结构方面的知识,如链表,树,图等 含有vc代码-which contains various data structure of knowledge, such as linked lists, trees, and maps containing vc code
dataStruct
- 数据结构和算法Flash动画演示 swf格式,比较适合初学者
sportsmeeting
- 数据结构——运动会 为帮助同学们尽快进入编程状态特提供此例 1.将SqList.h、Mdefine.h、sport.c放在同一目录下 2.按下述方法编译运行即可,体验一下 编译包含有自定义的.h文件的.c文件 一种方法: ⑴.将.c和.h文件放在某一目录下(例如:datastruct) ⑵.改变用户工作目录(用户文件所在目录) 选择"File/Chaire Dir"打开新目录输入框,输入选择的用户工作目录datastruct,执行Change Dir 改变工
DataStruct
- 此文件夹中共包括十二个小程序 AVL创建平衡二叉树,通过加入一个个的结点创建,并实现了平衡二叉树中的结点删除 Boyer_Moore算法的串模式匹配 Horspool算法的串模式匹配 Graph实现了有向图的非递归广度优先遍历及非递归深度优先遍历 HeapSort利用堆排序实现优先级队列 Merge实现二路归并排序算法 MFK动态规划解背包问题 nqueue求解n皇后问题 QuickSort快速排序算法的实现。 Shell排序算法的实现。 Tree程序
datastruct
- 基础的数据结构和算法代码,很基础很好用的哦-Based data structure and algorithm code, it is the basis used Oh well
DataStruct
- 基本单项结点类的C++实现是我精心调试好的,在VC6.0上直接就能用的,肯定好用,希望站长能够肯定啊!- thank you!
datastruct
- 基本的数据结构和相应的操作,易于初学数据结构的人-datastruct
datastruct
- 很适合初学者参考的资料。里面内容很详细。希望对大家有帮助。-Reference data is for beginners. Which the content is very detailed. Hope to help.
datastruct
- 数据结构算法的具体实现代码,非常有用,包括具体的代码注解,和相关内容的分析-Data structure proposed algorithm code, very useful, including specific code annotation, and analysis of relevant content
DataStruct(1)
- 我实现的数据结构(C++):线性表,顺序表,顺序栈,链式栈。供大家学习参考!-I realize the data structure (C++): linear form, order form, order of the stack, the stack chain. Reference for everyone to learn!
DataStruct(2)
- 我实现的数据结构(C++):链式队列,顺序队列,二叉树,图的邻接矩阵表示,图的邻接表表示。供大家学习参考!-I realize the data structure (C++): chain queue, the order queue, binary tree, the adjacency matrix, adjacency tables. Reference for everyone to learn!
DataStruct(3)
- 我实现的数据结构(C++):多项式,电路布线,迷宫求解。供大家学习参考!-I realize the data structure (C++): polynomial, circuit layout, maze solving. Reference for everyone to learn!
datastruct
- 通过反序输出整数,实现了一个整数的反序输出。很好的实现了反序功能。-#include<iostream> using namespace std int main() {int a,b=0 cout<<"please input the integer:"<<endl cin>>a while(a) {b=b*10+a 10 a/=10 } cout<<"the end is"<<
datastruct.tar
- 数据结构 迷宫求解 源码 eclipse编译-Data structure maze solving source eclipse compile
SqList
- 数据结构链表的实现(基于C 语言) 各种增添查找功能-seqlist DataStruct
datastruct
- 数据结构矩阵旋转 任意构造一个n×n矩阵,将该矩阵逆时针旋转90度并输出 输入的矩阵的阶数0≦n≦50,当输入为0到50之间的小数时,系统自动为其取整-Arbitrary rotation matrix data structure to construct a nn matrix, the matrix is rotated 90 degrees counterclockwise and outputs the input matrix order 0 ≦ n ≦
DataStruct
- 数据结构常用算法及所有常用数据结构的C语言实现-DataStruct Algorithm
datastruct
- 标题: 拓扑排序 时 限: 2000 ms 内存限制: 5000 K 总时限: 3000 ms 描述: 以邻接矩阵给出一张以整数为结点的有向图,其中0表示不是相邻结点,1表示两个结点相连且由当前结点为初始点。利用拓扑排序判断图中是否有环,若有输出YES没有输出NO 输入: 结点数 邻接矩阵 输出: YES/NO 输入样例: 3 0 1 0 1 0 1 1 0 0 输出样例: YES -标题: 拓扑排序
DataStruct
- c++实现的数据结构,编译后可以直接运行-DataStruct c++ implement,run main.cpp