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

搜索资源列表

  1. ADS7818-1602-

    0下载:
  2. 这个是用51单片机控制12位的ADS7818的采样程序,精确率是0.001V,采用SPI的串行控制方式,并将采样的结果直接显示在1602上。1602液晶屏的控制方式是并行。-This is with 51 MCU control 12 of the ADS7818 sampling procedures, accuracy rate is 0.001V, using SPI serial control mode, and the results are displayed directly o
  3. 所属分类:SCM

    • 发布日期:2017-04-04
    • 文件大小:16820
    • 提供者:张超越
  1. HC165

    0下载:
  2. AT89C51并入转串出演示程序,74LS165是一个并行输入串行输出的移位寄存器,用于扩展并行输入口。-AT89C51 Incorporated in turn train the demo program 74LS165 is a parallel input serial output of the shift register for expansion parallel input port.
  3. 所属分类:SCM

    • 发布日期:2017-04-28
    • 文件大小:17264
    • 提供者:hau
  1. lisanxiaobo-MPI

    0下载:
  2. 基于vc写的离散小波变换程序,运行环境MPI并行,读取文件-Vc wrote on discrete wavelet transform procedures, operating environment MPI parallel, read the file
  3. 所属分类:MPI

    • 发布日期:2017-04-13
    • 文件大小:1580
    • 提供者:john
  1. fft_omp

    0下载:
  2. 采用fortran语言编写的FFT程序,用openMP实现并行计算。-a FORTRAN77 program which demonstrates the computation of a Fast Fourier Transform in parallel, using OpenMP
  3. 所属分类:MPI

    • 发布日期:2017-04-14
    • 文件大小:3399
    • 提供者:刘琦
  1. paral_dfe_test

    0下载:
  2. 判决反馈滤波器的工作频率受限于电路速度,本程序通过并行信号处理,可以使其工作于任意高的频率。-The speed of DFE is limited by the timing of circuit. This program speed up the DFE by parallel signal processing.
  3. 所属分类:matlab

    • 发布日期:2017-04-12
    • 文件大小:1195
    • 提供者:shiqing888
  1. mpi-pi

    0下载:
  2. 是在linux系统下用c+mpi并行计算pi的程序。-Linux system c+mpi parallel computing pi program.
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-12
    • 文件大小:1480
    • 提供者:onrkdonn
  1. CH376sample-program

    0下载:
  2. CH376芯片编程样程序,用于单片机读取U盘,SD卡内数据,其可用并行,串口,SPI等方式实现编程-CH376 sample program,which used to read the files that stored in U-disk,SD card,is able to be programed by parallel,serial,SPI etc.
  3. 所属分类:SCM

    • 发布日期:2017-04-04
    • 文件大小:259284
    • 提供者:ruan
  1. 12864m

    0下载:
  2. 12864中文字库液晶屏 ST7920驱动IC,并行接口汇编程序,DM12864M液晶屏,此程序通过测试。-12864 Chinese character LCD screen ST7920 drive IC, parallel interface assembler, DM12864M LCD screen, the program passes the test.
  3. 所属分类:assembly language

    • 发布日期:2017-04-14
    • 文件大小:2775
    • 提供者:柳圣
  1. miniFE-2.0_cuda

    0下载:
  2. 这是intel的一个开源程序,里面用到intel的mkl算法,还有用到nvidia的cuda并行计算-This is an open source intel, which used the intel mkl algorithm, as well as use the nvidia cuda parallel computing
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-27
    • 文件大小:431443
    • 提供者:jeff guo
  1. cuda_add_squre

    0下载:
  2. 本程序计算了一个较大数据量的数组内元素的平方和公式,是学习cuda并行计算的基础-The program calculates the square and the formula array element within a larger amount of data is the basis for learning cuda parallel computing
  3. 所属分类:MPI

    • 发布日期:2017-05-15
    • 文件大小:4044073
    • 提供者:刘欧
  1. IOCP

    0下载:
  2. 完成端口应用代码。快速安全相应网络的连接 IOCP完成端口是Windows下性能最好的I/O模型,同时它也是最复杂的内核对象。它避免了大量用户并发时原有模型采用的方式,极大的提高了程序的并行处理能力-IO CompletePort
  3. 所属分类:Communication

    • 发布日期:2017-04-24
    • 文件大小:10198
    • 提供者:云通
  1. 12864LCD

    0下载:
  2. 12864lcd并行显示程序,其中包含子函数,支持移植-12864LCD parallel display program, which includes the sub function, support transplantation。
  3. 所属分类:SCM

    • 发布日期:2017-04-13
    • 文件大小:2344
    • 提供者:yanxinyu
  1. GPS-program-12864-display-

    0下载:
  2. GPS测试程序,在12864显示器上并行显示相应地理数据-GPS test program,the result can be displayed by 12864 screen.
  3. 所属分类:SCM

    • 发布日期:2017-04-25
    • 文件大小:57850
    • 提供者:456
  1. mpims

    0下载:
  2. 使用mpi 并行运算归并排序的c语言程序,mpicc编译,mpi 运行-Mpi parallel computing using merge sort of c language program, mpicc compile, mpi run
  3. 所属分类:Driver develop

    • 发布日期:2017-04-11
    • 文件大小:1407
    • 提供者:xiao ni
  1. ad9851

    0下载:
  2. AD8951不错的学习程序,适用于初学单片机的同学和朋友,这是一个并行信号发送的例程-AD8951 good learning program for beginners SCM classmates and friends, this is a routine signal transmitted in parallel
  3. 所属分类:SCM

    • 发布日期:2017-04-26
    • 文件大小:15671
    • 提供者:jack lee
  1. GridSplitting.f90

    0下载:
  2. (cfd计算)结构化网格处理工具,为了满足并行需要可将plot3d或者grd网格文件切割为均匀的分块结构以满足cfd程序的负载平衡。-(CFD) structured mesh processing tool, in order to meet the parallel computing,plot3d or GRD grid file will be cut into uniform blocks to satisfy the load balancing of CFD programs.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-13
    • 文件大小:2222
    • 提供者:徐佳敏
  1. PCSS_30130613

    0下载:
  2. 并行组合扩频系统程序,包括数据映射程序和数据逆映射程序-Parallel Combinatory Spread Spectrum system simulation
  3. 所属分类:3G develop

    • 发布日期:2017-04-03
    • 文件大小:697
    • 提供者:迷迷
  1. OPENCL_SRC

    0下载:
  2. OpenCL是一个为异构平台编写程序的框架,此异构平台可由CPU,GPU或其他类型的处理器组成。OpenCL由一门用于编写kernels (在OpenCL设备上运行的函数)的语言(基于C99)和一组用于定义并控制平台的API组成。OpenCL提供了基于任务分割和数据分割的并行计算机制。该代码非常适合学习OpenCL。-OpenCL is a programming framework for heterogeneous platforms, the heterogeneous platform
  3. 所属分类:Special Effects

    • 发布日期:2017-05-09
    • 文件大小:1788575
    • 提供者:润柳情结
  1. transposed.c

    0下载:
  2. 计算矩阵A的转置的并行C语言程序,使用MPI编译.输入矩阵A,计算它的转置.-MPI parallel matrix transpose algorithm, the input matrix A, A transpose computing, multi-process while achieving
  3. 所属分类:MPI

    • 发布日期:2017-04-12
    • 文件大小:537
    • 提供者:wangxiaobu
  1. AcqProcess

    0下载:
  2. 数据采集进程的控制的相关程序,包括多路并行采集,示波器时基档位,垂直档位的控制和显示,基于visial dsp-control of data acquisition processing, mult-channel parallel acquisition,time-base and vertical resolution of oscilloscope
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-04-26
    • 文件大小:31409
    • 提供者:s
« 1 2 ... 45 46 47 48 49 50»
搜珍网 www.dssz.com