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

搜索资源列表

  1. hashtrie

    0下载:
  2. 让你知道什么是 HASH算法 ,我测试了一下,再大数据,通过HASH算法来查找,有时只要查找一次!
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:278743
    • 提供者:xman
  1. yinhangjia

    0下载:
  2. 操作系统的一个模拟算法的实现 银行家算法
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:191207
    • 提供者:将如
  1. MD5_f

    0下载:
  2. MD5算法完整源码与调用方法,采用Delphi实现
  3. 所属分类:数据结构常用算法

    • 发布日期:2014-01-21
    • 文件大小:186204
    • 提供者:wyw
  1. USACO_Magio

    0下载:
  2. Magio牛的usaco源代码,希望和大家共同学习
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:120480
    • 提供者:ysh
  1. ndp_src

    0下载:
  2. 用pascal实现寻找最近点对问题,以方便对pascal较熟悉的学习者参考。-used to find the nearest point on the issue, to facilitate the pascal more familiar reference learners.
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:8318
    • 提供者:袁美钠
  1. delphi-正则工具.rar

    1下载:
  2. 用delphi写得正则工具
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-11-19
    • 文件大小:317074
    • 提供者:sth2007
  1. ural题解

    0下载:
  2. ural题解集,包含大部分题目,从Vol1-Vol4
  3. 所属分类:数据结构常用算法

    • 发布日期:2009-05-23
    • 文件大小:136125
    • 提供者:bobchennan
  1. delphi拓扑排序算法

    0下载:
  2. delphi拓扑排序算法 1.用memo表示一个AOV网络,以表示结点间的前后关系 可以修改memo.line的string list editor来修改邻接表,解决不同的拓扑排序问题。 2 在输出前驱为0的顶点号时,用线性链表来储存,以达到其在同一批输出的目的。
  3. 所属分类:数据结构常用算法

  1. A0_001 链表编程

    0下载:
  2. N只猴子要选大王,所有猴子按1,2,3...M报数,凡报到M的退出圈外,如此循环,直到圈内只剩一只,就是大王了. 分析:建立一个环形链表,每个猴子就是链表中的一个结点,那么猴子出圈就是对环形链表中的结点的删除,只到最后剩下的一个结点为止.-N monkeys to elect king, all the monkeys reported by a number 1,2,3 ... M, where M to report the withdrawal of outsiders, a
  3. 所属分类:数据结构常用算法

    • 发布日期:2017-03-30
    • 文件大小:1299
    • 提供者:王力
  1. floyed

    0下载:
  2. 这是一个图论经典程序。 图论最短路径的Floyd算法,供大家参考。-This is a classic graph theory program. Graph theory Floyd algorithm of the shortest path, for your reference.
  3. 所属分类:Data structs

    • 发布日期:2017-04-08
    • 文件大小:4832
    • 提供者:jiangyixing
  1. Pro_md5

    0下载:
  2. 实现md5文件电子签名,md5hash值计算,比较文件,自己可扩展功能实现几个文件对比,从而找出重复文件-Md5 files to achieve electronic signature, md5hash calculated to compare documents, they can extend the functionality to achieve a number of document comparison, and to find duplicate files
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:195228
    • 提供者:lb
  1. joeData

    0下载:
  2. DELPHI实现的基于指针的堆栈和队列。可以用于实现结构的堆栈和队列。-DELPHI realized pointer-based stack and queue. Can be used to achieve the structure of the stack and queue.
  3. 所属分类:Data structs

    • 发布日期:2017-04-05
    • 文件大小:1122
    • 提供者:张久强
  1. banker

    0下载:
  2. 银行家算法 界面很有友好 很详细的 希望大家去看看 -Banker
  3. 所属分类:Data structs

    • 发布日期:2017-04-09
    • 文件大小:2639163
    • 提供者:face
  1. string

    0下载:
  2. 字符出现的次数 -The number of characters the number of characters appear
  3. 所属分类:Data structs

    • 发布日期:2017-04-15
    • 文件大小:7231
    • 提供者:leo
  1. tree

    0下载:
  2. 二叉树回溯,利用栈实现,带界面演示,更加直观的查看每个时刻栈的情况。-Bintree back, using the stack to achieve, with the interface presentation and more intuitive view of the circumstances of each moment of the stack.
  3. 所属分类:Data structs

    • 发布日期:2017-04-17
    • 文件大小:237474
    • 提供者:mengyong
  1. KMP

    0下载:
  2. kmp算法的程序,效率很高,非常不错,吐血推荐-KMP algorithm procedures, efficient, very good, hematemesis Recommended
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:1068
    • 提供者:leokan
  1. vijos1083

    0下载:
  2. 线段树 求最大字段和以vijos1083为例-Segment tree for the largest fields and
  3. 所属分类:Data structs

    • 发布日期:2017-04-12
    • 文件大小:962
    • 提供者:傅天晓
  1. Stack

    0下载:
  2. delphi编写的堆栈功能。代码简练合理,避免内存泄露-delphi prepared stack function. Reasonably concise code to avoid memory leak
  3. 所属分类:Data structs

    • 发布日期:2017-04-23
    • 文件大小:175030
    • 提供者:WANGWEIGANG
  1. TranslateCalc

    0下载:
  2. 实现数据结构中的数学中序表达式转换为后继表达式. 并且运算出后序表达式的结果. 运算符号包括 + - * / & | ! ( ) 加 减 乘 除 与 或 非-Implementation data structure in the math expression in the sequence is converted to a subsequent expression. And after computing the result of the expression sequen
  3. 所属分类:Data structs

    • 发布日期:2017-04-16
    • 文件大小:179802
    • 提供者:梁志铭
  1. artlicense

    0下载:
  2. very simple nonvisual Delphi component useful for shareware program developing. It uses crypted license files containing information about exe file (size and crc), expired date and any additional information. As TArtLicense uses RSA asymmetric al
  3. 所属分类:Data structs

    • 发布日期:2017-03-30
    • 文件大小:396851
    • 提供者:boo
« 1 2 34 5 6 7 8 9 »
搜珍网 www.dssz.com