搜索资源列表
-
0下载:
文章介绍如何使用CUDA实现神经网络,并把他应用在GPU图像处理单元上。
-An Artificial Neural Network is an information processing method that was inspired by the way biological nervous systems function, such as the brain, to process information. It is composed of a large number of
-
-
0下载:
To detect edge of an image using canny edge detection using parallel programming . MPI library is used to parallel the proce-To detect edge of an image using canny edge detection using parallel programming . MPI library is used to parallel the proces
-
-
1下载:
用MFC编程实现界面,Hough变换实现圆的检测,和方形(也即平行线)的检测,压缩包里包括文档,可执行文件,源码,图像。-The programming interface with MFC, Hough transform realize round detection, and square (namely parallel lines) testing, compressed package includes documentation, executable file, source,
-
-
0下载:
OpenCL是一个为异构平台编写程序的框架,此异构平台可由CPU,GPU或其他类型的处理器组成。OpenCL由一门用于编写kernels (在OpenCL设备上运行的函数)的语言(基于C99)和一组用于定义并控制平台的API组成。OpenCL提供了基于任务分割和数据分割的并行计算机制。该代码非常适合学习OpenCL。-OpenCL is a programming framework for heterogeneous platforms, the heterogeneous platform
-