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

搜索资源列表

  1. 两款常用的LCD的串行和并行2中驱动方式

    0下载:
  2. 这个程序包包括对两款常用的LCD的串行和并行2中驱动方式: HDG12864液晶仿真 HY12864液晶驱动 HY12864液晶阅读器 LCD1602液晶显示 LCD显示PC-MCU串口通信 FYD12864并行8位.c FYD12864并行8位.c,This package includes two commonly used in the serial and parallel LCD Medium 2 drive: HDG12864 LCD simulation HY1286
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2016-01-25
    • 文件大小:53501
    • 提供者:杨鹏
  1. 与多摩川编码器匹配使用的将串行数据转换为并行数据的转换芯片

    3下载:
  2. 与多摩川编码器匹配使用的将串行数据转换为并行数据的转换芯片,Tamagawa encoder and used to match the serial data is converted to parallel data conversion chip
  3. 所属分类:其它文档

    • 发布日期:2013-10-26
    • 文件大小:1923930
    • 提供者:程晓
  1. MPI_QuickSort.并行快速排序算法

    0下载:
  2. 并行快速排序算法,基于MPI 2.0 c语言实现,注释很清楚明确。,Parallel QuickSort base on MPI 2.0 in C language.
  3. 所属分类:数据结构常用算法

    • 发布日期:2017-03-22
    • 文件大小:2499
    • 提供者:zcc
  1. parallel-dijkstra 并行化思路实现dijkstra算法

    0下载:
  2. 并行化思路实现dijkstra算法。假设有p个处理器,N个顶点。给每个处理器分配N/p个顶点,求出局部的最小值,复杂度为O (N/p)。然后后一半的处理器将自己的最小值发送给第前p/2个处理器。前一半处理器接收到传来的值后,与局部的最小值比较,作为新值。继续循环,直到剩下一个处理器为止。-Parallelized dijkstra algorithm. Suppose there is p a processor, N vertex. Give each processor distributi
  3. 所属分类:并行运算

    • 发布日期:2017-03-23
    • 文件大小:744381
    • 提供者:joyce
  1. MPI_IO.基于mpi-2 规范的并行i/o方法

    0下载:
  2. 基于mpi-2 规范的并行i/o方法,以并行矩阵乘法问题为例,比较了并行i/o和串 行i/o的性能,给出了并行i/o方法的应用实例。,Mpi-2 norms based on the parallel i/o approach to parallel matrix multiplication as an example, compare the parallel i/o and serial i/o performance, given the parallel i/o methods of
  3. 所属分类:Windows编程

    • 发布日期:2017-03-21
    • 文件大小:116555
    • 提供者:澄海
  1. shifter.实现串行数据与并行数据的转换

    2下载:
  2. 8位双向移位寄存器: 实现串行数据与并行数据的转换,移位寄存数据功能的,8-bit bi-directional shift register: the realization of serial data and parallel data conversion, data storage function of displacement
  3. 所属分类:VHDL编程

    • 发布日期:2017-03-22
    • 文件大小:45758
    • 提供者:罗子
  1. XShortest.rar

    0下载:
  2. 最短路径的并行算法 采用TBB 需要intel编译器 速度很快,Parallel shortest path algorithm required the use of TBB fast intel compiler
  3. 所属分类:MPI

    • 发布日期:2017-03-30
    • 文件大小:342779
    • 提供者:邓辉
  1. HelloGPGPU.rar

    1下载:
  2. GPU程序代码!很经典的并行计算代码!希望对大家有帮助!呵呵……,GPU code! Very classic parallel computing code! We want to help! Ha ha ... ...
  3. 所属分类:MPI

    • 发布日期:2016-09-25
    • 文件大小:507188
    • 提供者:秦勇波
  1. 8255并行I/O口实验

    0下载:
  2. 8255并行I/O口实验 目的:熟悉8255芯片的性能,掌握其编程方法 内容:编写程序,从PA口输入开关量,由PB口输出,通过发光二极管指示其状态。 ,know how to use 8255
  3. 所属分类:汇编语言

    • 发布日期:2017-03-22
    • 文件大小:3370
    • 提供者:nwj
  1. mpiquiksort.rar

    0下载:
  2. 基于MPI的并行快速排序算法,可以通过并行快速排序提高排序速度,MPI-based parallel quick sort algorithm, you can sort through parallel quick sort to improve the speed
  3. 所属分类:MPI

    • 发布日期:2017-03-26
    • 文件大小:2229
    • 提供者:chenqing
  1. 430_FPGA.rar

    0下载:
  2. 可很好完成MSP430与FPGA的并行通信,,May very well complete the MSP430 parallel with the FPGA communication,
  3. 所属分类:Other systems

    • 发布日期:2017-03-25
    • 文件大小:2728
    • 提供者:我有我自我
  1. 并行计算课的实验

    0下载:
  2. 并行计算课的实验,多线程计算π,使用了两种方法实现,希望大家有所帮助。-Experimental parallel computing class, multi-threaded calculation of π, using the two methods, and the hope to help.
  3. 所属分类:并行运算

    • 发布日期:2017-03-28
    • 文件大小:2507
    • 提供者:YUANZX
  1. Cannon.rar

    0下载:
  2. 本程序采用vc2005结合openmp实现了并行矩阵相乘的cannon算法,This procedure combines the use of vc2005 OpenMP parallel realization of the cannon matrix multiplication algorithm
  3. 所属分类:MPI

    • 发布日期:2017-03-26
    • 文件大小:80687
    • 提供者:李若愚
  1. st7920的并行驱动程序

    2下载:
  2. st7920的并行驱动程序,19264的,精彩内容,st7920 parallel drivers, 19,264, and exciting content
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2014-06-26
    • 文件大小:6844
    • 提供者:
  1. lu.rar

    2下载:
  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
    • 文件大小:2129
    • 提供者:印凤行
  1. 并行通信和串行通信介绍

    0下载:
  2. 并行通信和串行通信是CPU与外部设备之间进行信息交换的基本方法。采用并行通信时,构成一个字符或数据的各位同时传送,每一位都占用一条通信线,另外还需要联络以保证和外围设备协调地工作,它具有较高的传输速度。但由于在长线上驱动和接收信号较困难,驱动和接收电路较复杂,因此并行通信的传输距离受到限制,这种通信方式多用于计算机内部,或者作为计算机与近距离外围设备传输信息用。,Parallel and serial communication is communication between the CPU
  3. 所属分类:行业发展研究

    • 发布日期:2017-03-22
    • 文件大小:11478
    • 提供者:jiangyan
  1. hh.rar

    0下载:
  2. 串行输入并行输出 用vhdl语言描述的 有源代码主打色,Serial input parallel output using vhdl language to describe the main color of the source code
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-03-28
    • 文件大小:572
    • 提供者:吴越
  1. 并行接口芯片8255实现1位LED灯的循环显示

    0下载:
  2. 用可编程的并行接口芯片8255实现1位LED灯的循环显示。-Programmable parallel interface chip with 8255 LED lights to achieve a cycle.
  3. 所属分类:汇编语言

    • 发布日期:2017-03-23
    • 文件大小:329994
    • 提供者:
  1. 用VHDL语言将并行的8位数据换成串行输出

    1下载:
  2. 用VHDL语言将并行的8位数据换成串行输出-The parallel 8 is the data replaced with the serial output
  3. 所属分类:VHDL编程

    • 发布日期:2017-10-31
    • 文件大小:304895
    • 提供者:baiyouyun
  1. mpi

    1下载:
  2. 基于MPI的并行快排和并行枚举排序的实现。属于MPI的入门级程序。-MPI-based parallel quick scheduling and parallel implementation enumeration sort. MPI belong to the entry-level procedures.
  3. 所属分类:MPI

    • 发布日期:2017-03-22
    • 文件大小:4125
    • 提供者:兰韬
« 1 2 3 45 6 7 8 9 10 ... 50 »
搜珍网 www.dssz.com