-
关于网络通信的程序,供大家参考。
关于网络通信方面的程序,供大家参考.-on network communications procedures, for your reference.
- 2022-03-11 13:58:01下载
- 积分:1
-
C语言写的端口转发工具,内附源代码
C语言写的端口转发工具,内附源代码-Written by C language port forward instrument, containing the source code
- 2022-03-20 11:28:45下载
- 积分:1
-
综合了国内外各种购物程序的特点,取长补短,真正做到了系统的健壮性和稳定性达到 极至。该商城系统界面简介、不花哨、运行速度快,管理功能全面、易操作,深受广 大企业...
综合了国内外各种购物程序的特点,取长补短,真正做到了系统的健壮性和稳定性达到 极至。该商城系统界面简介、不花哨、运行速度快,管理功能全面、易操作,深受广 大企业、白领、个人创业者的喜爱,是您开办网上商店的理想系统。-combination of domestic and international procedures of the various shopping features, learn from each other, really robustness of the system to achieve stability and association. The mall system interface descriptions, not garish, fast and comprehensive management capabilities, easy operation, the widespread enterprises, white-collar workers, the individual entrepreneurs alike, is that you run the online store the ideal system.
- 2022-03-14 16:04:51下载
- 积分:1
-
C#实现分段重组(segment/reassembly)协议
发送端:发送端每收到一个上层报文都会为其设一个唯一的序列号。收到的大报文进行分段,构造S/R报头,如 REF _Ref371456073 h 图表1所示。构造报头和数据部分连接后,按序从片段号=1的报文开始发送,并设置重传定时器,直到发送完毕。重传定时器截止之前,如果收到了接收端发送的完全确认,即数据分段全部被接收,则清除该该序列号报文的缓存和定时器;如果收到了部分确认则根据部分确认的指示重传丢失的分段;如果定时器截止时还没有收到任何接收端的回
- 2023-04-22 01:25:04下载
- 积分:1
-
虚拟文档管理系统
虚拟文件管理系统-virtual document management system
- 2022-02-18 17:13:10下载
- 积分:1
-
利用字典法攻克邮箱密码
利用字典法攻克邮箱密码-use dictionaries France tackled mail passwords
- 2022-01-28 15:05:06下载
- 积分:1
-
LanMsg已更名为ourmsg,当前版本为1.1,修正了1.0版本中UDP组件的BUG,调试通过视频编解码,音视频即时消息软件源码。当前版本音频采用G729A...
LanMsg已更名为ourmsg,当前版本为1.1,修正了1.0版本中UDP组件的BUG,调试通过视频编解码,音视频即时消息软件源码。当前版本音频采用G729A算法编解码,视频采用微软MPEG4编解码。视频编解码器在Updatempg4vki文件夹中,发布客户端打包时需要将mpg4vki一同发布,否则客户端视频将不能正常使用。-LanMsg has been renamed ourmsg, the current version 1.1, revised 1.0 version of UDP component BUG, debugging through the video codec, audio and video instant messaging software source code. The current version of the audio algorithms using G729A codec, video powered by Microsoft MPEG4 codec. Video codec in the Update mpg4vki folder, released when the client needs to be packaged together mpg4vki release, otherwise the client-side video will not work properly.
- 2022-10-20 05:45:04下载
- 积分:1
-
变速恒频双馈风力发电机仿真中很有用的几个模块
变速恒频双馈风力发电机仿真中很有用的几个模块-Doubly-fed VSCF wind turbine simulation is useful in several modules
- 2022-09-22 06:50:03下载
- 积分:1
-
Beej网络socket编程指南,详细的介绍了Socket编程…
Beej的网络socket编程指南,详细的介绍了socket编程。-Beej network socket programming guide, a detailed introduction to the socket programming.
- 2023-08-25 18:30:02下载
- 积分: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