-
telnet服务器的vc 实现源码
telnet服务器的 vc 实现 源码 工程全可直接编译 telnet服务器的 vc 实现 源码 工程全可直接编译 源文件全 可以直接编译
- 2023-09-01 06:40:03下载
- 积分:1
-
can view network cards MAC_ADDRESS
可以查看网卡的MACu地址
- 2022-12-17 22:40:03下载
- 积分:1
-
135端口消息发送
135端口消息发送-135 ports messaging
- 2022-02-20 21:14:55下载
- 积分:1
-
软件自动升级,支持所有程序,需要网络空间存放升级信息,支持http,ftp等。...
软件自动升级,支持所有程序,需要网络空间存放升级信息,支持http,ftp等。-Automatic software upgrades, support for all procedures, the need for network storage space upgrade information, support http, ftp, etc..
- 2022-10-03 11:10:03下载
- 积分:1
-
简单的FTP服务器,只支持匿名访问,
直接装文件夹拖到该文件上即可打开以此文件夹为根目录的FTP服务...
简单的FTP服务器,只支持匿名访问,
直接装文件夹拖到该文件上即可打开以此文件夹为根目录的FTP服务-Simple FTP server, only support anonymous. drag a directory onto it will open an FTP server root at that directory
- 2022-12-27 08:15:03下载
- 积分:1
-
本程序在VC.NET中编译通过,实现了好友上线,下线UDP广播,及用XML实现消息传输,及文件传输功能。...
本程序在VC.NET中编译通过,实现了好友上线,下线UDP广播,及用XML实现消息传输,及文件传输功能。-procedures in the VC. Compiled by achieving a friend on the line, assembly line UDP broadcasting, and using XML messaging, and file transfer functions.
- 2022-02-02 11:02:52下载
- 积分:1
-
sap rfc
sap rfc 使用rfc调用R3的销售数据-sap rfc
- 2022-06-26 19:00:57下载
- 积分:1
-
Generation Ethernet MAC address registration number only provide online registra...
根据网卡MAC地址生成唯一注册号码,提供产品网上注册功能-Generation Ethernet MAC address registration number only provide online registration of products
- 2022-02-04 07:56:48下载
- 积分:1
-
video display, capture and display photographs of procedures and documents to th...
视频显示,捕获以及图片的显示等程序,并能够进行图片文件的传输。-video display, capture and display photographs of procedures and documents to the photographs for transmission.
- 2022-09-17 00:20: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