资源列表
kmp
- 问题:串的模式匹配算法---KMP 方法:从主串S中寻找模式串T出现的位置。 基本思想:从主串S的第1个字符起和模式串T的第一个字符比较,若相等,则继续逐个比较后续字符;否则从主串的下一个字符再重新和模式的字符比较;依此类推,直到在主串S中找到模式串T的全部字符相匹配为止,这时匹配成功,否则匹配不成功;KMP算法可以在O(n+m)的时间数量级上完成串的模式匹配操作。其改进在于:每当一趟匹配过程中出现字符比较不等时,不需回溯i指针,而得利用已经得到的“部分匹配”的结果将模式向右滑动尽可能远
GA-and-BP
- 利用bp和ga网络对未来值进行预测,对输入数据进行归一化处理。-Use bp neural network to predict the future value of the input data normalization.
OneDim_Norm_Cloud
- 云模型生成算法,这是我发了好多天才做好的 大家可以看一下-cloud model generation algorithm, which is I made a lot of talent to do well, we can look at the
Frequency-measurement-
- 频率测量模块化程序库(等精度法) 已经验证过的-Frequency measurement modular library (such as precision method) has been proven
Numerical-Analysis-one
- 北航数值分析第一题详细解答,包括算法设计和详细程序代码。-very important Numerical Analysis.
EE356
- FLASH操作 FLASH操作 FLASH操作-FLASH opration FLASH opration FLASH opration FLASH opration
DigitalSignalProcessing_SampleCodes
- Digital signal processing is the important aspect of modern communication system. here is the matlab code given which helps for the beginers for understanding the basics of DSP.
Hello
- DXP芯片公司lpc2478 HELLO小程序模版-lpc2478 IC COMPANY hello simple example
BST
- Binary Search Tree Implementation in java-Binary Search Tree Implementation in java
work1ADD8
- 组合电路的设计8位加法器设计(ADD8.vhd)
ex2sin
- DSP系统学习资料 DSP技术及应用(陈金鹰)书中正弦信号源码-DSP systems DSP technology, learning materials and applications (Chen Golden Eagle) sinusoidal signal source book
gongluxianshi
- 51单片机控制AD0809采样芯片采样,并且将采样结果通过串口发送至PC机,PC机图形化显示采样结果,ad0809的时钟信号为方便起见由另一片51单片机的I/O脚提供。代码注释详细值得学习!-51 SCM control AD0809 sampling chip sampling, and sampling results will be sent to the PC, via serial port, PC machine graphical display sampling results,
