资源列表
PSO
- 详细介绍了PSO算法的实现过程!keshiixangezhongliziqunsuanfa!-PSO algorithm was introduced in detail the implementation of the process!
HITS
- HITS算法实现源码,使用C++/STL编程实现-HITS Codes
SIR
- 神经网络领域SIR算法模拟程序实现。使用C++、STL实现-SIR Codes
oned_euler_v1
- Here is a 1D Euler code (1D shock tube code) for solving Sod s shock tube problem, using Roe s Approximate Riemann solver, minmod limiter, and 2- stage Runge-Kutta time-stepping. Learn how a second-order non-oscillatory Euler code is written,
mixgrid_cube_v3
- Mixed (tetrahedral-prismatic) grid in a unit cube is generated and written in the UGRID format. Learn how a typical viscous-type grid can be generated. You may want to modify the code to apply stretching to the prismatic layer for a smooth t
przgrid_cube_v3
- Prismatic grid in a unit cube is generated and written in the UGRID format. It s just a cubic domain, but may be useful in learning unstructured grid data.
tetgrid_cube_v3
- Tetrahedral grid in a unit cube is generated and written in the UGRID format. Learn how the hexahedron can be divided into six tetrahedra. Mdify the code to divide the hexahedron into five tetrahedra.
hexgrid_cube_v3
- Hexahedral grid in a unit cube is generated and written as unstructured/finite- element data in a UGRID 3D unstructured grid file. It may be useful for those who want to learn a typical data structure of unstructured grids.
vkt_airfoil_v3
- Karman-Trefftz airfoil is an intriguing airfoil for which a complete set of exact solutions can be computed. This solution has been used by many people to verify the accuracy of their inviscid code (incompressible limit). If you have not, us
MSBVAR
- provided Patrick T braunt
Matlab code to capture Picture from webcam
- Matlab GUI program which captures picture from computers webcam, very good utility for people working on image processing using matlab
LDL-and-Cholesky
- 利用楚列斯基分解法和平方根法分解对称矩阵,较为实用-use the Cholesky method and esquare-root method to solve the problem of Triangle decomposition of matrix