-
VB中如何使用 Winsock 控件
VB中如何使用 Winsock 控件-VB how to use the Winsock Control
- 2022-05-16 07:16:55下载
- 积分:1
-
该程序演示了使用SOCKET select API模型,对用SOCKET进行网络服务器编程来说可以是一个很好指导...
该程序演示了使用SOCKET select API模型,对用SOCKET进行网络服务器编程来说可以是一个很好指导-demonstration of the procedure used SOCKET select API model used for network server socket programming because it is a good guide
- 2022-01-28 05:00:05下载
- 积分:1
-
在vc下实现的http服务器,可供学习http编程参考
在vc下实现的http服务器,可供学习http编程参考-under the http server for http learning programming reference
- 2022-06-13 12:29:58下载
- 积分:1
-
P2P c++ sdk
P2P dll c++ ,
static emReturnType SetAppType(emAppType AppType);//设置程序类型,服务器emAppType_Server或者客户端emAppType_Client
static emReturnType SetClientCallback(IMsgCallback *pMsgCallback);//设置回调类,回调类继承IMsgCallback接口
static emReturnType Startup();//开启网络
static emReturnType Cleanup();//关闭网络
//Server 以下函数是服务器调用
static emReturnType BeginService(unsigned short nPort);//如果是服务器,调用该函数开启服务,nPort:端口号
static emReturnType EndService();//服务器退出的时候,调用该函数关闭服务
//Client 以下函数是客户端调用
static emReturnType Logon(LOGONINFO* pLogonInfo);//函数登录服务器。pLogonInfo:登录信息,详细见P2PHeaderDef.h->LOGONINFO
static emReturnType Logout();//登出服务器
static emReturnType ConnectAnchor(CLIENTINFO* pClientInfo);//连接主播,该函数是用户调用
static emReturnType SendP2PMSG(CLIENTINFO* pClientInfo, char* pszMsg, int nMsgLen);//发送P2P消息,pClientInfo,要发送的客户信息,如果是用户,则pClientI
- 2022-02-03 19:54:38下载
- 积分:1
-
采用c编写的socket套接字的服务器端程序。接收从客户端发送的信息,并向客户端发送信息。...
采用c编写的socket套接字的服务器端程序。接收从客户端发送的信息,并向客户端发送信息。-The preparation of the socket using c socket server-side program. From the client to receive messages sent to the client send a message.
- 2022-01-26 02:22:53下载
- 积分:1
-
ICMP高级开发是一个能够实现ICMP协议的一个程序,在程序中能够实现ping功能和trace route功能。...
ICMP高级开发是一个能够实现ICMP协议的一个程序,在程序中能够实现ping功能和trace route功能。-image analysis and identification of a key aspect is the image measurement parameters, the procedure could achieve some of the parameters of the measurement.
- 2022-11-19 03:40:04下载
- 积分:1
-
网络视频,包括网络通讯,视频传送等内容。适合毕业设计
网络视频,包括网络通讯,视频传送等内容。适合毕业设计-net
- 2023-02-05 04:10:03下载
- 积分:1
-
一个很好的局域网聊天系统,有客户端和服务器端,结果调试,没有任何错误....
一个很好的局域网聊天系统,有客户端和服务器端,结果调试,没有任何错误.-a good chat LAN systems, client and server, debugging, no mistakes.
- 2023-06-17 15:40:03下载
- 积分:1
-
类似于联众世界中的四国军棋游戏,分为客户端和服务器端。
可用于局域网内2人或者4人对战,支持复盘功能。
首先要运行服务器端(Server.exe),...
类似于联众世界中的四国军棋游戏,分为客户端和服务器端。
可用于局域网内2人或者4人对战,支持复盘功能。
首先要运行服务器端(Server.exe),
然后启动大厅程序(Game.exe),
坐好位置后,就可以进行游戏了。-OurGame similar to the Game The Great Battle of Four Countries divided into client and server. 2 can be used for LAN or 4 people against people, in support of the right site functionality. First of all want to run server-side (Server.exe), then start the procedure room (Game.exe), good location to sit, you can play the.
- 2022-02-11 12:14:24下载
- 积分:1
-
此程序能应用于网络数据之间的传输,既能发送,也能接收,已经调试成功,还算不错...
此程序能应用于网络数据之间的传输,既能发送,也能接收,已经调试成功,还算不错-this procedure could be used between network data transmission, can send, receive, debugging has been successful, quite well!
- 2022-06-22 02:50:42下载
- 积分:1