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

搜索资源列表

  1. 《数据结构实验与实训教程》(PDG)

    0下载:
  2. 很适合初学者《数据结构实验与实训教程》(PDG).zip- Suits the beginner very much \"Construction of data Experiment And Really Teaches Course\" (PDG) zip
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1790157
    • 提供者:刘超
  1. P4_23.ZIP

    0下载:
  2. logo语言中的“龟图”,此程序即实现了“龟图”的功能。-language logo of "turtle", and this program is to achieve a "turtle map" function.
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1334
    • 提供者:金琦
  1. P4_30.ZIP

    0下载:
  2. 桶排序算法:这是一种比冒泡排序有更好性能,但是要求更多内存的排序方法。-barrels Sorting Algorithm : This is a bubble sort than better performance, but require more memory sequencing methods.
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1411
    • 提供者:金琦
  1. maze_Tr.ZIP

    0下载:
  2. 一个走迷宫的程序。通过mazeTraverse递归函数实现走迷宫。-a Maze procedure. MazeTraverse through recursive function to achieve Maze.
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1503
    • 提供者:金琦
  1. literature_research.ZIP

    0下载:
  2. 一个文本分析程序。实现分析一段文本中字母,N个字母的单词和具体单词出现的次数。-a text analysis program. Implementation Analysis section of the text of letters, the N-word letter word and the specific number.
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1833
    • 提供者:金琦
  1. sanlianqi.ZIP

    0下载:
  2. 生成一个TICTACTOE类,编写出三连棋游戏的程序。-generated a TICTACTOE category, even prepare three chess game procedures.
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1872
    • 提供者:金琦
  1. randomc

    0下载:
  2. Uniform random number generators by Agner Fog, 2001 - 2007 randomc.zip contains a C++ class library of uniform random number generators of good quality. The random number generators found in standard libraries are often of a poor quali
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:102418
    • 提供者:lilin
  1. REDBLA.ZIP

    0下载:
  2. 红黑树实现, 红黑树实现,红黑树实现
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:50586
    • 提供者:andy840920
  1. 1001.zip POJ 1001己AC源代码

    0下载:
  2. POJ 1001己AC源代码,不信你可以试试.,POJ 1001 F AC source code, do not believe you can try.
  3. 所属分类:数据结构常用算法

    • 发布日期:2017-03-31
    • 文件大小:1828
    • 提供者:aaa
  1. Queen.zip

    0下载:
  2. 这是数据结构中的一道经典题目,是计算在8×8的棋盘上放置8个不同行不用列的皇后的算法,This is a data structure together with the classical subject is included in the 8 × 8 board to place the eight different line of the Queen' s not out of the algorithm
  3. 所属分类:Data structs

    • 发布日期:2017-03-28
    • 文件大小:79476
    • 提供者:中杰
  1. Avl_tree.zip

    0下载:
  2. 平衡二叉树的插入 删除和查找 分裂 合并等操作,it s hard to say
  3. 所属分类:Data structs

    • 发布日期:2017-04-07
    • 文件大小:19255
    • 提供者:豆豆
  1. AdvancedDataStructures.pdf.zip

    0下载:
  2. 包含了很多高级数据结构的内容,是学习数据结构进一步的很好的资料。,advanced data structure
  3. 所属分类:Data structs

    • 发布日期:2017-05-08
    • 文件大小:1792894
    • 提供者:王雨施
  1. poly.zip

    0下载:
  2. 一元多项式的加、减、乘、除法,用链表存储多项式的每一个结点,Polynomial plus one dollar, subtraction, multiplication, division, polynomial using linked list storage of each node
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:1101
    • 提供者:jfly
  1. Dijkstra.zip

    0下载:
  2. 一个用vc2005开发的C语言的dijkstra实现,相对简单图结构矩阵表示。,Vc2005 with the development of a C-language dijkstra to achieve a relatively simple graph structure matrix.
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:412328
    • 提供者:杨福绅
  1. calculator.zip

    0下载:
  2. 表达式计算器。表达式中只能有圆括号、函数名、运算符、常数与变量。一、变量名的命名规则:1、可以是字符、或字符串 2、不能以数字开头 3、不能夹杂有空格、运算符或标点符号,以及以下字符:\、|、=、&、%、$、@、#、`、~.二、函数有sin、cos、tan、cot、sqrt、asin、acos、atan、log,均需要小写。函数后的变量名可以加括号,也可以不要括号,如:log(C1)与logC1是相同的。三、运算符有+(加)、-(减)、*(乘)、/(除)与^(幂次)。,Expression ca
  3. 所属分类:Data structs

    • 发布日期:2017-03-30
    • 文件大小:49543
    • 提供者:YHC
  1. bmsearch_src.zip

    0下载:
  2. BM关键字查找算法,在用于查找子字符串的算法当中,BM(Boyer-Moore)算法是目前相当有效又容易理解的一种,一般情况下,比KMP算法快3-5倍。,BM keyword search algorithm used in the sub-string search algorithm which, BM (Boyer-Moore) algorithm is quite effective and easy to understand A, under normal circumstances
  3. 所属分类:Data structs

    • 发布日期:2017-03-24
    • 文件大小:10523
    • 提供者:jiangjun
  1. 候选票数 统计代码

    0下载:
  2. 010候选票数.zip
  3. 所属分类:数据结构常用算法

  1. kpp-2.2.1_December2006

    0下载:
  2. KPP program is Kinetic PreProcessor.
  3. 所属分类:Data structs

    • 发布日期:2017-04-09
    • 文件大小:1210486
    • 提供者:jinyong LEE
  1. BinarySearchTree

    0下载:
  2. 从键盘上输 入一串正整数, 最后输入-1作为输入结束的标志。如输入的序列为:2,5,7,23,48,96,……,-1。请以这些正整数的值作为二叉排序树中的结点的数据场之值,建立一棵二叉排序树。注意:请采用动态存储方法保存这棵二叉排序树,事先并未知道该二叉排序树中的结点的个数。-Input from the keyboard on a string of positive integers, the last input-1 as an input symbol of the end. Such
  3. 所属分类:Data structs

    • 发布日期:2017-04-04
    • 文件大小:237371
    • 提供者:syuanying
  1. deep_foundations

    0下载:
  2. this is a zip file contain a program for design of deep foundation with excel.
  3. 所属分类:Data structs

    • 发布日期:2017-04-23
    • 文件大小:34019
    • 提供者:mohammad
« 12 3 »
搜珍网 www.dssz.com