搜索资源列表
java版eval()实现
- 表达式求值JAVA版eval()内附说明.rar
JAVA闹钟
- 数据结构上机实验的一些源代码。包含哈弗曼编码译码器,二叉树的遍历,算术表达式求值,拓扑排序等。
三次样条插值的一个小程序
- 最近自己在做课后习题在做数值分析的一个课后作业题时自己写了这个三次样条插值求函数近似值,运行调试时提示没有错误,课就是结果不正确,谢谢各位大侠帮帮。。
数据结构的设计题目利用栈求表达式的值
- 数据结构的设计题目利用栈求表达式的值,可供小学生作业,并能给出分数-Data structure using a design value of the expression stack request, for primary operations, and to give scores
subdivision
- 细分曲面的参数求值 Catmull-Clark细分曲面与Loop细分曲面-Subdivision surface parameters evaluated subdivision surface Catmull-Clark Subdivision Surfaces with Loop
biaodashi
- 这是一个表达试求值的代码,主要用堆栈来实现.考查我们的数据结构知识.-This is a test for the value of the expression of the code, the main stack to achieve. Test our knowledge of the data structure.
Calculator
- 不带括号算术式求值另外一个版本 可以自动判断优先级 排除空格等字符影响-Without brackets evaluation arithmetic type another version can automatically determine the priority level to exclude characters such as spaces impact
jizhibaoluo
- 自动读取记录在文件中的数据,并求取信号的极大值、极小值和包络曲线-Automatically read record data in the document, and to strike a signal of maximum value, minimum value and the envelope curve
A
- (a)编写程序完成如下功能:输入7个float类型的实数分别求最大值和最小值,并保留3位小数输出最大值和最小值。-(A) the preparation of procedures for the completion of the following functions: the importation of seven types of real float for maximum and minimum values, respectively, and three decimal pla
MyFinalCalculator
- 数据结构期末作业 带括号的算术表达式求值-Data structure with brackets at the end of the arithmetic operations for the value of expression
wangrong31str
- 表达式求值,通过栈,计算加减乘除,可以做小数,整数负数等运算-Expression is evaluated, through the stack, calculate addition and subtraction multiplication and division, can do decimals, negative integers such as computing
ga_work1
- 利用改进的遗传算法求取函数的最大值,进行优化设计,在MATLAB下可以运行使用。-Using improved genetic algorithm to strike a function of the maximum optimized design, the use of MATLAB can be run under.
VB_Excel
- visual Basic(简称vB)是设计windows应用程序强有力的开发工具j Excel是目前使用最广泛的办公应用软件之一,它具有强大的数学分析与计算功能,包括很多vB没有的求值数学表达式的函数和方法。由于Excel的应用程序.. -visual Basic (referred to as vB) is to design a powerful windows application development tool j Excel is the most widely used ap
biaodashiqiuzhi
- 现在要求以字符序列的形式从终端输入语法正确的、不含变量的表达式,利用给定的算符优先关系,实现对算术四则混合运算表达式的求值,并演示在求值过程中运算栈、操作数栈、输入字符和主要操作的变化过程-Now in the form required character sequences from input terminal of the correct grammar, do not contain variables by the operator is given priority to, the
Exep
- java 数据结构 表达式求值课程设计代码!很详细,带界面!-The java data structures that the expression is evaluated curriculum design code! Very detailed, with the interface!
求s=a+aa+aaa+aaaa+aa...a的值
- 题目8:求s=a+aa+aaa+aaaa+aa...a的值,其中a是一个数字。例如 2+22+222+2222+22222(此时共有5个数相加),几个数相加有键盘控制。 -Title 8: o s = a+ aa+ aaa+ aaaa+ aa... A value, of which a is a number. For example 2+ and+ 222+ 2222+ 22222 (the five number additive), a few numb
the-art-of-computer-programming_2
- 本册揭开了计算机程序设计艺术目前最长一章的序幕,而论述组合算法的这章将包括完整的3卷。非正式地说,组合算法是对量非常大的对象,如alan或图元素,进行高速处理的技术。组合模式或排列技术可解决大量的现实问题,而处理这些问题的现代方法比起以前所采用的直接过程快上千倍。本册是后面章节的基础,这里首先讨论的是组合学的本质,接着介绍在计算机内部如何有效处理0和1的基本思想,包括布尔基础和布尔求值等内容。并且,为了强化作者的阐述,书中包括了大量细心组织、包括使用说明和详细解答的新的习题。-The album
the-art-of-computer-programming_1
- 本册揭开了计算机程序设计艺术目前最长一章的序幕,而论述组合算法的这章将包括完整的3卷。非正式地说,组合算法是对量非常大的对象,如alan或图元素,进行高速处理的技术。组合模式或排列技术可解决大量的现实问题,而处理这些问题的现代方法比起以前所采用的直接过程快上千倍。本册是后面章节的基础,这里首先讨论的是组合学的本质,接着介绍在计算机内部如何有效处理0和1的基本思想,包括布尔基础和布尔求值等内容。并且,为了强化作者的阐述,书中包括了大量细心组织、包括使用说明和详细解答的新的习题。-The album
the-art-of-computer-programming_3
- 本册揭开了计算机程序设计艺术目前最长一章的序幕,而论述组合算法的这章将包括完整的3卷。非正式地说,组合算法是对量非常大的对象,如alan或图元素,进行高速处理的技术。组合模式或排列技术可解决大量的现实问题,而处理这些问题的现代方法比起以前所采用的直接过程快上千倍。本册是后面章节的基础,这里首先讨论的是组合学的本质,接着介绍在计算机内部如何有效处理0和1的基本思想,包括布尔基础和布尔求值等内容。并且,为了强化作者的阐述,书中包括了大量细心组织、包括使用说明和详细解答的新的习题。-The album
sumNumber
- 实现表达式的求值计算,并且可以同时输出表达式的中缀式后后缀式(其中后缀式代码已注释,自己取消注释即可)-it is useful and it can culatulate numbers