-
学C语言必看的书,对初学者有极大的帮助,可以放在身边查阅用...
学C语言必看的书,对初学者有极大的帮助,可以放在身边查阅用-it is very usefull for C language learner
- 2022-05-31 03:51:38下载
- 积分:1
-
是学语言的课程设计,好象是查找或是迷宫
是学语言的课程设计,好象是查找或是迷宫
-Is the school language curriculum design, as if the maze is to find or
- 2022-08-10 13:23:37下载
- 积分:1
-
CORDIC算法
CORDIC算法的过程讲解文档比较详细,可以参看-CORDIC-jd
- 2022-05-04 23:30:41下载
- 积分:1
-
bla bla the quick brown from jupms over the lazy dog bla bla the quick brown fro...
bla the quick brown from jupms over the lazy dog bla bla the quick brown from jupms over the lazy dog
-bla bla the quick brown from jupms over the lazy dog bla bla the quick brown from jupms over the lazy dog bla bla the quick brown from jupms over the lazy dog
- 2022-06-02 14:46:42下载
- 积分: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
-
程序员编程时一些小例子,示例演示,vc++示例演示
程序员编程时一些小例子,示例演示,vc++示例演示-programmers programming some small examples and sample demonstration vc example demonstrations
- 2022-09-05 02:05:02下载
- 积分:1
-
介绍通过API函数读写INI文件,还介绍了其使用方法
介绍通过API函数读写INI文件,还介绍了其使用方法-introduced through the API reading and writing INI file, but also on its use
- 2022-04-01 20:15:17下载
- 积分:1
-
Matlab做图像处理的课件,讲得很明了
Matlab做图像处理的课件,讲得很明了-Matlab Image Processing Software, made it very clear
- 2022-10-06 04:00:03下载
- 积分:1
-
亚马逊的目标API
Amazon AIM API -- Generate an Order Fulfillment Report-Amazon AIM API-- Generate an Order Fulfillment Report
- 2023-03-03 01:00:03下载
- 积分:1
-
功能很齐全含有ASK,PSK等。我想大家很需要它。希望大家下载它。...
功能很齐全含有ASK,PSK等。我想大家很需要它。希望大家下载它。-Function is complete with ASK, PSK, etc.. I think we very much need it. I hope you download it.
- 2023-08-03 14:15:04下载
- 积分:1