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

搜索资源列表

  1. 公共子序列

    0下载:
  2. 本算法实现的是对两个单字符串的扫描,找出其最长公共子序列。-the algorithm to achieve the two-string scan, identify its longest public sequences.
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:819
    • 提供者:汪永威
  1. AprioriC++

    0下载:
  2. 用c++编写的apriori算法,数据挖掘的经典算法,但需要扫描多次数据库,已逐渐被fpgrowth代替-prepared with the algorithm algorithms, data mining algorithms classic, but need to scan multiple databases, have gradually been replaced fpgrowth
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:67851
    • 提供者:linus yue
  1. Scan

    0下载:
  2. 经典算法实现,扫描线算法的实现,环境为vc2005
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1080691
    • 提供者:tangWH
  1. find

    0下载:
  2. 数据结构中的顺序表和数表的查找算法。基本思想:从表的一端开始,顺序扫描线性表,依次将扫描到的结点的关键字与给定值k进行比较,若相等,则查找成功;若扫描到表的另一端仍没有找到与关键字k相等的结点,则查找失败。-Data structure in the order list and several forms of the search algorithm. The basic idea: to start from one end of the table, the order of the l
  3. 所属分类:Data structs

    • 发布日期:2017-03-25
    • 文件大小:1043
    • 提供者:wuyoudanbo
  1. generallist

    0下载:
  2. 求广义表的深度 利用数组传值,建立单链表并将其初始化。 利用递归求出每个子表的深度,进而求出广义表的深度。 先看两个表的深度是否相同,若相同,对表A中的每个元素i,扫描表B中的每个元素,对与i深度相同的元素j,再将i中的每个元素与j中的每个元素进行比较。(运用递归算法)-Seeking a broad depth of the table The use of an array passed by value, establish a single list of its in
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:1722
    • 提供者:weiwei
  1. sjjgysffxcmsmgMark.Allen.Weiss.smb

    0下载:
  2. [数据结构与算法分析C.描述].(美国)Mark.Allen.Weiss.扫描版.pdf-[Data Structures and Algorithm Analysis C. Descr iption]. (USA) Mark.Allen.Weiss. Scan version. Pdf
  3. 所属分类:Data structs

    • 发布日期:2017-06-15
    • 文件大小:24165477
    • 提供者:张阳
  1. Bubble_Sort

    0下载:
  2. 用c语言的数据结构算法。采用自下向上扫描,对R做冒泡排序-C language data structures with algorithms .Using bottom-up scan, on the R to do bubble sort
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:782
    • 提供者:李阳
  1. 1

    0下载:
  2. C++数据结构与算法,高清,非扫描版.对学习C++有很大的帮助!-C++ data structures and algorithms, high-definition, non-scan version. On learning C++ is very helpful!
  3. 所属分类:Data structs

    • 发布日期:2017-05-24
    • 文件大小:7961296
    • 提供者:lan
  1. c

    0下载:
  2. 1、 题目的要求是通过磁盘调度算法的模拟设计,了解磁盘调度的特点,其主要任务是模拟实现FCFS、SSTF、SCAN、C-SCAN算法,并计算及比较磁头移动道数。-1, the subject request is simulated through the disk scheduling algorithm designed to understand the characteristics of disk scheduling, to achieve its main task is to s
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:1347
    • 提供者:fire
  1. Kruskal

    0下载:
  2. 采用Kruskal算法求最小生成树主要数据结构 edgeset GE 存放图中的所有边 int n,int e 存放图中的顶点数与边数 edgeset C 存放生成树中的边 vexlist gv 图中结点的顶点值 adjmatrix s 用来处理图中结点的查找与合并 int m1,m2 一条边上两顶点所属集合的序号 int k 最小生成树中的边数 int d //图中待扫描边元素的下标-For the Minimum Spanning Tree by Krusk
  3. 所属分类:Data structs

    • 发布日期:2017-03-30
    • 文件大小:1765
    • 提供者:mgh
  1. 7

    0下载:
  2. 编程实现SSTF算法和SCAN算法 掌握SSTF算法和SCAN算法的原理,并编程实现-Programming algorithm SSTF and SCAN algorithms SSTF and SCAN algorithms to master the principles of algorithm and programming
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:742
    • 提供者:瓜哥
  1. shu.ju.jie.gou.yu.suan.fa

    0下载:
  2. 重磅不私藏,三本数据结构与算法的好书,数据结构算法VC++6.0程序集,数据结构与算法程序+(C++)+China-pub高清非扫描,[数据结构与算法分析C.描述].(美国)Mark.Allen.Weiss.扫描版-Heavy non-possession, three books of data structures and algorithms, data structures, algorithm VC++6.0 assembly, data structure and algorithm
  3. 所属分类:Data structs

    • 发布日期:2017-06-22
    • 文件大小:42473472
    • 提供者:lession
  1. Huffman

    0下载:
  2. 运用赫夫曼编码的最优前缀码的贪心算法构造huffman树: 首先扫描输入文件,统计出现的字符以及每个字符出现的次数。每次取出现次数最小的那两个节点(node)合并成一个节点(node),并且将累计数值相加作为新的接点的累计数值,最顶层的是根节点(root) -Huffman coding using optimal prefix code of the greedy algorithm constructs huffman tree: First, scan the input file,
  3. 所属分类:Data structs

    • 发布日期:2017-04-15
    • 文件大小:10771
    • 提供者:WSN
  1. ScanflineFill

    0下载:
  2. 扫描线区域填充算法,完全在VC++6.0控制台上实现-Scan line region filling algorithm, completely in VC++6.0 console
  3. 所属分类:Data structs

    • 发布日期:2017-04-12
    • 文件大小:1806
    • 提供者:殷文斌
  1. 33

    0下载:
  2. 1、设单链表中存放着n个字符,设计算法,判断该字符串中是否有中心对称关系。例如:xyzzyx、xyzyx都算是中心对称的字符串。 2、设计算法判断一个算术表达式的圆括号是否配对。(提示:对表达式进行扫描,遇‘(’进栈,遇‘)’退掉栈顶的‘(’,表达式被扫描完毕,栈为空) 3、假设以带头结点的循环链表表示队列,并只设一个指针指向队尾,编写相应的置队空、入队和出队算法。 -Set single linked list storage n characters, design algori
  3. 所属分类:Data structs

    • 发布日期:2017-12-03
    • 文件大小:2410714
    • 提供者:wenzi
  1. fenzhi

    0下载:
  2. 凸包求解算法。 实现基于枚举方法的凸包求解算法 实现基于Graham-Scan的凸包求解算法 实现基于分治思想的凸包求解算法 对比三种凸包求解算法 -Convex hull algorithm. Based on Convex Hull algorithm enumeration method Based on Graham-Scan convex hull algorithm Based on Divide and Conquer convex hull alg
  3. 所属分类:Data structs

    • 发布日期:2017-05-07
    • 文件大小:1157000
    • 提供者:大酱
搜珍网 www.dssz.com