-
pi
说明: 并行计算实验,多线程计算pi源代码,附有说明。(Parallel computing experiment, multithreaded to calculate pi source code annotated.)
- 2012-08-30 23:28:45下载
- 积分: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
-
pc
说明: 天津大学并行计算大作业代码及实验报告。
包括:
1.利用Pthread并行实现求Pi和Jacobi迭代
2.利用MPI并行实现Jacobi迭代
3.hadoop下的Mapreduce实现Wordcount算法(Tianjin University of parallel computing job code and lab reports. Include: (1) the use of parallel implementation Pthread seeking Pi and Jacobi iteration 2 use MPI parallel implementation of Jacobi iteration 3.hadoop under Mapreduce achieve Wordcount algorithm.)
- 2014-05-31 23:46:24下载
- 积分:1
-
MPI-program-design
MPI并行程序设计,介绍了MPI应用程序的编写方法及现状介绍等等(MPI parallel programming, this paper introduces the MPI application writing method and the present situation is introduced, and so on)
- 2013-08-09 12:15:21下载
- 积分:1
-
multi_pi_matrix
lab1为多线程计算圆周率的程序
lab2为多线程计算矩阵乘法的程序
有实验报告和说明文档(lab1 for multi-threaded computing lab2 pi procedure for multi-threaded matrix multiplication calculation procedures have experimental reports and documentation)
- 2008-03-28 23:59:02下载
- 积分:1
-
ExtendedKalmanFilter
本软件是关于卡尔曼滤波的算法,是在MATLAB环境下的程序。(kalman filter)
- 2009-02-15 12:33:21下载
- 积分: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
-
Selective_Tracing_and_Filtering
说明: MPI的工具
MPI_tuning_ClusterTools
Selective_Tracing_and_Filtering.zip(MPI tools MPI_tuning_ClusterTools Selective_Tracing_and_Filtering.zip)
- 2005-11-26 20:49:51下载
- 积分:1
-
C_C++ 多线程编程精髓_专栏
说明: C/C++, 多线程编,讲述windows,linux 下多线程开发方法,以及跨平台实现方式,分析线程池设计方案等(C/C++ Multi-line programming)
- 2020-05-22 17:00:04下载
- 积分:1
-
研究生DSP实验
本次实验主要目的是熟悉VISUALDSP++的开发环境。针对ADSP-TS201,利用几个用C、C++和汇编语言写成的简单例子来描述VISUAL DSP++编程环境和调试器(debugger)的主要特征和功能。对于运行在其它类型TS20x处理器的程序只需对其链接描述文件(.
- 2022-05-28 04:53:57下载
- 积分:1