-
双序输出二叉链表的例子
先用先序遍历输入这个二叉链表,用#代替先序遍历输入序列的空指针。然后就是递归。首先判断当前节点是不是为空,如果不为空则输出当前节点的数据,然后在递归调用当前节点的左孩子,然后再输出当前节点的数据,最后再调用当前节点的右孩子,就可以实现双序遍历二叉树了。
- 2022-03-25 05:01:50下载
- 积分:1
-
这是一个用三次样条插值法的数值算法。编译…
这是一个利用数值算法中三次样条插值方法。编译的人口普查问题。供个高校有关专业参考-This is a numerical algorithm using cubic spline interpolation method. Compiling the census issue. For the professional colleges reference
- 2022-05-23 21:39:06下载
- 积分:1
-
可视化子程序
应用背景这个程序可以实现fortran计算数据的可视化,显示云图,等值线图等。希望大家批评指正。关键技术直接输出tecplot文件,可以通过tecplot360进行编辑。
- 2022-06-02 12:48:10下载
- 积分:1
-
这是一个关于模拟退火c c++的算法程序,内有详细解释,希望对大家有所帮助...
这是一个关于模拟退火c c++的算法程序,内有详细解释,希望对大家有所帮助-This is a study on simulated annealing c c++ Algorithm procedure, which has a detailed explanation, and they hope to help everyone
- 2022-03-24 16:00:04下载
- 积分:1
-
这是一个gauss算法实现的C代码。本算法采用的是具有行交换的列主元素消去法。...
这是一个gauss算法实现的C代码。本算法采用的是具有行交换的列主元素消去法。-This is a Gauss algorithm C code. The algorithm is used in the exchange trip out the main elements of elimination method.
- 2022-10-05 08:05:04下载
- 积分:1
-
在MPI上用并行LU分解求解线性方程组的源程序。
在MPI上用并行LU分解求解线性方程组的源程序。- Decomposes the solution system of linear equations on MPI with
parallel LU the source program.
- 2023-03-13 09:25:04下载
- 积分:1
-
dsvdvsvdsvxcxcvxcvvxcxcv
DSDSDSDSDSDSDSDSDSDSDSDSDSDSDSDSDSDSDSDSDSDSDSDSDSDSDSDSDSDSDSDSDSDSDSDSDSDSDSDSDSDSDSDSDSDSDSDSDSDSDSDSDSDSDSDSDSDSDSDSDSDSDSDSDSDSDSDSDSDSDSDSDSDSDSDSDSDSDSDSDSDSDSDSDSDSDSDSDSDSDSDSDSDSDSDSDS
- 2022-01-29 01:42:29下载
- 积分:1
-
哈夫曼编码
在教学《信息论与编码》操刀编写的C代码,没用使用数据结构中关于树的方法,一般同学都可以看懂的,希望对你们有点帮助。
- 2023-06-15 21:50:03下载
- 积分:1
-
隐藏按钮的实现,用户点击界面上的按钮确永远也抓不到
隐藏按钮的实现,用户点击界面上的按钮确永远也抓不到-Hide button implementation, the user clicks the button interface is indeed never be able to shackle
- 2022-02-01 05:02:30下载
- 积分:1
-
Fortran科学计算程序,计算原子间力的大小,能级分布
Fortran科学计算程序,计算原子间力的大小,能级分布-Fortran scientific computing procedures, calculation of inter-atomic force size, level distribution
- 2022-08-24 15:49:45下载
- 积分:1