-
C语言基本程序
C语言基本程序-C language basic procedures
- 2022-10-23 05:05:03下载
- 积分:1
-
改进后的bp 算法实现.\并给出一些实例子进行模拟算法用vc实现...
改进后的bp 算法实现.\并给出一些实例子进行模拟算法用vc实现-bp improve the algorithm. And gives some examples for simulation algorithm to achieve vc
- 2022-05-14 08:27:10下载
- 积分:1
-
数值算法,二分搜索演示
数值算法,二分搜索演示-numerical algorithm, two hours search demonstration
- 2022-03-01 08:49:08下载
- 积分:1
-
一个经典问题的比较好的解决方法
一个经典问题的比较好的解决方法-a classic problem of a relatively good solution
- 2022-01-25 19:47:43下载
- 积分:1
-
用最小二乘法求矩形区域上的N*M个数据点的拟合曲面。
用最小二乘法求矩形区域上的N*M个数据点的拟合曲面。-Least square method for rectangular area on the N* M data points of the fitting surface.
- 2022-02-14 01:32:42下载
- 积分:1
-
徐世良-C常用算法集的源代码
徐世良-C常用算法集的源代码- Xu Shiliang- C commonly used algorithm collection source code
- 2022-04-28 04:11:27下载
- 积分:1
-
形态学处理
腐蚀– 腐蚀是一种消除边界点,使边界向内部收缩的过程。– 可以用来消除小且无意义的物体 膨胀–膨胀是将与物体接触的所有背景点合并到该物体中,使边界向外部扩张的过程。–可以用来填补物体中的空洞
- 2022-08-13 13:13:17下载
- 积分:1
-
matlab 高斯—赛德尔迭代法+稳态导热
迭代法:
clear
x1(1)=0;x2(1)=0;x3(1)=0;k=1;
for k=1:100;
x1(k+1)=0.5*(500+x2(k));
请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2022-08-18 19:05:24下载
- 积分:1
-
prepared with a simple calculator, with the mouse work, the basic function calcu...
用c编写的简单的计算器,用鼠标工作,实现基本的计算器功能-prepared with a simple calculator, with the mouse work, the basic function calculator
- 2022-04-28 13:26:45下载
- 积分:1
-
labview 奥运五环
资源描述这是用labview写的一个显示奥运五环的程序 喜欢的就拿去吧
- 2022-01-25 22:21:18下载
- 积分:1