-
16位采样的Wav文件读写源码.
16位采样的Wav文件读写源码.-16 sampling Wav document literacy source.
- 2022-02-22 07:46:18下载
- 积分:1
-
摘要: 这个程序用下拉菜单条的方式可变选取参数观测李萨如图形.用MATLAB编写...
摘要: 这个程序用下拉菜单条的方式可变选取参数观测李萨如图形.用MATLAB编写-Abstract : This procedure using the drop-down menu, select the variable parameters observation Lissajous figures. using MATLAB
- 2022-02-07 02:33:43下载
- 积分:1
-
dos执行文件二进制格式
dos执行文件二进制格式-dos implementation document binary format
- 2022-03-15 19:14:24下载
- 积分:1
-
MCS
MCS-51与数码显示器和键盘的接口,一个原理PPT文件-MCS-51 with digital display and keypad interface, a principle of PPT files
- 2022-04-27 00:05:54下载
- 积分: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
-
VC DLL编程的基础概念:Visual C++支持三个DLL,他们..
VC++动态链接库编程之基础慨念: Visual C++支持三种DLL,它们分别是Non-MFC DLL(非MFC动态库)、MFC Regular DLL(MFC规则DLL)、MFC Extension DLL(MFC扩展DLL)-VC DLL programming basis for the conception : Visual C support three DLL, They are the Non-MFC DLL (Dynamic Library MFC), MFC Regular DLL (MFC rules DLL), MFC Extension DLL (MFC extension DLL)
- 2022-05-27 07:12:43下载
- 积分:1
-
很好用,比较有用的一个文档,你可以在写开题报告的时候用到,祝你用的开心!...
很好用,比较有用的一个文档,你可以在写开题报告的时候用到,祝你用的开心!-Good use of a more useful document, you can write at the time problem that the report used to wish you the fun!
- 2023-02-27 14:25:04下载
- 积分:1
-
ABAQUS非线性有限元分析与实例,作为非线性的参考资料
ABAQUS非线性有限元分析与实例,作为非线性的参考资料-ABAQUS nonlinear finite element analysis and examples, as a non-linear reference
- 2022-03-12 03:34:23下载
- 积分:1
-
2005
2005-09-11 v1.2
# 重新设计了菜单的外观
# 重写了文件(夹)列表,采用了标准的资源管理器界面
# 修正了一些BUG-2005-09-11 v1.2# redesign of the menu appearance# rewrite of the document (folder) list, adoption of the standard resources management interface# amended some BUG
- 2022-03-17 16:42:11下载
- 积分:1
-
SMT smthome_ general specification with glue
smthome_表面组装用胶剂通用规范 -SMT smthome_ general specification with glue
- 2022-11-08 20:50:02下载
- 积分:1