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

搜索资源列表

  1. expression_calculation

    0下载:
  2. 利用栈实现的算术表达式计算程序,语言为纯c。开发工具为vc6。-use Stack arithmetic expression calculation procedures, language pure c. Development tools for vc6.
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:7768
    • 提供者:朱麟
  1. pl0back

    0下载:
  2. 在本编译程序中,源语言为PL/0语言,目标语言为假想栈式计算机的汇编语言.PL/0语言是Pascal语言的一个子集,PL/0的编译程序包括了对PL/0语言源程序进行分析处理、编译生成类PCODE代码,并在虚拟机上解释运行生成的类PCODE代码的功能。   PL/0语言编译程序采用以语法分析为核心、一遍扫描的编译方法。词法分析和代码生成作为独立的子程序供语法分析程序调用。语法分析的同时,提供了出错报告功能。在源程序没有错误编译通过的情况下,调用类PCODE解释程序解释执行生成的类PCODE代码
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:383061
    • 提供者:mayfar
  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. capacitor

    0下载:
  2. 讲解如何利用c++环境实现栈的构造,其实也就是模版list的个人定义-c explain how to use the environment to achieve stack structure, in fact, is the template list personal definition
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:16372
    • 提供者:胡波
  1. C_jishuanqi

    0下载:
  2. 说明: 此计算机可以计算同时超过多个操作项的什. 例如: y = 3 + 64 * (2 + 3^5) + sinPI 的值, 用括号区分优先级,如果有大量很长的算式需要计算,可以试一下这个计算器. 开发语言: C#语言,用Stack原理实现 -Note : This computer also can be calculated over a number of operational items even. For example : y = 3 64 * (2 ^ 5) sinPI val
  3. 所属分类:并行运算

    • 发布日期:2008-10-13
    • 文件大小:18487
    • 提供者:leisuee
  1. stacktext

    0下载:
  2. 自己写的C++栈模板,并用其实现了括号匹配算法-write their own C + + Stack template, and used to achieve the brackets Matching Algorithm
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:8303
    • 提供者:张帆
  1. recurve

    0下载:
  2. 递归运算(栈的应用)的c++程序。程序首先给出链式栈节点类定义,然后给出了实现,最后进行了操作测试,并输出结果。 recurve.cpp就是程序 recurve.txt是运行结果-recursive algorithm (Application Stack) c procedures. Procedures is the first chain Stack node definition, and then given the realization of the final testi
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1254
    • 提供者:丁丁
  1. 表达式求值的C源程序

    0下载:
  2. 用栈实现表达式求值-stack with Expression Evaluation
  3. 所属分类:中文信息处理

    • 发布日期:2008-10-13
    • 文件大小:1524
    • 提供者:峰峰
  1. 编译原理---算浮优先算法

    0下载:
  2. 简单介绍一下,整个工程分为5个文件:Main.c ----- 程序的入口点,其实很简单,就是调用两个函数。Global.h ----- 定义了一些全局变量及宏Parse.h ----- 语法分析器的主要算法Prece.h ----- 定义和实现了一些关于优先级的操作Stack.h ----- 定义和实现了一个栈及其操作编译的时候只要用TC2.0或者WinTC打开Main.c文件进行编译就好了。如发现有Bug请在这里贴出来或者把修改后的代码跟帖在这里:)总之,这个工程仅仅是一个简单示例,告诉大家怎
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:12104
    • 提供者:李雷
  1. 170054yufa 1234234234

    0下载:
  2. 定义和实现了一个栈及其操作编译的时候只要用TC2.0或者WinTC打开Main.c文件进行编译就好了。如发现有Bug请在这里贴出来或者把修改后的代码跟帖在这里:)总之,这个工程仅仅是一个简单示例,告诉大家怎么样把课堂上学到的知识运用到实际编程当中去,工程中所用到的模块化思想,数据结构等知识都是大家学过的,大三了,希望大家在最后这段时间里把写程序的本领练就出来-definition and implementation of a stack and operation of the compile
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:188571
    • 提供者:张学友
  1. 计算器c++

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

    • 发布日期:2008-10-13
    • 文件大小:2483
    • 提供者:杨扬
  1. shunxuzhai

    0下载:
  2. 实现顺序,栈的小程序,C语言开发,简单,明了.-Implementation order, stack applet, C language development, simple, straightforward.
  3. 所属分类:assembly language

    • 发布日期:2017-04-14
    • 文件大小:4015
    • 提供者:无所谓
  1. cyuyanshishangbianchengbaili

    0下载:
  2. 第二篇 文件操作 实例24 文件加密(1) 实例25 文件加密(2) 实例26 批处理程序的加密 实例27 给自己的程序加上行号 实例28 文件分割程序 实例29 删除目录树 实例30 显示系统文件表 实例31 显示一个目录的存储内容 实例32 递归读取磁盘文件 实例33 C语言直接读取FoxPro的.DBFYYWR 实例34 用索引文件读取数据项 实例35 加密数据库 第三篇 系统调用 实例36 用C语言内嵌汇编语言实现
  3. 所属分类:source in ebook

    • 发布日期:2017-05-22
    • 文件大小:7130226
    • 提供者:qunniao
  1. bag

    0下载:
  2. C语言编译的,使用堆栈的方法实现背包问题的解法,详细说明在里面-C language compiler, using the stack method to achieve solution knapsack problem, detailing inside
  3. 所属分类:source in ebook

    • 发布日期:2017-04-15
    • 文件大小:10898
    • 提供者:Luis
  1. Research-of-Visualization-of-C

    0下载:
  2. 分析C程序的函数调用机制,阐述函数调用可视化实现技术,并利用GNU编译器工具链跟踪函数,对函数调用进行可视化展示,从而有助于对复杂函数调用特别是递归调用中的算法设计、栈区使用、代码优化等内容的理解。- The thesis analyses the mechanism of function call in C program,explains the realization technology of Visualization of function call,and displays th
  3. 所属分类:Compiler program

    • 发布日期:2017-03-29
    • 文件大小:172731
    • 提供者:李飞
  1. iList

    0下载:
  2. c++实现的int栈,里面有多个测试的main,可一一测试各种功能-int stack c++ realize there are multiple tests the main, eleven test various functions
  3. 所属分类:source in ebook

    • 发布日期:2017-12-05
    • 文件大小:1059082
    • 提供者:lucy
  1. migong

    0下载:
  2. C语言程序 数据结构 用栈的方法实现迷宫算法-The data structure of the C language program stack maze algorithm
  3. 所属分类:assembly language

    • 发布日期:2017-11-23
    • 文件大小:1537
    • 提供者:
  1. tingchechang

    0下载:
  2. 利用出栈、入栈、队列等知识和相关的c语言函数来实现对校园的停车场进行管理-Use the stack, stack, queue, and related knowledge to achieve the c language function to manage campus parking
  3. 所属分类:ELanguage

    • 发布日期:2017-04-08
    • 文件大小:1870
    • 提供者:zgs
  1. staticStac

    0下载:
  2. 堆栈的静态实现,可直接执行的C语言实现的堆栈程序-Static system stack can be directly d by the C language program stack
  3. 所属分类:MacOS develop

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

    0下载:
  2. 堆栈的动态实现,实现语言C语言,动态分配堆栈大小-Dynamic implementation of the stack, to achieve language C language, dynamically allocated stack size
  3. 所属分类:MiddleWare

    • 发布日期:2017-04-12
    • 文件大小:1213
    • 提供者:chenyng
« 12 »
搜珍网 www.dssz.com