资源列表
buit_tree
- 二叉树的先序建立过程及三种遍历的非递归(利用栈实现)-First order process and the establishment of a binary tree traversal non-recursive three (using stacks)
student_manage
- 自己编写的学生管理系统 涉及函数指针及链表部分,毕业设计资源。-I have written student management system involves partial list of function pointers and graduation involving resources.
045
- c语言 快速排序 算法 例子-c language examples of quick sort algorithm
042
- c语言 插入排序 算法的源码实例-Insertion Sort algorithm c language source code examples
AHP
- 层次分析(AHP)/网络分析(ANP)Analytic Hierarchy Process是一种十分实用的决策方法。 是对一些较为复杂、较为模糊的问题作出决策的简易方法,它特别适用于那些难于完全定量分析的问题 num:包括目标层和方案层的总层数 g:行向量(各层准则数量,包括目标层(第一层)和方案层(最后一层))。 w:返回值w是最后决策的方案层的权重,根据输出选择最佳方案 在输入矩阵时请加‘[]’号,否则会出现语法错误。 调运方式:w=hierarchy(
fuzzy_cluster1
- fuzzy_cluster模糊聚类分析,本函数使用的是直接聚类法,直接输出聚类信息,无返回值 输入参数data是需要分类的数据,将会对data的列分类,请输入数据前把需要分类的向量按列保存到矩阵data 输入参数numda是分类的分类点,如果不知道可以先省略,系统默认1-0依次减小用以方便判断分割点,然后用户再细分- Fuzzy_cluster fuzzy clustering analysis, the function uses the clustering method i
SORT---selection
- 选择排序 每趟选出一个最值和无序序列的第一个数交换,n个数共选n-1趟。第i趟假设i为最值下标,然后将最值和i+1至最后一个数比较,找出最值的下标,若最值下标不为初设值,则将最值元素和下标为i的元素交换。-The first number selection sort elect one of the most value per trip and disordered sequence exchange, choose the number n of n-1 times. I assume
SORT---bubble
- 冒泡排序:从第一个元素起依次将相邻两数比较,大的调到后面,小的调到前面, 直到第n-i(第i趟排序时)个元素。-Bubble sort: successively from the first element of the adjacent two numbers compare transferred back big and small front transferred until the first ni (i-trip sort) elements.
GRAPH
- 实现无向图及其基本操作; 利用Prim算法实现图的最小生成树; 利用Kruskal算法实现图的最小生成树。 -Achieve an undirected graph and its basic operations utilize Prim minimum spanning tree algorithm graph use Kruskal minimum spanning tree algorithm graph.
SQSTACK
- 实现栈及其基本操作; 利用栈实现十进制与八进制数的转换; 利用栈进行括号匹配情况的检验。-Achieve stack and its basic operation use stacks decimal and octal conversion using the stack inspection bracket matching conditions.
SQL
- 采用顺序存储结构实现线性表,实现线性表合并、求交操作。-Sequential storage structure for linear tables, linear table merge, intersect operation.
BUBBLE
- 冒泡算法排序~从小到大排列一组数据~初始化变量个数为20-Bubble sort algorithm- Sorted initialize a set of data- the number of variables is 20