-
The program design is divided into a server application and the client part of t...
本程序设计分为服务器应用程序及客户机应用程序部分,采用Socket套接字库网络编程。(UDP)和(TCP/IP)相结合的连接方式,及解决了数据传输的时效性又能保证数据在传输的过程中不会丢失。另外程序采用多个线程来避免程序阻塞-The program design is divided into a server application and the client part of the application, using Socket socket network programming library. (UDP) and the (TCP/IP) combination of connections, and solve the timeliness of data transmission but also ensures that the data will not be lost during transmission. Another program uses multiple threads to avoid blocking procedure
- 2022-03-06 09:35:13下载
- 积分:1
-
一个功能强大的热点连接(HotLink)程序,能够跳转到发送邮件和访问Internet资源。...
一个功能强大的热点连接(HotLink)程序,能够跳转到发送邮件和访问Internet资源。-A powerful hot spot to connect (HotLink) procedures, to Jump to send mail and access Internet resources.
- 2022-04-24 06:27:53下载
- 积分:1
-
关于TCP,UDP协议的网络编程,程序实现了客户端和服务器端的通信连接,通过socket建立连接,可以互相发送消息接收。...
关于TCP,UDP协议的网络编程,程序实现了客户端和服务器端的通信连接,通过socket建立连接,可以互相发送消息接收。-On TCP, UDP network programming protocols, procedures realize the client and server communications connections to establish a connection through the socket, you can send a message to receive each other.
- 2023-06-06 06:00:03下载
- 积分:1
-
从一个HTML文件得到txt。
Get the TXT from a HTML file.
- 2022-03-05 14:47:04下载
- 积分:1
-
一个VC下实现的TCP服务器,可以连接多个客户段,处理客户请求...
一个VC下实现的TCP服务器,可以连接多个客户段,处理客户请求-A VC under the TCP server, you can connect multiple clients paragraph, dealing with customer requests
- 2023-06-08 16:35:04下载
- 积分:1
-
多聊和私聊的实现程序,对你们应该有很大的帮助哦
多聊和私聊的实现程序,对你们应该有很大的帮助哦-Private Chat, and chat over the procedures, you should be very helpful oh
- 2022-05-07 22:55:33下载
- 积分: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
-
用VC++制作一个简单的局域网消息发送工程
用VC++制作一个简单的局域网消息发送工程-VC produced a simple LAN messaging works
- 2022-05-14 02:53:51下载
- 积分:1
-
一包WinPcap层
一个封装了Winpcap中二层函数的类-a package of Winpcap Layer-2 function category
- 2023-04-25 20:05:04下载
- 积分:1
-
Based on UDP protocol socket programming, is a Client
基于UDP协议的socket programming,是Client端的程序,可以作为初学者的学习参考-Based on UDP protocol socket programming, is a Client-side program can be used as reference for beginners to learn
- 2023-07-23 12:05:03下载
- 积分:1