资源列表
排序选择:
[对话框与窗口] the-cirele
说明:在以用鼠标键盘控制圆的运动的VC++工程程序!不错的源码(In the mouse and keyboard to control the movement of the circle of vc + + project program!)<catxesoar > 在 2025-07-27 上传 | 大小:9kb | 下载: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中的结果复制回主机指针h_a。 Part5:验证结果是否正<p-yang > 在 2025-07-27 上传 | 大小:6kb | 下载:0
[并行运算] reverseArray_singleblock
说明:反向阵列(单块)-- 给定指针d_a中的输入数组{a0,a1,...,an-1},将反向数组{an-1,an-2,...,a0}存储在指针d_b中 A: 从“reverseArray_singleblock”模板开始 B: 只有一个线程块启动,以反转一个大小的数组 N = numThreads = 256个元素 C: 第1部分(共1个):所有你需要做的是实现内核的“reverseArrayBlock()” D:每个线程将单个元件移动到相反的位置, 从d_a指标读取输入,<p-yang > 在 2025-07-27 上传 | 大小:6kb | 下载:0
[系统编程] selectzr_syid
说明:实现了上回说到的多功能文本框之后,接下去的任务就是做一个表情符号选择器(Implementation after the last time said multifunctional text box, the next task is to do an emoticon selector)<Hugovi > 在 2025-07-27 上传 | 大小:81kb | 下载:0
[并行运算] reverseArray_multiblock
说明:反向阵列(multiblock): 给定指针d_a中的输入数组{a0,a1,...,an-1},将反向数组{an-1,an-2,...,a0}存储在指针d_b中 A: 从“reverseArray_multiblock”模板开始 B:多个256线程块启动,要颠倒大小为N,N / 256块的数组 第1部分:计算要启动的块数 第2部分:实现内核reverseArrayBlock 请注意,现在您必须同时进行计算 块内的相反位置 反向偏移到块的开始(Reverse array<p-yang > 在 2025-07-27 上传 | 大小:6kb | 下载:0
[其他小程序] for-dan
说明:在你的应用程序中添加对GPS(全球定位系统)的支持,提供的DLL可所利用(In your application to add support for GPS (global positioning system (GPS), provide the DLL can be used)<UIFA&97933 > 在 2025-07-27 上传 | 大小:51kb | 下载:0
[其他小程序] SALMI_SIVA13
说明:Comparative study between the collective behaviors and the chemical identification of ants<seddik > 在 2025-07-27 上传 | 大小:72kb | 下载:0
[系统编程] zhmyhe
说明:实现图像小波变换,同一个窗口内分别实现原图和变换后的图像(Realize image wavelet transform, within the same window, the original image is implemented and after the transformation of the image)<neiteu_gdobo > 在 2025-07-27 上传 | 大小:370kb | 下载:0