资源列表
shuheerchashu
- 1.基本题 (1)输入字符序列,建立二叉链表。 (2)遍历二叉树输出。 (3)在二叉树中查找值为x的结点,请编写一算法用以打印值为x的结点的所有祖先,假设值为x的结点不多于1个。 -1. Basic questions (1) Enter the character sequence, build binary list. (2) output binary tree traversal. (3) Find a binary tree node in the val
shunxubiaohelianbiao
- (1).对顺序表的快速排序算法中,如何选取一个界值(又称为轴元素),影响着快速排序的效率,而且界值也并不一定是被顺序表中的一个元素。例如,我们可以用被划分序列中所有元素的平均值作为界值。编写算法实现以平均值为界值的快速排序方法。 (2).设有n个待排序元素存放在一个不带表头结点的单链表中, 每个链表结点只存放一个元素, 头指针为r。试设计一个算法, 对其进行二路归并排序, 要求不移动结点中的元素, 只改各链结点中的指针, 排序后r仍指示结果链表的第一个结点。 -(1). Fast sor
youxiangtu
- (1)键盘输入数据,建立一个有向图的邻接表,并输出该邻接表。 (2)采用邻接表存储实现有向图的深度优先遍历。 (3)试写一算法,判断以邻接表方式存储的有向图中是否存在由顶点Vi到顶点Vj的路径(i<>j)。 (4)已有邻接表表示的有向图,请编程判断从第u顶点至第v顶点是否有简单路径,若有则印出该路径上的顶点。 (5)在主函数中设计一个简单的菜单,分别调试上述算法。 -(1) keyboard input data, the establishment of a d
StuSys
- 天津大学软件实习 qt实现的学生管理系统 主要功能: 用户登录 学生添加 学生选课 学生成绩添加 成绩查询 宿舍成员查询等-Tianjin University Software internship qt achieve student management system The main function: User login Students add Student Course Add student achievement Resu
move
- Matlab小程序,可以模拟太阳系的运动。通过学习该代码的编写方式,可以提高matlab的编程水平。- Matlab small program, you can simulate the movement of the solar system. By learning the preparation of the code, you can improve the level of MATLAB programming.
5.CA_infectious_disease
- 基于元胞自动机算法的传染病模型,可仿真传染病发展过程-Epidemic model based on cellular automata algorithm can simulate the development of infectious diseases
LR
- 线性画矩形,一个用于学习的lisp源代码.-Linear rectangular painting, a source for learning lisp.
caret
- caret包可以对数据进行预处理、建模,比较等分析。-Caret package can be the data preprocessing, modeling, comparison, and so on.
draw-a-map
- 有详细的绘制市县地图代码,包括参数介绍和注释。-Detailed mapping of the city and county map code, including the introduction of parameters and notes.
shop
- 夏日电子商务,一个非常实用的电商系统,网上购物系统,推荐使用。-Great e-commerce, a very practical electronic business systems, online shopping system is recommended.
Tkdemos
- 一些Python Tkinter的实例, 包括一个完整的GUI程序.-Some demos of Python tkinter libs, including a full fuctional GUI program.
Visual-CSharp
- 这是c#教程一本书的完整代码,我们可以让同学们下载学习-this is a real book to student ! it s very good for study.
