-
实现了CS8900的驱动
实现了CS8900的驱动-Realize CS8900 driver............
- 2023-02-25 06:30:03下载
- 积分:1
-
两台电脑简单通信
很简单的源码,通过C++实现两台电脑的简单通信,希望对大家有帮助,#include
#include
#pragma comment(lib,"ws2_32.lib")
void main()
{
WORD wVersionRequested;
WSADATA wsaData;
int err;
wVersionRequested = MAKEWORD( 1, 1 );//请求1.1版本的winsock库
err = WSAStartup( wVersionRequested, &wsaData );
if ( err != 0 ) {
return;
}
if ( LOBYTE( wsaData.wVersion ) != 1 ||
HIBYTE( wsaData.wVersion ) != 1 ) {
WSACleanup( );
return;
}
&n
- 2022-03-20 09:13:36下载
- 积分:1
-
这是一个串口源码
这是一个串口源码-the Serialport Code
- 2022-02-25 13:41:35下载
- 积分:1
-
这是有关蓝牙的一些知识,对蓝牙感兴趣的朋友可以多关注哈。...
这是有关蓝牙的一些知识,对蓝牙感兴趣的朋友可以多关注哈。-It is about a number of Bluetooth knowledge, Bluetooth interested friends can pay more attention to Kazakhstan.
- 2022-09-28 21:00:06下载
- 积分:1
-
我自己用spcomm控件写的一个短信收发与串口调试为一体的小程序。可用于GSM模块的短信收发,和支持AT指令集的手机。软件所有原代码全部上转,多和大家一起交流!...
我自己用spcomm控件写的一个短信收发与串口调试为一体的小程序。可用于GSM模块的短信收发,和支持AT指令集的手机。软件所有原代码全部上转,多和大家一起交流!-my own use spcomm Control wrote an SMS transceiver and serial debugging as one small program. For GSM SMS transceiver module, and support for AT command set phones. All of the original software code in turn, the more we can all share!
- 2022-12-01 02:50:04下载
- 积分:1
-
Serial debugging helper, the latest version of the serial debugging helper, the...
串口调试小助手,最新版本 串口调试小助手,最新版本-Serial debugging helper, the latest version of the serial debugging helper, the latest version of the serial debugging helper, the latest version
- 2022-02-22 10:12:14下载
- 积分:1
-
好手机信息,可能需要有一个朋友的帮助
不错的手机资料,可能对有需要的朋友有帮助-Good cell phone information that may need to have a friend help
- 2022-10-26 22:50:03下载
- 积分:1
-
中文RFC文档,不用翻译,对学习很有帮助!
中文RFC文件,无需翻译,对学习很有帮助!
- 2022-02-05 05:07:24下载
- 积分: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
-
汇编源代码,IIR滤波器
汇编源代码,IIR滤波器-compilation of source code, IIR filter
- 2022-07-07 06:57:46下载
- 积分:1