-
插入排序
资源描述插入排序,其中包含键盘输入,文件输入,数据结构线性表的应用,函数递归的应用,c语言,
- 2022-05-24 16:18:19下载
- 积分:1
-
此代码是被用于数学仿真大师的MAPLE软件上的。在MAPLE软件上运行此代码后,可清晰的看到傅立叶变换与贝舌尔变换的关系
此代码是被用于数学仿真大师的MAPLE软件上的。在MAPLE软件上运行此代码后,可清晰的看到傅立叶变换与贝舌尔变换的关系-This code is being used for mathematical simulation of the master of the MAPLE software. In the MAPLE software to run this code, can clearly see the Fourier transform of the tongue and Pui transform the relationship between Seoul
- 2022-07-24 04:10:20下载
- 积分:1
-
一款价值无量的曲线控件,只要在数据库导就可生成漂亮的拟合曲线...
一款价值无量的曲线控件,只要在数据库导就可生成漂亮的拟合曲线-A curve of the control is of immeasurable value, as long as guide in the database can be generated fitting curves of a beautiful
- 2022-02-03 14:49:55下载
- 积分:1
-
C语言滤波算法
C语言实现的各种滤波算法,包含均值、中值、滑动、限幅、去极值平均、移动平均/加权平均滤波算法等非常经典使用的算法,可直接移植到嵌入式系统中。
- 2022-01-21 18:28:32下载
- 积分:1
-
数值方法上机实验内容. 自适应算法用图象实现效果.
数值方法上机实验内容. 自适应算法用图象实现效果.-numerical methods for experiments. Adaptive algorithms used images to achieve results.
- 2022-05-16 08:49:17下载
- 积分:1
-
original request with the VC process, translate between 2
求原跟的VC程序,可计算2-10000之间的质数的原跟-original request with the VC process, translate between 2-10000 the quality of the original with a few
- 2022-02-07 21:09:23下载
- 积分:1
-
割线算法
* To find a solution to the equation f(x) = 0* given initial approximations p0 and p1:** INPUT: initial approximation p0, p1; tolerance TOL;* maximum number of iterations N0.** OUTPUT: approximate solution p or* a message that the algorithm fails.*
- 2022-01-25 15:06:45下载
- 积分:1
-
java ARQ prog
ARQ-算法它是 Java 开发的并且描述了在按定义的算法 ARQ pesudocode 函数中生成。这种描述可以利用改性的所有代码和用户的必需品。
- 2022-05-12 21:41:10下载
- 积分:1
-
用C++编写的插值程序
用C++编写的插值程序-prepared by the interpolation procedures
- 2022-01-22 00:21:17下载
- 积分:1
-
马踏棋盘
贪心加回溯,按照顺时针顺序,每次产生一个新的路点,并验证此路点的可用性,需要考虑的问题包括是否超出棋盘和此点已经走过与否。如新路点可用,则入栈,并执行下一步,每次按照上一路点的位置生成新路点。如一个路点的可扩展路点数为0,则走不下去了,进行回溯。
- 2023-09-01 02:05:03下载
- 积分:1