-
展讯平台nt3916 LCD驱动代码
展讯平台nt3916 lcd 驱动code-Spreadtrum platform nt3916 lcd driver code
- 2022-01-22 01:32:03下载
- 积分:1
-
Chinese version of the GNU GK detailed user manual can be used according to the...
中文版的详细的GNU GK使用手册,根据说明可以用开源的GNU确良GK与我上传另两个工程实现一个完整的VOIP服务端系统-Chinese version of the GNU GK detailed user manual can be used according to the notes of the open-source GNU GK really good and I upload the other two works to achieve a complete VoIP service midrange systems
- 2022-06-03 09:55:57下载
- 积分:1
-
c开发的串口操作函数,可以应用于串口类开发程序
c开发的串口操作函数,可以应用于串口类开发程序-This COM operation function is developed by C,which can be used for COM develepment.
- 2023-02-17 23:05:03下载
- 积分:1
-
是串口的操作,能实现串口间的通信的源代码
是串口的操作,能实现串口间的通信的源代码-Is a serial operation, to realize the serial communication between the source code
- 2022-01-27 11:08:50下载
- 积分:1
-
VHDL语言实现了IS
VHDL语言实现了IS-95标准中的48阶成型滤波器。工作速率80Mbps。接收发送端均可使用。-VHDL Language realize the IS-95 standard of 48 bands forming filter. Work rate of 80Mbps. Can be used to receive the sending end.
- 2022-12-31 12:45:03下载
- 积分:1
-
this is a about fujica door test!
这是一个关于富士智能系统公司测试门禁的源程序代码-this is a about fujica door test!
- 2022-03-25 08:33:12下载
- 积分:1
-
vc network video phone system, tested, stability sometimes, but the call quality...
vc网络视频电话系统,经过测试,稳定性有时会有问题,但通话质量相当好,而且可用于无线网络,欢迎大家测试!-vc network video phone system, tested, stability sometimes, but the call quality is very good, but can be used for wireless network, we welcome testing.
- 2022-10-04 14:10:04下载
- 积分: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
-
BPSK调制解调仿真的C语言源程序
BPSK调制解调仿真,c语言源程序,绝对原创,有详细的注释,欢迎下载。
- 2023-07-28 16:20:03下载
- 积分:1
-
ISO14230
iso14230-1汽车通讯协议进行汽车通信必须要支持此协议才能正常通信-iso14230-1 car to car communication protocol must support this protocol can be a normal communication
- 2022-04-08 14:15:32下载
- 积分:1