CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 其它 并行运算 搜索资源 - Code a

搜索资源列表

  1. Cal_do

    0下载:
  2. 一个命令行运算器源代码 用C++写的命令行运算器,支持加、减、乘、除、乘方和小括号(可嵌套),乘方的符号是^^,因为在WINDOWS的命令行模式下^是一个连接符。 用法:cal expression expression = expression op expression expression = (expression) op = + | - | * | / | ^^ -a command line computing devices wit
  3. 所属分类:并行运算

    • 发布日期:2008-10-13
    • 文件大小:162.09kb
    • 提供者:李柳静
  1. CalCulateCodeLine

    0下载:
  2. 这个是代码统计器,里面的算法是外国人做的,我做的只是对其中进行了修改,比如可以一次性选择多个文件等等,写的更通俗一点,便于大家观看,具有比较强的实用性,值的一下!相信对大家有用的-this is code for statistics, which the algorithm is a foreigner to do, I just do them the right to amend, For example, one-time can select multiple documents, e
  3. 所属分类:并行运算

    • 发布日期:2008-10-13
    • 文件大小:27.36kb
    • 提供者:xmcxcoc
  1. GAdesf

    0下载:
  2. 遗传算法的MATLAB代码,很好的算法啊,有需要的自己下载然后解压就可以用了-GA MATLAB code, a good algorithm ah, need to download the then extracting their own can use the
  3. 所属分类:并行运算

    • 发布日期:2008-10-13
    • 文件大小:104.79kb
    • 提供者:123
  1. sdgshjd

    0下载:
  2. 数字系统设计这是有关的相关源代码,有简易CPU 除法器、计数器等 ...[fpdiv_vhdl.rar] - 四位除法器的vhdl源程序 [vhdl范例.rar] - 最高优先级编码器8位相等比较器 三人表决器(三种不同的描述方式) 加法器描述 8位总线收发器:74245 (注2) 地址译码(for m68008) 多路选择器(使 BR> ... -Digital System Design This is the underlying source code, a simple C
  3. 所属分类:并行运算

    • 发布日期:2008-10-13
    • 文件大小:838byte
    • 提供者:张瑞
  1. lu.rar

    3下载:
  2. 这是用并行程序语言MPI做的关于矩阵LU分解的程序,程序中很好的实现了分解过程的并行性。,This is used MPI parallel programming language to do LU decomposition on the matrix of the procedures, procedures to achieve a good decomposition process parallelism.
  3. 所属分类:MPI

    • 发布日期:2017-03-24
    • 文件大小:2.08kb
    • 提供者:印凤行
  1. quicksort

    2下载:
  2. 本人写的一个快速排序的程序,同时写出了用openmp进行的并行计算程序,并且对于串行和并行进行了时间的比较,希望对于初学openmp的同志有所帮助!-I was sort of a fast process, at the same time to write with the openmp parallel computing procedures, and serial and parallel for a comparison of the time, I hope for the beg
  3. 所属分类:MPI

    • 发布日期:2017-04-02
    • 文件大小:4.82kb
    • 提供者:郭春付
  1. jacobi

    0下载:
  2. Write an MPI program that solves a set of linear equations Ax = b with the 并行计算 Jacobi method. The root process reads the matrix A and the vector b from files. The file names have to be specified by the user as parameters.-Write an MPI p
  3. 所属分类:MPI

    • 发布日期:2017-03-24
    • 文件大小:2.04kb
    • 提供者:刘铭
  1. DWT

    0下载:
  2. 一个不错的离散小波变换并行算法的MPI源程序- A MPI source code for discrete wavelet transform s parallel algorithm
  3. 所属分类:MPI

    • 发布日期:2017-04-04
    • 文件大小:1.67kb
    • 提供者:Juri hui
  1. USBfirmwareSourceCode

    0下载:
  2. 经过验证可用,基于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
  3. 所属分类:MPI

    • 发布日期:2017-04-05
    • 文件大小:78.98kb
    • 提供者:lyd
  1. spi_verilog

    0下载:
  2. 实现SPI MASTER功能,并有仿真代码和仿真结果。-To achieve SPI MASTER function, and a simulation code and simulation results.
  3. 所属分类:MPI

    • 发布日期:2017-03-22
    • 文件大小:44.37kb
    • 提供者:davi_insist
  1. juzhenqiuni

    0下载:
  2. 矩阵求逆的源代码,可以进行简单的矩阵求逆计算,学生自己写的。-Matrix inverse of the source code, a simple matrix inversion calculation, written by the students themselves.
  3. 所属分类:MPI

    • 发布日期:2017-04-04
    • 文件大小:157.94kb
    • 提供者:玲玲
  1. a

    0下载:
  2. OpenMP简单的应用 输入计算线程数 重复循环执行一定数量的代码 记录起始时间和结束时间 时间相减求出代码执行时间-A simple OpenMP applications enter the calculation of the number of threads that repeat loop executes a certain amount of code to record the start time and end time subtraction to find the co
  3. 所属分类:MPI

    • 发布日期:2017-11-19
    • 文件大小:619byte
    • 提供者:李子健
  1. hist_cpu

    0下载:
  2. 《GPU高性能编程CUDA实战》书中第9章源代码排序第1个-GPU high-performance programming CUDA combat the ninth chapter of the book sort of source code, a
  3. 所属分类:MPI

    • 发布日期:2017-12-04
    • 文件大小:791byte
    • 提供者:刘永幸
  1. MPI_Bcast

    1下载:
  2. 矩阵相乘的LU算法的MPI并行实现源码,采用连续行划分方法。-MPI parallel implementation of matrix multiplication, LU algorithm source code, a continuous line of division method.
  3. 所属分类:MPI

    • 发布日期:2017-11-10
    • 文件大小:1.74kb
    • 提供者:NeoLi
  1. code-of-ugupdate-for-Isight-in-MDO

    2下载:
  2. 在Isight环境中集成UG/ANSYS,将UG的prt文件先储存文x_t格式文件,然后再导入ANSYS计算,将实现一个ugupdate.exe,功能除了更新prt文件文还将prt文件另存为x_t文件,以供ANSYS调用。-The Isight environment integrated the UG/ANSYS, the UG prt files first to store text x_t format file, and then import the ANSYS calculatio
  3. 所属分类:并行运算

    • 发布日期:2014-01-08
    • 文件大小:2.05kb
    • 提供者:libin
  1. Monte-Carlo-simulation-code

    0下载:
  2. 这份资料介绍了如何用C#实现蒙特卡罗仿真的一个案例-This document describes how to use C# implementation of a Monte Carlo simulation case
  3. 所属分类:MPI

    • 发布日期:2017-03-31
    • 文件大小:23.18kb
    • 提供者:流浪汉
  1. ccdecodecode

    0下载:
  2. A browser source code 一个浏览器源代码-A browser source code A browser source code
  3. 所属分类:MPI

    • 发布日期:2017-12-14
    • 文件大小:111kb
    • 提供者:exdork
  1. reverseArray_singleblock

    0下载:
  2. 反向阵列(单块)-- 给定指针d_a中的输入数组{a0,a1,...,an-1},将反向数组{an-1,an-2,...,a0}存储在指针d_b中 A: 从“reverseArray_singleblock”模板开始 B: 只有一个线程块启动,以反转一个大小的数组 N = numThreads = 256个元素 C: 第1部分(共1个):所有你需要做的是实现内核的“reverseArrayBlock()” D:每个线程将单个元件移动到相反的位置, 从d_a指标读取输入,
  3. 所属分类:并行计算

    • 发布日期:2017-12-19
    • 文件大小:6kb
    • 提供者:p-yang
  1. reverseArray_multiblock

    0下载:
  2. 反向阵列(multiblock): 给定指针d_a中的输入数组{a0,a1,...,an-1},将反向数组{an-1,an-2,...,a0}存储在指针d_b中 A: 从“reverseArray_multiblock”模板开始 B:多个256线程块启动,要颠倒大小为N,N / 256块的数组 第1部分:计算要启动的块数 第2部分:实现内核reverseArrayBlock 请注意,现在您必须同时进行计算 块内的相反位置 反向偏移到块的开始(Reverse array
  3. 所属分类:并行计算

    • 发布日期:2017-12-24
    • 文件大小:6kb
    • 提供者:p-yang
  1. CUDA code

    0下载:
  2. CUDA(Compute Unified Device Architecture),是显卡厂商NVIDIA推出的运算平台。 CUDA?是一种由NVIDIA推出的通用并行计算架构,该架构使GPU能够解决复杂的计算问题。(CUDA (Compute Unified Device Architecture), is the graphics platform NVIDIA's computing platform. CUDA is a general purpose parallel computi
  3. 所属分类:并行计算

    • 发布日期:2018-01-03
    • 文件大小:1.21mb
    • 提供者:taoshi
« 12 3 4 5 6 »
搜珍网 www.dssz.com