-
ipv6 Xiangjie good introduction to the history and development of the ipv6
ipv6详解很好的介绍了ipv6的历史和发展-ipv6 Xiangjie good introduction to the history and development of the ipv6
- 2023-06-14 04:30:19下载
- 积分:1
-
学C语言必看的书,对初学者有极大的帮助,可以放在身边查阅用...
学C语言必看的书,对初学者有极大的帮助,可以放在身边查阅用-it is very usefull for C language learner
- 2022-05-31 03:51:38下载
- 积分:1
-
prepared no mistake C program secret. So the faster you learn C Programming
编写无错C程序秘诀。使你更快的学习C编程-prepared no mistake C program secret. So the faster you learn C Programming
- 2022-08-14 15:56:53下载
- 积分: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
-
字库生成器,可以自动生成任意大小字库,方便适用
字库生成器,可以自动生成任意大小字库,方便适用-character generator, it will automatically generate arbitrary font size to facilitate application
- 2022-10-18 18:15:03下载
- 积分:1
-
CS7146四线电阻式触摸屏控制芯片中文资料
CS7146四线电阻式触摸屏控制芯片中文资料-CS7146 four-wire Resistive Touch Screen Controller IC Chinese information
- 2023-02-01 08:40:03下载
- 积分:1
-
给你一个简短的想法,ZigBee。
Gives you a brief idea of zigbee.
- 2023-03-12 09:35:04下载
- 积分:1
-
C Programming Language through the calculation of the calculator computing invol...
C Programming Language through the calculation of the calculator computing involution
- 2022-03-16 02:48:02下载
- 积分:1
-
本文章实现java的各种打印功能,大家一起分享! (转载)
本文章实现java的各种打印功能,大家一起分享! (转载)-java achieve the printing function, to share with everyone! (Reproduced)
- 2022-07-02 09:21:31下载
- 积分:1
-
CDMA WAP1.2
CDMA WAP1.2-2.0业务
过渡指导规范
(V1.0)
-CDMA WAP1.2-2.0 business norms guiding the transition (V1.0)
- 2022-03-04 07:12:03下载
- 积分:1