-
用VC++实现在PC平台的主从蓝牙HCI层数据传输
用VC++实现在PC平台的主从蓝牙HCI层数据传输-with VC PC platform in the main from the Bluetooth HCI layer data transmission
- 2022-07-13 19:01:56下载
- 积分:1
-
HCS08 transmission and reception
由按钮激活的两个微控制器之间的传输和接收。
- 2023-03-07 10:55:04下载
- 积分:1
-
rfc3023:XML媒体类型
RFC3023:XML媒体类型
- 2022-03-23 14:24:21下载
- 积分:1
-
完成端口的例子代码,或者从程序存储器中读取代码,然
完成端口的例子代码,或者从程序存储器中读取代码,然-Completion ports code examples, or read from the program memory code, Ran
- 2023-04-15 15:30:03下载
- 积分:1
-
贪吃蛇手机游戏开发PPT,主要内容是讲了贪吃蛇游戏各个功能的实现。...
贪吃蛇手机游戏开发PPT,主要内容是讲了贪吃蛇游戏各个功能的实现。-Snake mobile game development PPT, the main contents are about Snake Game achieve various functions.
- 2022-05-28 06:09:07下载
- 积分:1
-
基于串口收发的无线接收应用软件,供参考学习
基于串口收发的无线接收应用软件,供参考学习-Serial Transceivers Based on the reception of wireless application software for information learning
- 2022-11-13 11:00:03下载
- 积分:1
-
Exclusively for 3G mobile application development language android code that des...
专用于3G手机应用的开发语言android代码,描述在手机中进行数据存储的不同方法!-Exclusively for 3G mobile application development language android code that describes the data stored in mobile phones in different ways!
- 2022-10-19 15:25: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
-
域名系统安全(PKI)等权威标志
域名系统安全(PKI)签名机构
- 2022-08-14 11:52:54下载
- 积分:1
-
Article Chinese companies less specific Jennic Launches ZigBee
文章中文具体家少了Jennic公司推出的基于ZigBee协议和802.15.4协议的产品开发,从零开始,从软件、开发环境的介绍和uanjian编写,做了详细的讲解。-Article Chinese companies less specific Jennic Launches ZigBee-based 802.15.4 protocol agreements and product development, from scratch, from the software development environment, introduction and uanjian prepared a detailed explanations.
- 2023-03-13 18:30:04下载
- 积分:1