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

搜索资源列表

  1. sjjg

    0下载:
  2. 数据结构经典课件(附带各章的经典算法) 具体代码是使用C语言编写的-Courseware classic data structures (with the various chapters of the classic algorithm) specific code is written using C language
  3. 所属分类:Data structs

    • 发布日期:2017-05-03
    • 文件大小:1156799
    • 提供者:spring
  1. datastructure

    0下载:
  2. 数据结构课程设计 老师的DEMO,规范编程,适合学习算法思想和编程规范-Data structure course design teacher DEMO, standardized programming, learning algorithm suitable for programming ideas and norms
  3. 所属分类:Data structs

    • 发布日期:2017-04-08
    • 文件大小:472689
    • 提供者:eros0405
  1. BSTAVT

    1下载:
  2. 本学期所有数据结构的大作业一,设A与B分别为两个带有头结点的有序循环链表(所谓有序是指链接点按数据域值大小链接,本题不妨设按数据域值从小到大排列),list1和list2分别为指向两个链表的指针。请写出将这两个链表合并为一个带头结点的有序循环链表的算法。二,本次实验的题目为表达式求值,要求设计一个程序,演示用算符优先法对算术表达式求值的过程。 即编写程序把前缀表达式转换成后缀表达式,并计算结果。用以下三组数据测试程序: 3*(7-2); 2*(6+2*(3+6*(6+6)))+(6+
  3. 所属分类:Data structs

    • 发布日期:2017-05-08
    • 文件大小:1608288
    • 提供者:张欣
  1. DataStructreBookSource

    0下载:
  2. 本书源码为高一凡编著的《数据结构》算法实现及解析配套光盘源码。-Source book for high Yifan edited by the Data Structure matching algorithm and analytical source CD-ROM.
  3. 所属分类:Data structs

    • 发布日期:2017-03-30
    • 文件大小:498153
    • 提供者:曾一
  1. 0下载:
  2. 数据结构课程设计之最小生成数的K算法的实现 简短 简洁-Curriculum design data structures to generate the minimum number of K algorithm short concise
  3. 所属分类:Data structs

    • 发布日期:2017-04-08
    • 文件大小:540905
    • 提供者:往嚎
  1. paixu

    0下载:
  2. 数据结构里的经典算法的模拟,内部排序算法的模拟等,以程序的形式给出然后比较各种算法的好坏-Data structure of the classical algorithm simulation, the simulation of the internal sorting algorithm, so as to give the form of procedures for comparing various algorithms then mixed
  3. 所属分类:Data structs

    • 发布日期:2017-04-24
    • 文件大小:220912
    • 提供者:李海涛
  1. park

    0下载:
  2. 这是学完《数据结构与算法》后做的课程设计的题目——停车场管理,主要用到了栈和队列的操作。问题描述如下: 设停车场内只有一个可停放n辆汽车的狭长通道,且有南北两大门可供汽车进出。汽车在停车场内按车辆到达时间的先后顺序,若车场内已停满n辆汽车,则后来的汽车只能在门外的便道上等候,一旦有车开走,则排在便道上的第一辆车即可开入;当停车场内某辆车要离开时,在它之后开入的车辆必须先退出车场为它让路,待该辆车开出大门外,其它车辆再按原次序进入车场,每辆停放在车场的车在它离开停车场时必须按它停留的时间长短交
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:3846
    • 提供者:在路上
  1. TsinghuaCdatastructures

    0下载:
  2. 清华+殷人昆C++数据结构 幻灯片教学课件 通过本课程的学习,应达到知识和技能两方面的目标: 1、知识方面:从数据结构的类定义和对象的使用,以及存储表示和操作的实现两个层次,系统地学习和掌握常用的基本数据结构(包括数组、顺序表、多项式、字符串、链表、栈与队列、优先级队列、广义表、树与森林、二叉树、堆、集合、图、搜索结构、索引结构、散列结构等)及其不同的实现,了解并掌握分析、比较和选择不同数据结构、不同存储结构、不同算法的原则和方法,为后续课程的学习打好基础。 -Tsinghua Q
  3. 所属分类:Data structs

    • 发布日期:2017-05-09
    • 文件大小:1839013
    • 提供者:ciweijsf
  1. nibolan

    0下载:
  2. 数据结构课程设计,逆波兰算法的实现 。-Data structure curriculum design, implementation Reverse Polish Algorithm.
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:1702
    • 提供者:xuezhanfei
  1. aluo1

    0下载:
  2. 拿“优”的数据结构课程设计:模拟旅馆管理系统的床位的分配与回收功能。 里头包括源代码、exe文件、课程设计报告。非常全,值得下载!-Get " excellent" curriculum of the data structure design: Analog hotel management system for the allocation of beds and Recycling function. Inside, including source code, ex
  3. 所属分类:Data structs

    • 发布日期:2017-04-24
    • 文件大小:83407
    • 提供者:aluo
  1. Haffmancode

    1下载:
  2. 课程设计: 1.求出在一个n×n的棋盘上,放置n个不能互相捕捉的国际象棋“皇后”的所有布局。 2.设计一个利用哈夫曼算法的编码和译码系统,重复地显示并处理以下项目,直到选择退出为止。 【基本要求】 1) 将权值数据存放在数据文件(文件名为data.txt,位于执行程序的当前目录中) 2) 分别采用动态和静态存储结构 3) 初始化:键盘输入字符集大小n、n个字符和n个权值,建立哈夫曼树; 4) 编码:利用建好的哈夫曼树生成哈夫曼编码; 5) 输出编码; 6)
  3. 所属分类:Data structs

    • 发布日期:2017-03-30
    • 文件大小:551312
    • 提供者:赵刚
  1. sjjg1.chm

    0下载:
  2. 数据结构程序集 本人学习数据结构的总结 实现了严蔚敏数据结构中大部分算法代码-Data structure assembly, I study the data structure implementation of the summary data structure YAN Wei-Min algorithm in most of the code
  3. 所属分类:数据结构常用算法

    • 发布日期:2012-12-07
    • 文件大小:1488537
    • 提供者:虎成
  1. designpatterns

    0下载:
  2. 数据结构与算法,主要是讲面向对象的C++设计模式-Object-oriented C++ design patterns. Pdf
  3. 所属分类:Data structs

    • 发布日期:2017-06-14
    • 文件大小:21736725
    • 提供者:ly
  1. Data_Structure_Decameron

    0下载:
  2. 数据结构十日谈 第一日 绪论 第二日 算法的描述和分析 第三日 线性表 第四日 栈和队列 第五日 串 第六日 数组 第七日 树 第八日 图 第九日 查找 第十日 排序-Preface the first day of the second day of algorithm for the third day of the descr iption and analysis of linear table queue stack and its fifth day of the fourth
  3. 所属分类:Data structs

    • 发布日期:2017-05-21
    • 文件大小:5950892
    • 提供者:lzm
  1. Analysis-of-the-data-structure-and-algorithm=study

    0下载:
  2. 数据结构与算法分析学习笔记,chm电子书,讲的比较详细(含源代码)-Analysis of the data structure and algorithm study notes, chm e-book, said a more detailed (including source code)
  3. 所属分类:source in ebook

    • 发布日期:2017-03-21
    • 文件大小:61788
    • 提供者:chyjp
  1. md5TurebyC

    0下载:
  2. 用数据结构算法的方式,用C语言编写的一个实现MD5加密的小程序的代码-Algorithm with the way data structure, using C language, an implementation of MD5 encryption applet code
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:1666
    • 提供者:Frank
  1. Algorithms_DataStructures

    0下载:
  2. 算法与数据结构课件,有助于自学,是刚入门时好的学习资料。-Algorithms and data structures courseware, self-help is just when a good learning materials portal.
  3. 所属分类:Data structs

    • 发布日期:2017-05-16
    • 文件大小:4362634
    • 提供者:huangguilin
  1. sort

    0下载:
  2. 数据结构课程的实验程序,演示了线性表的排序操作,包含多种排序算法,是一个控制台程序。-Experimental data structure course procedures, demonstrated the sort operation of the linear form, contains a variety of sorting algorithm is a console program.
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:1436
    • 提供者:menchael
  1. Olympic_thesis

    0下载:
  2. 国际奥林匹克编程大赛中国选手的论文,都是和算法相关的.程序=算法+数据结构,在CPU性能不断提升的今天,依然有很多问题无法通过计算机在有限的时间内解决,算法的改进通常会带来意想不到的效果,希望对大家有一定启发意义.-Programming the International Olympic Competition of China s papers, and algorithms are related. Program = algorithm+ data structure, in the e
  3. 所属分类:Document

    • 发布日期:2017-05-02
    • 文件大小:812115
    • 提供者:赵一亮
  1. BinarySearch

    0下载:
  2. 数据结构与程序设计经典算法的算法分析源代码之:二分查找-Design of data structures and procedures of the classical algorithm: binary search
  3. 所属分类:Data structs

    • 发布日期:2017-04-05
    • 文件大小:48766
    • 提供者:张祖琼
« 1 2 ... 5 6 7 8 9 1011 12 13 14 15 ... 50 »
搜珍网 www.dssz.com