搜索资源列表
14-1
- 该运行实例中,令文本串长度为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
rand_match
- 该运行实例中,令文本串长度为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
app_match
- 该运行实例中,令文本串长度为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
6.3
- 输入的第一行是一个整数N(1 <= N <= 100),表示学生的总数。 接下来的N行每行是一位学生的数据,从左向右依次是姓名,期末平均成绩,班级评议成绩,是否是学生干部,是否是西部省份学生,以及发表的论文数。姓名是由大小写英文字母组成的长度不超过20的字符串(不含空格);期末平均成绩和班级评议成绩都是0到100之间的整数(包括0和100);是否是学生干部和是否是西部省份学生分别用一个字符表示,Y表示是,N表示不是;发表的论文数是0到10的整数(包括0和10)。每两个相邻数据项之