-
移动服务
Mobile Services
- 2022-05-20 22:59:00下载
- 积分:1
-
如何通过互联网,你可以自动下载FTP上传在线聊天
怎么上网,就可以自动下载ftp上传网上聊天了
- 2022-02-06 14:17:02下载
- 积分:1
-
socket 网络通信 控制台程序 测试通过
socket 网络通信 控制台程序 测试通过
#include
#include
#pragma comment(lib, "ws2_32.lib")
void main()
{
WORD wVersionRequested;
WSADATA wsaData;//WSAata用来存储系统传回的关于WinSocket的资料。
int err;
wVersionRequested = MAKEWORD( 1, 1 );
err = WSAStartup( wVersionRequested, &wsaData );
if ( err != 0 ) {
return;
}
if ( LOBYTE( wsaData.wVersion ) != 1 ||HIBYTE( wsaData.wVersion ) != 1 )
{
WSACleanup( );
return;
}
SOCKET sockClient=socket(AF_INET,SOCK_STREAM,0);// AF_INET ..tcp连接
//初始化连接与端口
- 2023-07-26 07:35:05下载
- 积分:1
-
完整的TCP/IP源代码,绝对好用
完整的TCP/IP源代码,绝对好用-integrity of the TCP/IP source code, absolutely handy
- 2022-01-25 19:08:40下载
- 积分:1
-
介绍了一些visio C++ 程序开发的常用技巧,有助于程序的快速开发。...
介绍了一些visio C++ 程序开发的常用技巧,有助于程序的快速开发。-Visual C++program skill
- 2022-02-20 00:53:02下载
- 积分:1
-
在线更新的源代码
用VC做的在线升级源码,在VC2008下调试,修改后可适用于各种程序升级-online updaing source code
- 2022-07-15 15:25:54下载
- 积分:1
-
I mad to talk chat software, new UDP chat software, open source 1,10
我疯了聊天软件,新的UDP聊天软件,开源1,10
- 2022-03-20 12:38:52下载
- 积分:1
-
vc socket编程入门级代码
vc socket编程入门级代码,实现的是udp通信,新手上路,见谅
- 2023-08-08 03:35:03下载
- 积分:1
-
网络编程比较好的参考书籍。从入门到精通都有阐述。
网络编程比较好的参考书籍。从入门到精通都有阐述。-Relatively good network programming reference books. From entry to the master are described.
- 2023-03-21 03:55:03下载
- 积分:1
-
This is a static web programming examples, the theme is a personal table which i...
这是一个静态网页编程的实例,主题是一个个人情况表其中必要的多有,无解压密码.-This is a static web programming examples, the theme is a personal table which is more necessary, without extracting passwords.
- 2022-03-09 16:01:38下载
- 积分:1