搜索资源列表
Calc
- 输入含数字的式子(可以用多层括号嵌套),本程序给出结果。-import figures with the formula (Multi-brackets can be nested), this procedure gives results.
chkc_tar
- 这是一个使用标准 C 开发的简单的可以对 C 语言程序进行语法检查的程序,本程序检查你的程序中小括号、中括号、大括号、单引号、双引号、/* */ 注释等的配对情况,可以及时发现程序中存在的语法错误情况。-This is a standard C development can be a simple C language syntax procedures for the inspection procedures, the proce
expr
- 可以计算各种函数,还可以使用变量,如A,B,C,D。可以计算各种数学函数sin cos tg ctg,处理括号,四则运算,是VC中一款不可多得的表达式计算类和计算工具。例如:cos(0) 1-can calculate various functions, variables can also be used, such as A, B, C, D. Can calculate mathematical functions sin co
khss
- 数据结构:带括号的算术表达式求值。能完成一位数的带括号的算术表达式的运算,结果可以为多位数。用栈实现中缀表达式和后缀表达式的转换。-data structure : the bracketed arithmetic expression is evaluated. Complete with a number of brackets arithmetic expression Operational results for the mu
算式分析器
- 使用递归的方法实现的算式分析器,给定一个符合C语言格式的算式,可以使用括号,单目运算符等,计算算式的运算结果。-use recursive method formula Analyzer, to set a C-language format with the formula, you can use brackets, Monocular Operators, calculation formula of the calculatio
简单的计算器
- 学vc++的时候做的一个简单的计算器,可以输入括号方便一次输入-school vc when doing a simple calculator, can be imported to facilitate an input brackets
rgjsq
- 软件工程课程设计的一个小作业:用VC++6.0来实现计算器的+.-.*./等基本功能和括号,使用MFC作为向导工具。-software engineering courses designed a small operation : VC 6.0 calculator to realize the basic functions .-.*./ and brackets, the use of MFC as a wizard.
Pcalc
- 超级多项式计算器,什么都能算哦!包括字母多项式,括号,乘方都行的~-super-polynomial calculators, and what can count! Including letters polynomial, in brackets, involution are OK ~
zhou_compute
- 一个用汇编写的一个小型计算器支持包括有括号形式的四则运算表达式,含错误检测。-a compilation was made with the support of a small calculator brackets including four forms of computing expression, including error detection.
计算器2.0
- 能运算的函数: sin,cos,tg,ctg,e^,pow(x,y),cosh,sinh,tgh,log10,ln,sqrt,arcsin,arccos, 运算方式: +,-,*,/,绝对值(“[ ]”),^,!, 输入规则: 用键盘或按钮都可,输入完按回车运算,(光标要在最后) sin(21-32)/(12-43) 4(323-4343) 4*(323-4343) e^2-sin3-3^4,(不要输入pow(3
MyRecvFiles
- 关于括号匹配和车皮进站的小程序,自己写的~很简单,主要是希望能多多交流-matching brackets on the wagon stops and small programs, written in their own ~ very simple, the main hope to be able to interact more
Matching-brackets
- 数据结构 1、算法思路: 假设表达式中包含两种括号:圆括号和方括号,其嵌套顺序随意,即([]())或[([])]等为正确的格式,[(])或([())或(()]均为不正确的格式。检验括号是否匹配可以用堆栈来实现当遇到 ( 或 [ 时进栈,遇到 ) 或 ] 时出栈进行匹配检验,如果出现不匹配的情况立即结束,否则继续取下一个字符。如果没有遇到不匹配的情况,最后判断栈是否为空,栈为空,括号匹配,否则不匹配。 -Data Struct
group
- java做的计算器,有科学计算功能和括号功能,支持单双目运算-do java calculator, scientific computing functions and brackets to support a single computing binocular
brackets
- The program checks correctness of arrangement of brackets
POJ1141-Brackets-Sequenc
- 动态规划 POJ1141 Brackets Sequence 解题报告
Codeforces-149-D-Coloring-Brackets
- Codeforces 149 D-Coloring Brackets,动态规划求解-Codeforces 149 D-Coloring Brackets,dynamic programming
Brackets-inlay-procedure
- 主要算法:通过c来得到键盘输入的字符,进行判断是否合法,i的值来判断是否是相邻括号,t来记录相邻括号的个数,count来记录当前的嵌套数,k来记录最大的嵌套数,n来记录括号的对数。-The main algorithm: through C to receive keyboard input characters, to judge whether it is legitimate, the value of I to determin
matching-brackets
- 利用c++数据结构 栈 解决括号匹配问题 -Use c++ to solve matching brackets
Brackets
- 软件测试匹配输入的程序段中括号数量是否相等。-Software Test match the input block is equal to the number of brackets.
Matching-brackets
- 软件测试匹配输入的程序段中括号数量是否相等。-Software Test match the input block is equal to the number of brackets.