搜索资源列表
control
- 四位微程序控制器的指令译码器,运用VHDL语言实现。-Four micro-program controller instruction decoder using VHDL language.
2-3
- 有关于计算机指令系统的相关资料 计算机指令系统-Computer instruction on the relevant information
RISC32bitwithVHDL
- 一个VHDL写的32位RISC程序,比较适合作为修改指令用。-32bit RISC design with VHDL language.
OpenMP
- OpenMP并行计算算法,OpenMP并行程序设计,本篇文章中讲的几个OpenMP指令parallel, for, sections, section实际上都是用来如何创建线程的-OpenMP parallel computational algorithms, OpenMP parallel programming about this article several OpenMP parallel directive, for, sections, section are actually
CUDA
- 这是英伟达公司CUDA语言开发包中最重要的几个源文件。其中cufft是快速傅里叶变换的源文件。 它包含了CUDA指令集架构(ISA)以及GPU内部的并行计算引擎。 开发人员现在可以使用C语言来为CUDA™ 架构编写程序,C语言是应用最广泛的一种高级编程语言。所编写出的程序于是就可以在支持CUDA™ 的处理器上以超高性能运行。 -CUDA™ is a parallel computing platform and programming model invented
MIPSsimulator
- 模拟指令并行过程及计算机状态,状态会显示每个循环寄存器以及内存的变化情况-A program that simulates computer instruction will show the change of the memory of each cycle.
add
- 利用SIMD指令实现四拍并行计算,主要是SSE,SSE2-using SIMD languanges make the calc more fast,more is SSE,SSE2
mpi_mandelbrot
- 利用MPI 计算 点是否在曼德博集合中 运行指令在bash 文件中。 前面的都是上传到云处理器的参数,可以自行修改-Using MPI to calculate the point whether in the mandelbrot set
Archive
- 弗洛伊德算法的MPI+openmp实现. 运行指令在bash文件中。导入文件是3000个点,可以自行修改带入文件-Floyd Warshall algorithm achieved by MPI+openmp