文件名称:14-3

  • 所属分类:
  • 数值算法/人工智能
  • 资源属性:
  • [C/C++] [源码]
  • 上传时间:
  • 2012-11-26
  • 文件大小:
  • 5kb
  • 下载次数:
  • 0次
  • 提 供 者:
  • a**
  • 相关连接:
  • 下载说明:
  • 别用迅雷下载,失败请重下,重下不扣分!

介绍说明--下载内容均来自于网络,请自行研究使用

例如:

编译:mpicc app_match.c邻app_match

运行:可以使用命令mpirun - np的尺寸app_match mnk来运行该串匹配程序,其中大小是所使用的处理器个数,米表示文本串长度,氮为模式串长度,钾为允许误差长度。本实例中使用了尺寸为3个处理器,米= 7,n = 2时,k = 1时。

mpirun - np的3 app_match 7 2 1

运行结果:

在节点0的文字是

在节点0的模式是

共有2匹配在节点0

节点1上的文本为

在节点1的模式是

共有2匹配的节点1

节点2上的文字是天然抗氧化剂

在节点2的模式为

共有2匹配的节点2

说明:该运行实例中,令文本串长度为7,随机产生的文本串为asasbsb,分布在3个节点上 模式串长度为2,随机产生的模式串为为。最后,节点0,1和二上分别得到两个近似匹配位置。

-For example:

Compile: mpicc app_match.c o app_match

Run: You can use the command mpirun- np size app_match mnk to run the string matching procedure, which size is the number of processors used, the text string length in meters, the length of pattern of nitrogen and potassium to allow for error length. The examples used in the size of three processors, m = 7, n = 2 时, k = 1 时.

mpirun- np of 3 app_match 7 2 1

Run Results:

Node 0 in the text is

Node 0 in the model is

Total 2 match at the node 0

Node 1 on the text

Node 1 is in the mode

A total of 2 matching node 1

Node 2, the text is a natural antioxidant

Node 2 in the model

A total of 2 matching node 2

Descr iption: The running instance, so that the text string of length 7, randomly generated text string to asasbsb, located in three nodes mode string length is 2, the model randomly generated string to the. Finally, the nodes 0,1 and 2, respectively, are two approximate matching position.


(系统自动生成,下载前可以参看下载内容)

下载文件列表

13-1\rank_sort.c

....\readme.txt

13-1

.4-3\app_match.c

....\readme.txt

14-3

相关说明

  • 本站资源为会员上传分享交流与学习,如有侵犯您的权益,请联系我们删除.
  • 本站是交换下载平台,提供交流渠道,下载内容来自于网络,除下载问题外,其它问题请自行百度更多...
  • 请直接用浏览器下载本站内容,不要使用迅雷之类的下载软件,用WinRAR最新版进行解压.
  • 如果您发现内容无法下载,请稍后再次尝试;或者到消费记录里找到下载记录反馈给我们.
  • 下载后发现下载的内容跟说明不相乎,请到消费记录里找到下载记录反馈给我们,经确认后退回积分.
  • 如下载前有疑问,可以通过点击"提供者"的名字,查看对方的联系方式,联系对方咨询.

相关评论

暂无评论内容.

发表评论

*主  题:
*内  容:
*验 证 码:

源码中国 www.ymcn.org