-
此为类似于FlashGet的下载续传源码
此为类似于FlashGet的下载续传源码-This is similar to FlashGet download source Resume
- 2022-01-26 05:30:47下载
- 积分:1
-
旋木留言本 V1.4.rar 1 增加记录IP功能 2 防止提交留言时刷新和从外部提交留言 3 可自定义最大留言字数 4 管理留言时可自动刷新页面,大大方便管理...
旋木留言本 V1.4.rar 1 增加记录IP功能 2 防止提交留言时刷新和从外部提交留言 3 可自定义最大留言字数 4 管理留言时可自动刷新页面,大大方便管理 5 在搜索结果内突出显示关键字 6 增强了安全性-Turnery V1.4.rar a message of the record increase in IP functions to prevent the two messages at set and from the outside can submit messages from the three largest definition of the word four voice messages can be managed automatically update pages, greatly facilitate the management of five in the search results within six highlighted keyword enhanced security
- 2022-03-26 07:52:36下载
- 积分:1
-
sockt编程,局域网实现客户端和服务器端的通信…
sockt编程,局域网内实现客户端和服务器的通信-sockt programming, local area network to achieve client and server communications
- 2022-03-03 03:36:40下载
- 积分:1
-
Oh, it can use this to write your own procedures for the netstat
呵呵,可以用此来编写你自己的netstat程序了-Oh, it can use this to write your own procedures for the netstat
- 2022-03-22 08:19:25下载
- 积分:1
-
可允许两人在线对弈的五子棋游戏源代码。用VC6.0开发,在2000、xp平台上调试通过,工作稳定。...
可允许两人在线对弈的五子棋游戏源代码。用VC6.0开发,在2000、xp平台上调试通过,工作稳定。-allow two players to the online game source code 331. VC6.0 use development, in 2000, xp platform debugging through steady work.
- 2022-12-14 14:10:03下载
- 积分:1
-
window下的简单网络chat小程序
window下的简单网络chat小程序-qqqqqqqqqqq
- 2023-01-01 19:30:03下载
- 积分:1
-
IFO is an acronym for First In, First Out, an abstraction in ways of organizing...
IFO is an acronym for First In, First Out, an abstraction in ways of organizing and manipulation of data relative to time and prioritization. This expression describes the principle of a queue processing technique or servicing conflicting demands by ordering process by first-come, first-served (FCFS) behaviour: what comes in first is handled first, what comes in next waits until the first is finished, etc.
- 2022-01-24 18:39:18下载
- 积分:1
-
网络版本的中国象棋服务器源代码,实现象棋的基本功能,对大家的游戏编程可以起到很好的启发...
网络版本的中国象棋服务器源代码,实现象棋的基本功能,对大家的游戏编程可以起到很好的启发-network version of the Chinese chess server source code, chess achieve the basic functions of the game programming we can play good source of inspiration
- 2022-05-13 09:28:05下载
- 积分:1
-
基于C#网络通信编程,SOCKET客户端与服务端通信协议的程序连接测试,IPADDRESS类使用。...
基于C#网络通信编程,SOCKET客户端与服务端通信协议的程序连接测试,IPADDRESS类使用。-Network communication based on C# programming, SOCKET client and server communication protocols to connect test, IPADDRESS class to use.
- 2022-03-14 20:09:55下载
- 积分: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