CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 搜索资源 - stack的c 实现

搜索资源列表

  1. image-go

    1下载:
  2. 利用Visual C++实现AVI文件的图像截取 Visual C++中实现对图像数据的读取显示 Visual C++实现视频图像处理技术 VC编程中如何操作数据库中的图像字段 Visual C++实现数字图像增强处理 Visual C++6.0开发灰度位图处理 VC++开发腐蚀运算源程序 VC++开发膨胀运算源程序 VC++开发细化源程序 VC++开发Hough变换的源程序 VC++开发轮廓提取源程序 堆栈的数据结构和操作 VC++开发轮廓跟踪源
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:274418
    • 提供者:zhou
  1. stack

    0下载:
  2. 堆栈的C++实现 堆栈的C++实现
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:7074
    • 提供者:stock999
  1. stack

    0下载:
  2. 用c++实现了一个比较特殊的堆栈类,可以push,可以pop,输出测试栈顶指针的变化。
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:7564
    • 提供者:Feng Yanzhao
  1. Maze32

    0下载:
  2. 用C实现的迷宫求解算法。图形界面,求解过程参照了深度优先搜索,迷宫由随即矩阵生成,采用栈作为路径存储结构-Implemented in C maze solving algorithm. Graphical interface, the solution process with reference to the depth-first search, then the matrix generated by the maze, using the stack as the storage st
  3. 所属分类:GUI Develop

    • 发布日期:2017-05-18
    • 文件大小:5266948
    • 提供者:杨萝卜
  1. DumpCallStack

    0下载:
  2. C++ 获取函数调用堆栈的 高效实现代码-dump C++ call stack high efficiency
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-28
    • 文件大小:4662
    • 提供者:laonew
  1. Stack-number-conversion

    0下载:
  2. 用栈实现的数制转换,用C语言实现的,大家请用DEVC++编译器去编译,别的可能有问题-Stack to achieve the number system conversion, using the C language, we with DEVC++ compiler to compile, another may have a problem
  3. 所属分类:Other windows programs

    • 发布日期:2017-10-31
    • 文件大小:712
    • 提供者:vell001
  1. BinTreeExp

    0下载:
  2. 二叉树的创建、前序递归遍历、中序递归遍历、后序递归遍历、层次遍历、前序非递归遍历、中序非递归遍历、后序非递归遍历算法。里面包含了顺序栈和队列的实现代码。-Binary tree creation, pre-order recursive traversal, recursive in order traversal, postorder recursive traversal, traverse the level, pre-order traversal non-recursive, in t
  3. 所属分类:Console

    • 发布日期:2017-04-02
    • 文件大小:15983
    • 提供者:LCC
  1. zhanjiqiyingyong

    0下载:
  2. 用c++实现建立一空栈,元素入栈出栈去栈顶元素,置栈空显示栈中元素,测试栈长几十进制到八进制的转换-With c++ To achieve the establishment of an empty stack, the stack elements to入栈Top-element stack empty home show stack elements, testing long stack several decimal to octal conversion
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-02
    • 文件大小:7331
    • 提供者:jl
  1. stack

    0下载:
  2. C++实现的各种堆栈操作(完整版 包括:build push pop等)-stack operation
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-26
    • 文件大小:948
    • 提供者:blizzard
  1. sequencestack

    0下载:
  2. 本程序描述的是顺序栈的C实现,通过该程序可以对顺序栈有所了解-This procedure describes the sequence of the C stack implementation, through the program can understand the order of the stack
  3. 所属分类:Other systems

    • 发布日期:2017-03-29
    • 文件大小:783
    • 提供者:于孟磊
  1. CPP-class-stack-brackets-match

    0下载:
  2. 括号匹配的C++类,堆栈实现的 没事做,随便写写的,用Gcc能很好实现,希望高手们能优化一下,共同进步-The the parenthesis matching C++ class stack to achieve nothing better to do, casually write well to achieve Gcc gurus to optimize the common progress
  3. 所属分类:Windows Develop

    • 发布日期:2017-11-12
    • 文件大小:925
    • 提供者:龙远思
  1. file-operation--func-and-stack

    0下载:
  2. 常用文件操作函数的示例,还有堆栈的C语言实现。适合初学者学习。-Examples of common file manipulation functions, as well as stacks of C language. Suitable for beginners to learn.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-08
    • 文件大小:2675
    • 提供者:华峰
  1. stack

    0下载:
  2. C++实现栈的数据结构,并模板化,适合初学者学习栈的结构和如何用模板来使程序多态化,简练化。-C++ realize stack data structure, and template-based, suitable for beginners to learn how to use the stack structure and templates to make the program of multi-state, concise oriented.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-26
    • 文件大小:9724
    • 提供者:C C++ MFC linux
  1. C

    0下载:
  2. C实现的一些数据结构,包括队列,散列表,栈,二叉树,图的拓扑排序-some data structure in C,including queue,hashtable,stack,tree,graph topsort
  3. 所属分类:Other systems

    • 发布日期:2017-05-14
    • 文件大小:3578196
    • 提供者:phl
  1. stack

    0下载:
  2. 用面向对象的方法实现一个栈,实现入栈出栈查询等操作,基于C++语言。-Object-oriented methods to achieve a stack realize stack stack query and other operations, based C++ language.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-12
    • 文件大小:896
    • 提供者:xuxx
  1. stack

    0下载:
  2. 数据结构顺序栈的c++实现,闪现基本功能和接口。解压后可直接运行-data structure
  3. 所属分类:Other systems

    • 发布日期:2017-05-01
    • 文件大小:12271
    • 提供者:zch
  1. stack-operation

    0下载:
  2. 大一时的小程序,利用栈实现的加减乘除运算。比较简单的C++实现-Freshman small procedures, the use of the stack to achieve the arithmetic operations. Relatively simple to achieve C++
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-13
    • 文件大小:1859
    • 提供者:张留心
  1. 数据结构-c++-栈的验证-实验报告

    0下载:
  2. 1.实验目的及要求 1.1 实验目的: 1.掌握栈的顺序存储结构 2.验证顺序栈及其基本操作的实现 3.验证栈的操作特性 1.2 实验要求: 1.建立一个空栈 2.对已建立的栈进行插入、删除、取栈顶元素等基本操作(1. the purpose and requirements of the experiment 1.1 the purpose of the experiment: 1. the sequential storage structure of the m
  3. 所属分类:Windows编程

  1. Class_Stack

    0下载:
  2. stack的实现,c++语言,使用类,实现了stack的各种功能,但是不建议使用此替代标准的stack(The implementation of the stack, the c++ language, the use of the class, implements various functions of the stack, but it is not recommended to use this alternative to the standard stack)
  3. 所属分类:Windows编程

    • 发布日期:2018-04-21
    • 文件大小:3478528
    • 提供者:Cover attano
  1. struct_queue

    0下载:
  2. queue的c++实现,利用的是结构,实现了queue的各种功能,但是不建议以此替代标准的queue(The implementation of the queue, the c++ language, the use of the class, implements various functions of the stack, but it is not recommended to use this alternative to the standard queue)
  3. 所属分类:Windows编程

    • 发布日期:2018-04-22
    • 文件大小:3440640
    • 提供者:Cover attano
« 12 3 4 5 6 7 »
搜珍网 www.dssz.com