-
A simple communication documents, requests for service by writing this open with...
一个通信的简单文件,请求服务用.........用写字本打开-A simple communication documents, requests for service by writing this open with .........
- 2022-03-22 23:59:15下载
- 积分:1
-
在Java出现之前,编写多线程程序是一件烦琐且伴随许多不安全因素的事情。利用Java,编写安全高效的多线程程序变得简单,而且利用多线程和Java的网络包我们可以...
在Java出现之前,编写多线程程序是一件烦琐且伴随许多不安全因素的事情。利用Java,编写安全高效的多线程程序变得简单,而且利用多线程和Java的网络包我们可以方便的实现多线程服务器程序。-In Java before, the preparation of multi-threaded process is a cumbersome and unsafe factors associated with many things. The use of Java, the preparation of safe and efficient multi-threaded process becomes simple and the use of multi-threading and Java network packages that we can facilitate the realization of multi-threaded server program.
- 2022-08-07 10:57:50下载
- 积分:1
-
过程控制系统实验指导书,是过程控制大学本科教学中最常用的实验指导书,书中对每一个实验都有很详细的讲解。...
过程控制系统实验指导书,是过程控制大学本科教学中最常用的实验指导书,书中对每一个实验都有很详细的讲解。-process control systems experimental guide books, the teaching of process control is the most commonly used experimental guide books, a book for each experiment are explained in great detail
- 2022-01-30 22:21:27下载
- 积分:1
-
These Are several LED Driver IC information tm1618
是几款数码管驱动芯片的资料 tm1618-These Are several LED Driver IC information tm1618
- 2023-05-15 14:30:03下载
- 积分:1
-
variety of file formats and procedures described Note
各种文件格式说明及程序描述-variety of file formats and procedures described Note
- 2023-03-22 09:25:03下载
- 积分:1
-
线性表算法和报告要求的主音箱中的应用…
线性表算法实现与应用报告要求
主要讲顺序表的基本操作实现功能 以及链表的基本操作 -linear table algorithm and application of the reporting requirements main speakers order forms to achieve the basic operation and function of the basic chain == operation
- 2022-03-22 09:27:51下载
- 积分: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
-
This is a lm111 information useful to you hope to be able
这是一个lm111资料,希望能够对你有用-This is a lm111 information useful to you hope to be able
- 2022-03-04 19:16:50下载
- 积分:1
-
ABAQUS后处理.rar这个对初学者应该有所帮助。
ABAQUS后处理.rar这个对初学者应该有所帮助。-ABAQUS post-processing. Rar that should be helpful for beginners.
- 2022-03-18 12:35:07下载
- 积分:1
-
本文利用核心芯片TDA5051A,采用ASK(幅度键控)调制技术,建立电力线通信系统,实现数字信号在电力线上进行传输。
关键词:电力线通信 TDA5051A...
本文利用核心芯片TDA5051A,采用ASK(幅度键控)调制技术,建立电力线通信系统,实现数字信号在电力线上进行传输。
关键词:电力线通信 TDA5051A 调制解调器
-In this paper, the core chip TDA5051A, using ASK (amplitude shift keying) modulation technology, the establishment of power line communication systems, digital signal transmission in the power line.
Keywords: PLC modem TDA5051A
- 2022-06-02 04:36:21下载
- 积分:1