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

搜索资源列表

  1. 3569-2d

    0下载:
  2. C++编程.数据结构与程序设计方法的源代码.找了很久才找到-C programming. Data structures and processes for the design of the source code. Looking for a long time to find
  3. 所属分类:开发工具

    • 发布日期:2008-10-13
    • 文件大小:298199
    • 提供者:12123
  1. 数据结构与C语言高级程序设计_0

    0下载:
  2. 数据结构与C语言高级程序设计_0-data structure with the C programming language Huffman High
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:11489339
    • 提供者:何福保
  1. 83640-0d

    0下载:
  2. C++编成数据结构与程序设计方法 D.S.Malk编著-into C data structures and procedures for design D. S. edited Malk
  3. 所属分类:书籍源码

    • 发布日期:2008-10-13
    • 文件大小:446177
    • 提供者:大海
  1. 交通概要设计

    0下载:
  2. 目录 1引言 3 1.1编写目的 3 1.2背景 3 1.3定义 3 1.4参考资料 3 2总体设计 3 2.1需求规定 3 2.2运行环境 4 2.3基本设计概念和处理流程 4 2.4结构 5 2.5功能需求与程序的关系 5 2.6尚未解决的问题 6 3接口设计 6 3.1用户接口 6 3.2外部接口 7 3.3内部接口 7 4运行设计 8 4.1运行模块组合 8 4.1.1 用户管理模块 8 4.1.2 数据库模块 8 4.1.3 系统应用模块 8
  3. 所属分类:编程文档

    • 发布日期:2010-10-30
    • 文件大小:166400
    • 提供者:luokebi
  1. DataStructor

    1下载:
  2. 数据结构与程序设计——C++语言描述(影印版)-Data Structure and Program Design- C++ language descr iption (photocopy edition)
  3. 所属分类:Data structs

    • 发布日期:2017-05-15
    • 文件大小:4034758
    • 提供者:
  1. data_structure

    2下载:
  2. 数据结构与程序设计——C++语言描述(影印版)习题的答案 【作  者】Robert L.Kruse,Alexander J.Ryba -Data Structure and Program Design- C++ language descr iption (photocopy edition) Exercise the answer 【作者】 Robert L. Kruse, Alexander J. Ryba
  3. 所属分类:Data structs

    • 发布日期:2017-04-09
    • 文件大小:2544560
    • 提供者:hu jin
  1. park

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

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

    0下载:
  2. 《数据结构与程序设计》书本所有源代码-" Data Structure and Program Design" books of all the source code
  3. 所属分类:Data structs

    • 发布日期:2017-04-26
    • 文件大小:51116
    • 提供者:温智君
  1. EightQueens

    0下载:
  2. 数据结构与程序设计中的重点例子程序:八皇后问题-Data structure and procedures of the focus of the design example of the procedure: eight queen problem
  3. 所属分类:Data structs

    • 发布日期:2017-04-16
    • 文件大小:54383
    • 提供者:张祖琼
  1. Tic_Tac_Toe

    0下载:
  2. 数据结构与程序设计经典例子程序:井字游戏-Data structure and procedures of the classic examples of design process: tic-tac-toe game
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:52774
    • 提供者:张祖琼
  1. BinarySearch

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

    • 发布日期:2017-04-05
    • 文件大小:48766
    • 提供者:张祖琼
  1. Conversion

    0下载:
  2. 数据结构与程序设计中的关于栈的问题的经典应用:进制转换-Data structure and procedures on the stack design problem of the classical applications: M-ary conversion
  3. 所属分类:Data structs

    • 发布日期:2017-04-16
    • 文件大小:41324
    • 提供者:张祖琼
  1. Hash_Table

    0下载:
  2. 数据结构与程序设计的经典的类模版:哈希表-Data structure and procedures of the type of classic design template: hash table
  3. 所属分类:software engineering

    • 发布日期:2017-03-29
    • 文件大小:228344
    • 提供者:张祖琼
  1. Airport_Simulation

    1下载:
  2. 飞机场模拟的C++源代码 《数据结构与程序设计》里对飞机场模拟的完整c++源代码,能运行。-Airport simulation C++ source code for " data structures and program design," where a complete simulation of the airport c++ source code, can run.
  3. 所属分类:Data structs

    • 发布日期:2017-04-09
    • 文件大小:1089740
    • 提供者:howlong
  1. CppProgramofDateStruct

    0下载:
  2. C++编程——数据结构与程序设计实现,由美国资深教授通过自己的上课讲稿编写而成,是一本很好的提高c++编程能力的教程-C++ Programming- Data Structure and Program Design, a senior professor from the United States through its own scr ipt written in class, is a very good capacity to improve the c++ programming
  3. 所属分类:Data structs

    • 发布日期:2017-06-17
    • 文件大小:26120848
    • 提供者:cuier
  1. CProgramming

    1下载:
  2. C++编程 数据结构与程序设计方法 源代码-C++ programming design method of data structures and procedures of the source code
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-07
    • 文件大小:1895461
    • 提供者:徐亮胜
  1. Airport

    0下载:
  2. 用数据结构模拟小型飞机场的运作模式,代码来自与数据结构与程序设计-airport transport
  3. 所属分类:source in ebook

    • 发布日期:2017-03-28
    • 文件大小:72815
    • 提供者:章群燕
  1. 概要设计说明书(GB8567——88)

    0下载:
  2. 概要设计说明书 1引言 2 1.1编写目的 2 1.2背景 2 1.3定义 2 1.4参考资料 2 2总体设计 2 2.1需求规定 2 2.2运行环境 2 2.3基本设计概念和处理流程 3 2.4结构 3 2.5功能器求与程序的关系 3 2.6人工处理过程 3 2.7尚未问决的问题 3 3接口设计 3 3.1用户接口 3 3.2外部接口 3 3.3内部接口 4 4运行设计 4 4.1运行模块组合 4 4.2运行控制 4 4.3运行时间 4 5系统数据结
  3. 所属分类:软件设计/软件工程

    • 发布日期:2017-12-10
    • 文件大小:8226
    • 提供者:WH137
  1. 程序设计与数据结构-周立功

    0下载:
  2. 程序设计与数据结构,嵌入式软件工程方法与实践丛书(Programming and data structures - Zhou Ligong)
  3. 所属分类:嵌入式/单片机编程

    • 发布日期:2017-12-27
    • 文件大小:20771840
    • 提供者:博天
  1. JAVA语言程序设计与数据结构第十一版基础篇答案

    10下载:
  2. JAVA语言程序设计与数据结构第十一版基础篇答案(Java programming and data structure)
  3. 所属分类:其他

    • 发布日期:2020-05-15
    • 文件大小:2620416
    • 提供者:江湖一只侠
« 12 3 4 5 6 7 8 9 10 »
搜珍网 www.dssz.com