-
MFC聊天程序 对于学习网络通讯软件设计有帮助
MFC聊天程序 对于学习网络通讯软件设计有帮助-It s helpful to study the designer of embedded software^
- 2022-03-21 06:14:24下载
- 积分:1
-
VC下基于winsock2的原始套接子发送程序,含有详细的注释说明,是学习网络编程的很好的例子...
VC下基于winsock2的原始套接子发送程序,含有详细的注释说明,是学习网络编程的很好的例子-VC-based Winsock2 sockets son sent the original procedure, which contains detailed notes, learning network programming is a good example
- 2022-03-04 12:55:26下载
- 积分:1
-
HalconDemo
迈德威视相机SDK的Demo应用程序,基于windows C#编程开发(Ahmed Weishi camera SDK Demo program)
- 2020-11-26 09:29:31下载
- 积分:1
-
The use of multi
运用多线程的C/S模型
所用到的同步机制,值得学习-The use of multi-threaded C/S model synchronization mechanism used, it is worth learning
- 2022-01-25 15:08:38下载
- 积分:1
-
LAN real
局域网实时通讯工具,C++编写,网络课程设计-LAN real-time communication tools, C++ Preparation, curriculum design network
- 2022-03-05 19:44:01下载
- 积分:1
-
使用UDP协议的网络通信,发送接收模式的方向
用UDP协议实现网络通信,发送方向接收方发送字符串消息“This is a test.”,接收方接收并显示字符串,如果几首成功,则发送方显示“OK”。-Using UDP protocol network communication, send the direction of the receiving party to send a string message
- 2022-03-01 08:18:20下载
- 积分:1
-
UDP包的发送与接收
基于面向不可靠连接的编程 --UDP包的发送与接收-not based on reliable connectivity-oriented programming-- UDP packet transmission and reception
- 2023-05-01 09:40:03下载
- 积分:1
-
.net控制斑马Zebra打印机源码实例
.net控制斑马Zebra打印机源码实例
网络搜集整理 希望对大家有所帮助(Source example of zebra Zebra printer controlled by.Net
Network collation hopes to help people)
- 2018-03-03 10:56:58下载
- 积分:1
-
服务器以TCP/IP提供服务时,客户端按函数调用模式调用。以屏蔽TCP/IP的具体实现。...
服务器以TCP/IP提供服务时,客户端按函数调用模式调用。以屏蔽TCP/IP的具体实现。-servers to the TCP/IP to provide services, client function call by calling mode. To shield TCP/IP is a concrete realization.
- 2022-08-08 09:41:09下载
- 积分: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