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

搜索资源列表

  1. suanshubiaodashi

    0下载:
  2. 这是我的数据结构课程设计,1. 初始化两个空栈,一个是操作符栈,一个是操作数栈。2. 如果字符是操作数,将它压入操作数栈。 如果字符是个操作符,则和运算符栈顶的运算符比较优先权后作相应操作,优先技小泽压入栈,大于则将栈顶的运算符出栈,并将运算数栈顶的两个数出栈进行运算。等于,则弹出操作符。-This is my data structure of the curriculum design, 1. Initialize two empty stacks, one stack operator,
  3. 所属分类:Data structs

    • 发布日期:2017-04-04
    • 文件大小:11081
    • 提供者:往往
  1. shujujiegou

    1下载:
  2. 本课题主要根据功能需要开发软件解决迷宫求解的问题。可以输入一个任 意大小的迷宫数据,用非递归的方法求出一条走出迷宫的路径,并将路径输出。以及Joseph环问题,利用单向循环链表存储结构模拟此,按照出列的顺序输出各个人的编号。还有猴子选大王问题。数据结构课程设计时做的-This issue primarily on the basis of functional need to develop software solutions to solve maze problems. Can enter
  3. 所属分类:Data structs

    • 发布日期:2017-04-04
    • 文件大小:106463
    • 提供者:胡娟
  1. sjjgks

    0下载:
  2. 这是一个数据结构的课程设计的源码和相关文档说明。-This is a data structure of the curriculum design of the source code and related documentation.
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:13505
    • 提供者:jack
  1. xishujuzhen

    0下载:
  2. 稀疏矩阵的转置相加与相乘,已经通过编译与实现,数据结构的课程设计,加乘转置功能很全!-Sparse matrix transpose sum and multiplication, has been adopted and implementation of compilers, data structure of curriculum design, transpose function increases by a very wide!
  3. 所属分类:Data structs

    • 发布日期:2017-03-28
    • 文件大小:7669
    • 提供者:wxg
  1. tushuguanlixitong

    0下载:
  2. 图书管理系统,是以歌很长的程序,有关本科生数据结构课程设计的-Library management system is based on a very long songs procedures, the data structure of undergraduate courses designed
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:1853
    • 提供者:奕琳
  1. Maze

    0下载:
  2. 数据结构的课程设计,利用堆栈的后进先出保存从起点开始的每一步行走。可以自定义迷宫地图,并在地图上标明,和用坐标表示行走路线。-Data structure of the curriculum design, use of the LIFO stack to preserve from the starting point for each walk away. Can customize the maze map and marked on the map, and the use of coo
  3. 所属分类:software engineering

    • 发布日期:2017-05-15
    • 文件大小:3244032
    • 提供者:zlx
  1. geneticalgorithmforthegenealizedassigmentproblem.r

    0下载:
  2. 分析了排课的数学模型, 根据遗传算法本身特点设计了一种数据结构基因编码 , 及几个涉及到的优化 目标评价函 数 , 提出了利用遗传算法解决排课问题的方法, 并通过试验验证了该方法的有效性、 可靠性 .-Timetable analysis of the mathematical model, according to the characteristics of genetic algorithm design of a data structure of genes encoding,
  3. 所属分类:Project Design

    • 发布日期:2017-03-30
    • 文件大小:186793
    • 提供者:
  1. longintsizeyunsuan

    0下载:
  2. 课程设计是实践性教学中的一个重要环节,它以某一课程为基础,可以涉及和课程相关的各个方面,是一门独立于课程之外的特殊课程。课程设计是让同学们对所学的课程更全面的学习和应用,理解和掌握课程的相关知识。《数据结构》是一门重要的专业基础课,是计算机理论和应用的核心基础课程。 数据结构课程设计,要求学生在数据结构的逻辑特性和物理表示、数据结构的选择和应用、算法的设计及其实现等方面,加深对课程基本内容的理解。同时,在程序设计方法以及上机操作等基本技能和科学作风方面受到比较系统和严格的训练。 本课
  3. 所属分类:Data structs

    • 发布日期:2017-04-05
    • 文件大小:268814
    • 提供者:刘桂军
  1. 875

    0下载:
  2. 哈弗曼编码源程序(数据结构课程设计)功能很强的-哈弗曼source coding (data structure of the curriculum design) features a very strong
  3. 所属分类:Education soft system

    • 发布日期:2017-04-11
    • 文件大小:1241
    • 提供者:lijuntao
  1. LIST

    0下载:
  2. 数据结构课程设计之线性表的基础操作,能实现删除、插入、打印输出等基本操作,加深对数据结构线性表的理解。-Data structure the curriculum design of the linear form the basis of operation, to achieve the deletion, insertion, printouts and other basic operations, better understanding of the data structure o
  3. 所属分类:Data structs

    • 发布日期:2017-04-12
    • 文件大小:1321
    • 提供者:胡锦涛
  1. TRACK

    0下载:
  2. 数据结构课程设计之堆栈的应用,能实现堆栈这个数据结构的基本应用,例如,初始化,出栈和入栈操作等。-Data structure the curriculum design of the stack of applications, to achieve the stack data structure of the basic applications, for example, initialization, a stack and入栈operation.
  3. 所属分类:Data structs

    • 发布日期:2017-04-11
    • 文件大小:932
    • 提供者:胡锦涛
  1. jiaoxuejihua

    0下载:
  2. 这是数据结构的课程设计,关于教学计划编制的设计-This is the data structure of curriculum design, on the preparation of the design of teaching plans
  3. 所属分类:Data structs

    • 发布日期:2017-04-29
    • 文件大小:42602
    • 提供者:
  1. hangbianyi

    0下载:
  2. 这是数据结构的课程设计,关于一个简单的行编辑程序.文本编辑程序是利用计算机进行文字加工的基本软件工具,实现对文本文件的插入、删除,替换等修改操作。-This is the data structure of curriculum design, on a simple line editing process. Text editor program is the use of computer text processing the basic software tools to achiev
  3. 所属分类:Education soft system

    • 发布日期:2017-04-29
    • 文件大小:309854
    • 提供者:
  1. 1

    0下载:
  2. 数据结构 课程设计 稀疏多项式乘法的实现 -Data structure the curriculum design to achieve sparse polynomial multiplication
  3. 所属分类:software engineering

    • 发布日期:2017-04-28
    • 文件大小:35436
    • 提供者:ww
  1. radar_remote_communication_using_Ethernet_physical

    0下载:
  2. 针对特定环境下雷达数据的远程传输问题,设计一种利用以太网物理层芯片,采用光纤实现的新方法,给出了系统实现的结构框图;讨论了通信协议的制定,并比较了该协议与以太网MAC层协议的异同;给出了系统中关键模块的快速可编程门阵列设计实现和仿真及试验结果。其结果是系统具有实现简单、可靠性高的优点,在雷达数据远程传输中应用前景广泛。-Specific circumstances of the long-range radar data transmission problems, to design a ch
  3. 所属分类:Linux Network

    • 发布日期:2017-04-17
    • 文件大小:197199
    • 提供者:wang
  1. USB

    0下载:
  2. 清华毕业论文——USB接口设计方面。 从总线结构-数据流-总线协议等详细的以论文形式表现出来,是写相关论文的极好参考资料。-Tsinghua University dissertation- USB interface design. From the bus architecture- data streams- such as detailed bus protocol to paper forms, is to write papers on an excellent referen
  3. 所属分类:USB develop

    • 发布日期:2017-04-25
    • 文件大小:375229
    • 提供者:胡冰
  1. a

    0下载:
  2. 航空订票系统大作业,数据结构课程设计,c语言编写。希望对您有帮助! -Air booking system large operations, data structure curriculum design, c language. I hope for your help!
  3. 所属分类:Data structs

    • 发布日期:2017-04-28
    • 文件大小:10749
    • 提供者:dongua
  1. a

    0下载:
  2. 全国旅游交通查询,数据结构课程设计,c语言编写。希望对您有帮助! -National tourist traffic query, data structure curriculum design, c language. I hope for your help!
  3. 所属分类:Data structs

    • 发布日期:2017-04-28
    • 文件大小:16358
    • 提供者:dongua
  1. v4670_flight

    0下载:
  2. 航空订票系统大作业,数据结构课程设计,c语言编写。希望对您有帮助! -Air booking system large operations, data structure curriculum design, c language. I hope for your help!
  3. 所属分类:Other systems

    • 发布日期:2017-04-16
    • 文件大小:12017
    • 提供者:dongua
  1. guibing

    0下载:
  2. 基于java的两个链表的归并,是数据结构课程设计使用的代码-Java-based list of merging the two is the data structure used in curriculum design code
  3. 所属分类:Java Develop

    • 发布日期:2017-04-14
    • 文件大小:3726
    • 提供者:yangyang
« 1 2 ... 44 45 46 47 48 4950 »
搜珍网 www.dssz.com