搜索资源列表
基于二叉树求算术表达式求值的课程设计
- 这是本人做的关于基于二叉树求算术表达式求值的课程设计,供大家一起学习。表达式求解问题 设计一个程序实现基于二叉树表示的算术表达式的操作。 1、 需求分析 1. 算术表达式的合法输入数据包括变量(A~Z,a~z)、常量(0-9)和二元运算符(+,-,*,/,^(乘幂))。程序对数据输入格式不作要求,用户需自己保证语法正确,详见用户手册说明。 2. 演示程序以人机对话的方式执行,即在计算机上显示提示信息后,由用户在键盘上输入对应的数据或命令,程序将执行相应的操作并显示下一步信息。 3. 程
miaobiao
- 是"操作系统"和"微机原理和接口技术"等其它核心课程必要的先修课,而且对于训练学生掌握程序设计技术,熟悉上机操作和程序调试技术都有重要作用。因此该课程在整个教学计划中占有重要地位。 本课程的目的和要求是: 1、 应使学生掌握8086/8088宏汇编语言程序设计的基本方法和技巧,能够运用8086/8088宏汇编语言编写应用程序。提高学生分析问题、解决问题的能力以及实际动手能力。 -Is " operating system" and " Microcomput
VRP
- 使用遗传问题求解VRP程序的一个较好的程序,附有题目-The use of genetic problem solving VRP program a better program, with topics
SPFA
- Solving the shortest path problem
yuandaima
- 这也是关于基于算术表达式求值的问题,与上题不一样,希望对有需要的人有用。表达式求解问题 设计一个程序实现基于二叉树表示的算术表达式的操作。 1、 需求分析 1. 算术表达式的合法输入数据包括变量(A~Z,a~z)、常量(0-9)和二元运算符(+,-,*,/,^(乘幂))。程序对数据输入格式不作要求,用户需自己保证语法正确,详见用户手册说明。 2. 演示程序以人机对话的方式执行,即在计算机上显示提示信息后,由用户在键盘上输入对应的数据或命令,程序将执行相应的操作并显示下一步信息。
C
- 利用分支限界算法求解最优装载,实现了最优装载问题的求解-The use of branch and bound algorithm to solve the optimal load to achieve the optimal load for solving the problem
MATLAB
- 用MATLAB求解遗传算法的旅行商问题,这一类问题在大学生以及研究生的数模竞赛以及日常生活当中尤为重要的,为我们所重视。、近年来,学术界对旅行商问题也逐渐重视起来。-Using MATLAB genetic algorithm for solving the traveling salesman problem, this kind of problem students and graduate students in Mathematical Modeling Contest, and da
SA
- 模拟退火算法实现货郎问题,实例验证了模拟退火算法在解决货郎问题中的应用-The simulated annealing algorithm Shining problem, the examples demonstrate the application of simulated annealing algorithm in solving the Shining problem
tanhaoqiangCPPxitidaan
- 习题答案对应于习题解答程序按章设立文件夹(子目录),如文件夹xt1中包含的是第1章全部习题的解答程序。程序的文件名以xt开头,与例题号一一对应,如xt7-3.cpp是第7章第3题的解答程序。对于给出了两种或多种解答程序的,在文件名中加了顺序号,如xt6-3-1.cpp是第6章第3题的第1种解答程序,xt6-3-2.cpp是第6章第3题的第2种解答程序。谭浩强《C++面向对象程序设计习题答案》-Exercise answers corresponding folders (subdirectori
feixianxingzuixiaoerchengyouhua
- 用G-N法求解非线性最小二乘优化问题 用修正G-N法求解非线性最小二乘优化问题 用L-M法求解非线性最小二乘优化问题 -GN method for solving nonlinear least squares optimization problems using a modified GN method for solving nonlinear least squares optimization problems using LM method for solving non
svm
- 支持向量机模型用于预测分析效果显著,它在解决小样本、非线性及高维模式识别中表现出许多特有的优势,并能够推广应用到函数拟合等其他机器学习问题中-Support vector machine model is used to predict significant effect in solving small sample, nonlinear and high dimensional pattern recognition exhibit many unique advantages, and
cfd-fortran
- 有限体积法求解流动和传热问题的经典源代码-Classic source code finite volume method for solving the problem of flow and heat transfer
circular-linked-list-Josephus
- 约瑟夫环问题 【问题描述】 Josephus排列问题定义如下:假设n个竞赛者排成一个环形。给定一个正整数m≤n,从第1人开始,沿环计数,第m人出列。这个过程一直进行到所有人都出列为止。最后出列者为优胜者。全部出列次序定义了1,2,…n的一个排列。称为(n,m)Josephus排列。例如,(7,3)Josephus排列为3,6,2,7,5,1,4。 【实验要求】 设计求解Josephus排列问题程序。 (1)采用顺序表、单链表或双向循环链表等数据结构。 (2)采用双向循环
8Queen
- 利用Mips指令集进行汇编程序开发,实现8皇后问题的求解-Use Mips assembler instruction set developed to achieve 8 Queens problem solving
StdAfx
- VC++头文件解决编译错误问题 VC++头文件解决编译错误问题 -The header file VC++ compilation error problem solving
BFS
- 迷宫问题 队列求解 界面还不完善 可以自己添加-Maze problem solving interface queue is not perfect you can add your own
maxflow
- 许多系统包含了流量问题。例如交通系统有车流量,金融系统有现金流,控制系统有信息流等。许多流问题主要是确定这类系统网络所能承受的最大流量以及如何达到这个最大流量。MATLAB环境下解决最大流问题-Many systems contain a flow problem. Traffic such as traffic system, the financial system has cash flow, information flow control system. Many flow probl
Lingo1
- 运用lingo解决直角三角形,外切正方形的面积的最大值,lingo在解决优化问题时,效果明显-Using lingo to solve right triangle, circumscribed square area of the maximum size of lingo in solving the optimization problem, the obvious effects using a mesh quality indicator
minPWX
- 用抛物线法求解给定区间内的极大值极小值问题-Using the maximum minimum problem solving a given parabola method interval
Iterative-method
- 迭代法也称辗转法,是一种不断用变量的旧值递推新值的过程,跟迭代法相对应的是直接法,即一次性解决问题。-Iterative method, also known as Law removed, continue to use the old value is a variable value new recursive process, with iterative wears corresponds to the direct method, namely a one-time problem