资源列表
xianxing
- 解线性方程组,利用Guass消元法,LU分解法等数值分析中算法的实现-The realization of numerical analysis algorithm for solving linear equations, the use of Guass method of elimination, LU decomposition method
mona
- 这是一个在linux界面下遗传优化算法的示例。用若干个圆形色斑模拟出蒙娜丽莎的画像-This is an example of a genetic optimization algorithm in the Linux interface. Several circular stain to simulate the Mona Lisa. . .
lax
- one dimentional wave equation with Lax method
Algorithm-of-mathematical-modeling-
- 数学建模中的常用算法,包括大多数常用人工智能方法-Algorithm in the mathematical modeling
V2.0
- 激光谐振腔中激光模式的仿真,包括不同腔型-Simulation of the laser mode in the laser cavity, including the type of cavity
bsplines.cpp
- Compute a bispline given any points, the program uses openGL
HCM
- Program to compute a Hard c means given a input file.
Equalize
- Program that equalize the image using opencv only for read image
convx.cpp
- Program to compute the convex hull algoritm, using opengl
WindowsFormsApplication5
- 功能比较丰富的计算器,能实现求模,求倒数,开平方等运算,满足了一般的需求-Feature rich calculator, modulo a reciprocal square root operation, to meet the general needs of
LMS
- This code is LMS algorithm.
series-sum
- 数列求和(动态规划实现) 给定n个数字和一个范围[x,y],求从这n个数字中任意取出一些数字,使得它们的和在范围[x,y]中有多少种取法。 输入: 输入第一行为整数case,case<=10 表示有case组测试数据。 对于每一组测试数据,第一行为一个整数n (n<=30),第二行为n个整数a[i],第三行为两个整数x和y。其中,a[i]>=0,sum(a[i])<2^31,0<x,y<sum(a[i])< span="">。
