-
一个简单的SOCKET通信的例子。 可以作为服务端进行侦听,也可以作为客户端请求连接。
一个简单的SOCKET通信的例子。 可以作为服务端进行侦听,也可以作为客户端请求连接。-a simple example of Socket Communications. As for the interception server, the client can ask to be connected.
- 2022-02-28 15:03:44下载
- 积分:1
-
测试windows的socket最大连接数
测试windows的socket最大连接数-test windows of the largest socket connections
- 2022-01-26 05:14:02下载
- 积分:1
-
ipmsg206src, Dove Chuanshu original source code!!
ipmsg206src,原版飞鸽传书源代码!! -ipmsg206src, Dove Chuanshu original source code!!
- 2022-09-04 13:25:03下载
- 积分:1
-
personal gateway source code:Xfilter,which programmed by vc ,including details d...
- 2022-02-22 06:14:50下载
- 积分:1
-
MODEM拨号演示,可以通过此程序初步了解电话拨号的过程
MODEM拨号演示,可以通过此程序初步了解电话拨号的过程-modem dial-up demonstration, through this procedure a preliminary understanding of the telephone dial-up process
- 2022-10-31 13:10:03下载
- 积分:1
-
取得计算机网卡物理地址的步骤:1)列举所有的网卡2)分别重置每块卡以取得它的正确信息3)查询网卡,取得MAC地址...
取得计算机网卡物理地址的步骤:1)列举所有的网卡2)分别重置每块卡以取得它的正确信息3)查询网卡,取得MAC地址-made computer card physical address steps : 1) lists all the card 2), respectively replacement every piece of card to obtain the correct information 3) card inquiries made MAC address
- 2022-01-25 23:46:29下载
- 积分: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
-
Detect Windows own firewall whether to activate the category. Use COM, study ref...
检测Windows自带的防火墙是否启动类。用到COM,学习参考用-Detect Windows own firewall whether to activate the category. Use COM, study reference
- 2022-01-28 00:14:18下载
- 积分:1
-
It is a simply typing game
实现打字联系,是一个简易的打字游戏,代码简单,适合初学者-It is a simply typing game
- 2022-03-21 06:46:16下载
- 积分:1
-
DSK枚举设备的源程序,非常实用,并且适用于其他的场合...
DSK枚举设备的源程序,非常实用,并且适用于其他的场合-DSK source enumerated devices, very useful and applicable to other occasions
- 2022-01-26 16:48:49下载
- 积分:1