-
扬辉三角的打印
扬辉三角的打印- Raises the splendor triangle the printing
- 2023-05-07 13:20:02下载
- 积分:1
-
请认真阅读您的文件包,说明它至少有40字节。
Please read your package and describe it at least 40 bytes.
System will automatically delete the directory of debug and release
- 2022-09-10 02:55:03下载
- 积分:1
-
c++经典数值算法源码,相信可以节省你的不少时间.rar
c++经典数值算法源码,相信可以节省你的不少时间.rar-c classical numerical algorithm source code, I believe you can save a lot of time. Rar
- 2023-01-31 10:40:03下载
- 积分:1
-
这是粒子群算法的一个源程序,程序很简单,已经运行过了,可以用,对初学者是个不错的程序...
这是粒子群算法的一个源程序,程序很简单,已经运行过了,可以用,对初学者是个不错的程序-This is a source particle swarm optimization algorithm, the program is very simple, has been running over us, we can use, for beginners is a good program
- 2022-08-08 21:47:13下载
- 积分:1
-
极坐标方法产生高斯白噪声(包括改进算法)
产生N(0,1)高斯白噪声序列,最常见的方法是极坐标法,其计算步骤如下所示:
(1) 产生两个独立同分布的随机序列(0,1),U1,
- 2022-03-13 03:52:58下载
- 积分:1
-
曲面拟合
离散数据曲面拟合,应用最小二乘算法,拟合得到空间曲面,符合MATLAB验证结果
- 2022-06-18 08:41:03下载
- 积分:1
-
一个中值滤波程序
一个中值滤波程序-a median filter programme
- 2022-07-23 01:49:47下载
- 积分:1
-
求三维凸包的程序
求三维凸包的程序- Asks the three dimensional raised package the procedure
- 2022-09-21 15:50:03下载
- 积分:1
-
牛顿法求解非线性方程组
牛顿法求解非线性方程组-Newton method for solving nonlinear equations
- 2022-02-06 07:59:11下载
- 积分:1
-
冒泡法 起泡法 用使数组排列
C语言冒泡法(起泡法)排序
思路:将相邻的两个数进行比较,将小的调到前头。
如果有n个数,那么要进行n-1次的比较。在第一次比较中要进行n-1次的两两比较,在第j次比较中要进行n-j次的两两比较。
过程:先通过动态赋值的方法,把用户输入的10个数字保存到数组中。
用两个for循环语句,外层循环是限制次数,内层循环限制某次要进行两两比较的次数。
如果a[n]>a[n+1],那么将两个数进行交换。
- 2023-04-24 18:25:03下载
- 积分:1