搜索资源列表
relationmodel
- 计算关联关系下公司的信用等级,通过shapley-shubik模型和因果图模型-Calculation of association under the company credit rating
mandMPI623
- 并行计算,mpi模型。计算分形集mandelbrot集。这次加上了多线程,并行度更高!-Parallel computing, mpi model. Mandelbrot set fractal set computing. The addition of multi-threaded, parallel degree higher!
ParallelProgramModel
- 介绍并行计算编程的模型和理论,掌握openMP,MPI,编写并行程序不再难。-introducing the model and theory of parallelling,mastering openMP,MPI,it is easy to program paralleling program
Parallel-computing-techniques
- 给出了linux集群系统的设计与实现,对并行程序设计中的消息传递机制给出了详细的说明,针对不同并行计算模型,研究了了并行程序设计的方法,结合数据挖掘技术等,给出并行计算平台的构建方法,并且对并行计算技术在化工过程与优化中的应用有很多优秀的观点。资料内容很丰富,对于研究并行技术的朋友有很大帮助。-Given Linux cluster system design and implementation of parallel programming, the message transfer mec
HMM_SVM
- 用matlab实现的基于马尔科夫模型和支持向量机的人脸识别系统。非原创,运行了效果很好,功能很强大。具体功能:可根据训练与测试样本生成数据库;计算人脸识别率(96.5 );可以识别出指定的图像;可以识别摄像头获取的人脸图像。-Matlab based on markov model and support vector machine (SVM) face recognition system. The original, run the effect is very good, the fun
ARIMA
- Matlab计算自回归滑动平均模型参数,自回归滑动模型-Matlab autoregressive moving average model parameters
frequency_response1
- 运用大型有限元计算软件nastran求结构频响函数的代码,输入为结构模型坐标-The use of large-scale finite element calculation software the nastran seeking structure FRF code, input structure model coordinate
satellite_vertical
- 运用大型有限元计算软件nastran求某卫星结构频响函数以及随机振动的代码,输入为结构模型坐标-The use of large-scale finite element calculation software the nastran seeking structure FRF code, input structure model coordinate
gp
- 地球重力场引力位的球谐展开式计算编程,可用于建立地球重力场模型-Earth' s gravitational field gravitational spherical harmonic expansion bit computing programming can be used to establish the Earth' s gravity field model
TauP-2.1.1
- 利用全球地球模型计算地震走时,射线路径 可以WINDOWS,LINUX下运行,并配合有界面可以方便地进行操作和运行-It can calculate the seismic travel time of globle model and the code could run under the windows and linux environment
wdd
- 用visual basic编写的火箭外弹道可视化界面及计算程序,模型简单,易使用-Written using visual basic visual interface rocket exterior ballistics and calculation procedures, the model is simple, easy to use
Solubility-calculated-by-UNIFAC
- UNIFAC模型中使用二分法计算固液体系的溶解度-Solubility of solid-liquid system calculated by UNIFAC model
simulation-model
- 异步电机的各种仿真模型,包括定子磁链模型、转子磁链模型,力矩计算模型等-simulation model of asynchronous machine
seismic_ani_processing_program
- 1 VTI或者任意各向异性模型围绕x-,y-,z-轴旋转,获得在新坐标系中的各向异性模型。 2 给定地表和某一深度处的各向异性参数,可以对其进行插值计算,以此建立VSP各向异性模型。 3 计算walkaway VSP理论数据。 4 计算walkaway VSP理论地震图。 -Seismic anisotropy processing program can be used to generate theoritical seimograms for walkaway VS
4layer
- 多炮声波PML边界正演 时间二阶空间十阶 速度场为200*200 添加PML边界后为300*300.边界计算包括4个边及4个角点。初始震源位置位于(150,50处) 输入速度模型为3层,2000/2500/3000,放在model.bin中 输出数据为finite_difference_150_50_2.bin 主程序参考王恩江4239091.基于linux环境编译。-finite_difference,model based on linux envirenment,3
虫口模型
- 虫口模型是1976年数学生态学家R. May在英国的《自然》杂志上发表的,以模拟生态学昆虫繁殖的动力学行为。昆虫繁殖可以作为动力学系统,系统由状态量与动态特性给出。状态量为描述系统当时状态的量。动态特性为状态演化规则,可以是牛顿方程或者其他方程、或计算规则而定(The insect mouth model was published in 1976 by R. May, a mathematical ecologist in the British journal Nature, to simu
dtw
- 可以用来实现dtw。在孤立词语音识别中,最为简单有效的方法是采用DTW(Dynamic Time Warping,动态时间归整)算法,该算法基于动态规划(DP)的思想,解决了发音长短不一的模板匹配问题,是语音识别中出现较早、较为经典的一种算法,用于孤立词识别。HMM算法在训练阶段需要提供大量的语音数据,通过反复计算才能得到模型参数,而DTW算法的训练中几乎不需要额外的计算。所以在孤立词语音识别中,DTW算法仍然得到广泛的应用。(Can be used to implement DTW)