资源列表

排序选择:

« 1 2 ... .19 .20 .21 .22 .23 247824.25 .26 .27 .28 .29 ... 267451 »

[对话框与窗口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

[文件操作7797498

说明:实现了在windows2000系统下关闭计算机的功能,不错的(In Windows system, implements the shut down the function of the computer, good)
<optapn > 在 2025-07-27 上传 | 大小:26kb | 下载: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

[组合框控件rchogding

说明:在做程序时,经常需要把文本按固定的标志进行拆分 不错的源码(Was in a program, often need to split the text according to fixed a sign of good source)
<stanuycp > 在 2025-07-27 上传 | 大小:8kb | 下载:0

[Windows编程GVPUWVT

说明:实现人脸的三维重建,里面txt富有说明 数据保存在data文件夹中(Achieve facial 3 d reconstruction, TXT rich that data stored in the data folder)
<Yorkksd > 在 2025-07-27 上传 | 大小:40kb | 下载: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

[Windows编程QIQYC

说明:在内存中进行绘图,使得在刷新屏幕后仍然没有任何的不适感(In memory of drawing, making still don't have any discomfort after refreshes the screen)
<SCE&301 > 在 2025-07-27 上传 | 大小:37kb | 下载:0
« 1 2 ... .19 .20 .21 .22 .23 247824.25 .26 .27 .28 .29 ... 267451 »

源码中国 www.ymcn.org