CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 搜索资源 - 查找

搜索资源列表

  1. 顺序查找的实现

    1下载:
  2. 查找是使用计算机中CPU最大的一个功能,查找算法决定了程序的优劣性,此算法完成了顺序查找的实现。- The search was uses in the computer a CPU biggest function, the search algorithm had decided the procedure fit and unfit quality, this algorithm has completed the smooth search realization.
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:841byte
    • 提供者:杨涛
  1. 通配符查找算法

    0下载:
  2. 一个效率很高的通配符查找算法,适用于对\"*\"和“?”的通配符查找,可以根据需要进行修改,适用于不同应用, 另外还有一个非常适用的CRC检查算法-a highly efficient wildcard search algorithm that applies to the "*" and "the" wildcard search, it may need to make changes apply to different applications,
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1.83kb
    • 提供者:
  1. 比Boyer-Moore更快的字符串查找算法

    1下载:
  2. 比Boyer-Moore更快的字符串查找算法-than the Boyer - Moore string search for a faster algorithm
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:1.79kb
    • 提供者:老石
  1. 折半查找

    0下载:
  2. 数据结构二分查找,演示了使用递归函数或者循环语句实现的二分查找算法,两种方法都使用了称为二分搜索的算法-data structure search for two hours to demonstrate the use of recursive function or loop is the realization of two searching algorithm, both methods are used as a two-Search Algorithm
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:256.89kb
    • 提供者:李顺
  1. 图形方式的二分查找程序

    0下载:
  2. 在TC 中用图形方式演二分法查找程序,可以作为学生的教学用。很形象啊-TC used in the graphic speech dichotomy tracing procedure can be used as a teaching students. Ah very image
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1.9kb
    • 提供者:康道之
  1. 排序和查找

    0下载:
  2. 常用的数据结构排序和查找算法:简单选择排序,冒泡排序,折半插入排序,快速排序,堆排序 顺序查找,折半查找.-commonly used data structures sorting and searching algorithms : simple choice, in order of Bubble Sort, half insertion sort, rapid sequencing, Heap Sort sequence search, binary search.
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:2.52kb
    • 提供者:张杰
  1. 表的建立、插入、查找、删除操作

    0下载:
  2. 在Visual C++6.0下编译通过 完成表的建立、插入、查找、删除操作
  3. 所属分类:数据结构常用算法

    • 发布日期:2014-01-17
    • 文件大小:1.21kb
    • 提供者:ljfalk
  1. 索引顺序表的查找源程序代码

    0下载:
  2. 数据结构上机实验内容 索引顺序表的查找源程序代码-data structure on the plane experiment content indexing table lookup sequence source code
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1.18kb
    • 提供者:悠女
  1. 顺序查找

    0下载:
  2. 本程序用于数据的折半查找,是折半查找的基本算法-the procedures for the binary search data is the basic binary search algorithm
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:13.06kb
    • 提供者:我心飞扬
  1. 折半查找-c++

    0下载:
  2. 折半查找算法,实现对于一组数据的查找操作,利用折半查找法进行查找-binary search algorithm, to achieve a set of data for the search operation, the use of binary search method you
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:9.54kb
    • 提供者:陈钊
  1. kmp查找算法

    1下载:
  2. 最常用的字符串查找算法
  3. 所属分类:数据结构常用算法

  1. 二分法查找元素

    0下载:
  2. 二分法查找元素
  3. 所属分类:数据结构常用算法

  1. linear-list 线性表从顺序表中才查找与给定的元素值相同的元素在表中的位置

    0下载:
  2. 构造一个空的线性表从顺序表中才查找与给定的元素值相同的元素在表中的位置-Linear form constructed from an empty table in order to find only elements with the same value for a given element position in the table
  3. 所属分类:数据结构常用算法

    • 发布日期:2017-03-26
    • 文件大小:1.17kb
    • 提供者:小丫
  1. 二叉查找树的创建、查找、插入和删除

    1下载:
  2. 二叉查找树的创建、查找、插入和删除 问题描述:运行时产生若干个随机整数,依次插入到一棵初始为空的二叉查找树中,并能在其中查找、插入、删除指定的整数。,Binary Search Tree to create, find, insert and delete the problem descr iption: run-time generated a number of random integers, followed by insertion into an initial empty bi
  3. 所属分类:数据结构常用算法

    • 发布日期:2015-06-23
    • 文件大小:1.02kb
    • 提供者:李晓风
  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
    • 文件大小:4.11kb
    • 提供者:weiht
  1. 用折半查找法找出该职工的姓名

    0下载:
  2. 用折半查找法找出该职工的姓名.txt 这个问题并不是C语言,是数据结构方面的问题 首先,你要查找的表是有规定的有序表 表中数据元素按关键码升序或降序排列的表称为有序表。 折半查找的思路是,在有序表中取中间元素作为比较对象,若给定值与中间元素的关键码相等,则查找成功;若给定值小于中间元素的关键码,则在中间元素的左半区继续查找;同理,如果找不到在右半部查找。不断重复上述的查找过程,直到查找成功,或所查找的区域无数据元素,查找失败。 如果还是不懂的话,可以查找一下有关数据结构方面的书,会更加
  3. 所属分类:数据结构常用算法

    • 发布日期:2012-09-17
    • 文件大小:4.71kb
    • 提供者:3345143
  1. search

    0下载:
  2. 索引顺序表查找,索引顺序查找即分块查找,是将顺序表分成诺干块。-Indexed sequential table lookup, the index in order to find that the search block is to the order of the table is divided into Nokan blocks.
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:3.65kb
    • 提供者:张蓓蓓
  1. C

    1下载:
  2. 本文档容括了C(C++)所有算法,分为数值算法、图论算法、背包算法、排序算法、高精度算法、树的遍历、进制转换、全排列和组合生成、查找算法、贪心、回溯法框架、DFS框架、BFS框架、数据结构相关算法。并有实例源码-This document, including the capacity C (C ) for all algorithms, divided into numerical algorithms, graph theory, algorithm, knapsack algorit
  3. 所属分类:Data structs

    • 发布日期:2017-03-24
    • 文件大小:14.96kb
    • 提供者:海霞
  1. 二叉查找树

    0下载:
  2. 详细实现了二叉查找树的各种操作:插入结点、构造二叉树、删除结点、查找、 查找最大值、查找最小值、查找指定结点的前驱和后继
  3. 所属分类:数据结构常用算法

  1. 查找算法

    0下载:
  2. 在Windows平台下VS2010实现了集中基本的查找算法,数据结构的基础(In the Windows platform, VS2010 implements the basic search algorithm, data structure foundation)
  3. 所属分类:数据结构

    • 发布日期:2017-12-31
    • 文件大小:6.87mb
    • 提供者:JUSTONEBOY
« 12 3 4 5 6 7 8 9 10 ... 50 »
搜珍网 www.dssz.com