资源列表
Polynomial-multiplication
- 该程序能够实现数学问题中多项式之间的相乘运算-The program can achieve math problems in polynomial multiplication operation between
PascalTest
- 巴斯卡(Pascal)三角形算法解析 ,欢迎下载-Pascal java algorithm
err
- 用matlab实现的对数据的模拟预测精度进行精度评价和误差分析的源代码,计算RMSE和MAPE和NASH系数和R方-the complementation of error analysis using matlab (RMSE,MAPE,NASH and R2)
sor
- 利用超松弛迭代法解矩阵的源程序,C语言编写-The use of over-relaxation iteration method solution matrix of the source code, C language
sanci
- 关于如何运用C++语言进行三次重积分的计算-On how to use C++ language for the calculation of the three important points
Newton
- 牛顿拉夫逊法-求解非线性方程的一般常用算法,在许多工程中得以应用-Newton Raphson method- commonly used for solving nonlinear equations algorithm was applied in many engineering
fftxiang
- 分析fft,包括变换后横轴竖轴代表意义,如何转化为实际数值,便于理解fft意义-Analysis fft, including the transformation of the horizontal axis vertical axis represent the meaning, how to translate into actual values , to facilitate understanding of the fft significance
lgr
- 拉格朗日插值算法进行插值,含有基本的注释-Lagrange interpolation algorithm to interpolate containing basic notes
battery
- 实现三输入信号计算太阳能板的参数,输出信号变化-Three input signals to calculate the parameters of the solar panels, the output signal changes
Adaptive-Runge-Kutta-method
- 用FORTRAN语言编写了经典的常微分方程数值解法,改进了基本龙格库塔方法,以满足用户精度要求的同时保持计算效率。 -The numerical solution of ordinary differential equation with the FORTRAN language. Improved Runge Kutta method to meet the precision demand of user at the same time maintaining computation
quicsort
- QUICK SORT ALORITHM THAT USES RANDOM NUMBERS AS PIVOT THUS GIVES DIFFERENT RESULTS THAN COMMON ALGORITHM
0-1knapsack
- 0-1 knapsack problem implementation in c++. One of the fundamental problems in Dynamic Programming.