搜索资源列表

  1. 数据结构算法集---C++语言实现

    0下载:
  2. 常用的C++数据结构算法,包括队列、堆栈、链表...等.以模板类型式实现-C common data structure algorithms, including queue, stack, etc. List .... To achieve template-type
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-10
    • 文件大小:7168
    • 提供者:新康
  1. μCos-Ⅱ在TMS320VC5402上的移植及其堆栈的改进

    0下载:
  2. 介绍了L C ö O S 2Ê 在TM S320VC5402 上的移植以及在移植过程中的一些注意事项, 给出一些关键的实现代码,并在移植的基础上给出了改进堆栈设计以减少对内存需求的方法。-introduced ouml C L O S 2Ecirc TM HPI in the transplant process and the transplantation of some note, is the realizat
  3. 所属分类:uCOS开发

    • 发布日期:2024-05-10
    • 文件大小:173056
    • 提供者:葛强
  1. opengl01

    0下载:
  2. “详解OpenGL的坐标系、投影和几何变换”。是我见过最好的关于OpenGL坐标平移和旋转,以及矩阵堆栈最好的教程。-"Comments on OpenGL coordinate system, projection and geometric transformation." It is the best I have seen on the OpenGL coordinates translation and r
  3. 所属分类:OpenGL

    • 发布日期:2024-05-10
    • 文件大小:26624
    • 提供者:张瀚
  1. 计算器c++

    0下载:
  2. 一个用堆栈实现的计算器。能够进行各种简单计算没有bug-a stack used to achieve the calculator. To carry out the simple calculation does not bug
  3. 所属分类:其他小程序

    • 发布日期:2024-05-10
    • 文件大小:2048
    • 提供者:杨扬
  1. 表达式求值(大程序)

    0下载:
  2. VC实现的用堆栈实现表达式求值!! 数据结构的一个小作业!! 大家可以参考一下-VC stack with the expression evaluates to achieve! ! Data structure of a small operation! ! We can take a look
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-10
    • 文件大小:1900544
    • 提供者:冰扉
  1. 表达式计算器

    0下载:
  2. 一个使用堆栈写的计算器,能够使用常用的数学函数.-use of a stack written by calculators, to use common math functions.
  3. 所属分类:其他小程序

    • 发布日期:2024-05-10
    • 文件大小:52224
    • 提供者:小永
  1. smallrtos动态堆栈

    0下载:
  2. small rtos for avr small rtos 使用了动态堆栈 想无需任何改动就可以编译这个程序,就必须安装winavr20050214和uv2,先点击uv2的工程文件打开这个工程然后在Tools---->Customize Tools Menu...嵌入gcc编译命令make all和make clean即可立即编译。编译后可以使用avr studio进行代码级仿真-small Byelorussian fo
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2024-05-10
    • 文件大小:19456
    • 提供者:ming
  1. 链栈的建立及出入栈

    0下载:
  2. 用链表结构完成堆栈的任务,使用时更加灵活方便-structure with the mandate to complete stack, use more flexible and convenient
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-10
    • 文件大小:150528
    • 提供者:楚天
  1. 堆栈排序法

    0下载:
  2. 如果云知道天的辽阔 如果雨知道海的无边 如果星知道月的寂廖 如果你知道我爱着你 -know if the cloud of days of rain to know if the vast sea of limitless If Star know the lonely Liao if you know that I love you
  3. 所属分类:编辑框

    • 发布日期:2024-05-10
    • 文件大小:6144
    • 提供者:元杰
  1. 八皇后之堆栈算法

    0下载:
  2. 可以过来看看有关8皇后的相关算法.这是本人初学数据结构运用堆栈编写的小程序-can come look at the Statue of eight correlation algorithm. This is my beginner stack data structure prepared by the use of small programs
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-10
    • 文件大小:93184
    • 提供者:徐开峰
  1. 简单的表达式求值

    0下载:
  2. 语法分析正确后就可以求值了,求值时用到一个操作数堆栈和操作符堆栈,以及一个算符优先表(存储了运算符之间的优先关系),具体细节可以阅读源码。-syntax analysis is correct after it evaluates the value used for a number of operations and the operator stacks stack, and an operator priority list (
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-10
    • 文件大小:1972224
    • 提供者:李平
  1. 具有运算符优先级的计算器(C语言)

    0下载:
  2. 用C语言编写的计算器,具有运算符优先级,采用堆栈实现。-C language prepared by the calculator, with priority Operators using stack to achieve.
  3. 所属分类:软件工程

    • 发布日期:2024-05-10
    • 文件大小:49152
    • 提供者:新新
  1. 静态堆栈

    0下载:
  2. avr单片机的静态堆栈的实现,适合搞操作系统的。-avr SCM static stack the realization suited for the operating system.
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2024-05-10
    • 文件大小:22528
    • 提供者:唐明
  1. structuress

    0下载:
  2. 常用数据结构集体实现,功能较全的数据结构实现,包括链表、映射、队列、集合、堆栈、vector等,自带异常处理,非常方便-commonly used data structures collective achievement, function over the entire data structure to achieve, including the linked list, mapping, Queue, Set, Stack,
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-10
    • 文件大小:13312
    • 提供者:杜立博
  1. computer

    0下载:
  2. 这是一款非常实用的计算器,我认为其实用程度远远胜过Windows系统提供的计算器.主要特色是支持多项式运算,即可以一次输入整个多项式,并能够识别运算的优先级(利用堆栈实现),希望大家能够多提宝贵意见.-This is a very useful calculator, I think in fact much better than using Windows system calculator. The main feature is
  3. 所属分类:Internet/网络编程

    • 发布日期:2024-05-10
    • 文件大小:139264
    • 提供者:周宇
  1. calculator

    0下载:
  2. 科学计算器,支持表达式, 采用堆栈实现
  3. 所属分类:系统编程

    • 发布日期:2024-05-10
    • 文件大小:142336
    • 提供者:moon
  1. lianshiduizhan

    0下载:
  2. 用链表建立堆栈的简单代码,没有做很多的排错处理,只是了解了解堆栈的实现方式
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-10
    • 文件大小:1024
    • 提供者:taolizao
  1. bintree

    0下载:
  2. 二叉树的建立,遍历(两种方法),以及用txt文件存储二叉树的方式,还包括队列 堆栈的操作-Tree establishment, ergodicity (two methods), as well as txt file storage by way of binary tree, but also the operation of queue stack
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-10
    • 文件大小:6144
    • 提供者:王家
  1. duizhan

    0下载:
  2. 堆栈实验程序,对初学者有很大的帮助.我的成功是从这里开始的.分享给大家-Experimental procedure stack of great help for beginners. My success is started from here. Share to U.S.
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2024-05-10
    • 文件大小:10240
    • 提供者:
  1. overflow

    0下载:
  2. 简单的堆栈溢出,可实现程序的切换,希望对初学者有帮助-A simple stack overflow, the switching process can be realized, and they hope to help beginners
  3. 所属分类:系统编程

    • 发布日期:2024-05-10
    • 文件大小:16384
    • 提供者:zhao
« 1 2 34 5 6 7 8 9 10 ... 50 »

源码中国 www.ymcn.org