CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 网络编程 搜索资源 - 算法

搜索资源列表

  1. 一本非常好的图论与网络的书籍

    0下载:
  2. 这是关于网络编程方面的东西,他主要讲述了如何处理网络以及图的最优化算法-on network programming of things, he explains how to deal with the network map and optimization algorithms
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:5442452
    • 提供者:粒粒
  1. advanceemail

    0下载:
  2. 本例实现了发送带附件的电子邮件的功能!其中不仅涉及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!
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:90862
    • 提供者:徐梅
  1. 568681geosteiner-3[1].1

    0下载:
  2. 很少的steiner算法,大家可以一起来研究一下-little STEINER algorithm, we can look at one up
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:1973303
    • 提供者:lin
  1. 99273866tsp_ga

    0下载:
  2. tsp算法肯定能够运行,希望能够给大家带来用处-tsp algorithm sure can run, we hope to bring to use
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:13098
    • 提供者:lin
  1. shortestPathAlgorithmRouter

    0下载:
  2. 所实现的路由器采用距离矢量算法,模拟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
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:145115
    • 提供者:agang
  1. topology

    1下载:
  2. 一个简单的接近真实的网络拓扑发现算法程序包,大家可以下来参考以下 -a simple close to the real network topology discovery algorithm package, we can down reference to the following
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:83976
    • 提供者:yangqiang
  1. IdeaDlg

    0下载:
  2. IDEA算法的加密实现,实现对明文的加密,加密效果很不错-IDEA encryption algorithm, has implemented an express right of encryption, encryption is very good effect
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:4028
    • 提供者:xchf
  1. Rc4Dlg

    0下载:
  2. RC4算法的加密实现,实现对明文的加密,加密效果很不错-RC4 encryption algorithm, has implemented an express right of encryption, encryption is very good effect
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:2797
    • 提供者:xchf
  1. SimpleShiftDlg

    0下载:
  2. SIMPLESHIFT算法的加密实现,实现对明文的加密,加密效果很不错-SIMPLESHIFT encryption algorithm, has implemented an express right of encryption, encryption is very good effect
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:1502
    • 提供者:xchf
  1. KeyWordDlg

    1下载:
  2. KEYWORD算法的加密实现,实现对明文的加密,加密效果很不错-somewhat encryption algorithm, has implemented an express right of encryption, encryption is very good effect
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:2554
    • 提供者:xchf
  1. othersIPmask

    0下载:
  2. OTSU 算法可以说是自适应计算单阈值(用来转换灰度图像为二值图像)的简单高效方法。下面的代码最早由 Ryan Dibble提供,此后经过多人Joerg.Schulenburg, R.Z.Liu 等修改,补正。 算法对输入的灰度图像的直方图进行分析,将直方图分成两个部分,使得两部分之间的距离最大。划分点就是求得的阈值。-OTSU algorithm can be calculated adaptive threshold (for conversion to gray scale im
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:176442
    • 提供者:electron
  1. rsabignumber

    0下载:
  2. rsa中的大数运算算法实现。 主要语言:C++ 嵌入汇编-rsa majority of the computing algorithm. Major languages : C embedded compilation
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:10223
    • 提供者:
  1. DistanceVector_Routing

    2下载:
  2. Distance Vector Routing,也称为Bellman-Ford shortest path algorithm。基本思想是: 每个路由器(路由结点)都维持一张路由表,包括路由的目的地(V)和路由的距离(D)。每个路由器都定期与相邻结点交换路由表信息,据此更新它们自己的路由表。所有结点都监听从其它结点传来的路由表,并按照下列规则更新其路由表: -发现了一条到达某目的结点的新路由,而该路由在原来的路由表中不存在(即发现了一条新路由),则在路由表中增加该路由。 -发现了一条
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:3027
    • 提供者:agang
  1. BTDemo

    0下载:
  2. 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
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:58245
    • 提供者:vvyang
  1. jce-1_2_2

    0下载:
  2. 介绍加密解密的书籍,对网络中的加密解密算法进行了详细的介绍-on encryption and decryption of books on the network encryption and decryption algorithms for a detailed account of
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:471815
    • 提供者:郑述庆
  1. check_sum

    0下载:
  2. 计算校验和 校验和算法描述:为保证网络上传输的数据的可靠性,在许多协议中都设置了校验和项,例如:IPv4、ICMPv4、IGMPV4、ICMPv6、UDP和TCP 等等。计算这些校验和的算法称为网际校验和算法,简单来说就是:把被校验的数据16位进行累加,然后取反码,若数据字节长度为奇数,则数据尾部补一个字节的0以凑成偶数。 由于从输入文件读入的数据不能直接满足计算校验和的条件,所以首先对从文件读入缓冲区的数据进行预处理,即读入缓冲区时忽略空格。由于累加是按16位进行的,所以每次从缓冲
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:88943
    • 提供者:阿蒙
  1. win_netsniffer

    0下载:
  2. window下网络监控代码,精练,算法好-Network Monitor window code, a streamlined and better algorithm
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:11893
    • 提供者:吴木
  1. arq_protocols

    0下载:
  2. ARQ三个基本算法,算法实现,大家可以修改使用-ARQ three basic algorithms, Algorithm, we can use changes
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:10045
    • 提供者:chenming
  1. checkjiaoyan

    0下载:
  2. 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.
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:27704
    • 提供者:李皓雯
  1. Win32SDKchess

    0下载:
  2. win32sdk+智能算法 主要使用深度+广度搜索-win32sdk intelligent algorithm mainly use depth and breadth Search
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:37552
    • 提供者:yangzhenxing
« 1 23 4 5 »
搜珍网 www.dssz.com