上網找程式碼真EZ

「Google 程式碼搜尋」可讓您搜尋網際網路上的開放存取原始碼,以協助您找到功能的定義,並提供範例程式碼。 使用「Google 程式碼搜尋」,您可以:

* 使用一般運算式進行更精確的搜尋
* 依語言、授權或檔名限制搜尋
* 檢視原始檔,以及整個套件和原始網頁的連結

GOOGLE 又有新招

無稐 程式碼   是放在 RAR   ZIP  CPP  CS ... 各種文件裡  都搜尋得到

快去試試 吧

http://www.google.com/codesearch?hl=zh-TW

 



 

      進階程式碼搜尋

 

搜尋開放式原始碼。

 

語法和範例 (更多關於 regexp 語法的資訊regexp

   搜尋一般運算式
go{2}gle  hello,\ world  ^int printk "exact string" 搜尋完全符合字串
"compiler happy" nowrap="nowrap">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 的套件。
(套件的名稱即為其 URL 或 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