-
socket编程。很好很强大。。用visual c++ 实现
socket编程。很好很强大。。用visual c++ 实现
-visual c++
- 2022-06-19 03:34:46下载
- 积分:1
-
封装的Winsock控件,添加了StartServer和StopServer方法,比原来的Winsock控件有所改进。...
封装的Winsock控件,添加了StartServer和StopServer方法,比原来的Winsock控件有所改进。-Winsock Control package, and added StartServer StopServer methods than the original Winsock control has improved.
- 2022-02-06 06:05:21下载
- 积分:1
-
prepared by the small games, the 331 is a source code can be extracted after a t...
delphi编写的小游戏,是一个五子棋的源代码,解压之后就可以试试了。-prepared by the small games, the 331 is a source code can be extracted after a try.
- 2022-04-14 11:36:33下载
- 积分:1
-
Java网络编程演示,用于北京师范大学计算机系Java课程教学示范。...
Java网络编程演示,用于北京师范大学计算机系Java课程教学示范。-Java Network Programming demonstration for the Computer Science Department of Beijing Normal University Teaching Java model.
- 2022-01-26 15:32:30下载
- 积分:1
-
利用套接字实现的用UDP协议进行数据通信,并对其进行检测通过...
利用套接字实现的用UDP协议进行数据通信,并对其进行检测通过-Implemented using a socket for data communication using UDP protocol, and its detection by
- 2022-05-17 02:30:56下载
- 积分:1
-
dynamic name space 解析器
dynamic name space 解析器-dynamic name space parser
- 2023-08-04 18:45:03下载
- 积分:1
-
有许多关于网络编程的例子
有许多关于网络编程的例子-of many examples of Network Programming
- 2022-08-14 23:11:34下载
- 积分:1
-
获取本机ip,mac地址和时间,依次转换成16进制字符串,并连接到一起,返回的字符串可以作为数据库编程创建数据表的主键ID....
获取本机ip,mac地址和时间,依次转换成16进制字符串,并连接到一起,返回的字符串可以作为数据库编程创建数据表的主键ID.-Access to the local ip, mac address and time, followed by 16 to convert hexadecimal string, and connect together, the return of the string can be used as a database programmer to create data table primary key ID.
- 2022-09-27 09:35: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
-
基于WinSNMP的网络管理程序设计
基于WinSNMP的网络管理程序设计----原理与实践-WinSNMP based network management program design-theory and practice
- 2022-09-25 13:10:02下载
- 积分:1