-
有关gcc使用方法的说明书,内容比较全面,包含有程序代码
有关gcc使用方法的说明书,内容比较全面,包含有程序代码
- 2022-03-09 15:28:21下载
- 积分:1
-
编写得十分正规的宽文本编辑器功能比Windows中的写字板要好得多....
编写得十分正规的宽文本编辑器功能比Windows中的写字板要好得多.-prepared very wide formal text editor functionality than the Windows WordPad much better.
- 2022-06-15 21:29:12下载
- 积分: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
-
C语言的运算优先集的说明是一非常重要的参考手册
C语言的运算优先集的说明是一非常重要的参考手册-C language computing priority Set note is a very important reference manual
- 2022-07-19 05:35:21下载
- 积分:1
-
PRO PHP FLASH WEBSITE
PRO PHP FLASH WEBSITE
- 2022-01-26 02:32:52下载
- 积分:1
-
这是关于SLE4428卡的简介,有需要的可以看一下
这是关于SLE4428卡的简介,有需要的可以看一下-SLE4428 logic of this is a brief introduction of cards, there is a need to look at the can
- 2023-03-13 21:25:04下载
- 积分:1
-
单片机ds1302电子钟
应用背景DS1302 是美国DALLAS公司推出的一种高性能、低功耗、带RAM的实时时钟电路,它可以对年、月、日、周日、时、分、秒进行计时,具有闰年补偿功能,工作电压为2.5V~5.5V。采用三线接口与CPU进行同步通信,并可采用突发方式一次传送多个字节的时钟信号或RAM数据。关键技术基于单片机的ds1302电子时钟,用lcd1602显示,时间可调,整点报时
- 2022-02-24 08:50:01下载
- 积分: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
-
广告管理系统的UML设计方案~~~欢迎参考
广告管理系统的UML设计方案~~~欢迎参考-advertising management system UML design ~ ~ ~ welcome reference
- 2023-05-13 23:05:03下载
- 积分:1
-
With the motion control system Punta neck development, can combine the PC platfo...
随着运动控制系统的蓬脖发展,由于可以结合PC平台进行二次开发,故其数据来源逐渐由手工输入或教导,转向兼容大量绘图软件所生成的图形图像文件。如:CorlDraw,AutoCAD,MasterCAM,Pro/E等工具。-With the motion control system Punta neck development, can combine the PC platform as a result of secondary development, it gradually from its source of data entered manually or taught, steering compatible mapping software generated a large number of graphics image files. Such as: CorlDraw, AutoCAD, MasterCAM, Pro/E and other tools.
- 2023-01-01 03:05:04下载
- 积分:1