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

搜索资源列表

  1. formulervalue

    0下载:
  2. 数据结构中的表达式求值运算算法实现。数据结构课的要求。-data structure of the expression evaluates computing algorithm. Course data structure requirements.
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:10189
    • 提供者:emma
  1. 树的建立及其深度

    1下载:
  2. 树结构是数据结构中最重要的结构。利用树可以实现遍历等要求。该算法用于建立树,才能实现其他的操作-tree data structure is the most important structure. Using tree traversal can be achieved, among others. The algorithm for the creation of the tree can be achieved by other operators
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:9057
    • 提供者:emma
  1. 层次非递归遍历

    0下载:
  2. 数据结构中的常见算法,树的层次非递归遍历序算法,简单易懂-data structure of the common algorithm, the level of tree traversal sequence non - recursive algorithm, simple
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:9624
    • 提供者:emma
  1. 先序建立树

    0下载:
  2. 数据结构中,先序建立二叉树算法,在建树的基础上可以进行树的其他操作,思想简单易懂-data structure, the first order to establish a binary tree algorithm, the contribution on the basis of the tree can be conducted in other operations, thinking simple and understandable
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:10624
    • 提供者:emma
  1. 最少硬币问题

    0下载:
  2. 最少硬币问题.rar主要是数据结构与算法中的一个常见问题,在这个里面有详细的求解过程和相关的输入输出-coins. Rar main data structures and algorithms in a common problem, in this there are detailed in the solution process and the associated input and output
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:7526
    • 提供者:周华
  1. 最小m段和问题

    0下载:
  2. 这个是非常常用的一个数据结构与算法的例子在我们平时的时候都有写过这样的最小M段的程序-This is a very common data structure and algorithm in the example when we have peacetime wrote the smallest of the procedure M
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:6179
    • 提供者:周华
  1. wwwwNOI98

    0下载:
  2. 这是一道NOT高中组的题目,是我学习数据结构时所做练习,其中有一些算法可以一起学习-This NOT a group of high school subject, and it is studying the data structure when done exercises, some of which algorithm can study together! !
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:10484
    • 提供者:刘少人
  1. chandfdsggmoney

    0下载:
  2. 这是一个数据结构中常用的算法,用贪心算法,找钱的的程序,程序虽小,但有一定的意义-This a data structure commonly used algorithm, with greedy algorithm to find money in the process, procedures may be small, but there are certain sense! !
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:8821
    • 提供者:刘少人
  1. 超长正整数的加法

    0下载:
  2. 请设计一个算法来完成两个超长正整数的加法。 *问题分析与算法设计 首先要设计一种数据结构来表示一个超长的正整数,然后才 能够设计算法。 首先我们采用一个带有表头结点的环形链来表示一个非负的 超大整数,如果从低位开始为每 个数字编号,则第一位到第四 位、第五位到第八位...的每四位组成的数字,依次放在链表的 第一个、第二个、...结点中,不足4位的最高位存放在链表的最 后一个结点中,表头结点的值规定为-1。-requested to
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:2252
    • 提供者:姚紫欣
  1. CG3

    0下载:
  2. 实现了图的数据结构,以及错切、旋转、拉伸移动等算法(TurboC2.0下运行,编译前修改库路径)。-achieved map data structure, and Shear, rotation, stretching movement algorithm (TurboC2.0 running, compile amending the library path).
  3. 所属分类:2D图形编程

    • 发布日期:2008-10-13
    • 文件大小:34420
    • 提供者:刘源
  1. Dijkstrasolve

    0下载:
  2. 实现了图的数据结构和Dijkstra算法。例子为中关村附近的交通问题。-achieved map data structure and Dijkstra algorithm. For example Zhongguancun near the traffic problems.
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:8700
    • 提供者:刘源
  1. 表达式求值1

    0下载:
  2. 我二年级的数据结构课程设计,是关于表达式求值的,本人觉得还可以,里面的算法很好,但是vc用得还不熟-my two-year curriculum design data structure is on the expression evaluates, and I felt that I could, well inside the algorithm, but also spent vc wake
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:52301
    • 提供者:杨宏
  1. shuju jiegou实验1

    0下载:
  2. 《数据结构与算法》实验要求与指导,来自重点大学2005的一个实习内容。很不错的程序老师做的帮助同学更好的学习数据结构-"data structures and algorithms" experimental requirements and guidance from the university in 2005 as an attachment. The procedure is very good teachers do to help students learn b
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:18791
    • 提供者:张伟
  1. 数据结构算法与应用-C++语言描述456章

    0下载:
  2. 这个是第四,五,六章的压缩.同样是用pdf格式打开的.前三章已传.后面的几章我会陆续再传的.
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1782347
    • 提供者:Dwight Wong
  1. 表达式类型的实现

    3下载:
  2. 数据结构表达式求值详细算法(包括WORD文档)-data structure expression evaluates detailed algorithm (including Word document)
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:4462
    • 提供者:林明
  1. fib序列

    0下载:
  2. 数据结构算法:使用循环队列,K阶斐波那契数列的一种算法实现。-algorithm data structure : the use of recycled cohort, K bands Fibonacci series, a method.
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:9036
    • 提供者:ch.nan
  1. 模式匹配

    0下载:
  2. 用C语言编写的一个简单的数据结构算法.可实现括号的模式匹配.-C language of a simple data structure algorithms. Brackets can be realized pattern matching.
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1324
    • 提供者:王安耀
  1. dataS2

    0下载:
  2. 数据结构综合实验,有各种排序算法和计算排序时间,最短路径算法,huffman编码解码.用图形界面实现.在jbuilder2006下运行通过.-comprehensive experimental data structure, various sorting algorithm and sorting time, the shortest path algorithm, Huffman encoding and decoding. Using a graphical interface to a
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:220044
    • 提供者:陈为
  1. 折半查找

    0下载:
  2. 数据结构二分查找,演示了使用递归函数或者循环语句实现的二分查找算法,两种方法都使用了称为二分搜索的算法-data structure search for two hours to demonstrate the use of recursive function or loop is the realization of two searching algorithm, both methods are used as a two-Search Algorithm
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:263052
    • 提供者:李顺
  1. xishujuzhen

    0下载:
  2. 稀疏矩阵运算器实习报告,与严蔚敏老师主编的数据结构与算法一书实习4.1相对应-sparse matrix operations for internships, and Yan Wei Min teachers editor of the data structures and algorithms on a corresponding attachment 4.1
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:14027
    • 提供者:张广
« 1 2 ... 38 39 40 41 42 4344 45 46 47 48 49 50 »
搜珍网 www.dssz.com