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

搜索资源列表

  1. simpleTexture

    0下载:
  2. 基于GPU的通用计算,利用显存的cache是提高算法效率的重要方面,该例子是在CUDA环境下如何读取纹理的程序。-based GPU generic terms, the use of video memory cache is to improve the efficiency of the algorithm, The example is the CUDA environment how to read texture procedures.
  3. 所属分类:并行运算

    • 发布日期:2008-10-13
    • 文件大小:1.71mb
    • 提供者:白洪涛
  1. RemotingDB

    0下载:
  2. 又一个C#Remoting实例程序,实现从服务器上读取数据。
  3. 所属分类:并行运算

    • 发布日期:2008-10-13
    • 文件大小:39.74kb
    • 提供者:白贺强
  1. sort-mpi

    0下载:
  2. * 算法描述: 分段 -> 段内排序 -> 归约结果。 * 1,根进程读取输入,将元素个数广播给各个进程。 * 2,然后各进程计算段长度和段偏移。 * 3,然后根进程选择第一个段,标记站位符。 * 4,跟进程将剩余元素发送给下一进程,下一进程选择段的同时,根进程排序。 * 5,下一进程继续此过程,直到最后一个进程,所有元素都进行排序。 * 6,进程将排序好的元素,按照段偏移归约给根进程。 * 7,根进程输入结果。 *
  3. 所属分类:并行运算

    • 发布日期:2008-10-13
    • 文件大小:3.27kb
    • 提供者:lrl
  1. 00

    1下载:
  2. LabVIEW图像读取,运行LABVIEW上,实现简单的图像读取
  3. 所属分类:并行运算

    • 发布日期:2008-10-13
    • 文件大小:15.28kb
    • 提供者:sunyongyue
  1. AD7982

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

  1. Threaded_Solution

    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
  3. 所属分类:MPI

    • 发布日期:2017-03-31
    • 文件大小:957byte
    • 提供者:ASIN
  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
    • 文件大小:660byte
    • 提供者:ASIN
  1. MPI

    0下载:
  2. 读取文件,然后根据要求选择进程数,并行运算,最后在得出的各个结果中选出最大值-Read the file, and then asked to choose the number of processes, parallel computing, in the end all the results obtained to select the maximum
  3. 所属分类:MPI

    • 发布日期:2017-05-06
    • 文件大小:1.12mb
    • 提供者:胡言防
  1. read_txt

    0下载:
  2. 用VC++实现的对并行计算和进化计算中分类问题,读取数据文件的源程序-With VC++ Achieved on parallel computing and evolutionary computation in the classification of the source data file to read
  3. 所属分类:MPI

    • 发布日期:2017-05-08
    • 文件大小:36.17kb
    • 提供者:苗晨
  1. stock

    0下载:
  2. 自动读取sina的股票资金流向信息 能够分析机构资金流入流出-abc
  3. 所属分类:MPI

    • 发布日期:2017-05-04
    • 文件大小:1.05mb
    • 提供者:ggimm
  1. buffer

    0下载:
  2. 把存储在缓冲区的数据取出并进行计算 缓冲区如何存储数据以及读取方式-To the data stored in the buffer and calculated out how to store data buffer and read mode
  3. 所属分类:MPI

    • 发布日期:2017-04-06
    • 文件大小:546.03kb
    • 提供者:jeckson
  1. WordCount

    0下载:
  2. 单词计数,从文本文件读取单词并进行统计-hadoop examples
  3. 所属分类:MPI

    • 发布日期:2017-04-01
    • 文件大小:1.06kb
    • 提供者:gong
  1. SequenceFile

    0下载:
  2. Hadoop下的SequenceFile文件类的操作,包括写入和读取,适合刚开始学习hadoop。-Hadoop under the SequenceFile file class action, including written and read, suitable for beginning to learn Hadoop.
  3. 所属分类:MPI

    • 发布日期:2017-05-10
    • 文件大小:2.37mb
    • 提供者:洪旭昇
  1. GetData

    0下载:
  2. 从磁盘中的txt文件中读取数据,并对数据进行均方根计算,并进行粗大误差剔除-Txt file from the disk to read data, and calculated the root mean square data, and the gross error removed
  3. 所属分类:MPI

    • 发布日期:2017-04-09
    • 文件大小:1.81mb
    • 提供者:徐皓
  1. C-program-of-BSS-and-examples-1

    0下载:
  2. 在linux平台下,纯c写的盲信号分离的代码.它采用基于卷积混合的盲信号分离算法,不但可以分离人工合成的混合信号,而且对于真实环境中的卷积混合的语音信号也能够分离.在本程序中,包含了两个测试文件,makefile后便可以直接使用. 另外值得一提的是,压缩包里包含有一些语音处理方面的常用函数.例如fft变换,读取写入wav文件,以及一些常用的一维向量和二维矩阵变换的函数.这些可以直接应用在其他应用程序里去.-Linux platform, the blind signal separation o
  3. 所属分类:MPI

    • 发布日期:2017-11-21
    • 文件大小:6.48kb
    • 提供者:刘鸿达
  1. C-program-of-BSS-and-examples-2

    0下载:
  2. 在linux平台下,纯c写的盲信号分离的代码.它采用基于卷积混合的盲信号分离算法,不但可以分离人工合成的混合信号,而且对于真实环境中的卷积混合的语音信号也能够分离.在本程序中,包含了两个测试文件,makefile后便可以直接使用. 另外值得一提的是,压缩包里包含有一些语音处理方面的常用函数.例如fft变换,读取写入wav文件,以及一些常用的一维向量和二维矩阵变换的函数.这些可以直接应用在其他应用程序里去.-Linux platform, the blind signal separation o
  3. 所属分类:MPI

    • 发布日期:2017-11-08
    • 文件大小:15.85kb
    • 提供者:刘鸿达
  1. readfault2

    1下载:
  2. 可靠性中读取故障集合的代码! 故障集合自动进行N-1计算得出可靠性指标-Reliability to read a the fault collection of code!
  3. 所属分类:MPI

    • 发布日期:2017-11-26
    • 文件大小:1.63kb
    • 提供者:scut
  1. test

    0下载:
  2. 批量读取ASCII转TIFF,比较省时省力的方法,用Arcgis得二十几分钟。-Volume to read ASCII turn TIFF comparison-saving effort, with Arcgis of twenty minutes.
  3. 所属分类:MPI

    • 发布日期:2017-11-23
    • 文件大小:546byte
    • 提供者:郑雷
  1. a-similar-map-simple-hash-table

    0下载:
  2. 用C写的一个类似map的简单散列表,用于读取自定义的配置项,可以实现大量配置项的快速访问。-Written in C, a similar map simple hash table is used to read the custom configuration items, quick access to a large number of configuration items.
  3. 所属分类:MPI

    • 发布日期:2017-11-05
    • 文件大小:6.19kb
    • 提供者:chuminnan
  1. touch_screen

    0下载:
  2. 电阻屏触摸驱动 直接读取寄存器电平值的到xy坐标,不需要SPI操作。-Resistive touch screen driver directly read the register level values ​ ​ to xy coordinates, no SPI operation.
  3. 所属分类:MPI

    • 发布日期:2017-04-04
    • 文件大小:1.87kb
    • 提供者:claielei
« 12 »
搜珍网 www.dssz.com