-
飞机票订阅程序 是大二计算机的课设 很好的解决了数据结构的需要 很好的啊 一定是你需要的...
飞机票订阅程序 是大二计算机的课设 很好的解决了数据结构的需要 很好的啊 一定是你需要的 -Ticket subscription program is a very good sophomore computer class-based solution to the needs of the data structure must be ah well you need Hehe
- 2023-08-15 03:50:03下载
- 积分:1
-
一个串口调试软件的代码,很好用
一个串口调试软件的代码,很好用...
一个串口调试软件的代码,很好用
一个串口调试软件的代码,很好用-a serial debugging software code, with a good serial debugging software code, easy to use
- 2022-04-13 00:50:49下载
- 积分:1
-
STM32F103 ADC驱动程序
网上找的 来源不知道了 无法公布 为了共享 希望作者能够原谅啊
- 2023-08-31 08:25:03下载
- 积分:1
-
使用ftp协议,进行文件上传,对学习汇编的朋友,尤其是通信方面很有帮助...
使用ftp协议,进行文件上传,对学习汇编的朋友,尤其是通信方面很有帮助-Using the ftp protocol to upload files, compiled by a friend of learning, especially the communications very helpful
- 2022-03-23 20:38:34下载
- 积分:1
-
C++语言程序设计语言
hamming code for c programming language
- 2022-09-07 02:45: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
-
这是一个使用modem拨号上网的程序,可以使用,在gprs方式下也可使用,是用gprs通信的很好的例子程序...
这是一个使用modem拨号上网的程序,可以使用,在gprs方式下也可使用,是用gprs通信的很好的例子程序-It is a modem dial-up procedures can be used in GPRS mode also can be used. GPRS communication is a good example of procedures
- 2022-10-17 07:20:03下载
- 积分:1
-
omron与计算机的通讯
omron与计算机的通讯-OMRON and computer communications
- 2022-06-12 23:21:23下载
- 积分:1
-
手机嵌入式Linux下可用的busybox源码,可替代shell的多种命令
手机嵌入式Linux下可用的busybox源码,可替代shell的多种命令-phone Embedded Linux source code available busybox, the shell can replace multiple orders
- 2022-03-07 17:38:40下载
- 积分:1
-
一种自动程序来获取窗口的更新包包含完整的…
一个自动获取Windows更新的程序 该压缩包内含有完整的源代码 采用VB编写-An automatic procedure to obtain Windows update package contains the complete source code using VB to prepare
- 2023-06-23 10:45:02下载
- 积分:1