搜索资源列表
qz.c
- C语言编写的 任意输入表达式的波兰表示 此程序将计算出结果
Expression
- C表达式计算,支持优先级,括号,利用堆栈的数据结构
表达式求值(修改)
- 本代码已经在VC++环境下编译实现,但不知道在纯C++下运行结果会怎样-the code in Visual C + + compiler environment to achieve, but we do not know in pure C + + to run what will be the outcome
表达式计算(加减乘除与或非及括号)C语言
- 参考书c语言版得严蔚敏的数据结构 利用堆栈实现根据表达式运算符优先级比较完成正确的计算 程序设计有运算符优先级表可以自己设定运算符优先级
code
- 1、猴子选大王 2、约瑟夫环 3、迷宫求解 4、回文游戏 5、地图四染色问题 6、八皇后问题 7、原四则表达式求值 8、k阶斐波那契序列 9、遍历二叉树 10、编写DFS算法的非递归函数。 编写BFS算法。 11、简单选择排序, 折半插入排序, 冒泡排序, 快速排序, 堆排序 12、顺序查找,折半查找-err
ExpressionTree
- 表达式计算的代码 C C 表达式计算 字符串计算-Expression calculation expression calculation code string calculation of CC
datastruct_example
- 本人讲授数据结构课程时的所写的示例程序,结构清晰规范,有注释,全部可编译运行,包括如下代码: 长整数:ch0_bigint2.c 顺序表的实现:ch2_stable.c 链表的实现ch2_ltable.c 合并两个有序表:ch2_stable_merge.c 表达式计算:ch3_express.c 队列的链式实现:ch3_lqueue.c 栈的链式实现:ch3_lstack.c 迷宫求解:ch3_maze.c 队列的顺序实现:ch3_squeue.c
stackqueue
- 数据结构栈和队列基本源代码,并包括银行模拟、中缀表达式计算、列车调度、农夫过河问题等经典数据结构算法。-Stack and queue data structure of the basic source code, and includes Bank of simulation, in the calculation is made up of expressions, the train scheduling, the farmer across the river, such as the
zhongzhuiqiujie
- 里面有中缀表达式的详细代码和结题报告,看了受益匪浅啊-Infix expression inside the detailed code and concluding report, read the benefit ah
edelweiss
- 2-9进制的数字转换 中缀表达式转换为后缀表达式 字符串中字母的频率及排序 括号配对的验证 链表式储存及功能-2-9 band of the digital conversion infix expression into postfix expression string and sort the letters in parentheses matching the frequency of verification of storage and features list
calculator
- 用C++编写带括号的算术表达式求值,利用堆栈实现,采用算符优先数算法。-Written with C++ arithmetic expression in parentheses is evaluated using the stack implementation, the use of operator priority number algorithm.
c
- 中缀表达式 转化为后缀 表达式 数据结构 课后提 撒播撒播-Infix expression into postfix expression
stack
- 栈的应用表达式的运用,C语言实现,数据结构课程设计报告,覆盖率报告-The application of the use of the expression stack, C language, data structure curriculum design, coverage report
C-language-programming
- C 是一种通用的程序设计语言,它包含了紧凑的表达式、丰富的运算符集合、现代控制流以及数据结构四个部分。 全书分为四篇,第一篇由44个实例组成,主要侧重于对C语言的基础知识进行介绍。第二篇有26个实例组成,覆盖自定义结构类型,I/O操作及部分常用函数。第三篇由23个实例组成,讲了数据结构的应用。第四篇由7个实例组成,作用是验证、提升读者的编程能力。-C is a general-purpose programming language, it contains a compact repres
expression
- c++表达式计算源代码,支持绝大部分的符号 -c++ expression sourcecode,supply many symbols
(C)TOK-REEC-V1.2.0
- C语言正则表达式引擎 -C language is the regular expression engine
Express2
- 数据结构实验,四则运算表达式,C++实现(Data structure experiment, four operation expression, C ++ implementation)
中缀表达式转后缀表达式并求值
- 能够用数据结构实现中缀表达式到后缀表达式的转变(Change can achieve infix expression to a postfix expression)
运算器
- 设计实现一个简单的计算器,可以接受中缀数值表达式,并进行求值。 至少应该包括加、减、乘、除4种运算和括号处理; (2) 运算量可以自己约束(整数、实数等); (3)有能力的同学可以仿照WINDOWS计算器界面(The design and implementation of a simple calculator, can accept infix numerical expression, and evaluation. At least 4 additional operations,
expression.tar
- 表达式求值的一个C语言程序,可以识别高低层次的运算符,从而求出最后的运算结果.(expression evaluation)