-
Some code on how to write a small summary of the recommendations and hope to be...
是一些关于如何写好代码的小建议和总结,希望能够有用!-Some code on how to write a small summary of the recommendations and hope to be useful!
- 2022-08-22 04:07:18下载
- 积分:1
-
嵌入式开发人员需要了解某一格式的文件格式
intel hex32的文件格式
嵌入式开发需要对该格式有一定了解
-file formats that embedded developers need to understand a certain format
- 2022-05-10 11:46:47下载
- 积分:1
-
本文件含五个XML课件,关于XML的基础知识,SCHEMA的相关介绍和学习,XML模式,DTD...
本文件含五个XML课件,关于XML的基础知识,SCHEMA的相关介绍和学习,XML模式,DTD-This document contains five XML courseware, XML, basic knowledge about, SCHEMA related to introduction and learning, XML models, DTD
- 2022-10-06 11:15:02下载
- 积分:1
-
这是一个示例数据库系统
This a sample database system-This is a sample database system
- 2022-02-09 16:16:18下载
- 积分:1
-
超市管理系统需求分析。doc
超市管理系统需求分析
1项目计划
1.1系统开发目的
1.2背景说明
1.3项目确立
2逻辑分析与详细分析
2.1需求分析
2.2目标
2.3数据流程图
2.4系统功能
2.5系统开发步骤
2.6用户的特点
2.7假定与约束
3基于UML的建模
3.1语义规则
3.2UML模型
3.2.1系统UML模型
3.2.2子系统UML模型
3.2.3系统实现图
4小结
-Supermarket Management System Requirements Analysis. Doc
- 2022-07-16 02:02:45下载
- 积分: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
-
BF533的视频BF533的视频
bf533 vedio bf533 vedio
- 2022-01-31 20:49:25下载
- 积分:1
-
IPsec VPN的RFC文档集合:
RFC 2401 《Security Architecture for the Internet Protocol》...
IPsec VPN的RFC文档集合:
RFC 2401 《Security Architecture for the Internet Protocol》
RFC 2402 《IP Authentication Header》
RFC 2406 《IP Encapsulating Security Payload (ESP)》
RFC 2407 《The Internet IP Security Domain of Interpretation for ISAKMP》
RFC 2408 《Internet Security Association and Key Management Protocol (ISAKMP)》
RFC 2409 《The Internet Key Exchange (IKE)》
RFC 3947 《Negotiation of NAT-Traversal in the IKE》
RFC 3948 《UDP Encapsulation of IPsec ESP Packets》
-IPsec VPN RFC documentation set : RFC 2401, "Security Architecture for the Internet Protocol" RFC 2402 "IP Authentication Header" RFC 2406, "IP VPN Security PayloadPlus (ESP)," RFC 2407, "The Internet IP Security Domain of Interpretation for ISAKMP" RFC 2408 "Internet Security Association and Key Management Protocol (ISAKMP)," RFC 2409, "The Internet Key Exchange (IKE)," RFC 3947 "Negotiation of NAT-Traversal in the IKE" RFC 3948 "UDP Encapsul
- 2022-02-20 16:31:47下载
- 积分:1
-
学防火墙必知的几个概念,大家看看吧,是word文档。
学防火墙必知的几个概念,大家看看吧,是word文档。-Firewall must learn to know a few concepts, let us look at it is the word document.
- 2022-01-26 07:14:20下载
- 积分:1
-
USB
USB-E2PROM,掌握基于Linux的S3C2410A USB设备控制器驱动程序的使用方法-USB-E2PROM, master Linux-based S3C2410A USB device controller driver to use
- 2022-02-24 20:42:49下载
- 积分:1