-
本软件具有刷5Q人气的功能,只要打开添入用户名和密码,就可以运行!...
本软件具有刷5Q人气的功能,只要打开添入用户名和密码,就可以运行!-This software has a brush 5Q Popularity functions, as long as the open to add the user name and password, you can run!
- 2022-03-23 01:56:05下载
- 积分:1
-
简单的场景
simple scene -simple scene .........................
- 2023-07-21 22:25: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
-
Color TFT
Color TFT-LCD Module for AV/Car Navigation
LQ5AW116 (Digital still camera/LCD camcorder/LCD TV)-Color TFT-LCD Module for AV/Car Navigation
LQ5AW116 (Digital still camera/LCD camcorder/LCD TV)
- 2022-03-02 23:45:55下载
- 积分:1
-
精彩的BMP格式分析已及如何使用的问题,里面有例子程序
精彩的BMP格式分析已及如何使用的问题,里面有例子程序-brilliant analysis of BMP format has been used and how the issue, which is an example procedure! !
- 2022-08-08 13:21:12下载
- 积分:1
-
基于MO的shape编辑
基于MO的shape编辑-MO-based shape editor
- 2023-09-09 14:05:03下载
- 积分:1
-
第一个大型数据库操作,oracal SQL
数据库第一次大作业,ORACAL SQL语句-first large database operations, ORACAL SQL
- 2022-11-26 13:55:03下载
- 积分:1
-
本文介绍了 对25045 的操作,并具体实现了
本文介绍了 对25045 的操作,并具体实现了 -This paper describes the operation of 25,045, and the concrete realization of
- 2022-01-28 03:01:01下载
- 积分:1
-
PRO PHP FLASH WEBSITE
PRO PHP FLASH WEBSITE
- 2022-01-26 02:32:52下载
- 积分:1
-
SERVLET
基于SERVLET+MYSQL实现的用户登陆
SERVLET
基于SERVLET+MYSQL实现的用户登陆-SERVLET based SERVLET+ MYSQL realize the User Login
- 2023-02-21 07:05:04下载
- 积分:1