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

搜索资源列表

  1. Towers111

    0下载:
  2. JAVA数据结构与算法之梵塔问题 小应用后程序实现-Java data structures and algorithms Vatican Tower after a small application program
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:9363
    • 提供者:张忠良
  1. 线性表数据结构算法

    0下载:
  2. 线性表常用算法集合,含所有线性表基本的算法,与吴伟民编的数据结构书完全配套,用TC实现,经过运行。-linear algorithm commonly used pool table, table containing all the basic linear algorithms, and Xiulan WU Weimin series of the data structure was fully complementary with TC realization, after runnin
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:39422
    • 提供者:李雷
  1. 文件操作的一个具体数据结构算法例子

    0下载:
  2. 根据事务文件成批地更改主文件并得到一个新的主文件,与吴伟民数据结构课本完全一致,用C实现-Affairs bulk to change the primary document to be a new master file, and data structure Xiulan WU Weimin textbooks entirely consistent with achieving C
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1896
    • 提供者:李雷
  1. 外部排序的全部数据结构算法

    0下载:
  2. 外部排序的所有算法,在TC下经过调试,与吴伟民数据结构课本完全一致,用C实现-all external sorting algorithms, the TC under after debugging, and data structure Xiulan WU Weimin textbooks entirely consistent with achieving C
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:5935
    • 提供者:李雷
  1. Qiyi

    0下载:
  2. 最大概率法分词的数据结构与算法,用这样的方法分词可以提高分词中歧义词的辨别率,非常经典啊-greatest probability - term data structure and algorithm, this approach can increase Word word-of ambiguous words in the identification rate, very classic ah
  3. 所属分类:中文信息处理

    • 发布日期:2008-10-13
    • 文件大小:1165
    • 提供者:月月
  1. 2005041015134483数据结构原代码

    0下载:
  2. 2005041015134483数据结构原代码,从事算法设计与分析技术-Source codes for data structures.
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:279678
    • 提供者:武添
  1. 二叉排序树与平衡二叉树

    0下载:
  2. 数据结构常用算法设计 用C++实现二叉排序树与平衡二叉树-algorithm commonly used data structures designed to achieve two C-tree fork and balanced binary tree
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1596984
    • 提供者:孙锋志
  1. 一元稀疏多项式的计算

    0下载:
  2. 一元多项式的计算,建立两个多项式,并进行相加,相减运算,输出结果.参考资料:严蔚敏《数据结构与算法》-one yuan polynomial calculations, the establishment of two polynomials, and together, subtract operation, the output results. References : Yan Wei Min "data structure and algorithm"
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1480
    • 提供者:王伟
  1. 数据结构的C++描述

    1下载:
  2. 目 录 译者序 前言 第一部分 预备知识 第1章 C++程序设计 1 1.1 引言 1 1.2 函数与参数 2 1.2.1 传值参数 2 1.2.2 模板函数 3 1.2.3 引用参数 3 1.2.4 常量引用参数 4 1.2.5 返回值 4 1.2.6 递归函数 5 1.3 动态存储分配
  3. 所属分类:数据结构常用算法

    • 发布日期:2009-10-17
    • 文件大小:5125525
    • 提供者:gufeng20081010
  1. 多任务数据结构与算法.rar

    0下载:
  2. 所属分类:其他嵌入式/单片机内容

    • 发布日期:2009-02-05
    • 文件大小:114316
    • 提供者:frhgfjghj
  1. shortest path

    0下载:
  2. 数据结构与算法分析-C语言描述(Mark Allen Weiss).pdf
  3. 所属分类:文档资料

  1. 树与二叉树

    1下载:
  2. (1)输入字符序列,建立二叉链表。 (2)遍历二叉树输出。 (3)请设计一个算法,要求该算法把二叉树的叶子结点按从左到右的顺序连成一个单链表,表头指针为head。 二叉树按二叉链表方式存储,链接时用叶子结点的右指针域来存放单链表指针。请遍历该链表输出所有叶子结点,然后再先序遍历二叉树输出所有叶子结点,并对比两个输出结果,看是否相同。 (4)试写一算法判断某二叉树是否是完全二叉树。 (5)试写一算法判断某二叉树是否是二叉排序树。 (6)在主函数中设计一个简单的菜单,分别调试上述算法。
  3. 所属分类:源码下载

    • 发布日期:2011-12-30
    • 文件大小:1983
    • 提供者:jaydhu
  1. capi-0.20

    1下载:
  2. 本代码为周伟明著的《多核计算与程序设计》一书所对应的源代码, 书中,有对本项目中各种数据结构与算法源代码的详细描述。 并且在《多核计算与程序设计》一书的附录中,有本项目各个源文件和书中的章节对照表。-The code for Wei-Ming Zhou of the " multi-core computing and programming," a book by the corresponding source code, the book, there are a
  3. 所属分类:MPI

    • 发布日期:2017-03-28
    • 文件大小:289348
    • 提供者:
  1. The-code

    0下载:
  2. 严蔚敏《数据结构与算法》的书上习题以及例题源代码!-The answers of <<Data structure and algorithms>>
  3. 所属分类:Data structs

    • 发布日期:2017-04-16
    • 文件大小:252481
    • 提供者:duconghui
  1. MasteringAlgorithmswithC

    0下载:
  2. 一份很详尽的数据结构与算法资料。除了最基本的数据结构知识外,还介绍了数据压缩、des、rsa加解密等算法.-A very detailed information on data structures and algorithms. In addition to the basic data structure of knowledge, but also introduced a data compression, des, rsa encryption algorithm, etc..
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-05-08
    • 文件大小:2003229
    • 提供者:kaiyan
  1. PolyMul

    0下载:
  2. 数据结构与算法作业(陈刚) 循环链表实现多项式乘法-Data Structures and Algorithms operations (Chen Gang) circular linked list to achieve polynomial multiplication
  3. 所属分类:Other systems

    • 发布日期:2017-04-05
    • 文件大小:652574
    • 提供者:寥朗
  1. shujujiegouyusuanfafenxi

    0下载:
  2. 《数据结构与算法分析-C语言描述》源代码和勘误-" Data Structures and Algorithm Analysis-C language to describe the" source code and errata
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-24
    • 文件大小:24103
    • 提供者:huyayuan
  1. bignumbermultiplay

    0下载:
  2. 大整数乘法算法,可实现普通程序无法实现的大整数的相乘。算法简单,可作为数据结构与算法研究之用-Large integer multiplication algorithm, can be achieved can not be achieved with the ordinary procedure of the multiplication of large integers. Algorithm is simple and can be used as data structure and
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:1523
    • 提供者:czm
  1. river

    0下载:
  2. 关于 农夫与羊的过河问题的求解算法,这是一个关于算法的问题,运用的数据结构与算法都是十分经典的 是非常值得借鉴的。-On the farmer and the sheep across the river problem solving algorithm, this is a problem on the algorithm, using the data structure and algorithm are very classic is worthy of consideration.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-02
    • 文件大小:56268
    • 提供者:liuzhi
  1. vchome

    0下载:
  2. 是一本讲序_数据结构与算法综合。里面讲了很多经典的算法。值得一看。-Is a sequence stresses _ integrated data structure and algorithm. Which stresses a lot of the classic algorithms. Worth a visit.
  3. 所属分类:Algorithm

    • 发布日期:2017-05-08
    • 文件大小:1667473
    • 提供者:wanghuali
« 1 2 ... 6 7 8 9 10 1112 13 14 15 16 ... 50 »
搜珍网 www.dssz.com