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

搜索资源列表

  1. EasyXSpider

    2下载:
  2. EasyXSpider不仅仅是一个简单的Linux下的爬虫程序。更包括了,索引制作,检索,分词(英文及中文二元法切词),以及Google PageRank算法和CGI查询界面的实现。可以看做是一个完整的小型搜索引擎。
  3. 所属分类:搜索引擎

    • 发布日期:2009-06-12
    • 文件大小:4149505
    • 提供者:shootsoft
  1. ACM PKU 1041

    0下载:
  2. John's trip经典欧拉回路的题
  3. 所属分类:Internet/网络编程

  1. WSN.rar

    0下载:
  2. 对无线传感器网络模拟一个简单的WSN拓扑查找算法基于omnet++仿真软件用C++编程的源代码,Simulation of Wireless Sensor Networks WSN topology of a simple search algorithm is based on the omnet simulation software using C programming source code
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-03-22
    • 文件大小:27348
    • 提供者:李惠云
  1. ScaleFreeNetwork

    0下载:
  2. 无标度网络结构相对简单,实现算法与可视化并不困难。与其它语言相比,Matlab 语言具有丰富的数学 函数库,能够写出简约的源代码。对于非计算机专业的大学生来说,以此为基础,能够快速进入复杂网络前沿 研究课题,对其数学建模能力和科研能力的培养极为有益。-Scale-free network structure is relatively simple algorithm is not difficult and visualization. Compared with other lang
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-03-28
    • 文件大小:3465
    • 提供者:
  1. KadC

    0下载:
  2. Kademlia协议(以下简称Kad)是美国纽约大学的PetarP. Maymounkov和David Mazieres. 在2002年发布的一项研究结果《Kademlia: A peerto -peer information system based on the XOR metric》。 简单的说,Kad 是一种分布式哈希表(DHT)技术,不过和其他DHT 实现技术比较,如 Chord、CAN、Pastry 等,Kad 通过独特的以异或算法(XOR)为距离度量基础,建立了一
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-03-28
    • 文件大小:510394
    • 提供者:libing
  1. ImgCropper

    0下载:
  2. 这是收集的一个js代码,源地址http://www.cnblogs.com/cloudgamer/ 摘要: Flash做动画时会用到Tween类,利用它可以做很多动画效果,例如缓动、弹簧等等。我这里要教大家的是怎么利用flash的Tween类的算法,来做js的Tween算法,并利用它做一些简单的缓动效果。-This is a collection of js code, source address http://www.cnblogs.com/cloudgamer/ Abstract: F
  3. 所属分类:Internet-Socket-Network

    • 发布日期:2017-04-26
    • 文件大小:8920
    • 提供者:John
  1. 69

    0下载:
  2. ASP .NET用户登录界面经常用到验证码代码如下.采用一个简单的算法以保证生成随机数的不同-ASP. NET user interface log in frequently used code Verification Code is as follows. Adopt a simple algorithm to generate random numbers to ensure that the different
  3. 所属分类:Internet-Socket-Network

    • 发布日期:2017-04-12
    • 文件大小:963
    • 提供者:yangzhi
  1. ns-swan.tar

    0下载:
  2. SWAN代表一种使用分布式控制算法来支持软实时业务及服务区分的简单,无状态的网络模型-SWAN represents a simple, stateless network model that uses distributed control algorithms to support "soft" real-time services and service differentiation in wireless ad hoc networks.
  3. 所属分类:Grid Computing

    • 发布日期:2017-04-04
    • 文件大小:52233
    • 提供者:代亮
  1. Asimplechecksumalgorithmton

    0下载:
  2. 简单的校验和算法,模拟通信发射和接收方间通信-A simple checksum algorithm to simulate communication between transmitting and receiving side communication
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-12
    • 文件大小:572
    • 提供者:wudan
  1. TopologyDiscover

    0下载:
  2. 这是OMNeT++中一个较简单的拓扑发现算法-it is TopologyDiscover code for OMNeT++
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-05-03
    • 文件大小:736216
    • 提供者:zhiyu
  1. xingDES

    0下载:
  2. DES算法的简单实现,主要用来学习。 比较简单的一个东西-a simple cpp file for study des algorthm, this program was designed when i study DES algorthm.
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-09
    • 文件大小:2394
    • 提供者:邢家明
  1. AStarpathfinder

    0下载:
  2. 简单的A-star寻路算法,给出了几种不同的地图,并得到正确的寻路结果-A-star a simple routing algorithm, are given several different types of maps, and the results of the correct routing
  3. 所属分类:Sniffer Package capture

    • 发布日期:2017-03-30
    • 文件大小:67199
    • 提供者:huangdingcai
  1. RIP

    0下载:
  2. 互联网RIP协议示例代码,实现了简单的水平分割算法-RIP Internet protocol sample code to achieve the level of a simple segmentation algorithm
  3. 所属分类:Linux Network

    • 发布日期:2017-03-28
    • 文件大小:1353
    • 提供者:张晨光
  1. BRIDGE

    0下载:
  2. 简单的网桥实现,特别适合刚接触计算机网络的人学习网络编程和网络算法的C++实现-the simple bridge
  3. 所属分类:Internet-Socket-Network

    • 发布日期:2017-04-16
    • 文件大小:204304
    • 提供者:lvxin
  1. router

    0下载:
  2. 这是一个用C语言开发的路由路选路模拟算法,代码有注释,简单易懂-this is a algorithm based on C language used for router
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-03-28
    • 文件大小:1635
    • 提供者:肖明
  1. WWW-Search-Google-0.22.tar

    0下载:
  2. Google的一个简单search算法,linux下perl语言编写的。-a simple search algorithm of Google, linux under the perl language.
  3. 所属分类:Search Engine

    • 发布日期:2017-03-29
    • 文件大小:2860
    • 提供者:高宝军
  1. sort

    0下载:
  2. 比较6种算法的复杂度,该程序实现简单、执行速度快且容易理解。-Comparison of six kinds of algorithm complexity
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-14
    • 文件大小:2718
    • 提供者:tjalll
  1. circle1

    0下载:
  2. 一个简单的实现定点圆的算法,可支持鼠标功能-A simple algorithm for the realization of fixed-point round to support mouse functions
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-01
    • 文件大小:1870
    • 提供者:黄鱼
  1. qiudingjifen

    1下载:
  2. 2.求定积分的变成算法 用c语言。简单方便 新手容易看懂 -2. Seeking to become the definite integral algorithm uses c language. Simple and convenient easy to understand novice
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-02
    • 文件大小:2760
    • 提供者:张超
  1. paixu

    0下载:
  2. 排序~有冒泡排序算法 还有选择排序算法。例子中介绍了2中排序 简单明了-~ A bubble sort algorithm to sort the option of sorting algorithms. Example, introduced the two in simple sorting
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-07
    • 文件大小:2923
    • 提供者:张超
« 1 23 4 5 »
搜珍网 www.dssz.com