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

搜索资源列表

  1. queens

    0下载:
  2. 包含两个文件,一个是n皇后问题的动态搜索演示,一个是程序包,里面有n皇后问题的各种优化解法,对掌握数据结构与算法都很有好处-Consists of two documents, a problem is the dynamics of n Queen' s english presentation, a package, there are a variety of questions n Queen optimization method, the master data structu
  3. 所属分类:Data structs

    • 发布日期:2017-04-28
    • 文件大小:50639
    • 提供者:heaton
  1. datastructure

    0下载:
  2. 数据结构与算法的一些实现程序,包括排序、队列等常见算法的-Data structure and algorithm to achieve a number of procedures, including sorting, common queue algorithm
  3. 所属分类:Data structs

    • 发布日期:2017-04-24
    • 文件大小:9342
    • 提供者:吴翔
  1. 071806211

    0下载:
  2. (1)掌握数据结构与算法的设计方法,具备初步的独立分析和设计能力。 (2)初步掌握软件开发过程的问题分析、系统设计、程序编码、测试等基本方法和技能。 (3)提高综合运用所学的理论知识和方法以及独立分析和解决问题的能力。 (4)训练用系统的观点和软件开发的一般规范进行软件开发,培养软件工作者所应具备的科学的工作方法和作风。 (5)理论联系实践提高计算机专业综合水平。 -make your 11111111111111111111
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:161579
    • 提供者:陈胜
  1. asd

    4下载:
  2. 建立一个基本分页存储管理系统的模型 首先分配一片较大的内存空间,作为程序运行的可用存储空间 建立应用程序的模型; 建立进程的基本数据结构及相应算法 建立管理存储空间的基本存储结构 建立管理分页的基本数据结构与算法。 设计存储空间的分配与回收算法; 提供信息转储功能,可将存储信息存入磁盘,也可从磁盘读入 -asd
  3. 所属分类:CSharp

    • 发布日期:2017-04-09
    • 文件大小:1037546
    • 提供者:余乐
  1. jingcui

    0下载:
  2. vb/vc编程的参考资料,有大学时期看过和运行过的一些数据结构与算法方面的例子程序,有看过和运行过的vb/vc调用Windows API的一些例子,最近又加了一些vc基础方面的例子,很杂但也有些参考价值。-vb/vc programming, reference, there is seen in college and running on some of the data structures and algorithms Examples of procedures, read and r
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-08
    • 文件大小:647668
    • 提供者:hanxiaohua
  1. shujujiegou-yanweiminban-quanbudaimashixian

    0下载:
  2. 数据结构与算法分析(严蔚敏版配套程序实现)-Data Structures and Algorithm Analysis (YAN Wei-min version of complete program implementation)
  3. 所属分类:Data structs

    • 发布日期:2017-05-10
    • 文件大小:2186452
    • 提供者:tunzhao
  1. DS

    0下载:
  2. 数据结构与算法(张铭等著)书籍源代码及测试程序-Data structures and algorithms (Zhang Ming waiting) Book source code and test procedures
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:952005
    • 提供者:Vivian
  1. 1

    0下载:
  2. 这是一个简单的一元多项式的计算的程序,运用了数据结构中的简单的思想,使用与正在学习数据结构与算法的同学-This is a simple calculation of a polynomial procedure, using a simple data structure ideas, using the data structure and algorithm are learning to students
  3. 所属分类:Data structs

    • 发布日期:2017-05-08
    • 文件大小:1796354
    • 提供者:lujingjin
  1. calculate

    0下载:
  2. 该程序是软件学院数据结构与算法课程设计之一的计算器编程,输入一个表达式便可以获得计算结果。-College of the program is software design data structures and algorithms course one of the computer program, enter an expression will get results.
  3. 所属分类:Data structs

    • 发布日期:2017-04-17
    • 文件大小:112909
    • 提供者:黄菜
  1. Data-Structure-ppt

    0下载:
  2. 数据结构与算法 C++ 描述 什么是数据结构 抽象数据类型及面向对象概念 数据结构的抽象层次 用C++描述面向对象程序 算法概述与递归算法 性能分析与度量-Data-Structure
  3. 所属分类:Data structs

    • 发布日期:2017-05-10
    • 文件大小:2291571
    • 提供者:唐永笙
  1. mergelink

    0下载:
  2. 这是一个实现有序链表合并的小程序。主要是为了掌握数据结构与算法。-This is a linked list to achieve an orderly combination of small programs. Mainly in order to grasp the data structures and algorithms.
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:800
    • 提供者:云上的鱼
  1. 1

    0下载:
  2. 二叉排序树相关算法的排序 次次课程设计的目的是以C语言为基础,通过完成一些具有一定难度的课程设计题目的编写、调试、运行工作,进一步了解并掌握数据结构与算法的设计方法,具备初步的独立分析和设计能力;初步掌握软件开发过程的问题分析、系统设计、程序编码、测试等基本方法和技能;巩固所学理论知识,使理论与实际相结合。从而提高自我分析问题、解决问题的能力。用系统的观点和软件开发一般规范进行软件开发,培养软件工作者所应具备的科学的工作方法和作风,同时培养学生调查研究、查阅技术文献、资料、手册以及编写技术文
  3. 所属分类:Data structs

    • 发布日期:2017-04-23
    • 文件大小:24473
    • 提供者:leech
  1. shujujiegou

    0下载:
  2. 数据结构与算法分析,c语言描述版本,通过对经典算法的分析,对程序员进行启发-Data Structures and Algorithm Analysis, c language to describe the version of the classic algorithm by analysis, inspired by the programmer
  3. 所属分类:Data structs

    • 发布日期:2017-05-28
    • 文件大小:10314652
    • 提供者:Lk
  1. 111

    0下载:
  2. 数据结构与算法分析 C++描述 第三版 书中程序及答案-data structure and algorothm analysis
  3. 所属分类:Data structs

    • 发布日期:2017-05-10
    • 文件大小:2179024
    • 提供者:You Mingdi
  1. issues-in-algorithms

    0下载:
  2. 程序设计中有关数据结构与算法的关键问题,两页A4大小适合复习-Programming, data structures and algorithms related to the key issues for review two pages A4 size
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:15661
    • 提供者:
  1. TaskSchedule

    0下载:
  2. 工厂调度仿真程序,北京大学数据结构与算法实习第一次作业代码-Task Schedule
  3. 所属分类:Data structs

    • 发布日期:2017-03-28
    • 文件大小:202371
    • 提供者:Robin
  1. Introduction-to-Algorithms_CV

    0下载:
  2. 算法导论清晰中文版 编写出优秀的代码需要扎实的基础,如果数据结构和算法学的不好,怎么对程序的性能进行优化,怎样从类库中选择合适的数据结构。因此,《算法导论》作为畅销的介绍基础数据结构与算法的书籍,是程序员夯实基础的重要保证。-Introduction to Algorithms (Chinese version) is a great book that helps progremers to write elegant code.
  3. 所属分类:Data structs

    • 发布日期:2017-11-18
    • 文件大小:50033664
    • 提供者:啦啦
  1. cPP

    0下载:
  2. 数据结构算法与应用,在简要回顾了基本的C++ 程序设计概念的基础上,全面系统地介绍了队列、堆栈、树、图等基本数据结构,以及贪婪算法、分而治之算法、分枝定界算法等多种算法设计方法,为数据结构与算法的继续学习和研究奠定了一个坚实的基础。更为可贵的是,本书不仅仅介绍了理论知识,还提供了50多个应用实例及600多道练习题。-Data structures algorithms and applications, in a brief review of basic C++ programming con
  3. 所属分类:Data structs

    • 发布日期:2017-05-29
    • 文件大小:12141826
    • 提供者:lifan
  1. C

    0下载:
  2. 数据结构与算法 实现两个单链表相间合并 完整程序 可运行-Data structures and algorithms to achieve a complete merger phase two single linked list program can run
  3. 所属分类:Data structs

    • 发布日期:2017-04-07
    • 文件大小:597
    • 提供者:陈丰薪
  1. Data-structures-(Java)

    0下载:
  2. 随着计算机速度的不断增加和功能的日益强大,人们对有效编程和算法分析的要求也不断增长。《数据结构与算法分析》把算法分析与最有效率的Java程序的开发有机地结合起来,深入分析每种算法,内容全面、缜密严格,并细致讲解精心构造程序的方法。-With increasing computer speed and become more powerful , people programming and algorithm analysis of effective demand is also growin
  3. 所属分类:Data structs

    • 发布日期:2017-05-12
    • 文件大小:2884011
    • 提供者:卢翔
« 1 2 34 5 6 7 8 9 10 »
搜珍网 www.dssz.com