-
backstepLBM
格子Boltzmann方法 格子Boltzmann方法是为了保留格子气自动机方法的优点,克服其缺点而发展起来的方法。 特别是1992年,钱跃弘、陈十一等的开创性工作(提出LBGK模型方法),使该方法广泛地应用到计算流体力学(单相流、多相流、多孔介质流、热对流、磁流体、反应-扩散等)。 (Lattice Boltzmann method of lattice Boltzmann method is to retain the lattice gas automata method has the advantage to overcome its shortcomings and has developed methods. Especially in 1992, Qian Yue-hong, Chen XI, such as the pioneering work (LBGK model proposed method), so that the method widely used in computational fluid dynamics (single-phase flow, multiphase flow, porous media flow, thermal convection, magnetic fluid, the reaction- the proliferation, etc.).)
- 2009-01-09 10:56:05下载
- 积分:1
-
cuda_lecture_1
清华大学郑仰东CUDA教学课件1,是很好的CUDA入门材料(Tsinghua university ZhengAngDong s CUDA teaching courseware 1,a very good CUDA introductory material)
- 2012-05-16 22:55:28下载
- 积分:1
-
pi
说明: 并行计算实验,多线程计算pi源代码,附有说明。(Parallel computing experiment, multithreaded to calculate pi source code annotated.)
- 2012-08-30 23:28:45下载
- 积分:1
-
基于Hadoop的文本分类(1)-文本预处理&文本表示
资源描述一、环境环境:Ubuntu14、Hadoop2.6,Eclipse、NLPIR/ICTCLAS2015等;
二、算法简介:
1、此项目是基于Hadoop2.6进行MapReduce并行开发;
2、此项目是文本分类的文本预处理和文本表示部分,包括分词,去停用词,特征选择和文本表示等(分类算法采用的是随机森林算法,暂时未开放,读者可自行采用Mahout或Weka进行验证);
3、分词采用的是NLPIR/ICTCLAS2015;文本表示采用的是VSM模型,权重计算采用TFIDF进行文本表示;特征选择采用CHI算法(卡方统计);
4、关于并行分词环境搭建,可参考我的博客http://www.cnblogs.com/merru/p/4917665.html
5、关于Hadoop环境搭建,可参考我的博客http://www.cnblogs.com/merru/p/4901528.html和http://www.cnblogs.com/merru/p/4905118.html。
- 2022-03-01 12:43:10下载
- 积分:1
-
H.264编解码的CUDA实现,并行加速算法
H.264编解码的CUDA实现,并行加速算法,内部实现了H.264视频编解码的CUDA实现,能够编译通过,已经过测试,并且还添加了注释信息。
- 2022-03-25 09:18:02下载
- 积分:1
-
CommodityDataTool1
vba多样计算
CALCULATION OF BIODIVERSITIES(vba CALCULATION OF BIODIVERSITIES)
- 2012-07-02 14:13:18下载
- 积分:1
-
parallel-computing
并行计算导论,作为基础入门的指导书
张林波出版(Introduction to parallel computing, as a basis for entry guide book)
- 2013-11-20 00:19:49下载
- 积分:1
-
metis-3.0 partitioning unstructured graphs, partitioning meshes, and computing fill-reducing order
Copyright 1997, Regents of the University of Minnesota.
METIS was written by George Karypis (karypis@cs.umn.edu)
Introduction ------------------------------------------------------------
METIS is a software package for partitioning unstructured graphs, partitioning
meshes, and computing fill-reducing orderings of sparse matrices.
The documentation of METIS can be found in the Doc/manual.ps file.
METIS is written in ANSI C and should compile on Unix systems that have
a ANSI C compiler. It has been extensively tested on the following
architectures:
AIX
SunOS
Solaris
IRIX
Unicos
Linux
HP-UX
FreeBSD
- 2022-02-20 19:44:54下载
- 积分:1
-
异步PHP代码实现
一种异步实现php调用的方法,欢迎下载,希望对大家能有帮助。谢谢大家的支持!
- 2022-02-26 08:58:13下载
- 积分:1
-
cuda实现矩阵求逆
此程序包的矩阵求逆函数基于 CUDA 的实现包含对称的积极明确逆矩阵使用 GPU。用法,请参阅 testspd.cpp 中的示例。此外,一般块矩阵求逆通过高斯(pivotting) 没有消除。请参阅 testge.cpp 例如使用。注: GE 可能无法在单精度足够稳定。请参阅生成文件更改为双精度。
- 2022-07-16 13:09:40下载
- 积分:1