资源列表
KalmanFilterUtil
- Kalman Filtering in Java
fwdmcck1
- 蒙特卡罗法求一维平板上探测器的热流,算例为Modest书中第10章第一个算例。-Monte Carlo method for the one-dimensional heat flow detector plate, Modest examples for the book, Chapter 10, a numerical example.
Optimal-scheduling-independent-tasks
- 对于给定的2台处理机A和B处理n个作业,找出一个最优调度方案,使2台机器处理完这n个作业的时间最短。-Optimal scheduling independent tasks.
At-least-the-issue-of-coins
- 有n种不同面值的硬币,各硬币面值存于数组T[1:n] 现用这些面值的钱来找钱;各面值的个数存在数组Coins[1:n]中。 对于给定的1<=n<=10,硬币面值数组、各面值的个数及钱数m,0<=m<=2001,编程计算找钱m的最少硬币数。 -There are n different denominations of coins, each coin denomination stored in the array T [1: n] current face v
Matrix-multiplication-problems-with
- 给定n个矩阵{A1,A2,…,An},其中Ai与Ai+1是可乘的,i=1,2,…,n-1。要算出这n个矩阵的连乘积A1A2…An。由于矩阵乘法满足结合律,故计算矩阵的连乘积可以有许多不同的计算次序。这种计算次序可以用加括号的方式来确定。若一个矩阵连乘积的计算次序完全确定,也就是说该连乘积已完全加括号,则可以依此次序反复调用2个矩阵相乘的标准算法计算出矩阵连乘积。本文的功能是采用动态规划算法,给出矩阵的一种最优的加括号方式,是计算量最小。-Given n matrices {A1, A2, ...
Shuffle-Cards
- 随机洗牌程序 利用随机数进行不断地切牌和完美洗牌-Random shuffling procedure using random numbers to continue to cut cards and perfect shuffle
integral-Monte-Carlo-Method-Importance-Sampling.z
- This program demonstrates an importance-sampling Monte Carlo integration to evaluate an integral.
_fsimpfun@20_RK4fun@28
- 在vb/vc中调用mathlualib.dll中的自定义API计算一些泛函的值,如计算定积分∫[a->b]f(x)dx,计算数项级数∑[n=1->100]f(n)≈∑[n=1->+∞]f(n),计算函数项级数∑[n=1->100]f(n,x)≈∑[n=1->+∞]f(n,x),计算一阶ODEy =fsxy(x,y),y(x_0)=y_0中的y(x),……泛函的自变量在Lua文件里面输入。注意:请不要改变Lua中的函数名fun(x),fan(n),fsx(x),fan
_brmul@24_brinv@8_bsdet@8
- 调用mathlib52.dll中的自定义API写的任意阶矩阵计算器,目前支持实矩阵相乘,求逆阵,求行列式的值3个功能,用户界面较友好,具有一定的容错能力。-Call mathlib52.dll custom API to write in any order matrix calculator now supports real matrices, inverse matrix, determinant of the value of the three demand functions, th
jifen
- 使用四种算法计算积分:Gauss-Chebyeshev、Gauss-Legender、逐次减半复化梯形、Romberg积分法。-use four methods to calculate the integral.
jacobi
- 本程序使用雅可比算法求对称矩阵的特征值,迭代变换,最终求出矩阵的特征值。-This program use jacobi method to calculate the eigenvalue of the symmetric matrix.
qffyxy
- 有限元4节点程序解决平面问题,问题为一个四边形模板,各种约束等等东方海鸥的飞阿道夫海鸥符合-4-node finite element solution of plane problems, the problem of a rectangular template, a variety of constraints, and so on Oriental Seagull Flying Seagull meet Adolf
