登录
首页 » Visual C++ » FEC_Code_Project

FEC_Code_Project

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

  • lesson-14
    孙鑫VC++教学课程lesson14:网络的相关知识,网络程序的编写,Socket是连接应用程序与网络驱动程序的桥梁,Socket在应用程序中创建,通过bind与驱动程序建立关系。此后,应用程序送给Socket的数据,由Socket交给驱动程序向网络上发送出去。计算机从网络上收到与该Socket绑定的IP+Port相关的数据后,由驱动程序交给Socket,应用程序便可从该Socket中提取接收到的数据。网络应用程序就是这样通过socket进行数据的发送与接收的。TCP与UDP的工作原理与编写过程,如何在程序中链接库文件。一个字符界面的聊天程序。(Sun Xin VC++ tutorial lesson14: the knowledge of the network, network program, Socket is connected applications and network drivers bridges, Socket application to create, build relationships bind driver. Thereafter, the data of the application to give socket, by the Socket handed driver and sent out on the network. After binding with the Socket IP+Port related data is received by the computer from the network, by the driver to the socket, the application can extract the data received from the Socket. Network application is sending and receiving data through the socket. TCP and UDP works and the writing process, how to link library files in the program. A character interface chat program.)
    2013-04-02 10:19:34下载
    积分:1
  • hacker
    黑客攻防入门书籍 很好很强大 讲了各种攻击方法(Getting Started with a very good offensive and defensive hacking books, talk about a variety of very strong attack methods)
    2009-11-25 10:49:52下载
    积分:1
  • TCPIP
    modbus 测试,用VB的winsock控件实现的modbus tcpip通讯等(modbus test, with VB the winsock control to achieve the modbus tcpip communications)
    2021-04-06 17:59:02下载
    积分:1
  • ping
    一个基于VC6.0 的简单ping程序 用于学习简单的网络编程(A the VC6.0 simple ping program for learning network programming)
    2012-06-16 19:33:12下载
    积分:1
  • CalRemainder
    可以根据输入的生成多项式计算CRC16的余式表,并输出到TXT文件中打开。附赠CRC16的查表程序和直接计算程序,供验证用。使用这段程序,可以完美解决CRC16的编程问题,CRC32以及CRC8也可以参考使用。(CRC16 remainder table according to the generator polynomial of the input and output to a TXT file to open. Comes with a CRC16 table look-up procedure and a direct calculation program, for verification purposes. This program can be the perfect solution the CRC16 programming problem, the CRC32 and CRC8 also be of use.)
    2012-02-18 12:56:17下载
    积分:1
  • PC program of low resistance tester20171101
    低电阻测试仪上位机程序,带参数设置功能自动量程、讯响、单次连续、报警上下限设置,及测量数据即时上传功能(Low resistance tester upper computer program, with parameter setting function, automatic range, sound, single continuous, alarm upper and lower settings, and measurement data immediate upload function)
    2017-11-01 16:15:52下载
    积分:1
  • CtrlIPClt
    网络方面关于ip的得到与获取方面的代码,哈哈哈 (ip on the network and get access to the area code, Ha Ha Ha)
    2006-11-14 11:08:37下载
    积分:1
  • udp数据包转发
    说明:  基于WinSock的UDP数据转发(Win XP;Visual C++ 6.0)(WinSock based on the UDP data transmitted (Win XP; Visual C 6.0))
    2006-02-17 10:11:31下载
    积分:1
  • Space_Environment
    倾情奉献,这是我编的一个电离层的解算程序,里面有各参数的详细说明,希望对大家有所帮助(Portrait of dedication, which I made a solution of the ionosphere counting procedures, which have a detailed description of each parameter, and they hope to help everyone)
    2008-04-19 13:35:16下载
    积分:1
  • chatserver
    简单的网络通信,一个客户端,一个服务器端(winsock )
    2009-05-11 11:13:16下载
    积分:1
  • 696518资源总数
  • 104988会员总数
  • 11今日下载