搜索资源列表
webbder
- 极好的 Web 应用程序生成器( 实际是7月份版,到现在作者好象还没更新,不过已相当不错了 ),附带众多的例子和构件,如Web Server、Web程序、小游戏、算法演示等,含全部源码! 完整功能. 源代码: 有-excellent Web application generator (actually July edition, the author seems to now No update, but have quite a), attached numerous examples an
pgm
- 本程序是pgm算法的源码,用c++和tcl编写在ns2作为工具-pgm algorithm source code, using c + + and peers prepared as a tool in NS2
AS_QAP_0_9
- 该算法应于求解QOP问题,本人对此不是很精通,希望有机会和大家一起讨论这个问题。-the algorithm should be solved QOP issue, I am not very proficient, and hope we have the opportunity to discuss this issue.
maths4
- 这是一个关于一个节点网络中的最大流量的算法,给出各节点权值,输出最大流量-This is a node on a network of maximum flow algorithm, the node is the right value, the largest export volume
nbjjweb
- 一、算法注册机 1 运行未注册软件,得到软件机器码。 2 运行算法注册机,由注册机算出注册码。 3 然后在原软件注册处输入即可注册成功。 或者直接由注册机得到Name和Code等信息进行注册。 二、内存注册机(内存补丁) 1 前提安装原版软件;下载内存注册机。 2 把内存补丁复制到软件所在(硬盘的)目录内;运行内存补丁,接着输入任意注册码点注册或确定。此时将弹出正确的注册码。 3 把你得到的正确注册码填入原软件需要注册的地方,点击确定或注册即可。 -an
advanceemail
- 本例实现了发送带附件的电子邮件的功能!其中不仅涉及SMTP协议的内容,还涉及到文件编解码和算法选择!-realized send an attachment in e-mail function! SMTP which involves not only the content of the agreement, but also to the file and codec algorithm choice!
568681geosteiner-3[1].1
- 很少的steiner算法,大家可以一起来研究一下-little STEINER algorithm, we can look at one up
99273866tsp_ga
- tsp算法肯定能够运行,希望能够给大家带来用处-tsp algorithm sure can run, we hope to bring to use
shortestPathAlgorithmRouter
- 所实现的路由器采用距离矢量算法,模拟Internet上的IP路由器,它能确定网络的最短路由,并在其上传输分组-router achieved by the application of the distance vector algorithm simulation on the Internet IP routers, it can determine the shortest route network, and in its previous packet transmission
topology
- 一个简单的接近真实的网络拓扑发现算法程序包,大家可以下来参考以下 -a simple close to the real network topology discovery algorithm package, we can down reference to the following
IdeaDlg
- IDEA算法的加密实现,实现对明文的加密,加密效果很不错-IDEA encryption algorithm, has implemented an express right of encryption, encryption is very good effect
Rc4Dlg
- RC4算法的加密实现,实现对明文的加密,加密效果很不错-RC4 encryption algorithm, has implemented an express right of encryption, encryption is very good effect
SimpleShiftDlg
- SIMPLESHIFT算法的加密实现,实现对明文的加密,加密效果很不错-SIMPLESHIFT encryption algorithm, has implemented an express right of encryption, encryption is very good effect
KeyWordDlg
- KEYWORD算法的加密实现,实现对明文的加密,加密效果很不错-somewhat encryption algorithm, has implemented an express right of encryption, encryption is very good effect
othersIPmask
- OTSU 算法可以说是自适应计算单阈值(用来转换灰度图像为二值图像)的简单高效方法。下面的代码最早由 Ryan Dibble提供,此后经过多人Joerg.Schulenburg, R.Z.Liu 等修改,补正。 算法对输入的灰度图像的直方图进行分析,将直方图分成两个部分,使得两部分之间的距离最大。划分点就是求得的阈值。-OTSU algorithm can be calculated adaptive threshold (for conversion to gray scale im
DistanceVector_Routing
- Distance Vector Routing,也称为Bellman-Ford shortest path algorithm。基本思想是: 每个路由器(路由结点)都维持一张路由表,包括路由的目的地(V)和路由的距离(D)。每个路由器都定期与相邻结点交换路由表信息,据此更新它们自己的路由表。所有结点都监听从其它结点传来的路由表,并按照下列规则更新其路由表: -发现了一条到达某目的结点的新路由,而该路由在原来的路由表中不存在(即发现了一条新路由),则在路由表中增加该路由。 -发现了一条
BTDemo
- delphi实现的bt下载器示例程序,带全部源码和BT协议 包中文件说明: BTDemo.dpr, BTDemoF.pas, BTDemoF.dfm -- 一个简单的bt下载器,支持多个.torrent文件同时下载 btutils.pas -- 核心bt组件 DCP*.pas -- SHA算法源码(复制自DEC组件包) InetUtils.pas -- 提供Internet下载的函数库 SimpleSocks.pas -- socket组件(TCP) SortList
check_sum
- 计算校验和 校验和算法描述:为保证网络上传输的数据的可靠性,在许多协议中都设置了校验和项,例如:IPv4、ICMPv4、IGMPV4、ICMPv6、UDP和TCP 等等。计算这些校验和的算法称为网际校验和算法,简单来说就是:把被校验的数据16位进行累加,然后取反码,若数据字节长度为奇数,则数据尾部补一个字节的0以凑成偶数。 由于从输入文件读入的数据不能直接满足计算校验和的条件,所以首先对从文件读入缓冲区的数据进行预处理,即读入缓冲区时忽略空格。由于累加是按16位进行的,所以每次从缓冲
arq_protocols
- ARQ三个基本算法,算法实现,大家可以修改使用-ARQ three basic algorithms, Algorithm, we can use changes
checkjiaoyan
- 1. 算法原理:当发送IP包时,需要计算IP报头的校验和:当接收IP包时,需要对报头进行确认,检查IP头是否有误,算法同上2、3步,然后判断取反的结果是否为0,是则正确,否则有错。 2. 实现功能:计算输入数据的校验和,以判断接收数据是否正确 -1. Algorithm principle : When sending IP packets, it needs to calculate the IP header checksum : When receiving IP packets.
