有难题去IECN社区求助

     
搜索开放源代码。

语法及示例 (有关 regexp 语法的详情)
regexp搜索正则表达式
go{2}gle  hello,\ world  ^int printk
"exact string"搜索精确字符串
"compiler happy"
file:regexp仅在与 regexp 匹配的文件或目录中进行搜索
file:\.js$ XMLHttpRequest  file:include/ ioctl
file:/usr/sys/ken/slp.c "You are not expected to understand this."
package:regexp搜索名称与 regexp 匹配的包。
(包的名称就是其网址或 CVS 服务器信息。)
package:perl.*\.tar\.gz Frodo  package:linux-2.6 int\ printk
lang:regexp仅搜索用与 regexp 匹配的语言编写的程序
lang:lisp xml  lang:"c++" sprintf.*%s
license:regexp仅搜索许可与 regexp 匹配的文件.
license:bsd int\ printf   -license:gpl heapsort
 
[Close]
[Close]