资源列表
p1dus
- Program for solving the unsteady one-dimensional convection/diffusion equation using FD method and various discretization schemes for convective and diffusive terms and for time integration.
pscu
- A code which solves unsteady scalar transport equation for a given velocity field (2D convection/diffusion equation).
Matrix
- C++语言编写的矩阵运算库,建立矩阵、矩阵加减乘除,向量方差的解算等。-C++ library written in matrix operations, the establishment of matrices, matrix addition, subtraction, calculating the variance of such vectors.
erpang
- 输入矩阵的行列,选择旋转方式,输出旋转后的矩阵。 (1)绕X轴旋转; (2)绕Y轴旋转; (3)绕原点旋转。 -Reflecting the rotation matrix
CPP
- 最优化内点罚函数法求解极小点,具体例题编程求解。-Optimization method within the minimal penalty function point, specific examples programming solution.
hessenberg
- 把复矩阵上hessenberg化,再应用qr算法可以求矩阵的特征值和特征向量-Hessenberg based on the complex matrix, then apply the qr algorithm can find eigenvalues ??and eigenvectors
tsp_SA
- 基于神经网络的模拟退火算法解决tsp问题-Neural network-based simulated annealing algorithm to solve the problem tsp
MST_prim.c
- 用prim算法计算最小生成树的总权值和最优连线。-Prim minimum spanning tree algorithm with the total group and the best connection.
Unary-Linear-Regression-Model
- 最小二乘法拟合一元线性回归函数,并进行显著性和拟合优度检验。-Least squares fit linear regression functions, and for significance and goodness of fit test.
SP_d
- 利用Dijkstra算法计算最短有向路小程序-Dijkstra algorithm using the shortest way there is a small program to
CPP
- My solution for some spoj problems
HeapSort
- Heapsort is a comparison-based sorting algorithm, and is part of the selection sort family. Although somewhat slower in practice on most machines than a well implemented quicksort, it has the advantage of a more favorable worst-case O(n log n) runtim
