资源列表
tree-and-twotree
- 全面的讲解了数据结构中树和二叉树这一章的内容,很适合初学者学习。-Comprehensive explanation of the data structure tree and binary tree of this chapter, it is suitable for beginners to learn.
Graph
- 全面的讲述了数据结构中图这一章的重点难点,对于初学者有很好的指导作用。-About data structures in this chapter, the focus of difficulty, a good guide for beginners.
Data-structure
- 这是我们老师上课讲的课件PPT,因老师讲得很好,想上传给大家共享。包括线性表,栈和队列,数组与广义表,树和二叉树,图。查找。排序等内容。-This is our teacher in the class speak courseware PPT as teacher put it very well, and want to upload to share. Including linear tables, stacks and queues, arrays, and generalized t
static-void-StaticFunc2
- 当给定函数的Y值,能实现函数的绘画。并且能自动改变函数的大小-When the Y values of a given function, the function of painting. And can automatically change the size of the function
dff
- 对于给定的n个结点的权值,建立一棵哈夫曼树,给出哈夫曼编码-First sequence of traversing binary linked list stored binary tree on binary tree
erchapaixushu
- 23、设计一个读入一串整数构成一颗二叉排序树的程序,从二叉排序树中删除一个结点,使该二叉树仍保持二叉排序树的特性。-Design of a read a string of integers a two binary sort tree procedures, from two binary sort tree delete a node, so that the two fork tree still maintain two binary sort tree characteristics.
erchas
- 用二叉链表存储二叉树,对二叉树进行先序列遍历-First sequence of traversing binary linked list stored binary tree on binary tree
lisp
- 简单的LISP算术表达式计算器,数据结构实验-good lisp
NewAntProject
- 蚁群算法的c语言代码 求解最优路径,给出最短的行进路程-Ant Colony Algorithm
sort
- 以下问题要求统一在一个大程序里解决。 17、折半插入排序 18、冒泡排序 19、快速排序 20、简单选择排序 21、归并排序 22、堆排序 -The following questions and ask people in a program to solve. 17, binary insertion sort 18 bubble sort 19, quicksort 20, a simple selection sort, merge sort 22, hea
PCA
- C++语言写的PCA降维算法,里面有两个主元分析C++代码-PCA language C++ dimensionality reduction algorithm, there are two principal component analysis C++ code
mnm
- joseph环 *问题描述:编号是1,2,……,n的n个人按照顺时针方向围坐一圈,每个人只有一个密码(正整数)。一开始任选一个正整数作为报数上限值m,从第一个仍开始顺时针方向自1开始顺序报数,报到m时停止报数。报m的人出列,将他的密码作为新的m值,从他在顺时针方向的下一个人开始重新从1报数,如此下去,直到所有人全部出列为止。设计一个程序来求出出列顺序。 *要求:利用单向循环链表存储结构模拟此过程,按照出列的顺序输出各个人的编号。 *测试数据:m的初值为20,n=7
