-
Joseph Wan, the hash table, banking simulation system for the subject data struc...
Joseph环,哈希表,银行业务模拟系统为题目的数据结构课程设计。有详细的文字说明和源代码。-Joseph Wan, the hash table, banking simulation system for the subject data structure course design. A detailed written instructions and source code.
- 2022-07-17 19:26:27下载
- 积分:1
-
本书的人吧guygu Y T SES AR awagkj YTG uytg YT公司tfyt rfrujy [J].
book guyg guygu y t ses ar awagkj ytg uytg j yt rfrujy yty tfyt-book guyg guygu y t ses ar awagkj ytg uytg j yt rfrujy yty tfyt
- 2023-04-17 13:10:09下载
- 积分:1
-
generate a text file, the disk space used for a full procedure, particularly fas...
生成一个文本文件,用来写满磁盘空间的程序,速度特别快,界面清晰.-generate a text file, the disk space used for a full procedure, particularly fast speed, interface clarity.
- 2022-09-19 14:50:03下载
- 积分:1
-
Labview based on the literature, which contains four examples, very suitable for...
关于labview的基础文献,其中包含四个例子,非常适合初学者-Labview based on the literature, which contains four examples, very suitable for beginners
- 2022-02-12 09:01:11下载
- 积分:1
-
一篇全面介绍MIMO的经典文章。推荐入门者下载
一篇全面介绍MIMO的经典文章。推荐入门者下载-MIMO a comprehensive presentation of the classic articles. Download recommend beginners
- 2022-07-07 16:54:44下载
- 积分:1
-
OFDM ―― OFDM(Orthogonal Frequency Division Multiplexing)即正交频分复用技术仿真。...
OFDM ―― OFDM(Orthogonal Frequency Division Multiplexing)即正交频分复用技术仿真。-OFDM- OFDM (Orthogonal Frequency Division Multiplexing) that is orthogonal frequency division multiplexing simulation.
- 2022-10-28 17:35:04下载
- 积分:1
-
vb实例,很好很好用的哦,处学者的天堂这是第一部分
vb实例,很好很好用的哦,处学者的天堂这是第一部分-vb example, the good good, oh Department scholars paradise This is the first part
- 2022-05-10 14:44:59下载
- 积分:1
-
这是VFP的帮助文件,有所有的VFP命令、函数、SQL COM…
这是vfp的帮助文件,里面有全部的vfp的命令,函数,sql命令说明等等,对学习vfp有很大帮助
-This is the vfp help files, which have all of the vfp command, function, sql command statement and so on, are of great help in learning vfp
- 2023-06-25 08:45:06下载
- 积分:1
-
bsd socket programming
bsd socket programming
- 2023-01-09 04:50:03下载
- 积分: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