-
家庭树的设计,使用C++语言,你会发现父亲的名字等…
家谱的设计,用的是c++语言编写的,可以查找父亲和儿子的姓名等-Family tree design, using c++ Languages, you can find the names of father and son, etc.
- 2022-06-14 03:30:35下载
- 积分:1
-
说明类文章,详细的介绍了IC卡的工作原理希望能给大家帮助
说明类文章,详细的介绍了IC卡的工作原理希望能给大家帮助-Description category article and detailed introduction of the IC card operating principle hope everyone can help
- 2022-03-29 02:06:41下载
- 积分: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
-
asp prepared by the photo processing
asp编写的图片处理程序-asp prepared by the photo processing
- 2022-01-26 01:22:27下载
- 积分:1
-
ABAQUStoBeginner, which is suitable for beginners to use ABAQUS.
ABAQUStoBeginner,这是适合ABAQUS的初学者使用。-ABAQUStoBeginner, which is suitable for beginners to use ABAQUS.
- 2022-02-06 02:48:35下载
- 积分:1
-
人的行为识别方面的文章,这篇文章介绍了一个人行为识别的框架,分析了非线性运动的识别跟踪。...
人的行为识别方面的文章,这篇文章介绍了一个人行为识别的框架,分析了非线性运动的识别跟踪。-Human behavior identification article, which introduced the act of a person to identify a framework for analysis of nonlinear identification and tracking movement.
- 2022-03-15 02:11:28下载
- 积分:1
-
这个是我从别处看的,还行
这个是我从别处看的,还行-one draws from this is what I see, OK
- 2023-06-17 06:25:03下载
- 积分:1
-
Here is some of the main board needs to learn maintenance knowledge, there are t...
这里也是一些学习维修主板需要掌握的知识,有错误的地方请联系本人,fuqiang1218・sina.com-Here is some of the main board needs to learn maintenance knowledge, there are the wrong place please contact me, fuqiang1218 sina.com
- 2022-03-22 08:22:52下载
- 积分:1
-
FAT32文件系统
FAT32文件系统-FAT32 file system
- 2022-03-14 10:19:42下载
- 积分:1
-
FAT32文件系统原理,网上少有的中文文字说明FAT32文件
FAT32文件系统原理,网上少有的中文文字说明FAT32文件-Principle FAT32 file system, on-line rare in the Chinese text FAT32 file
- 2022-02-01 09:13:10下载
- 积分:1