-
test03
说明: 测绘技能大赛试题03 帮助需要进行比赛的同学解除困难(Question 03 of Surveying and Mapping Skills Competition)
- 2020-06-23 23:20:01下载
- 积分:1
-
0_feature_standar_rf
利用Python实现特征的MinMax标准化和Z-Score标准化两种特征归一化方法。并用原特征、两种归一化特征分别进行模型训练,比较模型性能。(Two normalization methods of MinMax normalization and Z-Score standardization are implemented by Python. The model is trained by the original feature and two normalization features respectively, and the performance of the model is compared.)
- 2021-01-19 00:38:43下载
- 积分:1
-
mapreduce下矩阵相乘——内积方法
左矩阵A是m×s,右矩阵B是s×n,结果矩阵C是m×n。
- 2023-01-06 10:40:03下载
- 积分:1
-
MapReduce-WordCount
并行计算课程实验,C++实现的基于mapreduce模型的WordCount程序。(Experimental parallel computing course, C++ implementation of the model based on mapreduce WordCount program.)
- 2020-06-30 02:00:02下载
- 积分:1
-
opencl-1.2-extensions.pdf.tar
OpenCL1.2版本的扩展功能用户手册。(OpenCL1.2 version of the Expansion Function User' s Manual.)
- 2013-07-23 16:02:35下载
- 积分: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
-
NVIDIA_CUDA_1
cuda资料,对于并行编程很有帮助!该资料描述了cuda的基本信息,以及重要的步骤,让您逐渐上手,轻松掌握cuda并行编程。(cuda information useful for parallel programming! The information describes the cuda s basic information, as well as an important step, so that gradually you get started, easy to master parallel programming cuda.)
- 2020-12-11 21:39:18下载
- 积分:1
-
The-OpenCL-Chinese-tutorial(AMD)
OpenCL中文教程(AMD),最好的OpenCL教程,介绍了AMD显卡的OpenCL编程,其中有大量例程,并介绍了OpenCL优化方法(OpenCL Chinese tutorial (AMD), the best OpenCL tutorial introduces the AMD OpenCL graphics programming, including a large number of routines, and introduces OpenCL optimization method)
- 2013-05-15 13:28:48下载
- 积分:1
-
Siemens_MPI
西门子MPI协议分析,用于S7-300/400等PLC上(Siemens MPI Protocol, used for S7-300.400 PLCs)
- 2020-06-28 14:20:02下载
- 积分: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