-
取得计算机网卡物理地址的步骤: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
-
used to illustrate how prepared ports, used to serve high
用来说明怎样编写完成端口,用来服务于高性能的服务器运行-used to illustrate how prepared ports, used to serve high-performance servers running
- 2022-08-17 18:54:22下载
- 积分:1
-
网络五子棋系统,用vc实现.学习vc对话框编程,网络编程。
网络五子棋系统,用vc实现.学习vc对话框编程,网络编程。-331 network system, using vc achieve. Learning vc dialog programming, network programming.
- 2022-11-14 17:15:03下载
- 积分:1
-
采用多线程技术,利用socket通信。实现六个线程的跑步比赛,通过内核对象event,实现线程的同步。...
采用多线程技术,利用socket通信。实现六个线程的跑步比赛,通过内核对象event,实现线程的同步。-Multi-threading technology, the use of socket communication. To achieve six threads running race through the kernel object event, to achieve thread synchronization.
- 2022-02-06 18:21:52下载
- 积分:1
-
一个开放源码的高级NIDS系统 目前最著名最活跃的开放源码NIDS项目,定位于轻量级的入侵检测系统...
一个开放源码的高级NIDS系统 目前最著名最活跃的开放源码NIDS项目,定位于轻量级的入侵检测系统-an open source system is currently senior NIDS most famous of the most active open source projects NIDS, located in the lightweight Intrusion Detection System
- 2022-07-11 21:51:37下载
- 积分: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
-
I wrote the first multi
我写的第一个多线程下载文件程序,连接是通过tcp连接的,最多可以有五个线程。-I wrote the first multi-threaded program to download files, connect through tcp connection, can have up to five threads.
- 2022-03-12 04:25:40下载
- 积分:1
-
网络编程1很有学习意义的,欢迎下在,还有代序
网络编程1很有学习意义的,欢迎下在,还有代序-Network programming is to learn the meaning of one, welcome in, but also on behalf of sequence
- 2022-05-06 16:34:19下载
- 积分:1
-
URLEncode编码和解码的源代码.非常简单.拿去就可以用了.
URLEncode编码和解码的源代码.非常简单.拿去就可以用了.-Urlencode encoding and decoding of the source code. Is very simple. Can be used instead.
- 2022-10-14 16:25:03下载
- 积分:1
-
use XML to sequence objects to network users messaging
运用XML来序列化对象,来进行网络用户之间的消息传递-use XML to sequence objects to network users messaging
- 2022-07-16 11:16:04下载
- 积分:1