资源列表
LinkedBinTree
- 数据结构二叉树的功能实现, 比如在二叉搜索树上查找或者删除一个结点。-Binary tree data structure to achieve the function, for example, in binary search tree to find or delete a node.
8queens
- 这是八皇后算法,自己写的,但是主题思想一样,深度优先,大家参考-This is the eight Queen s algorithm, wrote it myself, but the main idea, the depth-first, we refer to
GardenGuide
- 公园导图算法,使用栈算法实现-Park guide map algorithm, using the stack algorithm
zhifangtu
- 主要是图的建立,和图的遍历,还有图的元素查找-Mainly the establishment of plans, and the graph traversal, there are plans to find the elements
hefumanshudejianli
- 数据结构课程设计,赫夫曼树的建立,可运行-Data structure curriculum design, the establishment of Huffman tree can be run
tudezuiduanlujin
- 这个程序是关于图的最短路径的 对于需要这个程序的朋友们快来试试吧-This procedure is the shortest path on the map of the need for this procedure friends Come give it a try
5428934
- 排序算法平均时间的比较,实现几种排序算法(selectionsort, insertionsort,bottomupsort,quicksort, 堆排序)-The average amount of time sorting algorithm of comparison, the realization of several sorting algorithm (selectionsort, insertionsort, bottomupsort, quicksort, HEAPSORT)
xiaoyuandaohangxitong
- 数据结构课程设计,校园导航系统,设置几个景点,求两景点之间的最短路径,-Data structure the curriculum design, campus navigation system, set up a few spots, and two spots between the shortest path,
xueshengdapeiwenti
- 数据结构课程设计,男女舞伴搭配问题,用队列解决,可以直接执行-Data structure curriculum design, men and women partner with the issue resolved by the queue, you can direct the implementation of
shujujiegoukechengshejibaogao
- 数据结构课程设计实验报告,含实验目的等,WORD文档,希望可以用-Experimental data structure curriculum design report, with the purpose of such experiments, WORD documents, wanted to use
xsxxglxt
- 编写一个学生管理系统,每个学生应该包含如下信息: 地址, 出生日期, 学科成绩(语文,英语,数学,物理), 个人信息(姓名,性别,民族,国籍,学历), 联系方式(手机,家庭电话,学校电话) 可以任意添加学生,删除学生,编辑学生信息,并且具有保存和读入学生信息的功能。-The preparation of a student management system, each student should include the following informatio
55
- 背包问题分枝界限算法的源代码 其中包括背包容量、下限、剩余容量、当前价值之和 等-Branch-and-bound algorithm for knapsack problem of the source code including backpack capacity, the lower limit, the remaining capacity, the current value and so on