-
简单管道末端阀门关闭和开启一维特征线法计算程序
用C 语言编制了末端设置阀门的简单管道在阀门开启和关闭的情况下的管道一维特征线法计算程序,计算开始需输入管道的有关参数,如水库水位、流速、管道分段数、流速或者流量、管道糙率、波速等等。输出结果中包含管道末端阀门的压力、流速以及管道其他断面的流速和压力变化
- 2023-01-12 19:10:04下载
- 积分:1
-
Solutions for automated lighting in buildings
Solutions for automated lighting in buildings
- 2022-02-22 06:13:58下载
- 积分:1
-
加法器,简单的加法计算器程序,用vb语言实现
加法器,简单的加法计算器程序,用vb语言实现-Adder, a simple addition calculator program using vb language implementation
- 2023-08-13 13:55:03下载
- 积分:1
-
非递归解决斐波那契数列问题
递归的缺点:
–递归算法解题相对常用的算法如普通循环等,运行效率较低。因此,应该尽量避免使用递归,除非没有更好的算法或者某种特定情况,递归更为适合的时候。在递归调用的过程当中系统为每一层的返回点、局部量等开辟了栈来存储。递归次数过多容易造成栈溢出等
–执行时间长、占用空间多
–主要原因:递归调用时的现场保护与恢复(相对于迭代过程而言)
一个反复执行过程,可否用循环结构实现?
递归调用时,返回点怎么记录?
递归返回时,如何接着以前的断点继续执行?
返回值如何处理:若当前是较深一层的递归调用,如何将返回值返回到上一层递归过程的引用位置上?
系统栈:保护现场、保存返回值、返回地址
- 2023-01-28 00:35:03下载
- 积分:1
-
atical Graphic Plotter
Description: You can draw difficult mathematical graphs...
atical Graphic Plotter
Description: You can draw difficult mathematical graphs painlessly with this program. For example,
you can draw (x^3+2x+3)/(2x^2+x+1) easily with this program.
- 2022-03-24 05:07:34下载
- 积分:1
-
KNN最邻近分类算法
改代码是由python编写的,实现了机器学习中最常用的、最简单的最邻近算法(KNN)。其中,附带有验证用的数据集,可以验证算法的效果。
- 2022-07-09 18:04:11下载
- 积分:1
-
MS C 的循环冗余校验的子程序
MS C 的循环冗余校验的子程序-MS C Cyclic Redundancy Check the subroutine
- 2022-03-20 04:09:07下载
- 积分:1
-
回溯法的m着色问题,用bool方阵(方阵阶数表示点数)表示两点是否邻接。结果实现出所有颜色数小于m的着色方法...
回溯法的m着色问题,用bool方阵(方阵阶数表示点数)表示两点是否邻接。结果实现出所有颜色数小于m的着色方法-retroactive law m coloring problems, bool Matrix (Matrix said the order points), whether adjacent 2:00. The results achieved in all colors of a few less than the colored m
- 2022-02-22 05:13:49下载
- 积分:1
-
2,算法设计线性时间选择
2,算法设计线性时间选择-2, the algorithm design of linear time to choose
- 2022-07-23 18:06:42下载
- 积分:1
-
Singular value to the calculation of the matlab code, then look for a long time....
能够对于奇异值的计算matlab代码,找了好久呢-Singular value to the calculation of the matlab code, then look for a long time. .
- 2022-02-15 01:44:43下载
- 积分:1