-
ACTRIS SL7000系列多功能智能型电能表 通讯规约及范例
ACTRIS SL7000系列多功能智能型电能表 通讯规约及范例-ACTRIS SL7000 series of intelligent multi-function watt-hour meter communication and examples of the Statute
- 2022-08-19 18:17:12下载
- 积分:1
-
prepared by forming its own filter algorithm, VC interface, adjustable parameter...
自己编写的成型滤波器的算法,VC界面,参数可调.使用灵活-prepared by forming its own filter algorithm, VC interface, adjustable parameters. Flexible
- 2023-08-15 14:05:03下载
- 积分:1
-
低通切比雪夫I型数字滤波器阶数为7阶 在2000Hz通带表现截止在2500Hz阻带边界在过渡带和阻带之间是单调下降波形....
低通切比雪夫I型数字滤波器阶数为7阶 在2000Hz通带表现截止在2500Hz阻带边界在过渡带和阻带之间是单调下降波形.
-Low-pass Chebyshev Type I digital filter order is 7 in the 2000Hz band pass-band cut-off at 2500Hz stopband performance in the transition zone and the boundary between the monotonic decline in stopband wave.
- 2023-04-12 10:15:03下载
- 积分:1
-
这里是DSP和PC进行并口进行通信的源代码 感兴趣的大家快来看看吧...
这里是DSP和PC进行并口进行通信的源代码 感兴趣的大家快来看看吧-here DSP and PC parallel port for communication of the source code of interest to everyone Come see Look here
- 2023-04-04 05:35:03下载
- 积分:1
-
这个是用于手机数据线串口测试程序的,配合我前面传的那套Phoneaction软件...
这个是用于手机数据线串口测试程序的,配合我前面传的那套Phoneaction软件-this is the phone for serial data line testing procedure, tie-front software showing Phoneaction
- 2022-03-14 07:59:06下载
- 积分:1
-
这是一个有关matlab的编程,是关于fm,dsb调制与解调的程序。
这是一个有关matlab的编程,是关于fm,dsb调制与解调的程序。-This is a question matlab programming is on the fm, dsb modulation and demodulation process.
- 2023-05-20 11:25:03下载
- 积分:1
-
单载波频分多址的研究,可以降低单载波的峰值平均功率比
单载波频分多址的研究,可以降低单载波的峰值平均功率比-Single-carrier frequency division multiple access research, can reduce the peak single-carrier average power ratio
- 2022-03-26 17:47:43下载
- 积分:1
-
最简单的VC编写的OPC客户端程序,本程序为察看OPC服务器名称,组名,项目名称的列表程序。...
最简单的VC编写的OPC客户端程序,本程序为察看OPC服务器名称,组名,项目名称的列表程序。-The simplest VC prepared OPC client program, the procedures for View OPC server name, group name, project name list of procedures.
- 2023-04-30 03:20:03下载
- 积分:1
-
android anim simple demo
android anim simple demo
- 2022-10-26 05:30:02下载
- 积分:1
-
VC++ 封装了队列类 /// /// /// ///// //this a example for using Queue /////////////////...
VC++ 封装了队列类 /// /// /// ///// //this a example for using Queue ///////////////////////////////////////// #include "Queue.h" //define queue data struct struct QueueData { char data[20] int nId } //define queue typedef TQueue TMyQueue //put data into queue { QueueData data memset(&data, 0, sizeof(data)) strcpy(data.data, "hello!") data.nId = 0 m_pMyQueue.TryPut(data) } //try put data into queue { QueueData data memset(&data, 0, sizeof(data)) strcpy(data.data, "hello!") data.nId = 0 if(m_pMyQueue.TryPut(data) != 0) { MessageBox("put queue error") } else { MessageBox("put queue success") } } //get data from queue { QueueData data memset(&data, 0, sizeof(data)) m_pMyQueue.Get(data) MessageBox(data.data) } //try get data from queue { QueueData data memset(&data, 0, sizeof(data)) m_pMyQueue.TryGet(data) MessageBox(data.data) }-cohort of VC Packaging category /////////////////////////////////////////// this is a example for using Queue ///////
- 2023-07-24 17:35:03下载
- 积分:1