资源列表
sporting
- 运动会雏形,希望大家见谅,可以查看男女生项目成绩-Games prototype, I hope you will forgive me
数据结构课程设计源代码
- 该压缩包里有四十多个课程设计课题与源代码,希望可以与大家分享.
sort_and_search
- 几个重要的排序算法(插入,冒泡,选择及快排等)和查找算法(普通查找,二分查找)-Several important sorting algorithms (insertion, bubble, selection and fast scheduling, etc.) and search algorithms (general search, binary search)
querybus
- 公交查询系统。利用c语言,数据结构做出。-Bus query system. Using c language, data structure.
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
Lcs
- 求最长公共子序列。本算法使用动态规划算法,解得最长公共子序列问题。-Find the longest common subsequence. The algorithm uses a dynamic programming algorithm, the solution was the longest common subsequence problem.
k-means
- k-均值聚类算法(C语言实现): 给定类的个数K,将N个对象分到K个类中去,使得类内对象之间的相似性最大,而类之间的相似性最小。-k-means clustering algorithm (C language): given the number of classes K, N objects will be assigned to the K class, making the class the biggest similarity between objects, and the s
Linear-table-_-leading-chain-said
- 将第一个结点作为一个特殊的结点,不用来存储数据的链表-The first node as a special node is not used to store data list
Linear-table-_-endless-chain-said
- 不创建头结点的链表。满足以下功能:列举表元素,插入、删除元素,清空表,查询元素值,查询元素位置,列举前驱元素,列举后继元素,退出程序。-Do not create a head node of the list. Meet the following functions: lists of elements, insert, delete elements, empty table, query element values, query element position, list of pr
polyn
- 用链表实现的一元多项式的加、减、乘、除、求值、求导、定积分-Achieve with a polynomial of addition, subtraction, multiplication, division, evaluation, derivation, definite integrals
Linear-table-_-circular-linked-list
- 循环链表,有以下几项功能:列举表元素,插入、删除元素,清空表,查询元素值,查询元素位置,列举前驱和后继元素,退出程序。-The circular list, has the following functions: lists of elements, insert, delete elements, empty table, query element values, query element position, list of previous and subsequent element
ShellInsert
- 这个程序里面包括有希尔排序,快速排序,堆排序,归并排序。-This program which includes Hill sort, quick sort, heap sort, merge sort.
