资源列表
CRC
- 循环冗余码的求解算法,c语言写的,信息,网络等很多课程都要会学到这一算法
产生高斯随机数的程序
- 内含一个高斯随机数的发生程序,实现语言为C++,对某些工程人员可能会有用。-containing a Gaussian random occurrence of procedures to achieve language C + +, some staff may be used.
GuangHuaChaZhi
- 给定n个节点xi[i=0,1,...,n-1]上的函数值yi=f[xi]及精度要求,用阿克玛方法计算指定指定子区间上的三次插值多项式与指定插值点t处的函数近似值z=f[t]-Given n nodes xi [i = 0,1 ,..., n-1] on the function values yi = f [xi] and the accuracy requirements specified by Arkema method specified sub-interval on the cubi
A_QR
- void qr(double *a, double *d, int n) 矩阵的QR分解 假设数组an*n在内存中按行优先次序存放,此函数使用HouseHolder变换将其就地进行QR分解。 d为输出参数,d[0,n)存放QR分解的上三角矩阵对角线元素。 bool householder(double const *qr, double const *d, double *b, int n) 求线性代数方程组的解。 假设矩阵qrn*n为某个矩阵an*n的QR分解,在内
bank1
- 实现资源的有效分配!对设备进行管理!是资源利用最大化!-To achieve effective allocation of resources! On equipment management! Is to maximize the use of resources!
MPSO
- 多目标粒子群的matlab程序,文中设置了两个目标,f1和f2,采用加权求解的方式-more goals in Matlab PSO procedures, the text set up two goals, f1 and f2. using the weighted solution!
chengxu
- 用vc++求解五阶矩阵的算法代码,可以用于图像处理的最小二乘法椭圆拟合曲线
chengxu
- 高斯消去法求解高阶矩阵,拟合椭圆等时需要用到的
han
- 汉诺塔,解决和尚搬运问题。包括了图形实现函数-Tower of Hanoi, to solve transportation problems monk. Including the graphical realization of function
laplas
- Laplace method to make mesh
001
- 幂法和反幂法求解矩阵的特征值。数值分析大作业-Power method and inverse power method to solve the eigenvalue of matrix.
TSPLINGOCODE
- 由于上面没有LINGO类型,所以以VC++代替,实际是LINGO程序,希望理解,主要解决TSP问题,程序已经调试通过,并添加了详细的注释-As above, there is no LINGO type, so as to VC++ instead of the actual procedure is LINGO, want to understand, the main problem to solve TSP, the program has been debugged, and added
