登录
首页 » Visual C++ » FEC_Code_Project

FEC_Code_Project

于 2007-05-18 发布 文件大小:8789KB
0 368
下载积分: 1 下载次数: 228

代码说明:

  很好的能解决网络数据丢包处理的算法。特别是在带宽一定的情况下,解决网络数据传输和带宽、数据传输完整性的较优解决方案。(good solution processing network data packet loss algorithms. Especially in certain circumstances bandwidth, the solution to network bandwidth and data transmission, data transmission integrity of the optimum solution.)

文件列表:

FEC_Code_Project
................\ConferenceXP_FEC.doc
................\FEC_Code
................\........\FEC_Code
................\........\........\FEC_Code.cpp
................\........\........\FEC_Code.def
................\........\........\FEC_Code.h
................\........\........\FEC_Code.rc
................\........\........\FEC_Code.vcproj
................\........\........\ReadMe.txt
................\........\........\res
................\........\........\...\FEC_Code.rc2
................\........\........\Resource.h
................\........\........\stdafx.cpp
................\........\........\stdafx.h
................\........\FEC_Code.ncb
................\........\FEC_Code.sln
................\FEC_Code_C#
................\...........\AppConfig.cs
................\...........\AssemblyInfo.cs
................\...........\BufferChunk.cs
................\...........\Collections.cs
................\...........\Constants.cs
................\...........\CRC32.cs
................\...........\EventLog.cs
................\...........\Events.cs
................\...........\EventThrower.cs
................\...........\Exceptions.cs
................\...........\fec.cs
................\...........\FEC_BufferChunk.cs
................\...........\FEC_Matrix.cs
................\...........\GF16.cs
................\...........\GF8.cs
................\...........\Installation.cs
................\...........\NetworkingInterfaces.cs
................\...........\PerformanceCounters.cs
................\...........\ReflectorMessages.cs
................\...........\RegistrarClient.cs
................\...........\RtcpData.cs
................\...........\RtcpListener.cs
................\...........\RtcpPacket.cs
................\...........\RtcpSender.cs
................\...........\RtpFrame.cs
................\...........\RtpListener.cs
................\...........\RtpPacket.cs
................\...........\RtpParticipant.cs
................\...........\RtpRetransmit.cs
................\...........\RtpSender.cs
................\...........\RtpSession.cs
................\...........\RtpStream.cs
................\...........\Socket.cs
................\...........\TestCases.cs
................\...........\udplistener.cs
................\...........\udpsender.cs
................\...........\utility.cs
................\FEC_Code_Program
................\................\BufferChunk.cpp
................\................\BufferChunk.h
................\................\Debug
................\................\FEC_BufferChunk.cpp
................\................\FEC_BufferChunk.h
................\................\FEC_Code_Program.cpp
................\................\FEC_Code_Program.ncb
................\................\FEC_Code_Program.sln
................\................\FEC_Code_Program.vcproj
................\................\FEC_Matrix.cpp
................\................\FEC_Matrix.h
................\................\GF16.cpp
................\................\GF16.h
................\................\Queue.cpp
................\................\Queue.h
................\................\ReadMe.txt
................\................\RS_Fec.cpp
................\................\RS_Fec.h
................\................\stdafx.cpp
................\................\stdafx.h
................\FEC_Code_Program20060421
................\........................\Debug
................\........................\FEC_Code_Program.cpp
................\........................\FEC_Code_Program.ncb
................\........................\FEC_Code_Program.sln
................\........................\FEC_Code_Program.vcproj
................\........................\FEC_Matrix.cpp
................\........................\FEC_Matrix.h
................\........................\GF16.cpp
................\........................\GF16.h
................\........................\ReadMe.txt
................\........................\stdafx.cpp
................\........................\stdafx.h
................\FEC_Code_Program20060424
................\........................\BufferChunk.cpp
................\........................\BufferChunk.h
................\........................\Debug
................\........................\FEC_BufferChunk.cpp
................\........................\FEC_BufferChunk.h
................\........................\FEC_Code_Program.cpp
................\........................\FEC_Code_Program.ncb
................\........................\FEC_Code_Program.sln
................\........................\FEC_Code_Program.vcproj
................\........................\FEC_Matrix.cpp

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • ChartRoomClient
    说明:  IOCP客户端代码,希望对大家有所帮助,大家互相学习(ChartRoomClient)
    2009-08-31 21:58:22下载
    积分:1
  • TCP_UDP_IRC
    socket通信tcp实现的聊天室程序源码(tcp socket communication program source code to achieve the chat room)
    2020-09-11 13:38:01下载
    积分:1
  • 4
    说明:  理解局域网的定义、特点 了解局域网的介质访问控制方法 了解以太网技术 了解局域网组网类型(Understand the definition of LAN and characteristics about LAN Ethernet media access control approach to understanding the technical understanding of LAN networking types)
    2010-05-26 10:09:58下载
    积分:1
  • TCPIPAnalyse1
    对TCPIP网络包解析,Win下网络编程参考源码(TCPIP network packets for analysis, Win Network Programming Reference Source)
    2013-05-24 13:21:34下载
    积分:1
  • CSocket-TCP
    说明:  基于CSocket的TCP多人聊天程序 平常自己练习用的!(CSocket of TCP-based chat program over usual practice their own use!)
    2010-04-05 09:24:58下载
    积分:1
  • 111
    说明:  实时视频传输有很大的实用价值,对采集到的原始视频信息进行压缩编码,获取己编码视频流是实现实时视频传输和QoS研究的关键。(Real-time video transmission are of great practical value of collected information for the original video coding, video streaming access to their own code is to achieve real-time video transmission and the key QoS.)
    2009-08-01 11:04:37下载
    积分:1
  • 2009shiyan1
    2、Socket编程 凡是基于网络应用的程序都离不开Socket。 与网络有关的简单VC编程 Socket的意思是套接字,是计算机与计算机之间通信的接口。使用Winsock提供的API函数是最基本的网络编程技术。 (2 Socket programming any web-based application programs can not be separated Socket. Simple VC network-related programming meant Socket socket, is communication between the computer and computer interface. Use Winsock provides API functions is the most basic network programming.)
    2009-11-12 15:06:31下载
    积分:1
  • LLK-game-Visual-CPP-MFC
    连连看服务器游戏对战平台软件包括服务端和客户端源代码,服务端采用IOCP机制,可实现多人联网对战,并带有项目说明文档,源代码标有注释。并且游戏界面十分美观。(Battle Snake game server platform software, including server and client source code, the server uses IOCP mechanism, enabling networked multiplayer gaming, and with the project documentation, source code is marked with comments. And the game interface is very beautiful.)
    2020-12-02 20:19:26下载
    积分:1
  • DoubleNetUDP
    UDP方式双网冗余程序,一网卡断开,另一网卡自动连接,从而保证通讯正常(UDP mode dual-network redundancy procedures, disconnect a network card, another card to connect automatically to ensure the normal communication)
    2009-07-15 21:57:13下载
    积分:1
  • Demo
    11.13 VC2003 编译 如何获得网上邻居(11.13 How to get the Network Neighborhood)
    2012-10-24 11:06:44下载
    积分:1
  • 696518资源总数
  • 106182会员总数
  • 24今日下载