资源列表
指纹识别c++源程序
- 在vc环境下的指纹识别与处理,我也是从别处得到的,主要看看算法结构。-vc environment in the fingerprint identification and handling, I also received from elsewhere, mainly look at the algorithm.
sga-c遗传算法c代码
- 这是一个遗传算法的c的源代码。在上传的压缩包中,有一个对所有原程序包的详细说明的pdf 。-This is a genetic algorithm c source code. The upload compressed, one for all the original package, a detailed descr iption of the pdf.
我编写的monte carlo随机数发生器
- 这是我在matlab环境下编写的产生随机数的源程序,包括产生均匀分布和正态分布,参数接口十分灵活。-in Matlab environment prepared by the random numbers generated by the source code, including the Uniform Distribution and normal distribution, parameter interface is very flexible.
C++神经网络开发包ANNIE源程序(最新版)
- C++神经网络开发包ANNIE,可以用C++语言开发各种神经网络:如BP,RBF,HOPFIELD等,同时随附件带有基于VC和.NET环境的示例源程序-C neural network development kits 8am, the C language can be used to develop a variety of neural networks : as BP, RBF, Hopfield, along with the annex and with VC.NET environ
ABAQUS子程序UMAT里弹塑本构的实现
- ABAQUS是一款可以自定义材料属性的软件,本文档介绍了怎么在子程序中实现弹塑性本构。(ABAQUS is a kind of software that can customize material properties. This document describes how to realize elastic-plastic constitutive in subroutines.)
var cvar 金融计算 matlab
- Matlab;金融计算;var计算;cvar计算 [VaR&&CVaR] VAR,CVAR详细介绍,并附带各种方法计算,matlab程序实现,仿真结果图展示。 [Matlab和金融计算] Matlab实现金融计算,并附带蒙特卡洛实现。([VaR&&CVaR] Var, cvar are introduced in detail, as well as various methods of calculation, and matlab program calcul
ISM解释结构模型
- 用于ISM解释结构模型中可达矩阵等的计算和输出。(It is used to calculate and output reachable matrix in ISM interpretive structure model.)
GPS_IMU_Kalman_Filter-master
- 详细描述了通过卡尔曼滤波算法对GSP和imu数据进行融合(merge the gps and imu with the kalman)
cohesive_test
- 用于在abaqus中定义cohesive单元的本构行为,通过uel去进行二次开发(It is used to define constitutive behavior of cohesive unit in ABAQUs; moreover, uel is employed to develop cohesive unit)
EFG2
- 无网格法在数值计算中不需要生成网格,而是按照一些任意分布的坐标点构造插值函数离散控制方程,就可方便地模拟各种复杂形状的流场。该法大致可分成两类:一类是以Lagrange方法为基础的粒子法(Particle method),如光滑粒子流体动力学(Smoothed particle hydrodynamics,简称SPH)法,和在其基础上发展的运动粒子半隐式(Moving-particle semi-implicit,简称MPS)法等;另一类是以Euler方法为基础的无格子法(Gridless me
uniFiber
- 基于Hashin三维破坏准则以及刚度退化子程序(Based on Hashin's three-dimensional failure criterion and stiffness degradation subroutine)
五阶WENO格式计算一维Euler方程
- 本代码使用五阶WENON格式来计算一维Euler方程,具体算例包括,SOD激波管,LAX激波管,Shu-Osher问题,和双爆轰波问题,输出的数据格式文件为dat文件,可直接导入tecplot或origin中绘图。