资源列表
[软件工程] ofdm_signal
说明:此OFDM系统,此包含源程序,其中有详细介绍-The OFDM system, this contains the source code, which has a detailed introduction<辉> 在 2025-08-20 上传 | 大小:1kb | 下载:0
[文档资料] protues-english-and-chinese
说明:是有有关于protues元件的英文对照表,方便查询。-Yes there is there is about the English protues table components to facilitate inquiries.<as123> 在 2025-08-20 上传 | 大小:1kb | 下载:0
[技术管理] Delphivideo
说明:这是一个非常好的 Delphi视频教育网站地址连接-Delphi video web address<okok213> 在 2025-08-20 上传 | 大小:1kb | 下载:0
[文档资料] main
说明:If a tree falls in the forest, and there s nobody there to hear, does it make a sound? This classic conundrum was coined by George Berkeley (1685-1753), the Bishop and influential Irish philosopher whose primary philosophical achievement is the advan<朱鹏飞> 在 2025-08-20 上传 | 大小:1kb | 下载:0
[文档资料] kmp
说明:给你A,B两个字符串,检查B串是否是A串的子串,类似于Java的String.indexOf("")。找到匹配失败时的最合适的回退位置,而不是简单的回退到子串的第一个字符(常规的枚举查找方式,是简单的回退到子串的第一个字符,KMP算法的性能分析Java实现实例)*此仅供大家参考、交流,希望对大家有所帮助!-Here you are A, B two strings to check whether string B is a sub-string A string, similar to Jav<左刘鸿翔> 在 2025-08-20 上传 | 大小:1kb | 下载:0
[文档资料] KMP008
说明:串的模式匹配的朴素算法是O(N^2)的, 可以 利用KMP(由D.E.Knuth, J.H.Morris, V.R.Pratt提出)算法改进至线性的算法. KMP算法与朴素算法的不同在于:处理"失配"情况. 不同于将指针完全回溯, KMP算法先根据已经部分匹配的信息, 将匹配的指针跳过不必匹配的位置.-Series of simple pattern matching algorithm is O (N ^ 2), and can make use of KMP (from DEKnuth,<左刘鸿翔> 在 2025-08-20 上传 | 大小:1kb | 下载:0