登录
首页 » Visual C++ » FEC_Code_Project

FEC_Code_Project

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

  • Winsckdownloader
    实时HTTP下载控件 一个实时显示进度条的HTTP下载控件,使用WINSOCK,支持断点续传。速度。使用mschart控件,计量比较准确.(HTTP download real-time control of a real-time display of HTTP download progress bar control, the use of WINSOCK, Supporting HTTP. Speed. MSChart use controls, a more accurate measurement.)
    2009-03-14 17:22:37下载
    积分:1
  • chatsource
    实现网络聊天功能的软件源代码。实现网络聊天功能的软件源代码(Realize network chat software source code. Realize network chat software source code)
    2008-03-11 23:06:46下载
    积分: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
  • haisanids
    VC++网络连接监控程序源代码,适合编写网络监控的编程者参考,选择监听的网络IP地址后才可以开始监听里程。并包括了IDS过滤器参数设置,几点提示:   1.初始状态只监听连接,不捕获IP数据   2.鼠标右击列表选择或取消监控某端口数据   3.为防止ping攻击,一般情况ping数据全部监控   4.监控某端口数据时,不监控ping包   5.数据超过20k将被清空   6.右边窗口停止抓包后显示十六进制数(VC++ source code network connection monitoring, network monitoring program for the preparation of reference, select the monitor s network IP address before you can start listening mileage. And includes IDS filter parameter settings, a few tips: 1. Initial state only listen for connections, do not capture IP data 2 Right-click the list to select or deselect a port monitoring data 3 To prevent ping attacks, general ping all monitoring data 4 When a port monitoring data, no monitoring of ping packets 5 The data will be cleared over 20k 6 right window displays the hexadecimal number stopped after capture)
    2014-07-02 10:17:36下载
    积分:1
  • network_report
    计算机网络的实验报告和源码,包含聊天软件的源玛(An experimental computer network reports and source code, including chat software source ma)
    2009-01-03 16:51:44下载
    积分:1
  • ARPfindMACaddress
    说明:  ARP协议发现局域网内的活动主机,vc++语言编写,用有界面,美观实用(ARP protocol found in the activities of the LAN hosts, vc++ language, with a interface, beautiful and practical)
    2011-02-23 07:22:30下载
    积分:1
  • PortScan
    端口扫描器。 本扫描器实现了:TCP Connect 扫描,TCP SYN扫描,TCP Fin扫描,TCP ACK扫描及UDP端口扫描,这些扫描能够实现扫描特定IP地址范围内端口和扫描某IP地址范围内全部主机特定端口两种模式,并且SYN扫描能够区分端口开放、端口关闭和被防火墙过滤三种状态。(Port scanner. The scanner realized: TCP Connect Scan, TCP SYN Scan, TCP Fin Scan, TCP ACK scan and UDP port scan, the scan can scan a specific IP address range of ports and scanning a range of IP addresses all host two specific ports mode, and can distinguish SYN scan open ports, port closed and the three states firewall filters.)
    2020-11-25 00:59:32下载
    积分:1
  • gen_demo
    a code generation framework implemented in Ruby that attempts to go beyond the classic substitution of variables in templates
    2013-10-25 09:41:43下载
    积分:1
  • TestNetDetect(WIN32)
    CPing依据ICMP协议实现, 可解析域名和IP, 可设置发包数量,统计丢包率(CPing based on ICMP protocol implementation can resolve domain names and IP, you can set the number of contracting, statistical packet loss rate)
    2009-11-27 17:46:36下载
    积分:1
  • arpasdfasdf
    编写程序,实现基于ARP协议获取本局域网内全部活动主机MAC地址与IP地址对应关系列表,要求使用Winpcap,手动封装ARP数据包,并实现ARP响应数据包的接收和解析。(programming, ARP-based LAN access to the activities of all MAC address and IP address correspondence list, require the use of Winpcap, manual Packaging ARP packets, and achieve ARP response data packet reception and analysis.)
    2006-12-04 14:44:34下载
    积分:1
  • 696518资源总数
  • 105111会员总数
  • 25今日下载