搜索资源列表
Testasm_liushui
- 利用嵌入式汇编来统计流水工作方式和非流水工作方式的的时间效率C++源码。-Embedded to statistics compiled water-ways and methods of work wasted time efficient C source code.
message
- 利用linux环境下的C语言编写的一个并行算法的简单程序-err
kfs-0.3.tar
- 来自startup的垂直搜索引擎http://www.kosmix.com/的开源项目,又一个开源的类似google mapreduce 的分布式文件系统,可以应用在诸如图片存储、搜索引擎、网格计算、数据挖掘这样需要处理大数据量的网络应用中。与hadoop集成得也比较好,这样可以充分利用了hadoop一些现成的功能,基于C++。-Applications that process large volumes of data (such as, search engines, grid compu
CUDA-computation
- 利用cuda c 实现并行计算,加速并行计算速度-accelerating parallel computation
matrix
- visual studio编写的C++程序,程序利用四种不同方法计算矩阵乘法- visual studio written C++ program, the program using four different methods to calculate the matrix multiplication
pso2
- 基于c++开发环境的粒子全算法程序,调试结果较为良好,有一定的学习利用价值。-Particles c++ development environment-based algorithm, commissioning more good results, have certain learning use value.
ImageStretch2
- 使用CUDA C语言,利用CUDA纹理内存,实现图像拉伸的并行实现。-Using CUDA C language, using CUDA texture memory, image stretching parallel implementation.
CPPAMP-manu
- C++AMP 手册,简单扼要的介绍了array_view,index 等对象,充分利用 GPU 计算资源,使你的程序计算速度提高百倍。-C++AMP manual, brief descr iption of the array_view, index and other objects, make full use of GPU computing resources to make your program to calculate the speed of a hundred times.
SerialPort
- C#利用SerialPort类进行串口通信的例子,适合初学者学习研究-C# using the SerialPort class for serial communication example, suitable for beginners study
dot_product
- 利用C++进行MPI并行程序的编程,实现点积计算 例如: 输入; X = 1 2 3 输入: Y = 3 4 6 输出: The dot product is 29.-Use MPI to have a dotproduct