-
telnet服务器的vc 实现源码
telnet服务器的 vc 实现 源码 工程全可直接编译 telnet服务器的 vc 实现 源码 工程全可直接编译 源文件全 可以直接编译
- 2023-09-01 06:40:03下载
- 积分: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
-
a Socket Communications CRTSock, with a succession of new derivative He Socket C...
一个Socket通讯类CRTSock,同过继承他派生新的Socket通讯类,从而可以作为服务端和客户端通讯类,具体例子可以参考Onsock.h和Onsock.cpp。-a Socket Communications CRTSock, with a succession of new derivative He Socket Communications, which can be used as the server and client communications, specific examples and reference Onsock.h Onsock.cpp.
- 2022-06-02 04:12:31下载
- 积分:1
-
基于Socket的网络文件传输的例子,更简洁,容易下…
基于Socket TCP的网络文件传输例子,比较精练,简单易懂,对网络编程入门者有参考作用。-based on Socket TCP network file transfer example, more concise and easily understood. Network Programming for beginners as a useful reference.
- 2023-04-20 00:55:03下载
- 积分:1
-
一个简易的用户留言Web应用程序,它能实现留言的查看和添加功能....
一个简易的用户留言Web应用程序,它能实现留言的查看和添加功能.-a simple Web user voice applications, it can realize the message view and add functionality.
- 2022-11-05 22:25:03下载
- 积分:1
-
网络视频,包括网络通讯,视频传送等内容。适合毕业设计
网络视频,包括网络通讯,视频传送等内容。适合毕业设计-net
- 2023-02-05 04:10:03下载
- 积分:1
-
这个类允许你列举这台机器上所有的拨号连接器,决定目前是否有一个连接到Internet的活动的连接,以及连接到一个指定的拨号连接或从这个连接断开。包括一个示例的客...
这个类允许你列举这台机器上所有的拨号连接器,决定目前是否有一个连接到Internet的活动的连接,以及连接到一个指定的拨号连接或从这个连接断开。包括一个示例的客户端应用程序-this category which allows you to list all the machinery for the dial-up connection, the decision whether there is a link to the Internet activities of connections and connect to a specified dial-up connection or disconnection from the link. Examples include a client application procedures
- 2022-07-06 23:16:11下载
- 积分:1
-
这是一个通过vc实现获取本机ip地址的源程序
这是一个通过vc实现获取本机ip地址的源程序-This is a realization by vc access to the machine ip address of the source
- 2022-05-18 02:33:25下载
- 积分:1
-
用API函数写的winsock控件源代码.
用API函数写的winsock控件源代码.-API function to use the winsock control to write the source code.
- 2023-08-21 22:50:03下载
- 积分:1
-
http协议下载文件vc实现,可以做网页图片采集,内容采集解压密码www.39g.com...
http协议下载文件vc实现,可以做网页图片采集,内容采集解压密码www.39g.com-http protocol to download files vc achieve, you can do page image acquisition, content acquisition unzip password www.39g.com
- 2023-07-30 19:20:03下载
- 积分:1