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

搜索资源列表

  1. SPI-PRT

    0下载:
  2. 昨天在论坛上看到有人帖出了他写的并串转换VHDL代码,但是他自己说有问题,但是不知道怎么改。我大概看了一下,发现思路还是比较乱的。于是就写下了我自己的并串转换代码。-yesterday at the forum see someone points out his writing and string conversion VHDL code, But he said there are problems, but does not know how reform. I probably wat
  3. 所属分类:并行运算

    • 发布日期:2008-10-13
    • 文件大小:1013
    • 提供者:ZHAOBOO
  1. 2-1

    0下载:
  2. 利用最少回合數 對於給定一個字串 再給定一些參考字元 利用替換掉字元來達到與給定的字串為目的-use for at least a few rounds to set a string to give up some reference to the use of characters to replace characters to meet and the string for the purpose of
  3. 所属分类:并行运算

    • 发布日期:2008-10-13
    • 文件大小:372936
    • 提供者:li yau uai
  1. kmp.rar

    1下载:
  2. 字符串的kmp匹配算法并行计算的源程序。,KMP string matching algorithm parallel computation of the source.
  3. 所属分类:并行运算

    • 发布日期:2017-03-23
    • 文件大小:4087
    • 提供者:成斌
  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. kmp

    0下载:
  2. 使用并行计算编程工具OpenMp实现kmp串匹配-The use of parallel computing OpenMP programming tools to achieve KMP String Matching
  3. 所属分类:MPI

    • 发布日期:2017-03-23
    • 文件大小:1421
    • 提供者:lin
  1. MPI-StringMatch

    0下载:
  2. KMP串匹配、随机串匹配、近似串匹配的并行算法源码。-KMP string matching, randomized string matching, parallel algorithm for approximate string matching source code.
  3. 所属分类:MPI

    • 发布日期:2017-03-25
    • 文件大小:9799
    • 提供者:不死鸟
  1. zifugeshutongji

    0下载:
  2. 主要实现的功能是:任意输入一字符串,可以是任意的字符,包括标点符号,空格,以及键盘上能输入的所以字符。任意确定一个关键字符,统计该关键字符在字符串中出现的次数! -Main function is to: a string of arbitrary input can be arbitrary characters, including punctuation, spaces, and the keyboard to input characters so. Arbitrarily defi
  3. 所属分类:MPI

    • 发布日期:2017-04-10
    • 文件大小:949
    • 提供者:李友鹏
  1. MPI_TEST

    0下载:
  2. 功能输出字符串,可以使用多个进程,输出可以显示进程编号和该进程所在的机器名称,运行时,可以预先指定进程数-Function of the output string, you can use a number of process, output can display the process ID and the process where the machine name, run-time can be pre-specified process number
  3. 所属分类:MPI

    • 发布日期:2017-04-01
    • 文件大小:5888
    • 提供者:王强
  1. string_matching

    0下载:
  2. 在Linux 集群系统通过并行计算解决串匹配的问题。 采用OpenMP编写。 -Solving the problem of string matching In the Linux cluster parallel computing environment. Written by OpenMP.
  3. 所属分类:MPI

    • 发布日期:2017-04-08
    • 文件大小:1535
    • 提供者:ZL
  1. Program

    0下载:
  2. Linked List and Array Read String and print them
  3. 所属分类:MPI

    • 发布日期:2017-04-13
    • 文件大小:3209
    • 提供者:Elite Liew
  1. Index_KMP

    0下载:
  2. KMP算法,史上最好的比较字符串的算法,很给力!!内包含其优化代码-The KMP algorithm, the best string comparison algorithm, very awesome!! Contains the code optimization
  3. 所属分类:MPI

    • 发布日期:2017-04-10
    • 文件大小:1154
    • 提供者:王兴龙
  1. 14-1

    0下载:
  2. 该运行实例中,令文本串长度为18,随机产生的文本串为asasasqmqmqmypypyp,分布在3个节点上;模式串长度为3,随机产生的模式串为qmq。最后,节点1上得到两个匹配位置,由+表示出来。-To the running instance, so that the text string length of 18 randomly generated text string asasasqmqmqmypypyp distributed in the three nodes pattern
  3. 所属分类:MPI

    • 发布日期:2017-04-04
    • 文件大小:3039
    • 提供者:张勇
  1. rand_match

    0下载:
  2. 该运行实例中,令文本串长度为7,随机产生的文本串为0010100,分布在3个节点上;模式串长度为2,随机产生的模式串为01。最后,节点0和1上分别得到一个匹配位置。 -The running instance, so that the text string length of seven randomly generated text string is 0.0101 million, distributed in three nodes the pattern string of le
  3. 所属分类:MPI

    • 发布日期:2017-03-29
    • 文件大小:2164
    • 提供者:张勇
  1. app_match

    0下载:
  2. 该运行实例中,令文本串长度为7,随机产生的文本串为asasbsb,分布在3个节点上;模式串长度为2,随机产生的模式串为as。最后,节点0、1和2上分别得到两个近似匹配位置-The running instance, so that the text string length is seven, randomly generated text string asasbsb distributed in the three nodes the pattern string of length 2
  3. 所属分类:MPI

    • 发布日期:2017-04-13
    • 文件大小:2806
    • 提供者:张勇
  1. 6.3

    0下载:
  2. 输入的第一行是一个整数N(1 <= N <= 100),表示学生的总数。 接下来的N行每行是一位学生的数据,从左向右依次是姓名,期末平均成绩,班级评议成绩,是否是学生干部,是否是西部省份学生,以及发表的论文数。姓名是由大小写英文字母组成的长度不超过20的字符串(不含空格);期末平均成绩和班级评议成绩都是0到100之间的整数(包括0和100);是否是学生干部和是否是西部省份学生分别用一个字符表示,Y表示是,N表示不是;发表的论文数是0到10的整数(包括0和10)。每两个相邻数据项之
  3. 所属分类:MPI

    • 发布日期:2017-11-06
    • 文件大小:3420
    • 提供者:邹继瑶
  1. npsm

    0下载:
  2. MPI string search p1
  3. 所属分类:MPI

    • 发布日期:2017-12-08
    • 文件大小:3568
    • 提供者:xplode
  1. kmp

    0下载:
  2. parrallel computing string with kmp algorithm
  3. 所属分类:MPI

    • 发布日期:2017-12-05
    • 文件大小:2583
    • 提供者:arrow
  1. chengxu

    0下载:
  2. 输入一个字符串,然后算出其中的小写字母个数、大写字母个数以及数字个数-Enter a string, and then calculate the number of lowercase letters, uppercase number and the digital number
  3. 所属分类:MPI

    • 发布日期:2017-04-12
    • 文件大小:566
    • 提供者:吴重亮
搜珍网 www.dssz.com