搜索资源列表
2D CUDA-based bilinear interpolation
- This MEX performs 2d bilinear interpolation using an NVIDIA graphics chipset. To compile and run this software, one needs the NVIDIA CUDA Toolkit (http://www.nvidia.com/object/cuda_get.html) and, of course, an NVIDIA graphics card of reasonably moder
DLL_Test
- CUDA DLL实验,供进行CUDA的人员进行DLL开发环境的使用-CUDA DLL Test
Gpucv
- This sample code to calclate the optical flow. This program use the opencv and Gpucv. Gpucv is cuda program adapting opencv.-This is sample code to calclate the optical flow. This program use the opencv and Gpucv. Gpucv is cuda program adapti
calldll
- java通过JNI调用cuda动态链接库。这是其中dll文件生成的源代码。-java through JNI calls cuda dynamic link library. This is one of the dll file generated source code.
cuda-jiandanchengfa
- cuda的简单乘法运算,用于做较乘法运算在gpu和cpu的比较。-The simple cuda multiplication, used to do a multiplication gpu and CPU in comparison.
CUDAdlltest
- VC++,VS2010平台上的三个CUDA dll测试程序(一个是库文件程序,另外两个是VS2010平台和VisualC++6.0平台下的测试程序,可以方便地作为CUDA dll应用程序开发的框架,为了能正确运行这些程序,请确保已经安装了NVIDIA GPU Computing SDK 4.0 及以上,并且电脑上要有NVIDIA的GPU显卡),程序均有详细的注释。文章可参考http://blog.csdn.net/menglongbor/article/details/7526493-VC++,