搜索资源列表
逢山开路模型
- 在本问题的求解中,修桥和挖隧道是两个相类似的求解过程,我们将求解过程分为两个部分:第一、对河岸边一固定点 ,将桥修在 处时,求解由起始点 到经固定点 到居民点 的最短路线。第二、如何确定 的位置,使得总路线的费用最小。我们分别用了两个模型来进行这两部分内容的求解。模型一、针对坡度的限制,利用小区域内的局部最优来达到全局最优。模型二、列出点 有一定的位移时,可以减少的费用 的函数方程,然后利用河岸附近等高线较紧密,公路不能沿偏离等高线方向前进的特性,求出减少的费用 的条件极值,从而确定最佳修桥地点
jiefangcheng
- 求解方程式的根的算法,要求输入a,b,c 3个数据的值,输出结果将显示在方框内-solve the root of the equation algorithm, for the importation of a, b, c of the three data values output will be displayed in the box
c++longgesuanfa
- 经典龙格-库塔算法c++实现,求解微分方程的高精确度的解法-classical Runge - Kutta algorithm c realized, to solve the differential equation of high precision Solution
mathedit
- 在线公式编辑器,解决在线网络公式编辑的html格式的,我共享下,但是不是我的-Online Equation Editor, edit the formula to solve online network html format, I share the following, but not my
tex
- WebTeX 可视化网络公式编辑器源码,解决网络公式输入的问题,可输入比较复杂的数学公式。-WebTeX visual network source equation editor, enter the formula to solve network problems, you can enter more complex mathematical formulas.
GPTB2
- Solve a equation in two variables.
Equation_Solver
- JAVA program to solve equation of order n with n equation
SolveEquation
- Java程序设计实验:解一元一到三次方程-solve equation
GaussianElimination
- java 实现高斯算法的源码文档,可以复用的哟,应用到很多地方,主要解决多元一次方程的编程问题-java source document Gaussian algorithm can reuse yo, applied to many places, mainly to solve the programming problem of multi-linear equation
Insert-the-operator
- 插入运算符使等式成立课程设计实验报告 设计程序在表达式“123456789=a”中左边的适当位置插入运算符“+”“-”或“*”,以使等式成立,列出所有可能情况。例如:当a=1000时,123+45-67+8-9=100。 在小学就遇到过这样的问题,只是那时遇到的这样的问题使很简单的,没有乘,并且现在的程序要求的使把所有符合条件的答案都选出来。所以可以考虑使用编写的程序来解决问题。 首先问题的左边是“123456789”中插入适当的运算符,可以想象成有123456789这
UDP
- solve quadratic equation 2 by UDP
src
- 一个用smt求解器z3来求解方程x + y*c*e d解的程序- a simple example of using z3 to solve equation: x+ y*c*e d+ a using z3
Equation
- 1、写一个求解一元二次方程的类Equation 2、实现两个异常类 NotQuadraticEquationException,和NoRealResultException 3、Equation的构造函数抛出NotQuadraticEquationException, 求解函数抛出NoRealResultException(Solve Eryuan's equations and thrown out)