资源列表

« 1 2 ... .86 .87 .88 .89 .90 191.92 .93 .94 .95 .96 ... 319 »

[并行运算ex19.c

说明:N-S方程的求解,基于PETSc工具包,在linux环境下开发的-NS solving equations, based on PETSc toolkit developed under linux environment
<李飞> 在 2024-09-30 上传 | 大小:6144 | 下载:0

[并行运算BPSK

说明:该文件时通信原理中的最基本的数字调制方式BPSK(二进制相移键控),希望对大家学习有帮助-When the file is the basic communication principle of digital modulation BPSK (binary phase shift keying), we hope to learn helpful
<qiushan> 在 2024-09-30 上传 | 大小:6144 | 下载:0

[并行运算1

说明:通过MATLAB绘制出正弦函数、余弦函数及指数函数的曲线,并加以标注-MATLAB curve drawn by a sine function, cosine, and exponential functions, and to be marked
<沉淀> 在 2024-09-30 上传 | 大小:6144 | 下载:0

[并行运算drawfractal

说明:fractal draw m.file , perfect draw
<klose> 在 2024-09-30 上传 | 大小:6144 | 下载:0

[并行运算cuda-md5

说明:非常好用的基于cuda的md5代码,cuda是基于GPU的编程语言,利用cuda的并行性可提高运算破解效率,但随着cuda版本的不断更新,编程环境需要自身搭建,代码需要读懂后根据版本的更新进行简单的调试。-Very good md5 code based on cuda, cuda is a programming language based on GPU, using cuda parallelism can improve the
<kobe> 在 2024-09-30 上传 | 大小:6144 | 下载:0

[并行运算firely

说明:基本萤火虫算法可用于车间调度问题,旅行商问题,0-1背包问题-firely sadf fdf dsfsdfg
<薛殿春> 在 2024-09-30 上传 | 大小:6144 | 下载:0

[并行运算SA_TSP

说明:tsp问题的模拟退火算法求解,在matlab环境下运行- 检测到:中文 » 英语 Simulated annealing algorithm to solve TSP problems, in the matlab environment
<zengyu> 在 2024-09-30 上传 | 大小:6144 | 下载:0

[并行运算fft_gpu_opencl

说明:使用OPENCL编写的基于GPU异构计算平台的FFT程序,已通过测试。运行时须配置OPENCL环境。-OPENCL prepared using GPU-based heterogeneous computing platform FFT procedures, it has been tested. OPENCL be configured runtime environment.
<wych> 在 2024-09-30 上传 | 大小:6144 | 下载:0

[并行运算ImageGrayAMP

说明:AMP图像灰度,需要一块dx11的显卡,如果没有,速度慢。-Amp ImageGray
<jgqdyh@sina.com> 在 2024-09-30 上传 | 大小:6144 | 下载:0

[并行运算627392

说明:数据结构所有实验02824523 ,cpp 数据结构所有实验 数据结构所有实验-All experimental data structure 02824523, CPP all experimental data structure experiment data structure
<xedik&6443> 在 2024-09-30 上传 | 大小:6144 | 下载:0

[并行运算cudaMallocAndMemcpy

说明:在主机和设备之间复制--从“cudaMallocAndMemcpy”模板开始。 第1部分:为设备上的指标 d_a 和 d_b 分配内存。 第2部分:将主机上的h_a复制到设备上的 d_a。 第3部分:将设备从 d_a复制到 d_b。 第4部分:将设备上的 d_b 复制回主机上的 h_a。 第5部分:在主机上释放 d_a 和 d_b。 额外部分:用cudaMallocHost代替malloc来分配h_a。(Copy bet
<p-yang > 在 2024-09-30 上传 | 大小:6144 | 下载:0

[并行运算myFirstKernel

说明:启动内核--从“myFirstKernel”模板开始。 Part1:使用指针d_a为内核的结果分配设备内存。 Part2:使用1-D的1-D网格来配置和启动内核 线程块。 Part3:让每个线程设置一个d_a的元素,如下所示: idx = blockIdx.x * blockDim.x + threadIdx.x d_a [idx] = 1000 * blockIdx.x + threadIdx.x Part4:将d_a
<p-yang > 在 2024-09-30 上传 | 大小:6144 | 下载:0
« 1 2 ... .86 .87 .88 .89 .90 191.92 .93 .94 .95 .96 ... 319 »

源码中国 www.ymcn.org