登录
首页 » c » KMP

KMP

于 2022-08-04 发布 文件大小:211.02 kB
0 191
下载积分: 2 下载次数: 1

代码说明:

#include #include #include //朴素查找算法 //在主串str中查找子串sub int BF(const char *str,const char *sub,int pos)//O(n*m) {  int lenstr = strlen(str);  int lensub = strlen(sub);  if(poslenstr)  {   return -1;  }  int i = pos;  int j = 0;  while(i

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • ComplexT
    说明:  复化梯形公式,数值计算。This the main application source file(Minute trapezoid formula, numerical calculation. This is the main application source file)
    2005-10-20 11:04:41下载
    积分:1
  • TCPMP_wanmei
    说明:  wince视频播放器,它是万能的,但是只适应低分辩率的mp4(Wince Video Player, it is omnipotent, but only suitable for low resolution mp4)
    2020-06-16 02:40:02下载
    积分:1
  • SetIP
    利用WMI修改IP,dns,网关(不用重启计算机)适合XP,win7,vista(The use of WMI change IP, dns, gateway (do not restart the computer) for XP, win7, vista)
    2009-09-04 15:47:11下载
    积分:1
  • reliability-with-dg
    This code is for evaluating reliability indexes in a system with Distributed generation resources. Wind power and solar energy are considered in this simulation.
    2014-07-20 22:54:14下载
    积分:1
  • JPEG
    C++ based JPEG on grayscale image DCT -> Quantization -> ZigZag -> DPCM, Runlength,-> Entropy Coding
    2016-11-28 21:05:34下载
    积分:1
  • CurtainBox
    说明:  百叶窗式面板组 界面比较酷,大家可以借鉴(louver panel-group comparison Cool interface, we can draw!)
    2006-05-15 17:21:21下载
    积分:1
  • vp9-bitstream-specification
    google vp9 视频格式协议标准文档(google vp9 video encoding standerde)
    2020-12-08 21:19:19下载
    积分:1
  • 计算机视觉算法与应用中文版
    说明:  一本计算机算法书籍 对学习者会有很大的用处(A computer algorithm book will be of great use to learners)
    2019-04-10 22:14:53下载
    积分:1
  • getContentWebPageApp
    提取WEB页面主题内容的一个小例子,希望对大家有用。谢谢(A small example to extract the contents of the WEB page theme, we want to be useful. Thank you)
    2012-10-11 14:24:07下载
    积分:1
  • Boost_技术与应用.pdf
    boost技术及应用,学C++ 必备书籍,高清pdf.(boost technology and application)
    2018-03-07 15:36:00下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载