CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 查找算法

搜索资源列表

  1. IPv4分组的转发功能

    0下载:
  2. 在IPv4分组收发实验的基础上,增加了IPv4分组的转发功能,从而实现路由器中的IPv4协议,初步实现了路由查找算法。-IPv4 packet in the send and receive on the basis of experiments, an increase of IPv4 packet forwarding in order to achieve the IPv4 protocol router, the initial realization of the routing se
  3. 所属分类:TCP/IP协议栈

    • 发布日期:2017-03-24
    • 文件大小:1367
    • 提供者:张栋
  1. 针对链式或顺序存储的线性表实现指定的操作

    0下载:
  2. 针对链式或顺序存储的线性表实现指定的操作 使用栈或队列解决一个应用问题 实现对二叉树的一个指定的操作或用二叉树解决一应用问题 实现对图的一个指定的操作或用图解决一个应用问题 查找算法设计 排序算法设计 ,Store chain or the order for the linear table implementation of the operation specified stack or queue to use the application to solve a probl
  3. 所属分类:数据结构常用算法

    • 发布日期:2017-03-21
    • 文件大小:24964
    • 提供者:冯莹莹
  1. 查找向量容器中的两个字符串

    0下载:
  2. 编程实现如下功能:在主函数中,使用find()函数查找向量容器中的两个字符串,然后使用排序算法sort对查找到的两个字符串之间的所有字符串进行排序操作,最后输出排序后的向量容器中的字符串。其中函数push用于生成一个包含12个字符串的向量,函数disp用于输出向量容器中的字符串。,Programming to achieve the following functions: the main function, use the find () function to find Vector co
  3. 所属分类:数据结构常用算法

    • 发布日期:2017-03-22
    • 文件大小:4212
    • 提供者:weiht
  1. Hashtable

    0下载:
  2. 構造一個散列表,選擇適當的散列函數和解決碰撞的方法,實現插入、刪除和查找算法-to construct a hash table, hash function and select the appropriate method to resolve collisions achieve insert, delete, and search algorithm
  3. 所属分类:Other systems

    • 发布日期:2017-04-12
    • 文件大小:1175
    • 提供者:徐俊龙
  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. bmsearch_src.zip

    0下载:
  2. BM关键字查找算法,在用于查找子字符串的算法当中,BM(Boyer-Moore)算法是目前相当有效又容易理解的一种,一般情况下,比KMP算法快3-5倍。,BM keyword search algorithm used in the sub-string search algorithm which, BM (Boyer-Moore) algorithm is quite effective and easy to understand A, under normal circumstances
  3. 所属分类:Data structs

    • 发布日期:2017-03-24
    • 文件大小:10523
    • 提供者:jiangjun
  1. Dijkstra_java

    2下载:
  2. 使用Java实现应用迪杰斯特拉算法进行有向带权图中的最短路径的查找。-it is got the shortest path of graph with Dijkstra by java.
  3. 所属分类:Java Develop

    • 发布日期:2017-03-29
    • 文件大小:2026
    • 提供者:孔凤玉
  1. hashtable

    0下载:
  2. 一个哈希查找算法,用c实现, gcc编译 如果使用vs可能会提示少stdint.h-A hash search algorithm, with c and gcc compiler to achieve, if you are using VS , you may get a "can t find stdint.h",
  3. 所属分类:Data structs

    • 发布日期:2017-03-27
    • 文件大小:4762
    • 提供者:qz
  1. findfile

    0下载:
  2. delphi历遍递归快速查找文件算法:运用独特的运算算法,和精简的代码实现的历遍递归快速查找文件,是个不可多得实用实例,里面代码全。-delphi calendar quickly locate files all over the recursive algorithm: the use of a unique computing algorithms, and streamlining the code over the recursive implementation of the cal
  3. 所属分类:Delphi VCL

    • 发布日期:2017-03-23
    • 文件大小:202051
    • 提供者:QQ仔
  1. 8

    0下载:
  2. 程序功能:利用二分法查找算法在一个有序表中插入一个元素并保持表的有序性-Program features: the use of dichotomy and orderly in a search algorithm to insert a table element and maintain the orderly form of
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-03
    • 文件大小:638
    • 提供者:蓝源源
  1. sift

    0下载:
  2. 这段代码是SIFT算法的C++代码,sift算法主要用于查找两张图像的共同特征点-SIFT algorithm for C++ code
  3. 所属分类:Special Effects

    • 发布日期:2017-03-31
    • 文件大小:696422
    • 提供者:何青
  1. kdtree

    1下载:
  2. K-D树源码,不错的空间查找算法,在三维重建和匹配中应用较多!-KD tree source, good space search algorithm, in the three-dimensional reconstruction and matching the application of more!
  3. 所属分类:3D Graphic

    • 发布日期:2017-03-29
    • 文件大小:105469
    • 提供者:yangronghao
  1. Findfile

    0下载:
  2. Findfile 利用递归算法查找文件的例子,d5及以上支持-Findfile use recursion algorithm search document example, d5 and above supports
  3. 所属分类:Other systems

    • 发布日期:2017-11-09
    • 文件大小:8673
    • 提供者:彭广
  1. Openh323-RTH323

    0下载:
  2. 如何成功的运用OPENH323 来开发商业的H.323 协议栈 Openh323 有以下的特征: 1>动态的静音检测算法, 以减小语音包的传输量。 2>支持Windows,Linux 和FreeBSD 的多种客户端命令。 3>包含有MCU,PSTN 网关,和自动语音应答机等多种应用平台。 4>软件支持GSM,LPC-10,G.711 uLaw/Alaw 软件编解码方式。 5>特定硬件(Quicknet/LineXJ)支持G.723.1, G.728 和 G.729
  3. 所属分类:VOIP program

    • 发布日期:2017-11-09
    • 文件大小:394734
    • 提供者:陈学军
  1. binarysearch

    0下载:
  2. 数据结构中的查找算法,实现的是在递归条件下的对半查找法-Find a data structure in the algorithm is recursively under the conditions of semi-Find Law
  3. 所属分类:Data structs

    • 发布日期:2017-04-07
    • 文件大小:1185
    • 提供者:winnie
  1. avt

    0下载:
  2. 1.本程序演示平衡二叉树的插入,删除,查找,。 2.首先要先初始二叉树为空树; 3.接着要实现平衡二叉树的插入,删除,,其中根据平衡二叉树插入,删除的算法要不停的把插入的元素平衡地插入,需要调用平衡分析函数和左右旋转函数,更新平衡二叉树;删除元素后也要调用平衡分析函数和左右旋转函数,更新平衡二叉树。 4.平衡二叉树的查找则可根据查找算法实现。比较简单。-1. This procedure demonstration balanced binary tree insertion, de
  3. 所属分类:Data structs

    • 发布日期:2017-03-30
    • 文件大小:74798
    • 提供者:张欣
  1. 3

    0下载:
  2. 图的创建, 二叉树的建立与遍例, 二叉树的算法:含有插入结点,删除结点,和查找方法-Map creation, tree establishment and all over the cases, binary tree algorithms: insert containing nodes, delete nodes, and to find methods
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-14
    • 文件大小:3094
    • 提供者:chenyuehong
  1. d.doc

    0下载:
  2. 题目:对记录序列:{55,13,23,72,109,67,2,78,13}分别使用顺序查找和折半查找算法实现特定关键字值记录的查找。然后建立该记录序列的二叉排序树,并在其上实现特定关键字值结点的查找和删除。-Title: on the record sequence: (), respectively 55,13,23,72,109,67,2,78,13 order to find and use half the search algorithm to achieve a specific k
  3. 所属分类:Document

    • 发布日期:2017-04-06
    • 文件大小:6538
    • 提供者:sad
  1. Hashtable

    0下载:
  2. 跟据全年级学生的姓名,构造一个散列表,选择适当的散列函数和解决碰撞的方法,实现插入、删除和查找算法,统计碰撞发生的次数-With the whole school year, according to the names of students, to construct a hash table, select the appropriate hash function and resolve the collision method, the realization of insert, d
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-07
    • 文件大小:12495
    • 提供者:陈济恺
  1. XJGL

    0下载:
  2. 对学生学籍数据进行管理,实现添加、查询(必须使用折半查找算法)、修改、删除等,所用数据结构及其存储结构任选。-School data on students managed to achieve add, query (must use half the search algorithm), modify, delete, etc., used in the data structure and storage structure choice.
  3. 所属分类:Data structs

    • 发布日期:2017-04-05
    • 文件大小:125632
    • 提供者:迟浩东
« 1 2 3 4 5 67 8 9 10 11 ... 50 »
搜珍网 www.dssz.com