CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - c 堆栈

搜索资源列表

  1. Calculator

    1下载:
  2. c++语言编写的计算器程序,可以实现加减乘除,不过不支持双位数,使用堆栈编写,含有中缀表达式到后缀表达式的转换。-c++ language calculator program, Math can be achieved, but does not support double-digit, use the stack preparation, with infix expression to postfix expression converter.
  3. 所属分类:source in ebook

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

    0下载:
  2. 使用C语言实现数据堆栈功能,数据类型可自定义,pop,push操作性能较好-Data stack using the C language functions, data types can be customized, pop, push the operational performance is better
  3. 所属分类:Other systems

    • 发布日期:2017-04-02
    • 文件大小:159860
    • 提供者:御风
  1. mylist

    0下载:
  2. 纯C语言实现的通用链表(类)源代码 纯C语言代码实现的通用链表(类)源代码,可在bc++、tc,tc++等这些老古董编译器以及gcc、vc6.0、vc2005中通过编译,觉得不错的下载研究研究,不能抓到截图。   一些说明:   为了可扩展使用,下面的结点结构中用TYPE指定数据类型,使用时请按照需要在list_def.h中把TYPE定义为合适的类型,并且提供三个原型函数,第一个用来为TYPE类型的数据赋值,第二个判断两个TYPE类型的数据是否相等,第三个用来打印(显示)TYPE
  3. 所属分类:CSharp

    • 发布日期:2017-03-30
    • 文件大小:55276
    • 提供者:叶韵
  1. DataStructure

    0下载:
  2. C#语言版本的各种数据结构的代码,包括线性表、循环链表、堆栈、队列、矩阵、树、图及各种查找算法的代码。-C# language versions of the various data structures of the code, including the linear form, circular linked list, stack, queue, matrix, tree, graph, and a variety of search algorithm code.
  3. 所属分类:CSharp

    • 发布日期:2017-04-02
    • 文件大小:622587
    • 提供者:周朝
  1. arm

    0下载:
  2. μCOS-II在lpc210x上的移植代码C语言部分,包括任务堆栈初始化代等-μCOS-II on the migration code in lpc210x C-section, including such tasks on behalf of the stack initialization. .
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-04-06
    • 文件大小:8216
    • 提供者:eagles
  1. datastructor

    0下载:
  2. 基本的C++ 程序设计概念的基础上,全面系统地介绍了队列、堆栈、树、图等基本数据结构-Basic concepts of C++ programming, based on a comprehensive and systematic introduction to the queue, stack, tree, graph, and other basic data structures
  3. 所属分类:software engineering

    • 发布日期:2017-04-05
    • 文件大小:868736
    • 提供者:shasha
  1. Windows_Memory_Management_Stack

    0下载:
  2. 全面介绍Windows内存管理机制及C++内存分配实例(六):堆栈-Full descr iption Windows Memory Management mechanisms and C++ memory allocation example (6): Stack
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-01
    • 文件大小:79583
    • 提供者:
  1. count

    0下载:
  2. C++编程,可实现四则运算,可计算带括号带加减乘除式子,用堆栈实现-C++ count
  3. 所属分类:CSharp

    • 发布日期:2017-04-03
    • 文件大小:953032
    • 提供者:angle
  1. S3C44B0Xtest

    0下载:
  2. 本代码文件是S3C44B0X板的测试程序,包括汇编初始化文件和C语言测试代码。 汇编代码主要完成系统初始化,包括: 禁止看门狗; 禁止所有中断; 初始化存储器(包括SDRAM); 设定锁相环倍频; 使能所有单元模块时钟; 初始化堆栈; 设置中断等等 C语言代码主要是应用代码,包括: 设置使用指令缓存; 修改系统主时钟为32MHz; IO端口功能、方向设定; 初始化中断; 初始化DMF50081液晶模块; 蜂鸣器测试; 液
  3. 所属分类:Other Embeded program

    • 发布日期:2017-03-30
    • 文件大小:93628
    • 提供者:瑛小
  1. src

    0下载:
  2. 用JAVA实现队列和堆栈,可供初学者熟悉JAVA编程过程,可仔细分辨下JAVA和C++的不同 - Realizes the formation and the storehouse with JAVA, may for the beginner to be familiar with the JAVA programming process, but under careful resolution JAVA and C++ difference
  3. 所属分类:Applet

    • 发布日期:2017-04-10
    • 文件大小:852
    • 提供者:jeason
  1. STL

    0下载:
  2. 详细的讲述一些C排序的函数 STL 几乎封装了所有的数据结构中的算法,从链表到队列,从向量到堆栈,对hash 到二叉树,从搜索到排序,从增加到删除-Describe in detail the function of some sort STL C encapsulates almost all of the data structure algorithms, from the list to the queue, from the vector to a stack of hash to
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:195065
    • 提供者:汪柏胜
  1. sudoku

    0下载:
  2. C++解数独的代码,使用了三种方法,依次对应解决不同难度的数独,并且最后采用由堆栈为基础数据结构的深度优先搜索法解数独,可以保证解决所有的可解数独。使用了STL的bitset,利用位操作节省内存。-C++ code alone the stops, using three methods, followed by the corresponding number of varying difficulty to solve alone, and Finally the data structur
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:368489
    • 提供者:wjn_nb
  1. DataStructure

    0下载:
  2. 用C++编写的常用数据结构类,包括链表、堆栈、队列、二叉树、图的基本算法等-Commonly used data structures written in C++ class, including lists, stacks, queues, binary tree, graph the basic algorithm
  3. 所属分类:Data structs

    • 发布日期:2017-05-01
    • 文件大小:780930
    • 提供者:刘亮
  1. labyrinth

    0下载:
  2. 使用C++中类的思想以及堆栈的算法,能寻址32*32以内迷宫的路径。-Classes using C++, ideas, and the stack algorithm, can be addressed within 32* 32 maze path.
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:362213
    • 提供者:王伟
  1. biaodashi

    0下载:
  2. 用C++实现的中后缀表达式,使用的是堆栈,适合刚刚学数据结构的新手使用-Implemented using C++ in the postfix expression, using a stack data structure suitable for the novice just learning to use
  3. 所属分类:Data structs

    • 发布日期:2017-04-05
    • 文件大小:950
    • 提供者:凌乱
  1. calculator(linux)

    0下载:
  2. 为了比较满足自己完美主义的追求..花了点时间。支持+-*/,()优先运算。封装c++标准库异常处理(c++标准),堆栈算法(明了易懂,功能强大)。注释也比较全。 适合大家交流作用。 -In order to compare the pursuit to satisfy his perfectionist .. took some time. Support+-*/,() priority operations. Package c++ standard library exception
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-03
    • 文件大小:42944
    • 提供者:杰哥
  1. datastructure

    0下载:
  2. 严蔚敏版数据结构(C)第3-4章部分核心习题答案源代码。包括堆栈,队列,字符串的各种操作和算法实现。代码结构规范简洁,注释完善,全部编译调试通过。-YAN Wei-min version of the data structure (C), chapters 3-4 answers to some of the core exercises the source code. Including stacks, queues, strings of various operations and a
  3. 所属分类:Data structs

    • 发布日期:2017-04-15
    • 文件大小:18173
    • 提供者:赵稳
  1. as

    1下载:
  2. 编写C语言程序,模拟UNIX磁盘空间管理中使用的分组链接法。 1.定义一个记录磁盘块号的堆栈S—free[10],以及记录栈中现有磁盘块数的变量S—nfree。 2.定义一个由40个元素构成的结构数组block[40]用作磁盘块存放。 struct size { int blocl[10] } struct blocd { struct size a[10] //用于在空闲磁盘块号链中存放磁盘块号 }block[40] 3. 假设系统中文件的最大
  3. 所属分类:OS Develop

    • 发布日期:2017-04-03
    • 文件大小:1634
    • 提供者:fdsf
  1. calculator

    1下载:
  2. 用C++编写带括号的算术表达式求值,利用堆栈实现,采用算符优先数算法。-Written with C++ arithmetic expression in parentheses is evaluated using the stack implementation, the use of operator priority number algorithm.
  3. 所属分类:Data structs

    • 发布日期:2015-12-15
    • 文件大小:440320
    • 提供者:JJWM
  1. data-stucture-cPP

    0下载:
  2. 学数据结构的时候做的一些小型的练习,c++实现的堆栈队列二叉树等,对于学习数据结构算法的朋友里面的很多函数有参考价值哦-some small practices when i learnning the data stucture, use the c++ language to excute the stack, queue, binary tree, i hope the functions in my codes can help some friends to learn the dat
  3. 所属分类:Data structs

« 1 2 ... 4 5 6 7 8 910 11 12 13 14 15 »
搜珍网 www.dssz.com