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

搜索资源列表

  1. AD7982

    0下载:
  2. DSP并行读取串行接口A/D芯片的VHDL接口程序,VHDL Interface Program between DSP (parrel interface) and AD7982 (Serial interface)
  3. 所属分类:并行运算

  1. Serial

    0下载:
  2. 串行程序。程序打开一个text文件,线程按行从文件中读取数据同时计算每行的字母数为奇数和偶数的单词的个数,然后关闭文件,输出最后的结果。 -Multithreaded programs, for data protection. Program opens a text file, thread by line read from the file while in each of the line An odd number of letters and even the number o
  3. 所属分类:MPI

    • 发布日期:2017-04-04
    • 文件大小:660
    • 提供者:ASIN
  1. mega1280

    2下载:
  2. AVR ATmega1280 单片机串口通信 串口接收字符串,四个串口同时启用,具有通信超时处理功能-AVR ATmega1280 microcontroller serial communication serial port to receive a string, four serial ports is also enabled with a communication time-out processing
  3. 所属分类:MPI

    • 发布日期:2017-04-01
    • 文件大小:3057
    • 提供者:窦高峰
  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
    • 文件大小:4932
    • 提供者:郭春付
  1. parallel

    0下载:
  2. OpenMP实现的一个矩阵乘法运算,有并行和串行的比较-OpenMP implementation of a matrix multiplication, a comparison of parallel and serial
  3. 所属分类:MPI

    • 发布日期:2017-04-06
    • 文件大小:16559
    • 提供者:shim
  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
    • 文件大小:80873
    • 提供者:lyd
  1. Laplacetest

    1下载:
  2. 利用CUDA实现了遥感数字影像处理基本算法中的拉普拉斯算子,并分别实现了采用Globalmemory、Sharedmemory,Texturememory进行数据传输,还同CPU中的串行代码进行了时间比较和误差分析。为了方便在服务器环境下测试运行,我们去掉了在Windows环境下对第三方库遥感影像库GDAL的依赖,而将遥感影像数据转成了二进制图像格式,对于输出影像也以同样的二进制格式存储。图像效果图通过专业遥感软件PCI或通用图像处理软件PhotoshopCS4打开。最后我们对计算结果进行了误差
  3. 所属分类:MPI

    • 发布日期:2017-04-02
    • 文件大小:2727
    • 提供者:秦论剑
  1. NDVI

    0下载:
  2. 利用CUDA实现了遥感数字影像处理基本算法植被指数,并分别实现了采用Globalmemory、Sharedmemory,Texturememory进行数据传输,还同CPU中的串行代码进行了时间比较和误差分析。为了方便在服务器环境下测试运行,我们去掉了在Windows环境下对第三方库遥感影像库GDAL的依赖,而将遥感影像数据转成了二进制图像格式,对于输出影像也以同样的二进制格式存储。图像效果图通过专业遥感软件PCI或通用图像处理软件PhotoshopCS4打开。最后我们对计算结果进行了误差分析和加
  3. 所属分类:MPI

    • 发布日期:2017-03-30
    • 文件大小:2291
    • 提供者:秦论剑
  1. mpi

    0下载:
  2. ubuntu环境下实现mpi程序并行的几个例子。里面有对应的串行语言 -ubuntu environment to achieve a parallel mpi program a few examples. There are corresponding serial language
  3. 所属分类:MPI

    • 发布日期:2017-04-06
    • 文件大小:10708
    • 提供者:王垚
  1. serial

    0下载:
  2. 此程序是用C来实现偏微分方程的数值解问题,经测试后正确可行-This program is a C to achieve the numerical solution of partial differential equations correctly after testing feasible
  3. 所属分类:MPI

    • 发布日期:2017-11-29
    • 文件大小:988
    • 提供者:来啸俊
  1. Float-Process

    1下载:
  2. VB串口通信中经常会遇到10进制浮点数转为多字节Byte数据类型的情况,以及在接收后需转为10进制浮点数需求。 VB有专门的API函数CopyMemory能处理2-10进制浮点数转换和10-2进制浮点数转换。 下列代码演示了10进制Single(单精度浮点型转为16进制字符显示的浮点数和其相反运算: -VB serial communication often encounter decimal floating-point to multi-byte Byte data type,
  3. 所属分类:MPI

    • 发布日期:2016-08-22
    • 文件大小:13312
    • 提供者:冀鹏超
  1. templates.tar

    0下载:
  2. This program is designed to perform matrix matrix multiplication A x B = C, where A is an lxm matrix, B is a m x n matrix and C is a l x n matrix. The program is designed to be a template serial program that can be expanded into a parallel
  3. 所属分类:MPI

    • 发布日期:2016-01-27
    • 文件大小:1024
    • 提供者:abed81
  1. assignments

    0下载:
  2. A series of programs which demonstrate the progression for a serial dot product code to a hybrid MPI/Pthreads implementation. Files include the serial version, Pthreads version, MPI version, hybrid version and a makefile.-A series of programs which
  3. 所属分类:MPI

    • 发布日期:2017-04-29
    • 文件大小:213924
    • 提供者:ediston
  1. 1

    0下载:
  2. 基于map reduce的点名系统,分别使用了串行和并行两种方法-Based on map reduce roll call system, respectively, using a serial and parallel methods
  3. 所属分类:MPI

    • 发布日期:2017-04-30
    • 文件大小:13372
    • 提供者:李求知
  1. Colfax-HOW-Day-04

    0下载:
  2. 引入了线程并行,OpenMP并行框架。讨论的主题包括:使用线程来利用多个处理器内核,线程和数据并行,协调使用OpenMP线程的创建和团队他们处理循环和树木的任务。OpenMP的讨论提到控制线程的数量,控制变量条款和范围的共享,循环调度模式,使用互斥锁来保护竞争的条件,并与线程私有变量减少并行可扩展的方法。讲座部分的结论与讨论的一般方法来实现在计算应用中的并行的机会。动手部分演示了使用OpenMP并行串行计算和论证了循环变量共享,在一个应用实例进行数值积分的互斥和并行还原。-Session 4 i
  3. 所属分类:MPI

    • 发布日期:2017-05-04
    • 文件大小:23198
    • 提供者:黄雪
  1. merval

    0下载:
  2. A derived class of serial communication
  3. 所属分类:MPI

    • 发布日期:2017-12-16
    • 文件大小:2048
    • 提供者:qalaicc
  1. combation caculation

    0下载:
  2. Intel编译器的自动并行化功能可以自动的将串行程序的一部分转换为线程化代码,适用于多核或多处理器的共享内存系统,OpenMP是C/C++ 和Fortan等的应用编程接口,已经被大多数计算机硬件和软件厂家所标准化。(Automatic parallelization of serial program function can automatically convert a portion of the thread of Intel code compiler, shared memory s
  3. 所属分类:并行计算

    • 发布日期:2017-12-23
    • 文件大小:3824640
    • 提供者:TTH
搜珍网 www.dssz.com