-
P03-Tk_Clock.py
just compile the program in python and see the clock
- 2016-02-09 12:38:45下载
- 积分:1
-
uexpan_temp_phase_change-and-usdfld-only-m
umat for hot stamping use uexpan in abaqus
- 2013-10-22 08:38:41下载
- 积分:1
-
parallel-computing
并行计算导论,作为基础入门的指导书
张林波出版(Introduction to parallel computing, as a basis for entry guide book)
- 2013-11-20 00:19:49下载
- 积分:1
-
www
一本将基于近邻传播算法的半监督聚类的算方法书.对于聚类研究的很有帮助(Abstract: A semi-supervised clustering method based on affinity propagation (AP) algorithm is proposed in this
paper. AP takes as input measures of similarity between pairs of data points. AP is an efficient and fast clustering
algorithm for large dataset compared with the existing clustering algorithms, such as K-center clustering. But for the
datasets with complex cluster structures, it cannot produce good clustering results. It can improve the clustering
performance of AP by using the priori known labeled data or pairwise constraints to adjust the similarity matrix.
Experimental results show that such method indeed reaches its goal for complex datasets, and this method
outperforms the comparative methods when there are a large number of pairwise constraints. )
- 2011-07-09 11:40:46下载
- 积分:1
-
利用CUDA平台计算矩阵乘法的GPU编程
本程序为简易的CUDA编程,两个程序都是计算矩阵的乘法。其中Matrix1和Matrix2的区别是Matrix2使用了shared memory。每个程序都使用了串行和并行两种方式计算乘法,最后将并行的运算结果与串行运算结果对比,验证计算的正确性。同时,程序中利用CUDA计时模块统计了并行运算的耗时。因此可以得出使用shared memory后改善的运行时间。
- 2022-12-18 17:50:03下载
- 积分:1
-
应用于移动机器人路径规划的改进蚁群算法
基于改进蚁群算法的移动机器人路径规划,解决机器人路径选择的低效率问题,本算法对传统蚁群算法进行了改进,包括解的构造过程,信息素更新过程,基本思想是,蚂蚁在经过的路径上留下信息素,信息素一方面随着时间的积累,较优路径上的信息素越积越多,一方面还要挥发。为什么要引入信息素呢?也是从传统的奖励机制发展过来的。
- 2022-11-09 16:40:04下载
- 积分:1
-
openmp
并行计算实验,用于求历史最高气温的算法,包含openmp,pthread,mpi,mapreduce等并行计算算法(algorithm includes openmp,pthread,mpi,mapreduce and so on )
- 2012-02-11 11:41:21下载
- 积分:1
-
ToolboxBSS
盲分离算法,处理声音信号的分离,利用算法分离出语音信号,供语音识别使用(blind separation algorithm, the signal processing sound separation, the use of algorithms to isolate voice signal, for the use of speech recognition)
- 2020-11-04 22:29:52下载
- 积分:1
-
读取参数文件
#include
#define NUMBER 4
void main( )
{ int i=1;
float f0,dt,dx,dz;
int mx,mz,ntmax,pml,sou_x,sou_z,rec_start,rec_end,rec_int,rec_depth;
char shotID[5],record_pp[30],vp_name[30],rou_name[30],mig_name[30],mig_pyt_name[30],mig_udlf_name[40],shuoming[30];
FILE *fp,*f; /*&不合法变量*/
printf("** This program is to show the block file input & output**
");
fp=fopen(
- 2022-09-05 20:35:03下载
- 积分:1
-
linear_elastic
ABAQUS UMAT 线弹性模型,是二次开发最基本的例子,可供大家参考。(abaqus umat linear elastic model)
- 2021-02-10 12:19:52下载
- 积分:1