-
《桃源网络硬盘.Net》V4.1企业SQL版
《桃源网络硬盘.Net》V4.1企业SQL版-" Taoyuan network hard drive. Net" V4.1 Enterprise SQL Edition
- 2022-04-23 06:56:39下载
- 积分:1
-
multithreading SPIDER : examples of the use of the multithreading technology to...
多线程SPIDER:本实例使用多线程技术实现了网络蜘蛛应用程序,可以自动搜索HTML页面并下载指定文件。-multithreading SPIDER : examples of the use of the multithreading technology to achieve a spider network applications, it will automatically search HTML pages and download a specific file.
- 2022-04-02 12:15:40下载
- 积分:1
-
used pb prepared by the Bureau painful news network for the transmission of proc...
这是一个用pb编写的局哉网内进行消息发送的程序-used pb prepared by the Bureau painful news network for the transmission of procedures
- 2022-07-10 08:46:15下载
- 积分:1
-
一个服务器端,两个客户端:student和teacher两者权限不一,更能不一;能进行简单的选课、发送通知等功能...
一个服务器端,两个客户端:student和teacher两者权限不一,更能不一;能进行简单的选课、发送通知等功能-a server, two clients : student and teacher competence of the two different and more mixed; Can a simple classes, sent notification function
- 2022-03-10 10:50:40下载
- 积分:1
-
用来进行端口转发。端口映射等功能都可以
C语言源码
格式
110 127.0.0.1 112
本地端口 转发IP 转发端口...
用来进行端口转发。端口映射等功能都可以
C语言源码
格式
110 127.0.0.1 112
本地端口 转发IP 转发端口-Used for port forwarding. Such as port mapping functions can be C language source code format 110 127.0.0.1 112 local port forwarding IP forwarding port
- 2022-12-15 21:25:03下载
- 积分:1
-
利用winsokets进行文件传输的例子
利用winsokets进行文件传输的例子-use winsokets transfer files to the example
- 2023-04-15 01:00:04下载
- 积分:1
-
window,linux下http,ftp接口库
window,linux下http,ftp接口库-http,ftp lib for window and linux
- 2022-01-25 19:04:05下载
- 积分:1
-
udp穿透SOCK5协议,穿透NAT,相信对大家有些用处
udp穿透SOCK5协议,穿透NAT,相信对大家有些用处-udp penetrating SOCK5 agreement, NAT penetration, we believe that the usefulness of some
- 2022-02-05 14:40:37下载
- 积分:1
-
VC chat program prepared by the S model good C source code
用VC编写的聊天程序 C S 模式 很好的源代码 -VC chat program prepared by the S model good C source code
- 2022-01-26 02:43:09下载
- 积分: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