-
IEEEtran
内含IEEE英文论文格式模板,可以算是标准的,不过仅供参考。(standard English paper form of IEEE)
- 2017-08-02 09:00:36下载
- 积分:1
-
a5
说明: 经典的模糊金库算法文章,希望对大家有用。(Classic fuzzy vault algorithm article, I hope useful for all of us.)
- 2008-11-28 14:35:50下载
- 积分:1
-
11100Three-Dee_Shells
Every blogger dreams of making a lot of money online and most of them want to make a lot of money online particularly from Google Adsense
- 2013-04-14 11: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
-
计数器高级直接用VS.NET打开来使用,COUNT非常好
计数器高级直接用VS.NET打开来使用,COUNT非常好-directly with senior counter VS.NET open to use, very good COUNT
- 2022-07-25 09:37:23下载
- 积分:1
-
this a java instance about interface application
this a java instance about interface application-this a java instance about interface app lication
- 2023-05-27 18:40:03下载
- 积分: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
-
超市管理系统需求分析。doc
超市管理系统需求分析
1项目计划
1.1系统开发目的
1.2背景说明
1.3项目确立
2逻辑分析与详细分析
2.1需求分析
2.2目标
2.3数据流程图
2.4系统功能
2.5系统开发步骤
2.6用户的特点
2.7假定与约束
3基于UML的建模
3.1语义规则
3.2UML模型
3.2.1系统UML模型
3.2.2子系统UML模型
3.2.3系统实现图
4小结
-Supermarket Management System Requirements Analysis. Doc
- 2022-07-16 02:02:45下载
- 积分:1
-
25148
calculates propagation constants for slab waveguide
- 2017-05-13 00:39:54下载
- 积分:1
-
rar_Format
rar文件二进制格式(binary file format rar)
- 2005-01-25 20:22:07下载
- 积分:1