-
一个用来进行分割的程序,是使用fm算法设计的分割VLSI电路的程序...
一个用来进行分割的程序,是使用fm算法设计的分割VLSI电路的程序-used for a separate process, the use of fm segmentation algorithm design process for VLSI circuit
- 2022-03-10 12:29:25下载
- 积分:1
-
Arduino 网络电表开发源码
在Arduino上面烧写代码,可以获取用电量的各个参数,包括电压,电流,功率,用电量,需要传感器模块的支持。
- 2022-01-30 16:08:37下载
- 积分:1
-
这是递推梯形的源代码
这是递推梯形的源代码-trapezoidal source code
- 2022-06-13 06:52:45下载
- 积分:1
-
latent dirichlet allocation C语言实现算法 LINUX 下运行
latent dirichlet allocation C语言实现算法 LINUX 下运行-latent dirichlet allocation the c implementation
- 2022-07-13 10:58:06下载
- 积分:1
-
分形几何被曼德勃罗喻为是大自然的几何学。这个代码,采用了分形几何的方法模拟生成自然界的云。形象而逼真。...
分形几何被曼德勃罗喻为是大自然的几何学。这个代码,采用了分形几何的方法模拟生成自然界的云。形象而逼真。-Mandelbrot fractal geometry has been described as the geometry of nature. The code, adopted the method of fractal geometry of nature cloud simulation. Realistic image.
- 2022-01-28 14:19:45下载
- 积分:1
-
3D克希霍夫偏移程序
3D克希霍夫偏移程序。利用c语言编写的三维迭前偏移的代码,算法结果正确,精度高,具有很好的实用性-The use of three-dimensional Diego c language code before the cheap, algorithms result is correct, high precision, with a good practical
- 2022-05-23 03:27:09下载
- 积分:1
-
直接插入排序(C++语言编写)
用C++实现直接插入排序,在VC++ 6.0编译通过。算法描述如下: 每趟将一个待排序字的关键字,按照其关键字值的大小顺序查找到适当的位置,完成插入,直到待排序的关键字为空。
- 2022-04-09 18:32:36下载
- 积分:1
-
温度分布
Fortran95 程序地址在一个金属圆盘上的温度分布。边界设置为稳定温度 20 度。在磁盘上的内点是保持 100 度.初始温度是 50 度。稳定的温度,这个问题的时间多长一个稳定的温度的dish拿到会被该程序解决。
- 2022-02-06 23:31:55下载
- 积分:1
-
通过奇异值分解的最小二乘拟合算法…
通过奇异值分解实现的最小二乘拟合算法
inear least-squares fit by singular value decomposition-through the singular value decomposition of the least squares fitting algorithm inear least-squares fit by singular value decomposition
- 2022-04-20 14:07:19下载
- 积分:1
-
牛顿插值
#include#include"String.h"#include#define ROW 6void read(float x[],float y[])//文件读取方便测试{ FILE *fp=fopen("num.txt","r"); rewind(fp); for(int i=0;i
- 2022-10-06 17:00:02下载
- 积分:1