CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 控制台(字符窗口)编程 搜索资源 - Data Structures

搜索资源列表

  1. 编译原理实验_课程设计_词法分析

    0下载:
  2. 1、本程序的作用是进行TEST语言的词法分析。 2、可双击运行后输入文件名,或是在命令提示符下输入test 文件名……,支持多个文件同时进行词法分析。 3、本程序是在VC6.0环境下测试通过,用的是C++语法。当然也有C的语法。 4、本程序留下了很多的接口以待以后的语法分析和语义分析实验时进行扩展。比如已将词法分析结果记入到了一个顺序存储的数据结构中,以待后用。 5、程序扫描处理一部分是经孙悦红老师的示范程序修改而成,(增加了一些功能)其他部分为了适应自己的接口,都是由本人编写。-one, t
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2008-10-13
    • 文件大小:139411
    • 提供者:谷穗
  1. cmobliphone

    0下载:
  2. C语言实现设计一个简易的手机通讯录管理系统。该题目要求在熟练掌握C语言的基本知识:数据类型(整形、实型、字符型、指针、数组、结构等);运算类型(算术运算、逻辑运算、自增自减运算、赋值运算等);程序结构(顺序结构、判断选择结构、循环结构);大程序的功能分解方法(即函数的使用)等。进一步掌握各种函数的应用,包括时间函数、、绘图函数,以及文件的读写操作等。-Design a simple mobile phone address book management system. The subject
  3. 所属分类:Console

    • 发布日期:2017-03-31
    • 文件大小:64919
    • 提供者:alex
  1. stack

    0下载:
  2. 算法与数据结构中的顺序栈,链栈,以及栈的应用(数制的转换,表达式计算)。-Algorithms and data structures in order stack, chain stack, and the stack of applications (number system conversions, expression evaluation).
  3. 所属分类:Console

    • 发布日期:2017-04-07
    • 文件大小:8555
    • 提供者:郭悠悠
  1. sort

    0下载:
  2. 算法与数据结构中的排序算法(直接插入,折半插入,表插入,冒泡,快速,简单选择,堆,归并,基排序)。-Algorithms and Data Structures in sorting algorithms (direct insertion, binary insertion, insert tables, bubble, quick, simple choice, heap, merge, group sorting).
  3. 所属分类:Console

    • 发布日期:2017-04-08
    • 文件大小:5877
    • 提供者:郭悠悠
  1. lifegame

    0下载:
  2. 根据数据结构书上的lifegame而写的程序,初上数据结构课的同学可以看一下,详细功能请自己看书-According to the data structure of the book lifegame written procedures, the early data structures class students can look at your own reading detailed features
  3. 所属分类:Console

    • 发布日期:2017-05-12
    • 文件大小:2927366
    • 提供者:Mr Miao
  1. FindMaze

    0下载:
  2. 从迷宫的入口找到穿过迷宫的路径到达迷宫出口,采用回溯算法,数据结构为堆栈-From the entrance of the maze to find the path through the maze to reach the maze exit, using backtracking algorithms, data structures for the stack
  3. 所属分类:Console

    • 发布日期:2017-04-13
    • 文件大小:1976
    • 提供者:
  1. 编写用于表示有向图的数据结构

    0下载:
  2. 编写用于表示有向图的数据结构,以及不同表示方法之间相互转换的程序。 从文件读入一个有向图(带权,n 个结点,m 条边)的权矩阵表示,输出这个图的关联矩 阵、边列表、逆向表、邻接表表示。 程序除了能够实现要求的功能以外,代码中要有能体现出不同表示方法的数据结构。 -Writing means between the map data structure, and the different representations of the conversion process. Readi
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2017-04-17
    • 文件大小:54037
    • 提供者:zxy
  1. DSAAIC

    0下载:
  2. Mark ALLEN Weiss的著名书籍数据结构与算法分析里面的源代码,包括基本的数据结构,如链表、栈、队列、堆、树、AVL树、红黑树、各种排序算法.-Mark ALLEN Weiss' s famous book data structure and algorithm analysis inside the source code, including basic data structures such as linked lists, stacks, queues, heap,
  3. 所属分类:Console

    • 发布日期:2017-04-24
    • 文件大小:45073
    • 提供者:黄张伟
  1. Source-code-of-ProgrammingPearls

    1下载:
  2. 著名的计算机书籍编程珠玑里面的源代码。这本书面试必看。讲述了一些数据结构与算法。-The famous book Programming Pearls computer inside the source code. This book is a must-see interview. Tells the story of some of the data structures and algorithms.
  3. 所属分类:Console

    • 发布日期:2017-04-17
    • 文件大小:27683
    • 提供者:黄张伟
  1. Car

    0下载:
  2. 停车场管理系统,利用堆栈,链表等数据结构-Parking management system, using the stack, linked lists and other data structures
  3. 所属分类:Console

    • 发布日期:2017-04-25
    • 文件大小:130522
    • 提供者:张静
  1. sort

    0下载:
  2. 数据结构排序问题,一些基本的排序算法的C语言实现。-The sort of data structures.
  3. 所属分类:Console

    • 发布日期:2017-04-16
    • 文件大小:13317
    • 提供者:王飞
  1. ED2---Tarea-1--Codigo-Fuente--FabioCarvajal--Fran

    0下载:
  2. File system in c++ for windows using data structures
  3. 所属分类:Console

    • 发布日期:2017-04-24
    • 文件大小:92206
    • 提供者:fabio17
  1. war

    0下载:
  2. 某年某月,A军与B军之间发生了一次战争。为了不让A军轻易的找到自己的总部,B军布下了一个二叉树型的阵形,这样既可以相互沟通,也可以很好的隐藏总部的位置。共有n个节点,每个节点用一个数字标号,总部就在其中的某个节点处。知道在前序遍历中B军总部排在标号串的第m位。 A军找到学过数据结构的你,请你根据已知的中序遍历和后序遍历得到B军的前序遍历,并得出B军总部究竟在标号为多少的节点上。 -A certain period, A B between army troops and a war br
  3. 所属分类:Console

    • 发布日期:2017-05-03
    • 文件大小:640584
    • 提供者:
  1. Kursov-Proekt-1.0---Final

    0下载:
  2. The program contains implementation of dynamic stack, deck. This is example course work project on Data Structures.
  3. 所属分类:Console

  1. market_selected

    0下载:
  2. 学生的数据结构课设-超市选址问题,利用了弗洛伊德算法。-Student data structures course set- Supermarket location problem, use the Floyd algorithm.
  3. 所属分类:Console

    • 发布日期:2017-04-28
    • 文件大小:243749
    • 提供者:张雯
  1. PlayWithDataStructureSourceCode

    0下载:
  2. 《大话数据结构》的源码,对数据结构的学习有帮助!- Westward data structure, the source, to learn data structures to help!
  3. 所属分类:Console

    • 发布日期:2017-04-27
    • 文件大小:53084
    • 提供者:张文
  1. classical-algorithm-on-C

    0下载:
  2. C语言基本算法,包括数据结构与基本算法总结。-C language basic algorithms, including summary data structures and basic algorithms.
  3. 所属分类:Console

    • 发布日期:2017-04-30
    • 文件大小:231111
    • 提供者:
  1. petsc-3.6.3

    2下载:
  2. PETSc, pronounced PET-see (the S is silent), is a suite of data structures and routines for the scalable (parallel) solution of scientific applications modeled by partial differential equations. It supports MPI, and GPUs through CUDA or OpenCL, as we
  3. 所属分类:Console

    • 发布日期:2016-01-14
    • 文件大小:9246720
    • 提供者:jyj
  1. data_structure

    0下载:
  2. 几乎涵盖了全部的数据结构类型和操作。便于学习和理解各个数据结构之间的关联关系。-Covers almost all types of data structures and operations. Easy to learn and understand the relationships between various data structures.
  3. 所属分类:Console

    • 发布日期:2017-05-07
    • 文件大小:1065639
    • 提供者:xzc
« 1 2»
搜珍网 www.dssz.com