-
这个是我从别处看的,还行
这个是我从别处看的,还行-one draws from this is what I see, OK
- 2023-06-17 06:25:03下载
- 积分:1
-
该软件charam它s the program for the模拟分子
LE LOGICIEL CHARAM IT s THE PROGRAM FOR THE SIMULATION OF THE MOLECULAIRE
- 2022-08-25 02:15:08下载
- 积分:1
-
文件搜索器和 ZX 谱 TRD 磁盘图像采集卡
该程序被为了搜索 ZX 光谱的软盘映像中的文件。
选定的文件可以提取到磁盘,以及就聚集在 TRD 图像中,或保存为 PNG 图像。
写在 PureBasic 上 4.x。
- 2022-05-22 11:54:30下载
- 积分:1
-
阿拉伯布局
我对阿拉伯文排版的总结,对要做阿拉伯文排版的,应该很有帮助!-Arabic layout
- 2022-08-06 20:22:10下载
- 积分:1
-
1. 了解INTERNET上的安全隐患。
2. 了解网络通信安全及相关协议。
3. 了解WEB安全和邮件安全的漏洞和原理。
4. 能熟练配置WEB安...
1. 了解INTERNET上的安全隐患。
2. 了解网络通信安全及相关协议。
3. 了解WEB安全和邮件安全的漏洞和原理。
4. 能熟练配置WEB安全和邮件安全
-1. To understand the security risks INTERNET. 2. Understanding of network communication security and related agreements. 3. Learn WEB security and e-mail security flaw and theory. 4. Can configure WEB skilled security and mail security
- 2023-05-13 16:25:03下载
- 积分:1
-
wincom training data
wincom training data
- 2022-03-20 16:45:09下载
- 积分:1
-
移动adhoc网络路由协议, 关于olsr路由协议的一篇论文
移动adhoc网络路由协议, 关于olsr路由协议的一篇论文
- 2022-07-05 06:05:43下载
- 积分:1
-
video compression tenets of the White Paper in English and imagine the English o...
视频压缩原理的英文白皮书和imagine的英文原版用户手册-video compression tenets of the White Paper in English and imagine the English original user"s manual
- 2023-08-13 00:10:04下载
- 积分:1
-
数学
Mathimatics-Numerical algorithms -Mathimatics-Numerical algorithms
- 2022-02-20 04:12:15下载
- 积分:1
-
10种软件滤波方法的示例程序
1、限副滤波
/* A值可根据实际情况调整
value为有效值,new_value为当前采样值
滤波程序返...
10种软件滤波方法的示例程序
1、限副滤波
/* A值可根据实际情况调整
value为有效值,new_value为当前采样值
滤波程序返回有效的实际值 */
#define A 10
char value
char filter()
{
char new_value
new_value = get_ad()
if ( ( new_value - value > A ) || ( value - new_value > A )
return value
return new_value
}
2、中位值滤波法
/* N值可根据实际情况调整
排序采用冒泡法*/-10 kinds of software filtering method one example of the procedure, limit the Deputy filter/* A value can be adjusted according to the actual value for the RMS, new_value filter for the current sampling procedures for the effective return of the actual value* /# define A 10 char value char filter () (char new_value new_value = get_ad () if ((new_value- value> A) | | (value- new_value> A) return value return new_value ) 2, the median filtering method/* N values can be adjust the actual situation in the use of bubble sort method* /
- 2023-08-29 16:45:03下载
- 积分:1