资源列表
solution
- 解一元二次方程的c语言小程序,演示解一元二次方程的过程-Solving a quadratic equation c language small program that demonstrates the process of solving a quadratic equation
ch12-SQP-method
- SQP method is one of the most effective algorithm for solving constrained optimization problems
Convolve
- 基于DSP实现函数卷积算法,使用C语言,对正弦函数,方波的函数进行卷计算法,可查看输出波形-failed to translate
0.618-program
- 0.618法,用于寻找一元函数固定区间内的极小点-0.618 program,Used to find the minimum point functions of one variable within the fixed interval
longgekuta
- 四阶龙格库塔的c语言实现,自己编的,效果挺好的-LONG GE KU TA
lagelangri
- 朗格朗日插值算法实现,用c语言编写的,效果不错-Lagrange insert by c。。。。。
longbeige
- 计算方法之龙贝格积分,用c语言实现-Romberg Integration,by c。。。。
neton-diedai
- 计算方法之牛顿迭代,用c语言写的,效果不错、-Newton iteration ,by c
LAXts
- 一维激波管问题,应用lax差分编写的数值计算程序-failed to translate
glsl-optimizer-master
- GLSL优化算法,用c++语言编写,适合学习计算数学的和工科类的运用-GLSL optimizer A C++ library that takes GLSL shaders, does some GPU-independent optimizations on them and outputs GLSL back. Optimizations are function inlining, dead code removal, copy propagation, constant foldi
simplex-master
- simplex算法,是优化算法中的典型算法,本例方便需要调用该算法的学习者初步了解该算法的运用-A simple scr ipt to optimize a linear program using the SIMPLEX algorithm. The function "simplex" in simplex.m is the entry point for running an optimization.
tsp_optimization-master
- 旅行商问题,是图论问题中的经典问题,本例是实现该算法的典例-Solves the m-tsp with optimization. Used as part of the project to optimize vehicle routes leading to fuel efficient solutions. Change the coordinates array to modify the input coordinates. INPUT : coordi
