-
IEEE文件格式写法,帮助你去改稿,符合IEEE文件标准。给菜鸟看的,大虾可飘过。...
IEEE文件格式写法,帮助你去改稿,符合IEEE文件标准。给菜鸟看的,大虾可飘过。-IEEE file format written to help you to change draft documents in line with the IEEE standard. To look at the rookie, shrimp may be drifting away.
- 2022-03-23 05:20:45下载
- 积分:1
-
MFC和Windows socket通信简明教程
MFC和Windows socket通信简明教程-MFC and Windows socket communication simple tutorial
- 2022-03-20 03:36:55下载
- 积分:1
-
高等数学公式手册。包含常用的各种公式,对考研的数学复习有帮助。
高等数学公式手册。包含常用的各种公式,对考研的数学复习有帮助。-Higher manual mathematical formula. Contains a variety of commonly used formula for the mathematical study section review helpful.
- 2022-12-26 18:50:03下载
- 积分:1
-
编写得十分正规的宽文本编辑器功能比Windows中的写字板要好得多....
编写得十分正规的宽文本编辑器功能比Windows中的写字板要好得多.-prepared very wide formal text editor functionality than the Windows WordPad much better.
- 2022-06-15 21:29:12下载
- 积分:1
-
介绍光子晶体产生的背景,发展近况以及展望
介绍光子晶体产生的背景,发展近况以及展望-Introduce the background photonic crystal, the latest development and prospects
- 2023-03-13 21:45: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
-
文件夹更衣室
您可以锁定您的文件夹使用的密码。使用的语言: C #Visual Studio 2012 +
- 2023-02-23 21:15:04下载
- 积分:1
-
常见的一些文件如WORD、JPG等的文件格式
常见的一些文件如WORD、JPG等的文件格式-common documents such as Word, the JPG file format
- 2022-05-11 02:20:48下载
- 积分:1
-
此模块用 VHDL 硬件描述语言来实现,对键盘设计的实际操作检验表明,此模块响应迅速、识别准确,较好地实现了键盘扫描和去抖动功能。...
此模块用 VHDL 硬件描述语言来实现,对键盘设计的实际操作检验表明,此模块响应迅速、识别准确,较好地实现了键盘扫描和去抖动功能。
-Realization of the keyboard scan
- 2022-03-06 02:57:57下载
- 积分: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