-
封装好的IOCP客户端,采用完成端口进行sockets操作,有测试代码...
封装好的IOCP客户端,采用完成端口进行sockets操作,有测试代码-Packaging good IOCP clients, using sockets for complete port operation, testing code
- 2022-04-01 12:25:40下载
- 积分:1
-
IP数据包捕获类,能使网卡工作在混杂模式,监听来自网络的所有数据包...
IP数据包捕获类,能使网卡工作在混杂模式,监听来自网络的所有数据包-IP packet capture category, enable the network card in promiscuous mode, monitoring from the network all packets
- 2022-01-26 04:30:12下载
- 积分:1
-
This is a separate instance of the word. Is the importation of an English senten...
这是一个单词分隔实例。就是输入一个英语句子,每一个单词会分列一行分隔开来。-This is a separate instance of the word. Is the importation of an English sentence, every word will be separated from the breakdown of his party.
- 2022-03-12 22:57:38下载
- 积分:1
-
这是一个iSCSI目标器程序,客户端用微软的启动器.
这是一个iSCSI目标器程序,客户端用微软的启动器.-This is an iSCSI target device procedures, the client use Microsoft"s starter.
- 2022-02-03 10:38:26下载
- 积分:1
-
本程序是一个LAMP的相册系统,基于GD库函数的使用,能够生成图片所略图;同时,系统支持多相簿功能,可将相片分类收藏,方便查询和浏览,支持本地相片上传和使用UR...
本程序是一个LAMP的相册系统,基于GD库函数的使用,能够生成图片所略图;同时,系统支持多相簿功能,可将相片分类收藏,方便查询和浏览,支持本地相片上传和使用URL地址两种方式上传相片。-This program is an album LAMP system, based on the use of GD library functions that can generate the image of the sketch the same time, the system supports multi-photo album function, can be classified photo collections, to facilitate search and browsing, support local photo upload and the use of URL Address are two ways to upload photos.
- 2022-01-25 21:19:37下载
- 积分:1
-
一个类似于BT下载软件得源代码,现在非常流行得,值得去研究,我没有试过,大家一起研究把...
一个类似于BT下载软件得源代码,现在非常流行得,值得去研究,我没有试过,大家一起研究把-similar to the one BT download software in source code, are now very popular in, it is worth studying, I have not tried to put together research
- 2022-06-26 16:30:19下载
- 积分:1
-
Java网络编程 电子书资料 详解Socket编程 软件工程专业
Java网络编程 电子书资料 详解Socket编程 软件工程专业-Java network programming book information Xiangjie Socket Programming Software Engineering
- 2022-03-25 11:38: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
-
winsock编程,聊天c/s聊天程序,适合出血者学习winsock
winsock编程,聊天c/s聊天程序,适合出血者学习winsock-winsock example
- 2022-08-31 21:00:04下载
- 积分:1
-
链接 Tcp 套接字与 RS232 端口在服务器 / 客户端模式
使用此代码,您可以链接任何 tcp 流到任意的 rs232 端口和反向 (客户端 / srv 模式)。
这个代码将调整,以使用任何 tcp 和 Com 端口的通用组件。
应用程序会等待 Tcp 连接或运行使连接来完成链接。(Srv 模式选择器)。
- 2022-06-30 06:30:44下载
- 积分:1