搜索资源列表
agent_MPI
- 基于大型机的秉性运算程序实现的是用多个agent对多任务的调度。程序实现的还不够成熟,请高手指教!-mainframe-based computing in the city's program is more than the agent scheduling multiple tasks. The program also not mature enough, experts advise!
mpi
- 《并行算法实践》附带的mpi源程序,包括求解八皇后问题、货郎问题等的38个mpi并行程序-"parallel algorithm practice," incidental mpi source, including eight for Queen's, Peddlers issue of 38 mpi Parallel Programming
CUDA
- 学习NVIDIA公司GPU平台CUDA开发环境的好资料,可以大体上了解CUDA的运行环境和编程技巧-NVIDIA' s GPU platform to learn CUDA development environment good information, you can generally understand the CUDA runtime environment and programming skills
mpi_gather_mollc.c
- 系统自带的mpi_gather函数的功能的测试程序-System' s own functional mpi_gather function test procedures
cuda
- cuda的教程,cuda是在nvdia的GT80以上显卡支持的Gpu编程的c语言环境-cuda' s Guide, cuda is the GT80 in nvdia above Gpu graphics support c programming language environment
ParallelComputingwithMATLAB
- 用matlab 2007以上版本的并行计算工具箱和分布式计算引擎进行并行计算编程的示例代码,具有极高的参考价值,与user s guide同步-Matlab 2007 with the above version of the Parallel Computing Toolbox and Distributed Computing Programming parallel computing engine for the sample code has a very high reference
USBfirmwareSourceCode
- 经过验证可用,基于CY7C68013的固件源程序;Cypress Semiconductor公司的EZ-USB FX2是世界上第一款集成USB2.0的微处理器,它集成了USB2.0收发器、SIE(串行接口引擎)、增强的8051微控制器和可编程的外围接口-Verified available, based on the CY7C68013 firmware source code Cypress Semiconductor' s EZ-USB FX2 is the world' s
mpich2-1.2-userguide
- MPI2-1-2的用户指南,内含MPI在windows、Linux下的安装方法介绍,pdf格式-MPI2-1-2 User' s Guide, containing MPI in the windows, Linux installation method under the introduction, pdf format
shijian
- MPI的实现,MPI时间函数的测试,测试MPI的时间函数是否正确-MPI implementation, MPI function of time of testing, test MPI' s a function of time is correct
the_parallel_computing_system
- 中国优秀毕业论文,关于并行计算在流媒体服务系统中的研究与应用的。-China' s outstanding thesis, on the parallel computing system in streaming media services, research and applications.
1
- cuda的编译规则,在编程时候非常有用,推荐-cuda' s compilation rules are very useful in programming, it is recommended
device1
- 查看CUDA的设备,并得到gou相关信息,适用于新手-View CUDA' s equipment, and get gou information, suitable for beginners
matrix-multiplication
- 该文件内的源代码,实现矩阵乘法的高速算法,效率应该不错的-The file' s source code, to achieve high-speed matrix multiplication algorithm, efficiency should be good
CUDA
- 面向大学的课件,介绍NVIDIA公司GPU在CDUA平台下的编程方法,是快速进入研究计算机并行计算的优秀课件,全英文的-For university courseware to introduce NVIDIA' s GPU programming platform in CDUA method is quick access to the best of parallel computing research computer courseware, all in English
psrs_sort
- 本程序中通过变量DataSize指定了待排序序列的长度为60,顺序输出各个处理器的局部数据就可以得到全局有序的序列。-This procedure specifies the length of the sequence to be sort through the variables DataSize 60, the order of output of each processor' s local data can be globally ordered sequence.
Hadoop
- 精通Hadoop教程,最权威的Hadoop教程,适合中、高级人员使用-Proficient Hadoop tutorial, the most authoritative' s Hadoop tutorial, suitable, officer
dsp-storm
- 基于storm的地铁信号并行数据流处理系统-Parallel data stream processing system based on the storm' s subway signal
heed-matlab
- 这是HEED协议的源代码,根据论文的描述缩写,基本实现了论文的功能,但是有些微小的出入。-HEED protocol source code, according to the paper' s descr iption of abbreviations, the basic functionality of papers, but some minor discrepancies.
MATLAB
- 关于matlab程序的源代码,主要是关于EM算法的程序实现-About the the matlab program' s source code, the program on the EM algorithm to achieve
Desktop
- 计算一个整数的二进制表示中1的个数,该算法循环的次数只与整数的二进制表示中1的个数有关。相比与循环遍历所有位的方法,该算法在一般情况下能够大幅减少循环的次数,提升效率。 比如我们可以用一个整数做标识位,64位整数最多可以对应64个状态,可以用这个函数获取当前有效状态的个数-Calculate an integer number of the binary representation of the number of 1' s, this algorithm the numbe
