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

资源列表

« 1 2 ... .61 .62 .63 .64 .65 466.67 .68 .69 .70 .71 ... 2673 »
  1. Greed

    0下载:
  2. 利用贪心算法解决“部分背包问题”。这是个经典算法,实现的也比较完善,易用而且BUG少。-This code is about the "Knapsack problem".Our policy is the "Greedy Algorithm".It s easy to use & has nearly no BUG.
  3. 所属分类:Data structs

    • 发布日期:2017-03-31
    • 文件大小:1004byte
    • 提供者:洛菲雨
  1. CProgram

    0下载:
  2. 用C语言实现的关于栈、文件、排序、缓存区等的功能模拟。-Implemented in C on the stack, file, sort, cache and other analog functions.
  3. 所属分类:Data structs

    • 发布日期:2017-04-14
    • 文件大小:3.9kb
    • 提供者:辽湘
  1. KMP

    0下载:
  2. KMP算法,有好几种写法,配上图形,简单易懂。C/C++编写。-KMP algorithm, there are several writing, accompanied by graphics, easy to understand. C/C++ written.
  3. 所属分类:Data structs

    • 发布日期:2017-04-05
    • 文件大小:82.5kb
    • 提供者:andy
  1. paixu2.8

    0下载:
  2. 快速排序算法 按第一个元素排列或按随机元素排列 算法分析与设计-Quick sort algorithm or by the first element of array elements arranged in random
  3. 所属分类:Data structs

    • 发布日期:2017-03-31
    • 文件大小:897.95kb
    • 提供者:薛佩佩
  1. YSF_Head

    0下载:
  2. 这是带头结点的循环链表实现的约瑟夫环程序。-This is a circular linked list of nodes to take the lead implementation of Josephus program.
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:176.47kb
    • 提供者:wsx
  1. rat_in_maze

    0下载:
  2. 基于栈数据结构的迷宫老鼠问题C语言求解,在VS2010下编写并测试通过-C language to solve maze mouse problem based on a stack data structure
  3. 所属分类:Data structs

    • 发布日期:2017-03-31
    • 文件大小:758.06kb
    • 提供者:lunm
  1. heap_sort

    0下载:
  2. 堆积排序(Heapsort)是指利用堆积树(堆)这种资料结构所设计的一种排序算法,可以利用数组的特点快速定位指定索引的元素。-Accumulation sort (Heapsort) is the accumulation of tree (heap) refers to the use of this data structure designed by a sorting algorithm can take advantage of an array of features to quic
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:20.46kb
    • 提供者:neo
  1. SPFA

    0下载:
  2. SPFA算法的优化,写的比较详细,ACMER参考的绝佳资料-SPFA algorithm
  3. 所属分类:Data structs

    • 发布日期:2017-03-30
    • 文件大小:398.02kb
    • 提供者:罗跃
  1. binary_tree

    0下载:
  2. 文本为一个用c语言编写用于产生一个二叉树的源码文本。以三元组形式输入任意二叉树(以大写字母表示结点),求以任意一选定结点为子树的深度。如,在输入示范题中的二叉树之后,程序显示:Please select a node: 输入 ‘B’,回车后,程序显示‘3’。-Text for a written in c used to produce a binary tree source text. With three yuan group form input arbitrary binary tre
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:1.16kb
    • 提供者:梅剑寒
  1. yanweimin.rar

    0下载:
  2. 严蔚敏《数据结构(c语言版)习题集》 参考答案,-Yan Weimin`s refered answers
  3. 所属分类:Data structs

    • 发布日期:2017-11-08
    • 文件大小:47.92kb
    • 提供者:小康
  1. lists.rar

    0下载:
  2. 1·能够创建链表,只须输入数据便能自动生成升序排列的单链表; 2·能够把已存在的两个自动升序的链表合并成一个链表,并保留其中的相同元素; 3·有友好的人机卷面;,To create one list, only the input data can be automatically generated single-linked list in ascending order 2 can has been in existence for two automatic ascend
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:2kb
    • 提供者:江俊
  1. matchalgrithm.rar

    0下载:
  2. 检验括号是否匹配可以用堆栈来实现,当遇到 (、[或{进栈,遇到 ) 、]或}出栈进行匹配检验,如果出现不匹配的情况立即结束,否则继续取下一个字符。如果没有遇到不匹配的情况,最后判断栈是否为空,栈为空,括号匹配,否则不匹配。并设置大、中、小括号的优先级(priory)为3、2、1 ,且设优先级(priory)的初始值为4。从第一个字符开始扫描表达式,如果是左括号,和栈中的括号的优先级对比,如果优先级比栈中括号的优先级高或者等于栈中的优先级,则说明不匹配,如果优先级小于栈中括号的优先级,将这个括
  3. 所属分类:Data structs

    • 发布日期:2017-04-07
    • 文件大小:9.42kb
    • 提供者:yuanjia
« 1 2 ... .61 .62 .63 .64 .65 466.67 .68 .69 .70 .71 ... 2673 »
搜珍网 www.dssz.com