2015年8月7日
摘要: #include#include#include#include"SeqString.h"/*函数的声明*/int B_FIndex(SeqString S,int pos,SeqString T,int *count);int KMP_Index(SeqString S,int pos,Seq... 阅读全文
posted @ 2015-08-07 00:23 _noname 阅读(112) 评论(0) 推荐(0) 编辑
摘要: //_DataStructure_C_Impl:链串#include#include#include#define ChunkSize 4#define stuff '#'//串的结点类型定义typedef struct Chunk{ char ch[ChunkSize]; struct Chu... 阅读全文
posted @ 2015-08-07 00:22 _noname 阅读(89) 评论(0) 推荐(0) 编辑