摘要:
题意是求第一个字符的前缀和后一个字符串的后缀最大的公共序列,并输出。。。 将两个字符串合并,求出kmp中的next数组即可。但要注意不要大于某个字符串的长度。 #include <stdio.h> #include <string.h> const int N = 50005; #define mi 阅读全文
posted @ 2017-06-27 17:26
lytwajue
阅读(107)
评论(0)
推荐(0)
摘要:
//_DataStructure_C_Impl:链串 #include<stdio.h> #include<stdlib.h> #include<string.h> #define ChunkSize 4 #define stuff '#' //串的结点类型定义 typedef struct Chu 阅读全文
posted @ 2017-06-27 13:26
lytwajue
阅读(227)
评论(0)
推荐(0)
摘要:
Errors occurred during the build. Errors running builder 'Integrated External Tool Builder' on project 'xinghe-base'.The builder launch configuration 阅读全文
posted @ 2017-06-27 12:22
lytwajue
阅读(788)
评论(0)
推荐(0)
摘要:
依据不同的资源位置切不同的图 依据不同的资源位置切不同的图 阅读全文
posted @ 2017-06-27 11:39
lytwajue
阅读(1144)
评论(0)
推荐(0)
摘要:
2014年5月10日,信息技术提高班迎来了重新的作品展大赛。与其说是大赛。我认为它更应该是一次大展——一次对信息技术提高班的展览、一次对信息技术提高班学生的展示、一次对信息技术提高班创始人的展现…… 作为作品展大赛的过来人。此次作品展大赛给我最大的影响就是——感动,这份感动来之信息技术提高班学生家长 阅读全文
posted @ 2017-06-27 10:26
lytwajue
阅读(166)
评论(0)
推荐(0)
摘要:
Boxes and Stones Paul and Carole like to play a game with S stones and B boxes numbered from 1 to B. Beforebeginning the game they arbitrarily distrib 阅读全文
posted @ 2017-06-27 09:08
lytwajue
阅读(217)
评论(0)
推荐(0)