资源列表
Fund6-StringViewer
- 字符串,实现了文件中查找想要的字符串,并将其标记出来
FreeTree
- 无环连通图G=(V, E)亦称为自由树T,其直径是树中所有顶点之间最短路径的最大值,设计一个算法求T的直径-Acyclic connected graph G = (V, E) is also known as free tree T, whose diameter is the tree of shortest paths between all vertices maximum design an algorithm for the diameter of T
T
- 二维链表初始化怎样添加数据及输出显示,遍历显示每一个元素。-How to add a two-dimensional list initialization data and output display, traversing displays each element.
prim
- 学习了解最小生成树,利用prim算法将已知树输入,然后生成最小生成树-Learn about the minimum spanning tree, using the prim algorithm will known tree input, and then generate minimum spanning tree
Backtrack-MaxLoading
- 背包问题的变形,解决背包最大装载问题。希望有所帮助-backpack maxloading
yuesefu
- 北京邮电大学数据结构实验。C++实现约瑟夫问题。内附完整工程文件。-The experiment of BUPT on the question of Joesph.programming on C++.
better
- 给出一棵树,找出这棵树中所有的拓扑排序列表,并列出来-Give a tree, find out the tree of all the topological sort list, tied for it
bubble
- 包含冒泡排序和插入排序两种景点数据结构排序算法的程序源文件-Contains two kinds of bubble sort and insertion sort sorting algorithm data structures attractions program source files
Polynomial
- 本程序采用c/c++实现一元多项式的加法、减法和乘法运算,利用数据结构中的顺序存储方式和链式存储方式实现,程序在vs2013中编译通过,本压缩包是vs2013的项目文件,包含编译成功的可执行文件exe和源代码。-This program uses c/c++ to realize the addition, subtraction and multiplication of the data structure, the use of data structure in the order of
books_control_system
- 这是本人C++的课程设计(内附课程设计报告)。题目是图书馆里系统。用的数据库是ACCESS,里面的表都符合3NF。连接数据源方法,请看里面的课程设计报告。-This is my C++, curriculum design (with curriculum design report). Topic library system. Database is used by ACCESS, inside the table are in line with 3NF. Connect the data
sqlist
- 顺序表源码,帮助理解数据结构顺序表,包含了链表的操作最基础的版本-Sequence table source, in order to help understand the data structure table, the list contains the most basic version of the operating
path-finding
- 该MFC程序通过全国省会间最短路径的寻找演示了最短路径查找问题。-The MFC program through the national capital to find the shortest path between the shortest path to find the problem demonstrated.