-
在Internet上的聊天室程序一般都是以服务器提供服务端连接响应,使用者通过客户端程序登录到服务器,就可以与登录在同一服务器上的用户交谈,这是一个面向连接的通...
在Internet上的聊天室程序一般都是以服务器提供服务端连接响应,使用者通过客户端程序登录到服务器,就可以与登录在同一服务器上的用户交谈,这是一个面向连接的通信过程。因此,程序要在TCP/IP环境下,实现服务器端和客户端两部分程序。-In Internet chat rooms on the procedure is generally based on the server side connection in response to the provision of services, the user through the client program to log on to the server, you can log in the same server with the user to chat, this is a connection-oriented communication process. Therefore, procedures to TCP/IP environment, the realization of server-side and client procedures in two parts.
- 2022-08-25 04:48:22下载
- 积分:1
-
Project monitoring, the introduction of the purpose, process, tasks, monitoring...
项目监控的介绍,介绍了目的、流程、任务进度监控以及相关的表格运用等。-Project monitoring, the introduction of the purpose, process, tasks, monitoring progress, as well as the use of related forms.
- 2022-04-19 10:37:50下载
- 积分:1
-
这个是FASTNET的D7版本。解决了D7没有FASTNET的。
这个是FASTNET的D7版本。解决了D7没有FASTNET的。-D7 version. D7 not solve the FASTNET.
- 2022-05-29 23:59:48下载
- 积分:1
-
基于IP_UDP协议的socket编程
基于IP_UDP协议的socket编程-IP_UDP agreement based on the socket programming
- 2022-02-26 19:46: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
-
SERVEUR-CLIENT
c语言的服务器和客户机源代码,使开发人员易于实现服务器和客户机之间的连接;
- 2022-04-23 20:57:08下载
- 积分:1
-
还可以的电子地图源码
前台帐号 admin888 123456
后台 admin admin...
还可以的电子地图源码
前台帐号 admin888 123456
后台 admin admin-The electronic map can also source admin888 123456 Front Desk Backgrounds account admin admin
- 2022-08-22 10:57:28下载
- 积分:1
-
jabber matching test tools (1)
jabber 的配套测试工具(1)- 用于批量注册用户(./userreg -h host- u numerofusers -n beginwith)-jabber matching test tools (1)- for volume users (./Userreg-h host-u numerofusers-n beginwith)
- 2022-01-31 13:35:01下载
- 积分:1
-
with VC6 development of the single
用VC6开发的单文档程序,在程序启动时检测是否连接到网络上,并用对话框提示.将此功能封装成了函数,具体见代码.-with VC6 development of the single-file procedures, the commencement of proceedings test for connecting to the network, and the dialog box prompt. Packaging has become functional this function, see specific code.
- 2022-05-08 14:21:30下载
- 积分:1
-
这个项目称为PostMsg ,用于向桌面上的任意窗口发送消息。这在测试COM服务器时很有用,但其本质上可以发送任何类型的消息。...
这个项目称为PostMsg ,用于向桌面上的任意窗口发送消息。这在测试COM服务器时很有用,但其本质上可以发送任何类型的消息。- This project is called PostMsg, uses in to the tabletop on free
window transmission news. This when tests the COM server is very
useful, but it essentially may transmit any type the news.
- 2022-02-02 03:42:34下载
- 积分:1