资源列表
search
- c语言实现的二叉排序书和查找表搜索,数据结构课的作业-the binary sort books c language and job lookup table search, data structures, classes
stone
- 福大数据结构与算法实验题9.1 石头 sean收集了很多石头,其中有很多是相同的,他想知道收集了多少种不同的石头. 输入第一行为一个正整数N(2<N<=50000)表示收集的石头数。 接下来N行,每行1个正整数x代表一个编号为x的石头,两个石头相同当且仅当他们 的编号相同。 输出一行一个整数,表示不同的石头的个数。-Fu major data structures and algorithms experimental questions 9.1 stones
Graph
- 1、创建一个无向图,采用邻接矩阵存储,顶点采用单个字符表示,边采用邻接矩阵表示; 2、输出该图的存储示意图; 3、对该图进行深度优先遍历和广度优先遍历并输出遍历的结果。 -1, create an undirected graph adjacency matrix storage vertex edges using adjacency matrix representation with a single character 2, the output of the storag
Binarytree
- 能够在MFC中实现二叉树的,通过这个歌例子可以很好的学习C++中MFC编程-this isa binary
ballgame
- 福大算法与数据结构题目ballgame,包含源代码和题目pdf-Charms algorithms and data structures subject ballgame, contains the source code and title pdf
the-long-line
- 实验名称:用动态规划法求解最长路径问题 设计动态规划算法求解最长路径问题(见下面附录部分),要求程序能根据给定的图作为输入,输出最长路径的长度及一条最长的路径。-Experiment name: the dynamic programming method for solving the longest path problem design dynamic programming algorithm for the longest path problem (see the append
Student-Information-Management
- 采用顺序和循环队列的存储结构,利用C++编程实现对学生信息的简单管理。-Simple student information management using sequence list and circle queue.
PML
- 时域有限差分PML程序,用于计算电磁学!-PML Finite Difference Time Domain for to EM
grammatical_analysis
- 一个语法分析的基础程序,里面加了点注解,方便初学者看懂,我也是初学者,-A syntax analysis program, which add a point annotation, easy for beginners to understand, I am also a beginner, hey
migong
- 数据结构迷宫问题详尽代码 简单易懂 思路清晰-Data structure the maze problems detailed code is straightforward and clear thinking
shujujiegou
- 包含数据结构几个经典实验。布线、迷宫、多项式计算的详尽代码,适合数据结构初学者。-Contains the data structure of several classic experiments. Wiring maze, polynomial detailed code, suitable data structure beginners.
BiTree
- 1、 编写程序按先序次序输入二叉树中结点的值构造二叉链表表示的二叉树。 2、 编写程序采用三种递归遍历算法(前序、中序、后序)对这棵二叉树进行遍历。 3、 编写程序计算该二叉树的高度。-A writing program preorder order input binary tree represented by the value of the structure of the binary tree node binary list. 2, write a program usin
