登录
首页 » Visual C++ » INNETER-IC

INNETER-IC

于 2015-10-14 发布 文件大小:1572KB
0 141
下载积分: 1 下载次数: 4

代码说明:

   网络重传选择协议,可以检查传输信息的正确性。通过接受方的校检,通知发送方重新发送。 ( Network retransmission protocol, you can check the correctness of the transmission of information. By accepting the prosecution s school to notify the sender to resend.)

文件列表:

数据链路层—选择性重传协议
..........................\Backup
..........................\Backup1
..........................\Backup2
..........................\datalink-A.log,47509,2009-12-01
..........................\datalink-B.log,59499,2009-12-01
..........................\datalink.c,6260,2015-10-09
..........................\datalink.dsp,3476,2009-10-19
..........................\datalink.dsw,524,2009-10-16
..........................\datalink.exe,500224,2015-10-09
..........................\datalink.h,518,2009-10-16
..........................\datalink.ilk,1137268,2015-10-09
..........................\datalink.ncb,50176,2009-12-01
..........................\datalink.opt,48640,2009-12-01
..........................\datalink.pdb,2296832,2015-10-09
..........................\datalink.plg,1516,2009-12-01
..........................\datalink.sdf,2097152,2015-10-09
..........................\datalink.sln,961,2015-10-09
..........................\datalink.v11.suo,4608,2015-10-01
..........................\datalink.vcxproj,6293,2015-10-09
..........................\Debug
..........................\.....\CL.read.1.tlog,2030,2015-10-01
..........................\.....\CL.write.1.tlog,486,2015-10-01
..........................\.....\datalink.lastbuildstate,123,2015-10-01
..........................\.....\datalink.log,1377,2015-10-09
..........................\.....\datalink.obj,12755,2015-10-09
..........................\.....\datalink.tlog
..........................\.....\.............\CL.read.1.tlog,1692,2015-10-09
..........................\.....\.............\CL.write.1.tlog,296,2015-10-09
..........................\.....\.............\datalink.lastbuildstate,183,2015-10-09
..........................\.....\.............\link.read.1.tlog,2472,2015-10-09
..........................\.....\.............\link.write.1.tlog,354,2015-10-09
..........................\.....\link-cvtres.read.1.tlog,2,2015-10-01
..........................\.....\link-cvtres.write.1.tlog,2,2015-10-01
..........................\.....\link-rc.read.1.tlog,2,2015-10-01
..........................\.....\link-rc.write.1.tlog,2,2015-10-01
..........................\.....\link.read.1.tlog,3222,2015-10-01
..........................\.....\link.write.1.tlog,638,2015-10-01
..........................\.....\vc110.idb,27648,2015-10-01
..........................\.....\vc110.pdb,61440,2015-10-01
..........................\.....\vc120.idb,35840,2015-10-09
..........................\.....\vc120.pdb,77824,2015-10-09
..........................\Protocol.dll,94208,2009-10-19
..........................\protocol.h,1831,2009-10-19
..........................\Protocol.lib,5932,2009-10-19
..........................\UpgradeLog.htm,13776,2015-09-28
..........................\UpgradeLog.XML,2234,2015-09-28
..........................\UpgradeLog2.htm,13776,2015-10-01
..........................\UpgradeLog2.XML,2322,2015-10-01
..........................\UpgradeLog3.htm,30214,2015-10-09
..........................\_UpgradeReport_Files
..........................\....................\UpgradeReport.css,2229,2015-10-01
..........................\....................\UpgradeReport.xslt,22214,2012-07-26
..........................\....................\UpgradeReport_Error.png
..........................\....................\UpgradeReport_Information.png
..........................\....................\UpgradeReport_Success.png
..........................\....................\UpgradeReport_Warning.png

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

发表评论

0 个回复

  • ufademo
    VFP的相关代码demo,很好的东西,VFP的相关代码demo,很好的东西(very good demo code,very good demo code)
    2013-10-23 16:47:47下载
    积分:1
  • XproerV3.0.107_51aspx
    XproerBBS开源项目是新手学习不可多得的资料,在项目中使用了许多目前比较流行的技术。 (1)如何使用ADO.NET, (Green hand XproerBBS open-source projects are hard to come by studying the information used in the project is currently much more popular technology. (1) how to use ADO.NET,)
    2009-03-26 09:56:24下载
    积分:1
  • the4th
    利用socket实现简单文件传输,mfc实现,很简单(Simple file transfer using socket, mfc achieve)
    2013-10-20 15:37:24下载
    积分:1
  • YCArray
    说明:  /** * 动态数组的模板类 * 1.支持字符索引 * 2.方便的添加删除修改任意一项 * 最后更新 2004-8-9 yzh **1.优化了字符索引的运作方式,使用数组存储 **2.重写了底层数据的存储,将连续性的存储方式改为了非连续, *** 从而很好有效地支持了“引用”,并且让数据的删除增加变的更为快速 * 用法如: * YCArray<int,int> test * test.Add("Number2",4) * test.Add("Number1",2) * printf("%d %d",test["Number1"],test["Number2"]) * 显示: * 2 4 ******* ******* History: 2004-11-19 修改了析构函数,解决了索引没有释放的bug **/(/*** dynamic array template class* 1. Support characters Index* 2. Add convenience to delete arbitrary* a final update 2004-8-9 yzh** 1. Character Index optimized mode of operation, the use of storage arrays** 2 . a rewrite of the underlying data storage, storage continuity conversion of non-continuous, and thus good*** effective support to the "quote", and let the data changed to delete the more rapid* usage such as :* YCArraylt; int, intgt; test* test. Add ( "Number2", 4)* test.Add ( "Number1", 2)* printf ( "% d% d", test [ "Number1"] test [ "Number2"])* Display :** 2 4************* History : 2004-11-19 revised the destructors, the index did not address the release of bug** /)
    2005-09-06 13:03:51下载
    积分:1
  • UDP_Lost_test2
    这是一个测试UDP数据包的丢包率的程序,包含程序源码,已经验证成功(This is a test UDP packet loss rate of the program, including program source code, has been successfully verified)
    2013-12-30 11:10:56下载
    积分:1
  • chat
    聊天程序的源码,对学习socket编程很有帮助。(Chat program source code, useful for learning socket programming.)
    2009-12-24 01:35:44下载
    积分:1
  • TCPIPclient
    基于MFC的TCP/IP socket编程,一个客户端程序,适合初学者学习,开发平台vs2015(TCP/IP SOCKRT programing based on MFC,A client program ,very good for first learner the develop platform is vs2015)
    2016-09-23 13:01:14下载
    积分:1
  • AutoUpdater
    通过客户端与服务器端文件对比,实现自动升级功能。(Through the client and server-side document comparison, automatic update feature.)
    2009-10-27 12:22:34下载
    积分:1
  • resiveDlg
    c++聊天软件客户端代码,可以实现和双方互相聊天,必须客户端后启动(c++ chat software client code)
    2013-08-11 19:10:03下载
    积分:1
  • IPAddress
    程序可以获取本机IP地址,需要先加载Socket库(Program can access the machine IP address, need to load the Socket Library)
    2009-12-09 14:40:14下载
    积分:1
  • 696524资源总数
  • 103886会员总数
  • 81今日下载