-
关于语音芯片6188的发送程序,有校验和改变参数的功能,把要发的东西放在buf里面就可以了。...
关于语音芯片6188的发送程序,有校验和改变参数的功能,把要发的东西放在buf里面就可以了。-On the voice chip of the sending process 6188, a check and change the parameters of the function of the fat things to buf on inside it.
- 2022-07-17 11:35:39下载
- 积分:1
-
基于串口收发的无线接收应用软件,供参考学习
基于串口收发的无线接收应用软件,供参考学习-Serial Transceivers Based on the reception of wireless application software for information learning
- 2022-11-13 11:00:03下载
- 积分:1
-
Chinese RFC documents, without translation, the right to study very helpful!
中文RFC文件,无需翻译,对学习很有帮助!
- 2022-02-05 00:23:53下载
- 积分:1
-
SMB2协议 试验源代码
SMB 定义了两级安全保护:
共享级保护(Share Level Protection)应用于服务器共享目录级。每个共享目录都需要提供一个访问口令。只有口令通过,客户机才能访问所有共享文件。
用户级保护(Usr Level Protection)应用于共享目录中的单独文件,基于用户访问权限。每个用户(客户机)必须登录服务器并且获得服务器的认证许可。一旦认证通过,客户机会获得一个 UID .在后来客户机访问服务器的过程中都需要使用该 UID 。
- 2023-02-26 10:25:03下载
- 积分:1
-
On the splitting method for VQ codebook generation
On the splitting method for VQ codebook generation
- 2022-07-01 19:52:35下载
- 积分: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
-
一个modem通信程序
一个modem通信程序-a modem communication program
- 2022-07-25 15:51:01下载
- 积分:1
-
LABview RX- Tx FINITE
基于无线电的传输和接受信号的显示,获取无线电信号。基于无线电的传输和接受信号的显示,获取无线电信号。基于无线电的传输和接受信号的显示,获取无线电信号。基于无线电的传输和接受信号的显示,获取无线电信号。基于无线电的传输和接受信号的显示,获取无线电信号。
- 2022-09-03 18:05:02下载
- 积分:1
-
这个脚本页面
this the scripts page-this is the scripts page
- 2022-02-06 16:49:31下载
- 积分:1
-
Study about modeling a channel using tap delay
Study about modeling a channel using tap delay
- 2023-06-01 10:50:03下载
- 积分:1