搜索结果
找到约 2,175 项符合
e-works 的查询结果
Linux/Unix编程 Allows you to add tag lines to ELM and PINE e-mail clients on Linux.
Allows you to add tag lines to ELM and PINE e-mail clients on Linux.
数值算法/人工智能 hough transform for eyedetection and precise eyes location. it is a very good code that works on bot
hough transform for eyedetection and precise eyes location. it is a very good code that works on both grayscale and jpg image.
软件工程 Here is the e-book Real-Time and Embedded Guide.ebook about Real-Time OS for Embedded System
Here is the e-book Real-Time and Embedded Guide.ebook about Real-Time OS for Embedded System
matlab例程 its a noise removal algorithm which works effectively
its a noise removal algorithm which works effectively
行业发展研究 this is regarding about ethernet fundamentals .how ethernet works
this is regarding about ethernet fundamentals .how ethernet works
其他书籍 great e-book for Microsoft Visual C#
great e-book for Microsoft Visual C#
Linux/Unix编程 宝宝辅助.e宝宝辅助.e宝宝辅助.e宝宝辅助.e
宝宝辅助.e宝宝辅助.e宝宝辅助.e宝宝辅助.e
其他书籍 e-book for explosives have fun )
e-book for explosives have fun )
文章/文档 串的模式匹配的朴素算法是O(N^2)的, 可以 利用KMP(由D.E.Knuth, J.H.Morris, V.R.Pratt提出)算法改进至线性的算法. KMP算法与朴素算法的不同在于:处理"失配
串的模式匹配的朴素算法是O(N^2)的, 可以
利用KMP(由D.E.Knuth, J.H.Morris, V.R.Pratt提出)算法改进至线性的算法. KMP算法与朴素算法的不同在于:处理"失配"情况. 不同于将指针完全回溯, KMP算法先根据已经部分匹配的信息, 将匹配的指针跳过不必匹配的位置. ...