-
SIM卡文件格式,就是我们用的手机卡的文件格式和说明,对于想操作SIM卡的人他必不可少。...
SIM卡文件格式,就是我们用的手机卡的文件格式和说明,对于想操作SIM卡的人他必不可少。-SIM card file format, we use the phone card file format and notes for the operation of SIM cards to people who indispensable.
- 2022-03-26 06:23:47下载
- 积分:1
-
字库生成器,可以自动生成任意大小字库,方便适用
字库生成器,可以自动生成任意大小字库,方便适用-character generator, it will automatically generate arbitrary font size to facilitate application
- 2022-10-18 18:15:03下载
- 积分:1
-
超声波停车传感器传感器
sensor of ultrasonic parking sensor-upa sensor sch,it a ultra sonic sensor sch,used to parking car
- 2022-08-26 01:54:41下载
- 积分:1
-
detailed design software, we hope to help in PDF format and can serve as a refer...
软件详细设计报告,希望对大家有帮助,PDF格式的,可以作为参考模板!-detailed design software, we hope to help in PDF format and can serve as a reference template!
- 2022-01-26 01:17:17下载
- 积分:1
-
地理信息系统常用数据交换文件Mif格式的读取,适合于地理信息系统、遥感、城市规划等专业开发人员使用...
地理信息系统常用数据交换文件Mif格式的读取,适合于地理信息系统、遥感、城市规划等专业开发人员使用-commonly used geographic information system data exchange file format Mif read, suitable for geographic information systems, remote sensing, urban planning and other professional developers to use
- 2022-03-22 13:29:56下载
- 积分: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
-
ei文摘写作说明,对于论文的写作很重要,包括时态,文章的语法注意事项,都有详细说明。...
ei文摘写作说明,对于论文的写作很重要,包括时态,文章的语法注意事项,都有详细说明。-ei Digest Writing Help, for thesis writing is very important, including the tense of the grammar article notes, have a detailed description.
- 2022-02-07 18:24:01下载
- 积分:1
-
zip文件格式
zip文件格式-zip file format
- 2022-01-27 20:39:23下载
- 积分: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
-
这是关于图像调制传递函数MTF计算的一篇优秀文章,可以处理卫星图像,提高图像清晰度...
这是关于图像调制传递函数MTF计算的一篇优秀文章,可以处理卫星图像,提高图像清晰度-This is on the image modulation transfer function MTF calculated an excellent article, you can deal with satellite imagery, improve image clarity
- 2022-07-01 11:30:09下载
- 积分:1