搜索资源列表

  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 D
  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. 所属分类:其它资源

    • 发布日期: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 fr a mework of the initialization, interrupt to the scale, UCOS code. Special
  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 ----- initiali
  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 ent
  3. 所属分类:汇编语言

    • 发布日期:2008-10-13
    • 文件大小:12047
    • 提供者:flyhorse
  1. uIP_Demo_IAR_ARM7

    0下载:
  2. uip:用于嵌入式系统的MINI TCP/IP协议堆栈,可以和free rtos 操作系统配合使用-uip : Embedded system for the MINI TCP / IP protocol stack, free and can be used in conjunction with the operating system rtos
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:221092
    • 提供者:wuqinghua
  1. uIP_Demo_Rowley_ARM7

    0下载:
  2. uip:用于嵌入式系统的MINI TCP/IP协议堆栈,可以和free rtos 操作系统配合使用,不同平台-uip : Embedded system for the MINI TCP / IP protocol stack, free and can be used in conjunction with rtos operating systems, different platforms
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:93477
    • 提供者:wuqinghua
  1. PIC18_MPLAB

    0下载:
  2. free rots example :用于嵌入式系统的MINI TCP/IP协议堆栈,可以和free rtos 操作系统配合使用,不同平台-free rots example : Embedded system for the MINI TCP / IP protocol stack, free and can be used in conjunction with rtos operating systems, different p
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:23323
    • 提供者:wuqinghua
  1. railkk

    0下载:
  2. 这是个火车转轨的问题, 用堆栈实现的一个解决方法-This is a transition of the train, using the stack to achieve a solution
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:401460
    • 提供者:xiao xu
  1. Mymousepick2

    0下载:
  2. 本程序主要介绍对象捕捉的编程技术(名字堆栈、鼠标拾取)-the procedures introduced to capture the object programming technology (name Stack, pick up the mouse)
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:39936
    • 提供者:Quard
  1. FOURF

    0下载:
  2. 用堆栈实现表达式求值 但只有 + - * / () 运算符-stack used to achieve expression evaluates only +-* / () Operators
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:3446
    • 提供者:zhouwei
  1. d2hz

    0下载:
  2. 数字串转中文大写的小代码段,这个段子使用堆栈算法,可以通用(从内部二进制数转中文大写或数字串转中文大写) -figures Series switch over to the Chinese capital of the small code, the use of pieces from the stack algorithm, be generic (internal binary switch over to the Chin
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:2185
    • 提供者:duyankang
« 1 2 ... 4 5 6 7 8 910 11 12 13 14 ... 50 »

源码中国 www.ymcn.org