登录
首页 » Visual C++ » FEC_Code_Project

FEC_Code_Project

于 2007-05-18 发布 文件大小:8789KB
0 353
下载积分: 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 个回复

  • OPCServer
    说明:  如何开发OPC Server.OPC主要适用于过程控制和制造自动化等应用领域。(this paper teach us how to make OPC Server.The main useful to use OPC is contoel.)
    2011-03-18 16:09:11下载
    积分:1
  • jk
    说明:  加载所有模块,可以在网上搜索,供下载者的需要,(Load all modules, you can search the Internet, the need for those who download)
    2012-06-23 15:06:51下载
    积分:1
  • PCview
    这个是我用ghost1.0修改出来源码,框架稳定,对IOCP进行了一定优化,更稳定(This is I with ghost1.0 modify out the source code, stable framework, IOCP, which must be optimized, more stable)
    2020-07-30 14:58:37下载
    积分:1
  • IPMonitor
    监视IP流量与IP数据包统计数据,列出IP流量的详细信息比如原IP地址与目的IP地址、协议类型、传入或传出IP数据包统计数据(Monitor IP traffic and IP packet statistics, lists details such as IP traffic original IP address and destination IP address, protocol type, incoming or outgoing IP packet statistics)
    2014-03-10 20:00:47下载
    积分:1
  • Client-dotnet
    一个用于客户端和服务器端的客户端的简单程序,C#(one for the client and the server-client simple procedure, C#)
    2013-09-03 12:09:29下载
    积分:1
  • WSockServer
    Windows Socket Server
    2021-01-05 10:38:54下载
    积分:1
  • PhoenixSim-(2)
    光片上网络仿真器,哥伦比亚大学开发的,需要利用OMNET(ONoC simlator, made by the columbia university, working with OMNET)
    2020-11-21 09:59:36下载
    积分:1
  • TCP
    基于流式套接字的TCP回射程序的客户端以及服务器(Retroreflective program based on the TCP stream socket)
    2012-12-28 15:37:39下载
    积分:1
  • 局域抓包
    在局域网内抓取所需要的IP数据包,使用VC++6.0工程编写。(Grab the required IP packets in the LAN.)
    2017-12-19 11:20:10下载
    积分:1
  • myOwnServer002
    我的网络编程作业,服务器端的应用程序,与myOwnClient001一起使用(my network programming operations, the server-application procedures used together with myOwnClient001)
    2007-04-01 08:19:48下载
    积分:1
  • 696518资源总数
  • 105949会员总数
  • 22今日下载