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

搜索资源列表

  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-30
    • 文件大小:957
    • 提供者: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
    • 文件大小:660
    • 提供者: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
    • 文件大小:1175105
    • 提供者:胡言防
  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-07
    • 文件大小:37036
    • 提供者:苗晨
  1. WordCount

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

    • 发布日期:2017-04-01
    • 文件大小:1084
    • 提供者: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
    • 文件大小:2485825
    • 提供者:洪旭昇
  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
    • 文件大小:1896960
    • 提供者:徐皓
  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
    • 文件大小:6635
    • 提供者:刘鸿达
  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-07
    • 文件大小:16232
    • 提供者:刘鸿达
  1. FileSystemCat

    0下载:
  2. Hadoop HDFS文件系统操作例程。功能包括:获取HDFS指定目录下所有文件列表,打印输出 递归遍历目录 上传本地文件到HDFS 在HDFS上Hadoop HDFS文件系统例程。功能包括:创建文件夹 创建HDFS文件 读取HDFS文件内容 重命名HDFS文件 删除HDFS文件及目录 查看HDFS文件是否存在 获取HDFS中指定目录中的文件列表. -Hadoop HDFS file system operations routine. Features include: HDFS to get
  3. 所属分类:MPI

    • 发布日期:2017-04-14
    • 文件大小:5913
    • 提供者:fly
  1. KafkaDemo

    0下载:
  2. Kafka是一个高吞吐量分布式消息系统。linkedin开源的kafka。 Kafka就跟这个名字一样,设计非常独特。首先,kafka的开发者们认为不需要在内存里缓存什么数据,操作系统的文件缓存已经足够完善和强大,只要你不搞随机写,顺序读写的性能是非常高效的。kafka的数据只会顺序append,数据的删除策略是累积到一定程度或者超过一定时间再删除。Kafka另一个独特的地方是将消费者信息保存在客户端而不是MQ服务器,这样服务器就不用记录消息的投递过程,每个客户端都自己知道自己下一次应该从什么地
  3. 所属分类:MPI

    • 发布日期:2017-05-29
    • 文件大小:11885709
    • 提供者:刘威
  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-12
    • 文件大小:1580
    • 提供者:john
  1. gpsjixianjiesuan-mohudusuanfa

    0下载:
  2. Gps 整周模糊度算法源码 基线解算 测量平差 O文件读取-#include stdafx.h #include SPP.h #include Matrix.h #include math.h #include SPPDoc.h gps satlite compute #include Gps.h #include MainFrm.h #include SPPDoc.h #include SPPView.h
  3. 所属分类:MPI

    • 发布日期:2017-05-12
    • 文件大小:3068957
    • 提供者:heshiqun
  1. OMP_TEST

    0下载:
  2. OpenMV小程序,在vs2013中采用OMP编程实现读取一个文件中的数据,文件中数据的第一行为数据个数,第二行为实际数据,数据间以空格隔开。判断第二行的数据中有多少个水仙花数。判断过程利用MPI采用多个线程进行。-Using OMP program implemented in vs2013 read data in a file, the first acts of the number of data files in the data, and the second actual beh
  3. 所属分类:MPI

    • 发布日期:2017-05-07
    • 文件大小:1439895
    • 提供者:Dust
  1. FFT

    0下载:
  2. GPU 实现FFT,包括读取txt文件至内存中实现,实现结果后,将结果以txt文件的格式保存。-After the GPU to realize FFT, including memory read txt file to achieve, achieve results, the results will be saved in txt file format.
  3. 所属分类:MPI

    • 发布日期:2017-04-14
    • 文件大小:3121
    • 提供者:陈大强
搜珍网 www.dssz.com