搜索资源列表
Introduction to Functional Programming with Haskel
- Haskell编程介绍(英文) C, Java, Pascal, Ada, 等等,都是命令式语言。他们在某种程度上是由命令序列构成的,严格的按照顺序来执行。haskell是函数式语言。函数式程序是一个单独的表达式,通过推算表达式来执行。任何使用过电子制表的人都有函数式语言的经历。在电子制表中,你可以根据其它单元的值来指定每个单元的值。焦点是什么需要计算,而不是如何计算。-Haskell program (English) C, Java, Pascal, Ada, etc., orders
expr_c
- 本人编写的数学表达式C++类,可以用来理解和表示数学表达式-I prepared the mathematical expression of category C and can be used to understand and express mathematical expression
fitpro
- 专门处理曲线拟合数值计算的C++类,需要调用数学表达式处理类-devoted curve fitting numerical calculation of C, called the need to deal with mathematical expression category
calculator_sjtu
- 大学时用c++做的计算器,实现统计以及表达式计算。-University c done with the calculators, and achieving statistical formulas.
muparser_v128.tar
- 用于计算逻辑与算术表达式,支持标准C++,可在UNIX,LINUX,Windows下编译通过,性能优良
cal
- 输入任意一个表达式,可以计算出结果。 用C语言实现,编译通过即可运行
exp9
- 根据所学的数据结构,自己用c完成的计算机表达式求值的小程序
MTParser_src
- 一个解析数学表达式的c++程序,可以支持带变量的数学表达式和一般的数学函数
C1
- 实现功能: 1)具备整型数据、浮点型数据的算术(加、减、乘、除)运算功能。 依次输入第一个运算数、运算符(+,-,*,/),第二个运算数,然后输出结果。 结果可以作为下一个运算的第一运算数。按‘C’清屏,按‘X’退出。 例如:输入:2 + 5 输出:7 2)实现单运算符表达式计算的功能。 输入的操作数可以包含整数或浮点数。如果遇到错误的表达式,应输出错误提示信息。 输入表达式如下: 例如:输入:2+5 输出:7
go2pdf
- 表达式求值 c++版 有点错误 欢迎批评
02050811
- 用C语言实现的算术表达式的运算,用了堆栈的方法,利用算术运算符的优先级实现,实现了包括+,-,*,/和()的运算,输入#号运算结束。
功能强大的计算器
- 功能强大的计算器,采用仿C语言表达式语法 并且给出表达式的逆波兰表达式,支持二十余种函数运算,程序经测试成功-powerful calculator, using fake C language syntax expression and expression is the inverse Poland expression, I support 20 species of Operational functions, procedures have been tested successful
四则运算的计算器源码
- C语言编程,用Visual C编程,接受用户输入的一个四则运算表达式,输出其结果。例如用户输入表达式(5‐1/5)*5,则输出结果24.00,输出时精确到小数点后两位-C language programming, using Visual C programming, to accept user input of a four operational expression, the output results. For example, the user enters the expres
c++2
- 编写一个能够计算中缀表达式的程序,其中关于中缀表达式有如下的要求: 1)表达式中只处理二元运算符 2)表达式中出现的运算符为:+、-、*、/、^(幂运算)、(),其中幂运算符的优先级别比*和/的高,但是其结合性为右结合 3)希望表达式中能够处理实数 -编写一个能够计算中缀表达式的程序,其中关于中缀表达式有如下的要求: 1)表达式中只处理二元运算符 2)表达式中出现的运算符为:+、-、*、/、^(幂运算)、(),其中幂运算符的优先级别比*和/的高,但是其结
GEP
- 基因表达式程序设计(Gene Expression Programming,GEP)是葡萄牙科学家Câ ndida Ferreira于1999年发明的一种基于基因组(Genome)和表现型组(Phenome)的新的遗传算法。 -Gene Expression Programming (Gene Expression Programming, GEP) is a Portuguese scientist Câ ndida Ferreira invented in 1999, b
2009-12-9
- 一个能处理实的四则运算的程序,实现语言C++,支持嵌套括号,输入表达式,输出结果-A program which could accomplish four arithmetic operation of real numbers, Language used is C++.
calculator
- 用visual c++ 6.0 实现的科学计算器,输入表达式,计算出结果。-Using visual c++ 6.0 to achieve a scientific calculator, enter the expression to calculate the result.
GEP-decoding
- 基因表达式编程的一种解码方式的c++实现(网上关于gep的代码不多哦~)-a decoding VC edition fo GEP(gene expression programming) chromosome
nibolan
- 基于C++的有关数据结构的逆波兰表达式算法-Based on C++, data structures related to Reverse Polish Notation algorithm
c-biao-dashi-jisuanqi
- 用递归方法实现的c语言表达式计算器。可以识别括号运算,实现混合运算。-C language using the recursive method to achieve expression calculator. Can identify the parentheses operator, the hybrid operation.