资源列表
LiuQiZhang
- 这章是了六七章。我们数据结构的课件,想学习这个的同学可以下载,有详细的源码和知识,我们上机课都是从这拷的代码,希望可以帮助大家~-This chapter is six or seven chapters. Data structure of the courseware, want to learn this the students can download the source and knowledge-on lesson from this copy of the code, I ho
MyB_Tree
- 用了树形控件的数据结构,还有一些很重要的算法-This is a family tree, using a tree data structure of control
3
- 实现二分法求解方程。编写并使用以下函数: double SolveRoot(double(*pf)(double x),double a,double b,int n) 这里,pf指向一个函数f,f用来定义要求解的方程f(x)=0,a和b是未知解x的上下界(即a<=x<=b), n是循环次数。例如,如果f(x)=x*x-2,则SolveRoot (f,1,2,100)将返回1.414213562373095, 即方程为x*x=2的解。二分法的原理是反复地把区间分为两个
Geophysical-data-processing
- 物探数据处理-重磁数据处理软件,地球物理学的人看看。-Geophysical data processing- the gravity and magnetic data processing software
HeapBottomUp
- 堆排序,dos界面。简单的堆排序,堆构造,堆删除-Heap sort, dos interface. Simple heap sort, heap constructor heap delete
C
- 严蔚敏《数据结构(c语言版)》习题及答案,快来抢啊-c program
bmpfile
- bmp图片内部格式,分解bmp文件的内部结构-bmp image internal format, the internal structure of decomposition bmp file
5.4
- 教学计划编制问题 (1)实验内容和实验目的: 1.大学的每个专业都要编制教学计划。假设任何专业都有固定的学习年限,每学年含两学期,每学期的时间长度和学分上限都相等。每个专业开设的课程都是确定的,而且课程的开设时间的安排必须满足先修关系。每个课程的先修关系都是确定的,可以有任意多门,也可以没有。每一门课程恰好一个学期。试在这样的情况下设置一个教学计划编制程序。 2.在大学的某个专业中选取几个课程作为顶点,通过各门课的先修关系来构建个图,该图用邻接表来存储,邻接表的头结点存储每门课
ansys
- ansys分析软件,是土木工程等学科重要的结构分析软件,应用广泛-Ansys model airplane wings command flow, the individual original command flow, simple, small volume, is widely used
Manual
- 本课件是一个动态演示数据结构算法执行过程的辅助教学软件, 它可适应读者对算法的输入数据和过程执行的控制方式的不同需求, 在计算机的屏幕上显示算法执行过程中数据的逻辑结构或存储结构的变化状况或递归算法执行过程中栈的变化状况。整个系统使用菜单驱动方式, 每个菜单包括若干菜单项。每个菜单项对应一个动作或一个子菜单。系统一直处于选择菜单项或执行动作状态, 直到选择了退出动作为止。-This courseware is a dynamic data structure algorithms demonst
xianduan
- 输入俩条线段的首尾坐标,用于判断俩条线段是否相交的-Used to determine whether the intersection of two line segments
CPP-hafuman
- 采用C++实现了数据结构中常见的哈弗曼方法的编码。-C++ achieve a common data structure Hafu Man method of encoding.