资源列表
1M-16通道采集Daq
- 结合硬件系统,实现16通道1M采样率的采集,并计算。(In combination with the hardware system, the sampling rate of the 16-channel 1 m sampling rate is realized and calculated.)
InvertedIndex
- 基于MapReduce的InvertedIndex实现(InvertedIndex implementation based on MapReduce.)
折半查找法
- 折半查找法是效率较高的一种查找方法。假设有已经按照从小到大的顺序排列好的五个整数a0~a4,要查找的数是X,其基本思想是: 设查找数据的范围下限为l=1,上限为h=5,求中点m=(l+h)/2,用X与中点元素am比较,若X等于am,即找到,停止查找;否则,若X大于am,替换下限l=m+1,到下半段继续查找;若X小于am,换上限h=m-1,到上半段继续查找;如此重复前面的过程直到找到或者l>h为止。如果l>h,说明没有此数,打印找不到信息,程序结束。(The method of bin
maha_distance_new
- calculate mahalabonis distance on GPU
Tunnel-comput
- Fluent模拟,开源的一个代码,用C++编程(Fluent simulation,An open source code that is programmed in C++.)
mpich-3.2.tar
- mpich3.2 版本压缩包可以平台Fedora/RHEL/CentOS(Mpich3.2 version compression package can be platform Fedora/RHEL/CentOS)
CRC16计算器
- 计算一串十六进制数据的CRC16校验码,校验码高低位可以互换。(Calculation of CRC16 check code)
4_GPUIntro
- GPU 基本介绍 包括GPU与GPGPU的兴起,GPU加速与高性能计算,Nvidia CUDA简介。(The Basic Introduction of GPU)
示功图口诀
- 油田上面的石油口诀,主要看示功图的,便于分析决策。 油田上面的石油口诀,主要看示功图的,便于分析决策。(this is a doc document)
基于FPGA改进粒子群优化算法
- 利用权重和差异演化来改进PSO 并在FPGA中实现(Using weight and difference evolution to improve PSO and implement in FPGA)
Scala学习
- scala的基础资料,包括安装、基础语法等,为初学者准备。(The basic information of Scala, including installation, basic grammar, etc., is prepared for beginners.)
CUDA by Example (2010)
- 经典的cuda编程书籍,是并行计算开发的必读之作(classic cuda book for learning paralell programming)
