-
vc++ ftp client code
vc++ ftp client code
- 2022-03-19 09:06:21下载
- 积分:1
-
监听本机的所有通讯,记录数据包的协议,大小,来源,目的地等信息...
监听本机的所有通讯,记录数据包的协议,大小,来源,目的地等信息-Monitor all communications of this machine to record the packet protocol, size, origin, destination and other information
- 2022-05-31 14:45:26下载
- 积分:1
-
演示Winsock网络编程中的完成端口模型,有助初学者加深对该模型原理的理解。...
演示Winsock网络编程中的完成端口模型,有助初学者加深对该模型原理的理解。-Winsock demonstration of network programming model port completed, will help beginners to deepen the understanding of the principles model.
- 2022-08-15 13:26:27下载
- 积分:1
-
企业级同步备份系统,数据卫兵,企业级源码
企业级同步备份系统,数据卫兵,企业级源码-Enterprise-class backup system synchronization, data guard, enterprise-class source
- 2022-07-06 21:19:27下载
- 积分:1
-
完整的自助建站系统程序含建站主程序所需组件
完整的自助建站系统程序含建站主程序所需组件-建站complete self-help system procedures建站main program containing the necessary components
- 2022-01-26 00:59:17下载
- 积分:1
-
在Ad hoc网络中节点随机移动的情况下,对二进制指数退避算法进行了分析,在此基础上提出了一种新的退避进制(newBEB),对新算法进行了仿真分析,仿真结果表明...
在Ad hoc网络中节点随机移动的情况下,对二进制指数退避算法进行了分析,在此基础上提出了一种新的退避进制(newBEB),对新算法进行了仿真分析,仿真结果表明,新的退避算法能提高移动情况的Ad hoc网络的公平性.-In Ad hoc networks of mobile nodes random circumstances, of the binary exponential backoff algorithm analysis, on this basis proposes a new backoff hexadecimal (newBEB), a new algorithm for the simulation analysis, simulation results show that new backoff algorithm can improve the movement of the Ad hoc network fairness.
- 2022-03-24 09:06:55下载
- 积分:1
-
获得指定网卡序号的Mac地址,C语言函数代码
获得指定网卡序号的Mac地址,C语言函数代码-Access to the designated card serial number of the Mac address, C language function code
- 2022-04-10 00:17:23下载
- 积分: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
-
使用IO完成端口异步通讯的VC源代码
使用IO完成端口异步通讯的VC源代码- Uses IO to complete the port asynchronous communication the VC
source code
- 2023-01-08 13:40:03下载
- 积分:1
-
windows Socket server
windows Socket server
- 2022-08-02 17:47:26下载
- 积分:1