资源列表
gradient.tar
- an OpenMP code for finding gradient of a fucntion
Watre-ADE7753
- WATTMETTERIN ade7758 CODE C
process1
- 代码主要通过c#的process类来实现了对控台文件的读写信息的操作。-the main function of the code is exchange information with the exe file.
vga_controller_stream
- VGA控制模块,经过测试,简单易用-VGA control module, tested, easy to use! ! !
MATLAB-parallel-programming
- 《实战MATLAB之并行程序设计》源代码-source code of 《practice of MATLAB in parallel programming》
tdma_code
- tdma参数化模块。可以自动生成2的n次的tdma哥时隙,用户可根据需要自己配置参数-tdma see the number of model lumps. 2 n basis following manner tdma chance possible 以自 dynamic generation, for root needed self-placement see number
mini3
- opencl kernel, you ll be surprised
4444
- 考试系统 默认情况下,.NET的随机数是根据系统时间来生成的,如果电脑速度很快的话,生成的随机数就会一样。 Random rnd = new Random() int rndNum = rnd.Next() //int 取值范围内的随机数 int rndNum = rnd.Next(10) //得0~9的随机数 int rndNum = rnd.Next(10,20) //得10~19的随机数 int rndNum = rnd.NextDouble() //
IRremote
- 程序编程的首选工具,arduino的基础例程库,非常有用-Programming tool of choice, 51 routine basis
cuda_a1
- CUDA平行程式,最基本的矩陣相加。可學習CUDA基本語法-CUDA MatrixAdd
VectorAdd
- CUDA平行程式設計,以向量加法為例。以四個架構說明CUDA整體運作-CUDA MatrixVectorAdd
MatrixMul_ShareMem
- CUDA平行的優化,以矩陣乘法為基礎。透過ShareMemory做加速-CUDA ShareMem