资源列表
omp-algorithm
- 用c语言编写的OMP实现程序,可适用于初学者与有一定基础的程序人员-Written by c OMP implementation procedures applicable to beginners and programmers have a certain base
SPHYSICSgen2D
- SPH方法计算二维溃坝问题的源程序,个人觉得还可以-Two-dimensional dam break problem SPH method the source, individuals felt that I could
FFFFAXISYMQUAD
- 四节点有限元方法计算轴对称结构的应力场和应变场-calculate the stress field and strain field of Axisymmetric structure by fourth node finite element method.
MieScattering
- Mie散射,各种粒子散射介质的多次Mie散射,如云、雨滴等-Mie scattering, all particles Mie scattering the multiple scattering medium, clouds, rain, etc.
tri_lattice_circular_air
- 这个程序可以用于三角晶格空气孔光子晶体的能带计算。给出了解析的折射率分布 u1=[1,0,0] u2=[1/2,sqrt(3)/2,0] u3=[0,0,1] -This code can be used in band structure of triangular lattice rod photonic crystal. It give out the dielectric distribution of circular air holes.
UMAT_HWANG
- umat用于mises屈服准则,以及线性强化准则-umat for mises yield criterion and linear strength criteria
Max-Cut-Solver
- 解最大割问题的matlab程序,对学习组合优化有一定帮助。-A Matlab program for maximum cut problem, it is useful to learn combinatorial optimization.
price-dual-channels
- 电子商务环境下双渠道定价问题数学建模研究及算例分析-Dual-channel e-commerce environment, pricing research and examples of mathematical modeling analysis
1D_Test_C2C
- 1D FFT 在CUDA下的并行实现的示例应用,应用类型是复数类型到复数类型的1DFFT -The example of 1D FFT on CUDA
3D_R2C
- 3D FFT 在CUDA下的并行实现,使用类型实数到复数的3D FFT变换-3D FFT for real to complex on CUDA
Chaos
- 混沌粒子群优化算法,此文件为C++编写,非常实用,可供有相关需要的人下载,学习。-Chaos particle swarm optimization algorithm
OLS(GLS)
- 网上的最小二乘法(GLS,OLS)大多只是个演示例子,并不能直接拿来用。本人对最小二乘法进行了封装,只保留了一个对外的接口函数,并附有详尽的参数列表说明,只需将两个文件加入到VC的工程中,使用时只需 #include "les.h" 后就可调用最小二乘法函数了。非常方便,可是包含了我的劳动成果的哟!-Most of least squares line is just a demonstration example, and can not be directly used. I carried