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

搜索资源列表

  1. huoCheChongPai

    0下载:
  2. 使用堆栈完成火车车厢重排的算法,是一个小的算法,主要在于学习堆栈的应用。-use stack train compartments complete rearrangement of the algorithm, is a small algorithm, mainly studying the application stack.
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:2110
    • 提供者:刘刚
  1. up5

    0下载:
  2. 本程序是“ 利用堆栈表示时求值”,非常方便使用,希望大家能够喜欢,-the procedure is "using Stack said when seeking value," is very convenient to use and I hope we can like, Thank you! !
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:49185
    • 提供者:苏杰
  1. MCS5_uCOC_II

    0下载:
  2. 移植到MCS51的uCOS_II。 1。在文件OS_CORE.C中OSMapTbl和OSUnMapTbl数组用于查表,所以应该放在code里。 增加code关键字。UCOS_II.H和OS_CORE.C。 2。OS_CFG.H堆栈大小MaxStkSize改为900。 3。OS_CPU_C.C的InitTimer0函数增加了关于开T0中断的解释。 允许T0中断,此时EA=0(51上电缺省值),中断还不会发生,满足在OSStart()前不产生中断的要求。
  3. 所属分类:uCOS开发

    • 发布日期:2008-10-13
    • 文件大小:157834
    • 提供者:zhangk
  1. Ex6_17

    0下载:
  2. 用一个堆栈实现回文的测试程序,分测试的字符长度是奇数还是偶数个两中情况-achieve with a stack Palindrome testing procedures, test-length of the characters is odd or even number-two situation
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:844
    • 提供者:葡萄
  1. hsdfhdsgdgdf

    0下载:
  2. 数据结构作业图的一些集合 上面有优先遍历 和用链表和堆栈来实现的算法-data structure of some operations plan sets priority traverse above and the use of linked lists and to achieve the stack algorithm
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:19856
    • 提供者:张鹏宇
  1. aaaassss

    0下载:
  2. 堆栈等代码,树,内存管理,以及信号量等等已经编译过-Stack and other code tree, memory management, and signal volume has been compiled, etc.
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:6900
    • 提供者:aaaassss
  1. ARM9(s3c2410)boot

    0下载:
  2. 2410addr.inc:s3c2410内部寄存器定义 memcfg.inc : 存储块配置,主要定义时序 option.inc : s3c2410堆栈地址,时钟等设置 。 2410init.asm: 启动代码 -2410addr.inc : s3c2410 internal registers definition memcfg.inc : storage block allocation Timing option.inc main definitions : s3c2410
  3. 所属分类:其他嵌入式/单片机内容

    • 发布日期:2008-10-13
    • 文件大小:11986
    • 提供者:杨正贤
  1. duizhanjisuanshi

    0下载:
  2. 利用c++编写的利用堆栈实现的加减乘除的算法-c prepared by the use of the use of the stack to achieve the arithmetic algorithm
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1794
    • 提供者:汤杰
  1. baogeascii

    0下载:
  2. 一、用表格形式显示字符 1、题目:用表格形式显示ASCII字符 2、实验要求: 按15行*16列的表格形式显示ASCII码为10H-100H之间的所有字符,即以行为主的顺序用ASCII码递增的次序依次显示对应的字符.每16个字符为一行,每行中的相邻两个字符之间用空白符(ASCII为0)隔开. 3、提示: (1)显示每个字符可能使用功能号为02的显示输出功能调用,使用方法如下: MOV AH,02H MOV DL,输出字符的ASCII码 INT 21H 本题中可
  3. 所属分类:汇编语言

    • 发布日期:2008-10-13
    • 文件大小:1454
    • 提供者:庄宁文
  1. calculate_stack_linux

    0下载:
  2. 在linux/UNIX上,利用堆栈,实现一个计算器。 可以自己检查优先级。 -in Linux / UNIX, using stack to achieve a calculator. Can check their own priorities.
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:3899
    • 提供者:liyangth
  1. dui_zhan

    0下载:
  2. 用c++开发的堆栈描述代码,有关数据结构作业-used to describe the development of the stack code, the data structure operation
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:25531
    • 提供者:李键
  1. stackChart

    0下载:
  2. 利用C1的第三方表图控制,以VB为基础写的堆栈型图的实例,欢迎交流参考-use of third-party chart controls to VB-based stack-written examples of the map, please refer to the exchange
  3. 所属分类:2D图形编程

    • 发布日期:2008-10-13
    • 文件大小:12303
    • 提供者:杨波
  1. simpleJFXT

    0下载:
  2. 简单计费系统,虽然简单但是实现了一般的功能。应用了队列,堆栈等数据结构。-simple accounting system, but simple realization of the general function. Application of the queue, stack data structure.
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:2157342
    • 提供者:宁华波
  1. puzzle_dev_c

    0下载:
  2. 经典迷宫算法,效率高。适合初学者熟悉数据结构的堆栈。-classic maze algorithm, high efficiency. For beginners familiar with the data structure of the stack.
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1844
    • 提供者:孙迪
  1. F2812-UCOS

    0下载:
  2. f2812的初始化构架,中断向量表,UCOS代码。 特别注意,具体应用时要充分考虑任务堆栈,防止堆栈溢出造成的BUG!本人所用开发环境为CCS2.2。这是为公司项目写的开始测试,不设计公司机密,可以随意使用。但下载者如涉及与INT公司项目有关应用,须经INT公司许可!-f2812 framework of the initialization, interrupt to the scale, UCOS code. Special attention to the specific appli
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:126731
    • 提供者:洪远洋
  1. eval

    0下载:
  2. 是一个VB类,相当于vbscr ipt中的eval函数,是用堆栈实现 -VB is a category equivalent to vbscr ipt the eval function is realized using Stack
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:9453
    • 提供者:秦皇岛
  1. Demo_ST44B0X

    0下载:
  2. 44binit.s ----- 初始化中断、存储器、堆栈等,进行系统初始化,建立C程序运行环境。 memcfg.inc ----- 定义存储器延时、SDRAM配置等参数 option.inc ----- 定义系统时钟频率等 main.c ----- 系统主程序(Main函数等) 44blib.c ----- IO端口初始化、延时和异步串口通讯等基本子程序-44binit.s ----- initialization interrupt, memory, stac
  3. 所属分类:其他嵌入式/单片机内容

    • 发布日期:2008-10-13
    • 文件大小:920149
    • 提供者:张锡良
  1. infix-Postfix

    0下载:
  2. 利用堆栈进行表达式的 Infix -> postfix 转换 适合大专院校计算机专业数据结构课参考 用法: 输入infix表达式为:(3+2*3)^2 则 转换位postfix表达式 323*+2^ 进而可以计算出表达式的值为81 目前bug: 主要作原理演示用,只能处理1位数字变量,且变量值不可太大-use of the stack for expression Infix -
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:42527
    • 提供者:QKY
  1. base-data-structure-CPP-Class

    0下载:
  2. 自己编写的基本数据结构 C++ 模版,包括链表、队列、堆栈等,供各位朋友参考。-themselves prepared the basic data structure C templates, including the linked list, queue, stack, for friends reference.
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:2986
    • 提供者:zhangsh
  1. baseboot-8695

    0下载:
  2. ks8695 bootloader初始化代码,包含内存初始化,flash初始化及堆栈初始化,并最终中转到C语言入口-ks8695 Bootloader initialization code, including memory initialization, Initialization and flash stack initialization, and eventually change to the C language entrance
  3. 所属分类:汇编语言

    • 发布日期:2008-10-13
    • 文件大小:12047
    • 提供者:flyhorse
« 1 2 3 4 5 6 78 9 10 11 12 ... 50 »
搜珍网 www.dssz.com