-
DS1341-DS1342
DS1341-DS1342相关的参数介绍,型号非常完整(DS1341-DS1342-related parameters described, a very complete model)
- 2011-10-12 23:54:10下载
- 积分:1
-
epm71芯片资料
应用背景The MAX 7000A device architecture is based on the linking of
high-performance LABs. LABs consist of 16-macrocell arrays, as shown in
Figure 1. Multiple LABs are linked together via the PIA, a global bus that
is fed by all dedicated input pins, I/O pins, and macrocells.关键技术MAX 7000A macrocells can be individually configured for either
sequential or combinatorial logic operation. The macrocells consist of
three functional blocks: the logic array, the product-term select matrix,
and the programmable register. Figure 2 shows a MAX 7000A macrocell.
- 2022-02-18 15:13:31下载
- 积分:1
-
本文是Bjarne Stroustrup的《Evolving a language in and for the real world: C++ 1991...
本文是Bjarne Stroustrup的《Evolving a language in and for the real world: C++ 1991-2006》中文翻译-This article is Bjarne Stroustrup
- 2023-04-02 15:45:04下载
- 积分: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
-
介绍TGA文件格式的中文文档,浅显易懂,是入门的好资料
介绍TGA文件格式的中文文档,浅显易懂,是入门的好资料-TGA file format introduce the Chinese documents, easy to understand, is a good data entry
- 2022-07-14 07:35:56下载
- 积分:1
-
如何发送一个肥皂请求并获得XML响应
How to send a SOAP request and get the XML response
- 2022-08-19 08:45:07下载
- 积分:1
-
so-do-dat-o
can phai go tren 40 ky tu moi dung duoc acc nay. phien qua
- 2017-03-01 23:35:52下载
- 积分:1
-
倒计时程序 可以自己设定倒计时时间,可运用8051单片机实现
倒计时程序 可以自己设定倒计时时间,可运用8051单片机实现-Countdown program can set the countdown time to its own
- 2022-12-01 00:50:03下载
- 积分:1
-
kaitibaogao
开题报告ppt模板!毕业设计、论文答辩绝对有用!值得珍藏!(Opening report ppt templates! Graduation project, thesis absolutely useful! Worth collecting!)
- 2010-06-11 16:04:11下载
- 积分:1
-
一个简单的eexemple想学习编程的RMI
a simple eexemple to learn about programming rmi
- 2023-04-05 20:35:04下载
- 积分:1