-
SocketServer
聊天室源码,支持多人聊天,服务器端(Chat room source code, support for multiplayer chat, chat room source code, support for multiplayer chat,)
- 2011-10-11 11:22:09下载
- 积分: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
-
Linux domain sockets 编程
Linux domain sockets 编程-Linux domain sockets programming
- 2022-08-20 09:39:18下载
- 积分:1
-
shown that current TCP and UDP connections
显示当前TCP和UDP连接情况-shown that current TCP and UDP connections
- 2022-03-06 05:50:46下载
- 积分:1
-
这是一个网站后台管理的文件,请大家努力的下载,谢谢!
这是一个网站后台管理的文件,请大家努力的下载,谢谢!-This is a site management background documents, please download efforts, thank you!
- 2022-11-17 19:30:03下载
- 积分:1
-
漂亮的alert想用的话,在你的js代码中加上new AUIAlert()
漂亮的alert想用的话,在你的js代码中加上new AUIAlert()-Alert would like to use beautiful words, in your js code to add new AUIAlert ()
- 2022-04-09 11:36:10下载
- 积分:1
-
一个比较完整的oa系统,安装方便,学习asp也是个不错的参考。...
一个比较完整的oa系统,安装方便,学习asp也是个不错的参考。-Oa a relatively complete system, easy to install, learn asp is also a pretty good reference.
- 2023-05-11 08:35:03下载
- 积分:1
-
chat
一个mfc聊天程序,是使用Csock类,服务端和客户端相互通信(A MFC chat program, using the Csock class, servers and clients communicate with each other)
- 2018-12-22 22:43:21下载
- 积分:1
-
如何起动web浏览器。。。网络编程新手学习资料,敬请享用。...
如何起动web浏览器。。。网络编程新手学习资料,敬请享用。-如sleeping web浏be hung起器。 。 。 She met with the most determining step themis sad misstep习collapse , 。 when using享Wine
- 2022-03-05 00:52:13下载
- 积分:1
-
ln-game-theory-master
应用matlab,对功率运用博弈论的算法,实现功率的纳什均衡,能够运行。里面介绍了效用函数的运用。(Application of matlab, the use of game theory of power algorithm to achieve power Nash equilibrium, able to run. Which describes the use of utility functions.)
- 2017-12-30 13:37:35下载
- 积分:1