搜索资源列表

  1. BISEARCH

    0下载:
  2. 二分查找算法的源代码,可以在BC、TC、VC++上运行-Binary search algorithm source code, can BC, TC, VC++ Run
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2024-05-19
    • 文件大小:1024
    • 提供者:zt
  1. binsearch

    0下载:
  2. 数据结构查找算法中的二分查找算法,设置一个长度为100的查找表,有效值范围(0-1)例如设置一个值0.34运行程序就会得到他在表中位置。-Data structure search algorithm in the binary search algorithm, set up a length 100 lookup table, valid value range (0-1) to set up a value of 0.34 for
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-19
    • 文件大小:178176
    • 提供者:jxl
  1. basicAlgorithm(pascal)

    0下载:
  2. 基本算法正稿 包括:一、数论算法;二、图论算法;三、背包问题;四、排序算法;五、高精度计算;六、 树的遍历;七 进制转换;八 全排列与组合的生成;九.查找算法;十、贪心;十一、回溯法框架;十二、DFS框架;十三、BFS框架;十五、数据结构相关算法 -Following is the basic algorithm include: number theory algorithm Second, graph theory alg
  3. 所属分类:文档资料

    • 发布日期:2024-05-19
    • 文件大小:14336
    • 提供者:oh204
  1. binarySearch

    0下载:
  2. 常用的数据结构--Java实现的源代码,主要是经典的二分查找算法实现-Commonly used data structure- Java source code to achieve, mainly classical binary search algorithm
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-19
    • 文件大小:3072
    • 提供者:shengang
  1. chazhaopaixudeyingyong

    0下载:
  2. 数据结构中关于查找、排序的应用。对学生的基本信息进行管理。 设计一个学生信息管理系统,学生对象至少要包含:学号、姓名、性别、成绩1、成绩2、总成绩等信息。要求实现以下功能: 1.总成绩要求自动计算; 2.查询:分别给定学生学号、姓名、性别,能够查找到学生的基本信息(要求至少用两种查找算法实现); 3、排序:分别按学生的学号、成绩1、成绩2、总成绩进行排序(要求至少用两种排序算法实现)。 -Data structure o
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-19
    • 文件大小:8192
    • 提供者:
  1. binarysearch

    0下载:
  2. 问题的提出:编写程序对数据序列采用二分查找法和顺序查找法查找元素的下标,要求使用类模板实现(其中二分法查找算法要求用递归实现,给定数据序列有序)。-Of the problem: the preparation of procedures for the data sequence using binary search method and the order of search law search element subscr i
  3. 所属分类:Windows编程

    • 发布日期:2024-05-19
    • 文件大小:9216
    • 提供者:王清
  1. 111

    0下载:
  2. 实现折半查找算法,实现直接插入排序、希尔排序(选做)、起泡排序、快速排序、简单选择排序和堆排序(选做)等算法
  3. 所属分类:Windows编程

    • 发布日期:2024-05-19
    • 文件大小:3072
    • 提供者:
  1. chazhao

    0下载:
  2. 数据结构课程作业,查找算法。用哈希算法下实行查找-Data structure course work, search algorithm. Under the hash algorithm used to find
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-19
    • 文件大小:342016
    • 提供者:梁吉培
  1. erchashu.txt

    0下载:
  2. 包括二叉树的建立和查找,是查找算法的一种,大家可以看看,参考一下。-Including the establishment of a binary tree and search is a search algorithm, we can see that reference.
  3. 所属分类:其他小程序

    • 发布日期:2024-05-19
    • 文件大小:1024
    • 提供者:zhangfei
  1. binary_search

    0下载:
  2. 二分查找算法:算然很简单但是要写好不容易,请指正-Binary search algorithm: operator ran a very simple but not easy to write, please correct me
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-19
    • 文件大小:160768
    • 提供者:luwei
  1. SearchPosition

    0下载:
  2. 折半查找算法的实现,使用VC实现,希望对大家有用-Implementation of binary search algorithm, using VC realize the hope for all of us
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-19
    • 文件大小:231424
    • 提供者:fcwindpasss
  1. KMP

    0下载:
  2. KMP是一种字符串查找算法,具有无需回溯的特点,效率高,本源码实现了KMP算法-KMP
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-19
    • 文件大小:4096
    • 提供者:ybelieve
  1. sort

    0下载:
  2. 随机生成5000个0~10000之间的整数,可对其进行查找,并对几种不同的查找算法进行比较;可对其进行排序,并对几种不同的排序算法比较。-5000 randomly generated integer between 0 and 10000, can find them, and several different search algorithms are compared can be sorted, and compare se
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-19
    • 文件大小:4096
    • 提供者:zry
  1. FilterTest (2)

    0下载:
  2. 高效的关键字过滤及查找算法(Trie KO Hash)FilterTest(Trie KO Hash FilterTest)
  3. 所属分类:其他小程序

    • 发布日期:2024-05-19
    • 文件大小:37888
    • 提供者:MEHUANG
  1. 算法第4版

    0下载:
  2. 包括了排序、查找、分类等目录下的各种算法,内容丰富,可钻研性高。唯一的问题是习题并没有答案。(Algorithm)
  3. 所属分类:其他小程序

    • 发布日期:2024-05-19
    • 文件大小:89542656
    • 提供者:marquisire
  1. c二叉查找树

    0下载:
  2. 二叉树查找算法,是c数据结构的内容比较难做我做了很长时间才做出来(Two tree search algorithm, C data structure is more difficult to do, I have done a long time to do it)
  3. 所属分类:其他小程序

    • 发布日期:2024-05-19
    • 文件大小:452608
    • 提供者:tianyudizhua
  1. 两个算法

    0下载:
  2. 实现了两种搜索算法,进行矩阵运算,可以在矩阵上查找出需要的若干行(Two kinds of search algorithms are realized and matrix operation is carried out)
  3. 所属分类:Windows编程

    • 发布日期:2024-05-19
    • 文件大小:14295040
    • 提供者:lyfdamon
  1. 常用问题的算法

    0下载:
  2. 常用问题的算法,包括表达式求值,递归二分查找,归并算法,回溯法求解数独问题等(The commonly used algorithms, including recursive expression evaluation, two search, merging algorithm, backtracking and Sudoku problem etc.)
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-19
    • 文件大小:26624
    • 提供者:yiyiyiyiyiyiyi
  1. C常用算法程序集(第二版)

    0下载:
  2. 针对工程中常用的行之有效的算法而编写,其主要内容包括多项式的计算、复数运算、随机数的产生、矩阵运算、矩阵特征值与特征向量的计算、线性代数方程组的求解、非线性方程与方程组的求解、插值与逼近、数值积分、常微分方程组的求解、数据处理、极值问题的求解、数学变换与滤波、特殊函数的计算、排序和查找。(The effective algorithm commonly used in engineering and preparation, the m
  3. 所属分类:数值算法/人工智能

  1. some sort and selection algorithms

    0下载:
  2. 三种排序算法和两种查找算法,可直接打开,编译运行。没有错误(some sort and selection algorithms)
  3. 所属分类:其他小程序

    • 发布日期:2024-05-19
    • 文件大小:2048
    • 提供者:射鲸少年
« 1 2 3 45 6 7 8 9 10 ... 50 »

源码中国 www.ymcn.org