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

搜索资源列表

  1. DATABASE_APPLICATION_DESIGN(tc)

    0下载:
  2. 1、 一元多项式计算** 任务:能够按照指数降序排列建立并输出多项式; 能够完成两个多项式的相加、相减,并将结果输入; 在上交资料中请写明:存储结构、多项式相加的基本过程的算法(可以使用程序流程图) 、源程序、测试数据和结果、算法的时间复杂度、另外可以提出算法的改进方法; 2、 订票系统 任务:通过此系统可以实现如下功能: 录入:可以录入航班情况(数据可以存储在一个数据文件中,数据结构、具体数据自定) 查询:可以查询某个航线的情况(如,输入航班号,查询起降时间,
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:37119
    • 提供者:Pegasus
  1. Data_Structures_and_Software_Development_in_an_Obj

    0下载:
  2. 国外的数据结构与算法分析用书,用java语言编写,实现一个简单的类似于JDK中的类库,深入浅出。这是类库的源码-foreign data structure and algorithm analysis, using java language, to achieve a simple JDK similar to the library visitors. This is the source class library
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:2160734
    • 提供者:lucylin
  1. parkstation

    0下载:
  2. 数据结构停车场管理问题的仿真算法程序,cpp实现的-data structure of the car park management simulation algorithm procedures to achieve the cpp
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2008-10-13
    • 文件大小:1371
    • 提供者:张康
  1. 20051027

    0下载:
  2. 这里面包括数据结构多数的算法,我看了很有用,希望大家能够享用-This includes most of the data structure algorithms, I read with great hope that we can enjoy
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:73399
    • 提供者:吕海
  1. TurboTree

    0下载:
  2. 很多人都使用“父—子结构+递归算法”来显示树型的层次结构,这里给介绍一种简单方便的数据结构和算法,快速显示树型的层次结构-many people use a "parent-child structure + recursive algorithm" to show the level of tree structure, here introduced to a simple data structure and algorithm, shows the hierarchi
  3. 所属分类:数据库编程

    • 发布日期:2008-10-13
    • 文件大小:276733
    • 提供者:vvyang
  1. shell(c++)

    0下载:
  2. 经典的希尔排序算法,对大家学习数据结构及培养编程思想有所启发!-classic Hill sorting algorithm for data to study the structure and culture programming philosophy inspired!
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:5122
    • 提供者:阿科
  1. tuopu

    0下载:
  2. 经典的拓扑排序算法,对数据结构的关键路径,最短路径的学习有很大的帮助!-classic topological sorting algorithm, the data structure of the critical path, the shortest path in their study of great help!
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:8053
    • 提供者:阿科
  1. memoryyyyy

    0下载:
  2. 存储管理实验 内存页面调度算法比较 理解内存页面调度的机理,掌握几种理论调度算法实现,并通过实验比较各种调度算法的优劣。此外通过实验了解HASH表数据结构的使用。 -experimental memory storage management pages scheduling algorithm better understanding of memory pages scheduling mechanism, Several theories master scheduling a
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:15860
    • 提供者:wodanige
  1. 4.67

    0下载:
  2. 普里姆算法构造最小生成树,无向图的深度优先搜索。数据结构作业答案。老师写的-Primbetov minimum spanning tree algorithm structure, no plans to the depth-first search. Operating data structure answer. Teachers write! !
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:2080
    • 提供者:du
  1. 迷宫求解

    0下载:
  2. 迷宫求解的算法,可用于数据结构的教学-maze solving algorithms, data structures can be used for teaching
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1660
    • 提供者:徐国天
  1. QUICKQUEUE

    0下载:
  2. 一个快速排序算法的实现例子,数据结构课程作业,可作研究学习之用。 包含源文件和详细的开发文档,可方便移植到C等语言平台。-a fast algorithm to achieve example, the data structure course work and can be used for research and study purposes. Includes source document and detailed documentation, will facilitate the
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:2453
    • 提供者:包包
  1. wenjianxitongmonisheji

    0下载:
  2. 文件系统实现 1. 数据结构设计 通过分析设计题目,具体设计出主要的三个数据结构。 2. 程序流程设计 根据课程设计的内容,给出具体实现的思路和程序框图,并给一定的解释,流程图要和自己的程序实现一致,不求多,要简练明确,可以参考实验指导书。 3. 主要算法设计 根据课程设计的内容和实现文件系统需要,给出查找,插入文件,用户等关键算法,可以参考演示程序。 4. 模拟实现文件系统 根据设计的数据结构,流程框图以及具体算法,用C/C++ 等高级程序设计语言模拟文件系统
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:19821
    • 提供者:xiao ming
  1. HASHbiao

    0下载:
  2. 自己做的一个哈西表算法,在数据结构实验上能用到,哈西表是进行文件查找的一个非常常用的算法,很重要!-have done an Hasina table algorithm, the data structure used up to the experiment, Hasina Table file search is a very commonly used algorithm, it is very important!
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:8841
    • 提供者:www
  1. 06.7.4

    0下载:
  2. 数据结构的一种算法方式,生死游戏 的程序-data structure of an algorithm, the process of life and death game
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:892
    • 提供者:杨金
  1. sujujiegou

    0下载:
  2. 数据结构的一些常用算法实现。单链表。无向图排序等-data structure of some commonly used algorithm. Single-Chain. No plans to sort etc.
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:17675
    • 提供者:李漪
  1. LSshixian

    0下载:
  2. 顺序表类型的实现,数据结构清华大学严老师C语言第二版算法。-order to achieve the type of data structure Tsinghua University teachers strict version of the second C-language algorithm.
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1293
    • 提供者:燕先生
  1. firstchap

    0下载:
  2. 数据结构中所有算法的实现,清华大学小严辞C语言版本-data structure of the algorithm to achieve all Qinghua small C-language version of the biblical
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:10562
    • 提供者:燕先生
  1. 564561354654

    0下载:
  2. 包括无向图的深度优先搜索,普里姆算法构造最小生成树,数据结构习题的答案-including undirected graph of the depth-first search, Primbetov tectonic minimum spanning tree algorithm and data structure Exercise answer!
  3. 所属分类:数据库编程

    • 发布日期:2008-10-13
    • 文件大小:163655
    • 提供者:xing
  1. shujujiegou-1800

    0下载:
  2. 数据结构1800道常见和常用的算法题目,对学习数据结构的同学很有用.-data structure 1,800 common and commonly used algorithm topic for the study and data structures useful to the students.
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:779804
    • 提供者:罗本
  1. kjfqgl

    0下载:
  2. 操作系统可变分区分配是应用较广泛的一种存储管理技术,此程序用VC构造分区描述数据结构,编制分区分配和回收算法-operating system through distribution is variable over a wide range of a storage management technology, this procedure VC tectonic describe data structure, the preparation of regional distributio
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1806
    • 提供者:包包
« 1 2 ... 43 44 45 46 47 4849 50 »
搜珍网 www.dssz.com