资源列表
Simpson_and_Gauss
- 这是用Visual studio 2008编写的,经过测试,可以直接运行。-This is written with Visual studio 2008, after testing, can be directly run.
chengfakoujue
- 乘法口诀,简单的c++程序,还没有界面显示-Multiplication formulas, a simple c++ program, there is no interface display
edge_detect
- standard circle transform program in C, with image processing
zhenhaoyongxxmb
- 线性规划问题的数学模型的一般形式 (1)列出约束条件及目标函数 (2)画出约束条件所表示的可行域 (3)在可行域内求目标函数的最优解及最优值-Min z=CX S.T. AX =b X>=0
yushen
- 逾渗的计算,计算物理中用到的。很多地方用得到!-Percolation calculation, used in computational physics. Been used in many places!
lib
- Support Vector machine library
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
DTW-algorithm
- 利用C++实现的动态时间序列弯曲算法,计算时间序列距离,可用于相似匹配-DTW algorithm based on C++,which can be used for distance computing,and similarity match
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, ...
