Cuda by example, the sourcecode of this book. Simple but useful~
File list:
cuda_by_example
..............\appendix_a
..............\..........\dot.cu
..............\..........\hashtable_cpu.cu
..............\..........\hashtable_gpu.cu
..............\..........\lock.h
..............\bin
..............\...\glut32.dll
..............\...\glut64.dll
..............\chapter03
..............\.........\enum_gpu.cu
..............\.........\hello_world.cu
..............\.........\set_gpu.cu
..............\.........\simple_device_call.cu
..............\.........\simple_kernel.cu
..............\.........\simple_kernel_params.cu
..............\chapter04
..............\.........\add_loop_cpu.cu
..............\.........\add_loop_gpu.cu
..............\.........\add_loop_long.cu
..............\.........\julia_cpu.cu
..............\.........\julia_gpu.cu
..............\chapter05
..............\.........\add_loop_blocks.cu
..............\.........\add_loop_long_blocks.cu
..............\.........\dot.cu
..............\.........\ripple.cu
..............\.........\shared_bitmap.cu
..............\chapter06
..............\.........\ray.cu
..............\.........\ray_noconst.cu
..............\chapter07
..............\.........\heat.cu
..............\.........\heat_2d.cu
..............\chapter08
..............\.........\basic_interop.cu
..............\.........\heat.cu
..............\.........\ripple.cu
..............\chapter09
..............\.........\hist_cpu.cu
..............\.........\hist_gpu_gmem_atomics.cu
..............\.........\hist_gpu_shmem_atomics.cu
..............\chapter10
..............\.........\basic_double_stream.cu
..............\.........\basic_double_stream_correct.cu
..............\.........\basic_single_stream.cu
..............\.........\copy_timed.cu
..............\chapter11
..............\.........\multidevice.cu
..............\.........\portable.cu
..............\.........\time_zero2.cu
..............\common
..............\......\GL
..............\......\..\glext.h
..............\......\..\glut.h
..............\......\book.h
..............\......\cpu_anim.h
..............\......\cpu_bitmap.h
..............\......\gl_helper.h
..............\......\gpu_anim.h
..............\lib
..............\...\glut32.lib
..............\...\glut64.lib
..............\license.txt
..............\README.txt