-
MP3制作教学
在网络收集的MP3制作教学说明,资料很齐全,适合初次接触的DIY朋友,另外有制作实列在我的账号可以寻找得到
- 2022-01-28 19:12:59下载
- 积分:1
-
一篇全面介绍MIMO的经典文章。推荐入门者下载
一篇全面介绍MIMO的经典文章。推荐入门者下载-MIMO a comprehensive presentation of the classic articles. Download recommend beginners
- 2022-07-07 16:54:44下载
- 积分:1
-
各种规格的LCD规格书,数字模拟的大小尺寸的都有,比较多的...
各种规格的LCD规格书,数字模拟的大小尺寸的都有,比较多的-Various specifications of LCD specifications, the digital simulation of every size, more
- 2023-03-22 21:50:05下载
- 积分:1
-
打开多个文件的例子(33KB)19fileinfo1.zip取得文件信息(4KB)20文件操作相关.zip常用的4个文件函数:检查文件是否存在; 分离文件路径等...
打开多个文件的例子(33KB)19fileinfo1.zip取得文件信息(4KB)20文件操作相关.zip常用的4个文件函数:检查文件是否存在; 分离文件路径等(2KB)21winpe.zip分析PE文件格式(105KB)-open multiple files example (33KB) 19fileinfo1.zip obtained the document information (4KB) 20 documents related operations. Zip four common document functions : check file exists; Separation documents path, etc. (2 KB) 21winpe.zip analysis PE file format (105KB )
- 2022-08-08 21:19:55下载
- 积分:1
-
sti5518 information, pdf documents, the second part
sti5518资料,pdf文档,下半部分-sti5518 information, pdf documents, the second part
- 2022-05-28 21:28:26下载
- 积分: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
-
ELF文件格式分析及引用,从程序员的角度对ELF文件的格式,加载,执行进行了说明....
ELF文件格式分析及引用,从程序员的角度对ELF文件的格式,加载,执行进行了说明.-ELF file format analysis and quote, from the perspective of programmers ELF file format, load, the implementation described.
- 2023-04-11 08:10:03下载
- 积分:1
-
ASP中文教程,开发环境windows2000sever
ASP中文教程,开发环境windows2000sever-ASP Chinese guides, development environment windows2000sever
- 2022-02-26 09:22:48下载
- 积分:1
-
好简单的方法
好简单的方法-The simplest way to good
- 2022-08-07 08:48:49下载
- 积分:1