资源列表
zuccTest-operation
- 数据结构试验6顺序结构的算法学会通过对问题的分析,设计一种合理的数据结构,并进行定义及操作的实现。加强综合程序的分析、设计能力。 -The 6 sequential structure of the data structure test algorithm Society through the analysis of the problem, design a reasonable data structure, and the realization of the definition
topological-ordering
- 这是拓扑排序的两种算法的对比,其中一个需要判断环结构算法过于复杂,但提出了另一个思路有兴趣的同学可以改一改,如果成功了请联系我,另一个是标准答案。-This is a comparison of the two topological sorting algorithm, one needs to determine the ring structure algorithm is too complex, but another idea Interested students can modi
17110202_13
- 使用链表实现学生成绩管理系统 注意有插入 删除 排序 查询等算法-Use a linked list of student achievement management system Note insertion and deletion Sort query algorithm
BigNumber
- 大数运算,数据结构课程设计,包含VC源代码和详细设计报告,改改就能用。-Large numbers of computing, data structure curriculum design, contains VC source code and detailed design report, can change to use for your design.
bankinfo
- 客户业务分2种,第一种是申请从银行得到一笔资金,即借款或取款。第2种是向银行投入一笔资金,即存款或还款。银行有2个服务窗口,相应地有2个队列。客户到达银行后先排第一个队。处理每个客户业务时,如果属于第一种,且申请额超出银行现存资金总额尔得不到要求,则立刻排入第2个队等候,直至满足时才离开银行,否则业务处理完后立刻离开银行。没接待完一个第二种业务的客户,则顺序检查和处理(如果可能)第二个队列中的得客户,对能满足的申请者予以满足,不能满足者重新排到第二个队列的队尾。注意,再此检查过程中,一旦银行
zuiyousanjiaopoufen
- 算法设计与分析 实验 最有三角剖分 源码 和书上的原先要求一致-Binary sort tree structure of algorithm design and analysis of experiments. The inorder traversal tree data including master classes and binary tree class and sort algorithms
ShortestPath
- 简单的最短路计算方法,包含dijk , spfa ,kruskal算法同时,加上了一些优化,体现三者对于图的疏密程度,对算法的影响。-Simple shortest path calculation method, contains dijk spfa kruskal algorithm at the same time, plus some optimization embodies the density of the three graph algorithm.
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
