资源列表
uart16750_latest[1].tar
- uart 16750 core discripe with VHDL language
LU_MPI
- LU DECOMPOSITION USING MPI (Message Passing Interface)
watershed-
- 分水岭变换:定义,算法和并行策略,很经典的英文参考,值得参考。-Watershed transform: definitions, algorithms and parallel strategy, very classic English reference, worthy of reference.
ProduceAndConsume
- 生产者消费者模型 使用多媒体计时器 完全了解多线程-produce and consume model using media timer more thread
main
- 1加到100的并行程序 分为1到50 和51到100两块 作为并行程序的熟悉用-sum from 1 to100 (parallel arithmetic)
AGE
- it is program for calculating age and incorporating fuzzy logic
optimization
- 阻尼算法实现优化,主要是针对线性方程组求解超定方程的一种算法。大家可以试试。-Damping algorithm to realize optimization
TestOpenCl
- 刚做的OPENCL动态库,包括了测试程序。目的是用来计算矩阵运算的,目前在NVIDIA平台上运行。-This is the DLL for opencl and the test program of the DLL. Now it only run on the nvidia platform. The main object is for the matrix multiply.
Monte-carlo
- matlab源程序_用蒙特卡洛法实现对排队等待问题的计算机模拟 来自51CTO-matlab source _ the method of Monte Carlo computer simulation of waiting in line From 51CTO
All-Area-of-3DFace
- 计算AutoCad中3DFace的面积,主要用于土木计算楼板的面积-Calculate All Area of 3DFace
Mars
- 最新版本的用于GPU上面进行MapReduce程序开发的编程框架-The latest version of the GPU for which MapReduce program development programming framework
scan
- 用CUDA计算数组的并行求和运算,在下个数据输入前进行上一次的数据计算-This example demonstrates an efficient CUDA implementation of parallel prefix sum, also known as "scan". Given an array of numbers, scan computes a new array in which each element is the sum of all the elements bef