-
一个普通的个人简历模板,可以参考一下喔.
一个普通的个人简历模板,可以参考一下喔.- An ordinary resume template, may refer oh
- 2023-05-09 21:35:02下载
- 积分:1
-
数据压缩的一些基本概念
数据压缩的一些基本概念-data compression some of the basic concepts
- 2022-03-23 06:03:03下载
- 积分:1
-
ARM9 在电力终端中的应用及技术解决方案
ARM9 在电力终端中的应用及技术解决方案-ARM9 terminal in the power of applications and technology solutions
- 2022-01-22 12:31:23下载
- 积分:1
-
这是有关C语言设计的试题可供参考
如果想要答案可联系我
joke2000@163.com...
这是有关C语言设计的试题可供参考
如果想要答案可联系我
joke2000@163.com-This is the C language designed for reference questions may contact if you want the answer I joke2000@163.com
- 2022-03-23 06:58:14下载
- 积分:1
-
课程设计、数据库课程设计、数据库格式,格式的主题…
数据库课程设计格式 题目 数据库课程设计格式 题目-Curriculum design, database format, curriculum design, database format, the subject title
- 2022-03-23 00:35:27下载
- 积分:1
-
ARM学习报告003――Bios源码分析.pdf
ARM学习报告003――Bios源码分析.pdf-ARM study reports 003- Bios-source analysis. Pdf
- 2022-02-21 08:56:34下载
- 积分: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 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
-
ds18b20的中英文资料和程序源代码,能够很好的移植到其他程序中去
ds18b20的中英文资料和程序源代码,能够很好的移植到其他程序中去-DS18B20 in both English and Chinese information and source code can be ported to other very good programs to
- 2022-03-02 12:15:58下载
- 积分:1
-
12864c Chinese LCD Chinese data, examples can use
12864c中文液晶显示器中文资料,有例题可以使用-12864c Chinese LCD Chinese data, examples can use
- 2023-03-24 17:20:03下载
- 积分:1