资源列表
交通灯
- 在单片机上运行,模拟十字路*通灯的亮灯情况,红绿灯亮灯时间可以调节(Run on the microcontroller, analog traffic lights at the intersection of lights, traffic lights can be adjusted light)
2017
- 能够先后显示“2017”,间隔1秒钟,不停的循环,在阳性数码显示管上显示(Can show "2017", a space of one second)
点选数组元素
- labview程序,通过鼠标点选出任意数组元素(Select any array element by mouse)
哆啦A梦
- 可键盘交互,可移动哆啦A梦,基于C++和openGL(Keyboard interaction, removable duo, based on c + + and OpenGL)
objective-c课件
- objective-c语言教学课件PPT,一共21章(Objective-C language teaching courseware PPT, a total of 21 chapters)
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
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指标读取输入,
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:验证结果是否正
cudaMallocAndMemcpy
- 在主机和设备之间复制--从“cudaMallocAndMemcpy”模板开始。 第1部分:为设备上的指标 d_a 和 d_b 分配内存。 第2部分:将主机上的h_a复制到设备上的 d_a。 第3部分:将设备从 d_a复制到 d_b。 第4部分:将设备上的 d_b 复制回主机上的 h_a。 第5部分:在主机上释放 d_a 和 d_b。 额外部分:用cudaMallocHost代替malloc来分配h_a。(Copy between host and device -- start
LepinApp
- 乐拼APP 这是一个拼车软件安卓端的APP,该APP为JAVA开发完成,由于限制上传大小和网速原因所以只上传了部分代码,需要可以发邮件(This is a APP music spell carpool software Android APP, the APP for the complete development of the JAVA, due to the limited upload size and speed reasons so just upload some code, n
Hands-on CUDA codes
- 用于CUDA方案的程序码说明,提供的练习有: cudaMallocAndMemcpy myFirstKernel reverseArray_singleblock reverseArray_multiblock reverseArray_multiblock_fast(Skeletons and solutions for hands-on CUDA codes, they are listed as the followings: cudaMallocAndMemcpy myFi
通道选择
- 使用空白数组的方式实现通道复选,供大家交流使用(My program can choose channel withsome blank arrays,it is for Communication with others)
