搜索资源列表
expression_calculation
- 利用栈实现的算术表达式计算程序,语言为纯c。开发工具为vc6。-use Stack arithmetic expression calculation procedures, language pure c. Development tools for vc6.
pl0back
- 在本编译程序中,源语言为PL/0语言,目标语言为假想栈式计算机的汇编语言.PL/0语言是Pascal语言的一个子集,PL/0的编译程序包括了对PL/0语言源程序进行分析处理、编译生成类PCODE代码,并在虚拟机上解释运行生成的类PCODE代码的功能。 PL/0语言编译程序采用以语法分析为核心、一遍扫描的编译方法。词法分析和代码生成作为独立的子程序供语法分析程序调用。语法分析的同时,提供了出错报告功能。在源程序没有错误编译通过的情况下,调用类PCODE解释程序解释执行生成的类PCODE代码
duizhanjisuanshi
- 利用c++编写的利用堆栈实现的加减乘除的算法-c prepared by the use of the use of the stack to achieve the arithmetic algorithm
capacitor
- 讲解如何利用c++环境实现栈的构造,其实也就是模版list的个人定义-c explain how to use the environment to achieve stack structure, in fact, is the template list personal definition
C_jishuanqi
- 说明: 此计算机可以计算同时超过多个操作项的什. 例如: 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
stacktext
- 自己写的C++栈模板,并用其实现了括号匹配算法-write their own C + + Stack template, and used to achieve the brackets Matching Algorithm
recurve
- 递归运算(栈的应用)的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
表达式求值的C源程序
- 用栈实现表达式求值-stack with Expression Evaluation
编译原理---算浮优先算法
- 简单介绍一下,整个工程分为5个文件:Main.c ----- 程序的入口点,其实很简单,就是调用两个函数。Global.h ----- 定义了一些全局变量及宏Parse.h ----- 语法分析器的主要算法Prece.h ----- 定义和实现了一些关于优先级的操作Stack.h ----- 定义和实现了一个栈及其操作编译的时候只要用TC2.0或者WinTC打开Main.c文件进行编译就好了。如发现有Bug请在这里贴出来或者把修改后的代码跟帖在这里:)总之,这个工程仅仅是一个简单示例,告诉大家怎
170054yufa 1234234234
- 定义和实现了一个栈及其操作编译的时候只要用TC2.0或者WinTC打开Main.c文件进行编译就好了。如发现有Bug请在这里贴出来或者把修改后的代码跟帖在这里:)总之,这个工程仅仅是一个简单示例,告诉大家怎么样把课堂上学到的知识运用到实际编程当中去,工程中所用到的模块化思想,数据结构等知识都是大家学过的,大三了,希望大家在最后这段时间里把写程序的本领练就出来-definition and implementation of a stack and operation of the compile
计算器c++
- 一个用堆栈实现的计算器。能够进行各种简单计算没有bug-a stack used to achieve the calculator. To carry out the simple calculation does not bug
shunxuzhai
- 实现顺序,栈的小程序,C语言开发,简单,明了.-Implementation order, stack applet, C language development, simple, straightforward.
cyuyanshishangbianchengbaili
- 第二篇 文件操作 实例24 文件加密(1) 实例25 文件加密(2) 实例26 批处理程序的加密 实例27 给自己的程序加上行号 实例28 文件分割程序 实例29 删除目录树 实例30 显示系统文件表 实例31 显示一个目录的存储内容 实例32 递归读取磁盘文件 实例33 C语言直接读取FoxPro的.DBFYYWR 实例34 用索引文件读取数据项 实例35 加密数据库 第三篇 系统调用 实例36 用C语言内嵌汇编语言实现
bag
- C语言编译的,使用堆栈的方法实现背包问题的解法,详细说明在里面-C language compiler, using the stack method to achieve solution knapsack problem, detailing inside
Research-of-Visualization-of-C
- 分析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
iList
- c++实现的int栈,里面有多个测试的main,可一一测试各种功能-int stack c++ realize there are multiple tests the main, eleven test various functions
migong
- C语言程序 数据结构 用栈的方法实现迷宫算法-The data structure of the C language program stack maze algorithm
tingchechang
- 利用出栈、入栈、队列等知识和相关的c语言函数来实现对校园的停车场进行管理-Use the stack, stack, queue, and related knowledge to achieve the c language function to manage campus parking
staticStac
- 堆栈的静态实现,可直接执行的C语言实现的堆栈程序-Static system stack can be directly d by the C language program stack
stack
- 堆栈的动态实现,实现语言C语言,动态分配堆栈大小-Dynamic implementation of the stack, to achieve language C language, dynamically allocated stack size