资源列表
Floyed-Huffman-prim
- 算法设计与分析课程中常用的一些算法,包括Floyed算法,Huffman算法、prim算法,单源最短路径算法,分数背包问题-Algorithm Design and Analysis course some commonly used algorithms, including Floyed algorithm, Huffman algorithm, prim algorithm, single-source shortest path algorithm, fractional knapsac
querybus
- 公交查询系统。利用c语言,数据结构做出。-Bus query system. Using c language, data structure.
sort_and_search
- 几个重要的排序算法(插入,冒泡,选择及快排等)和查找算法(普通查找,二分查找)-Several important sorting algorithms (insertion, bubble, selection and fast scheduling, etc.) and search algorithms (general search, binary search)
数据结构课程设计源代码
- 该压缩包里有四十多个课程设计课题与源代码,希望可以与大家分享.
sporting
- 运动会雏形,希望大家见谅,可以查看男女生项目成绩-Games prototype, I hope you will forgive me
BinaryTree
- 实现二叉树的构造程序。二叉树由一个根节点和根节点上的左子树和右子树组成。该段代码能够构造一个二叉树并计算节点数目、树的高度以及显示节点。-Procedures to achieve binary tree structure. From left sub-tree of a binary tree root and root on the composition and the right subtree. This code can construct a binary tree and ca
hash
- 这是用哈希表实现的学生信息管理系统的程序。提供添加、删除、查找和显示学生信息以及清屏的功能。-This is achieved using a hash table of student information management system procedures. Provide add, delete, search and display student information and clear screen function.
SingleList
- 本段代码主要实现单链表的逆置功能,此外提供对单链表的其他操作有插入、删除、更新和显示等。-This code is mainly to achieve a single set list of inverse functions, in addition to providing a single list of other actions have to insert, delete, update, and display.
calculator
- 递归下降计算表达式。支持浮点数与字符串的运算。支持三目运算符(?:)-Recursive descent calculation expression. Support for floating-point arithmetic and string. Support ternary operator (? :)
xiaoyuandaohang
- 校园导航系统,通过选择可以给出两地点的最短详细路径,以及各景点的简介-Campus navigation system, can be given by choosing the shortest path in detail the two locations, as well as various attractions profile
Maze
- 使用递归方法与非递归方法求解迷宫问题。内容涉及递归的消去、属于数据与算法课程。-Use recursive and non-recursive method for solving approach maze. Covering recursion elimination, part of the data and algorithms course.
java的三种排序方法
- 选择排序,插入排序,冒泡排序,用java写的,整合在一起,随机产生10个数,然后排序