代码搜索:WSAAsyncSelect
找到约 43 项符合「WSAAsyncSelect」的源代码
代码结果 43
www.eeworm.com/read/114720/15040521
txt 用vc++6.0的sockets api实现一个聊天室程序.txt
用VC++6.0的Sockets API实现一个聊天室程序
1.VC++网络编程及Windows Sockets API简介
VC++对网络编程的支持有socket支持,WinInet支持,MAPI和ISAPI支持等。其中,Windows Sockets API是TCP/IP网络环境里,也是Internet上进行开发最为通用的API。最早美国加州大学Berkeley分校
www.eeworm.com/read/187902/8593274
cpp server.cpp
// Server1.cpp: implementation of the CServer class.
//
//////////////////////////////////////////////////////////////////////
#include "stdafx.h"
#include "Server.h"
#include "TCP IP DemoDlg.h
www.eeworm.com/read/462145/7208616
cpp server.cpp
// Server.cpp: implementation of the CServer class.
//
//////////////////////////////////////////////////////////////////////
#include "stdafx.h"
#include "Example1.h"
#include "Server.h"
#inc
www.eeworm.com/read/444943/7602400
cpp server.cpp
// Server.cpp: implementation of the CServer class.
//
//////////////////////////////////////////////////////////////////////
#include "stdafx.h"
#include "Example1.h"
#include "Server.h"
#inc
www.eeworm.com/read/138080/13266809
cpp server.cpp
// Server.cpp: implementation of the CServer class.
//
//////////////////////////////////////////////////////////////////////
#include "stdafx.h"
#include "Example1.h"
#include "Server.h"
#inc
www.eeworm.com/read/152048/5677044
cpp server.cpp
// Server.cpp: implementation of the CServer class.
//
//////////////////////////////////////////////////////////////////////
#include "stdafx.h"
#include "Example1.h"
#include "Server.h"
#inc
www.eeworm.com/read/131843/5927641
cpp server.cpp
// Server.cpp: implementation of the CServer class.
//
//////////////////////////////////////////////////////////////////////
#include "stdafx.h"
#include "Example1.h"
#include "Server.h"
#inc
www.eeworm.com/read/402417/11535273
txt c++聊天程序.txt
1.VC++网络编程及Windows Sockets API简介
VC++对网络编程的支持有socket支持,WinInet支持,MAPI和ISAPI支持等。其中,Windows Sockets API是TCP/IP网络环境里,也是Internet上进行开发最为通用的API。最早美国加州大学Berkeley分校在UNIX下为TCP/IP协议开发了一个API,这个API就是著名的Berke
www.eeworm.com/read/343655/11935437
cpp server.cpp
// Server.cpp: implementation of the CServer class.
//
//////////////////////////////////////////////////////////////////////
#include "stdafx.h"
#include "Example1.h"
#include "Server.h"
#inc
www.eeworm.com/read/474741/6805787
txt 用vc++6.0的sockets api实现一个聊天室程序.txt
1.VC++网络编程及Windows Sockets API简介
VC++对网络编程的支持有socket支持,WinInet支持,MAPI和ISAPI支持等。其中,Windows Sockets API是TCP/IP网络环境里,也是Internet上进行开发最为通用的API。最早美国加州大学Berkeley分校在UNIX下为TCP/IP协议开发了一个API,这个API就是著名的B