摘要:
我用asp连sql时,就是连不上,我直接连和用dsn连都不行,大家帮我看看。 其中一段: <% set connobj = server.createobject("adodb.connection") connstr= " dsn=docsearch; database=docsearch; uid=sa; pwd=wzl; " connst......
摘要:
********************************************************** 数据库 表f functionid(string)(不可重复)functionname(string) moduleid(string)(可重复) *********************************************************** imp......
关于字符串匹配的算法
各位仁兄人姐,小弟最近正在忙毕业设计,在字符串方面遇到一些困难,请问大家能否推荐一下效率高一些的字符串匹配的算法,多谢了!!!我的邮箱是yangbetter@sohu.com,再次感谢!!!
NO.1 作者: Cline
By clicking on the linked character you can see how the Knuth-Pratt-Morris (KPM) algorithm searches in this example.
NO.2 作者: Cline
http://www.cs.utexas.edu/users/moore/best-ideas/string-searching/index.html
NO.3 作者: smartukyo
用"失败函数"
摘要:
在一对话框中有这一条代码: ret=evaluate({@dblookup("":"nocache";server:file;"viewname";result;2)},doc) 其中:result是doc中的一个域, 我看了帮助,理解如下:返回在doc中的result值和视图viewname的第2列值相同的值,并把该值赋给ret......