資源簡介
盧譽聲編寫書籍《分布式實時處理系統 原理、架構與實現》的源代碼

代碼片段和文件信息
#include?
#include?
#include?
int?main(){
????std::string?line;
????boost::regex?pat(“^Subject:?(Re:?|Aw:?)*(.*)“);
????while?(?std::cin?)?{
????????std::getline(std::cin?line);
????????boost::smatch?matches;
????????if?(?boost::regex_match(line?matches?pat)?)?{
????????????std::cout?<????????}
????}
????return?0;
}
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????目錄???????????0??2016-07-10?22:42??hurricane\
?????目錄???????????0??2016-07-10?00:51??hurricane\conf\
?????文件????????1077??2016-07-10?00:51??hurricane\conf\index.js
?????目錄???????????0??2016-07-10?21:39??hurricane\deps\
?????目錄???????????0??2016-07-10?00:51??hurricane\deps\kake\
?????文件??????????71??2016-07-10?00:51??hurricane\deps\kake\.gitignore
?????目錄???????????0??2016-07-10?00:51??hurricane\deps\kake\bin\
?????文件?????????197??2016-07-10?00:51??hurricane\deps\kake\bin\kake
?????文件?????????181??2016-07-10?00:51??hurricane\deps\kake\bin\kake.cmd
?????文件?????????119??2016-07-10?00:51??hurricane\deps\kake\bin\pynewmod
?????文件???????????0??2016-07-10?00:51??hurricane\deps\kake\Changelog
?????目錄???????????0??2016-07-10?00:51??hurricane\deps\kake\doc\
?????目錄???????????0??2016-07-10?00:51??hurricane\deps\kake\doc\conf\
?????文件?????????524??2016-07-10?00:51??hurricane\deps\kake\doc\conf\cpp.txt
?????文件???????18042??2016-07-10?00:51??hurricane\deps\kake\LICENSE
?????文件????????1202??2016-07-10?00:51??hurricane\deps\kake\README.md
?????目錄???????????0??2016-07-10?00:51??hurricane\deps\kake\sample\
?????目錄???????????0??2016-07-10?00:51??hurricane\deps\kake\sample\asmexample\
?????文件?????????191??2016-07-10?00:51??hurricane\deps\kake\sample\asmexample\Kakefile
?????目錄???????????0??2016-07-10?00:51??hurricane\deps\kake\sample\asmexample\src\
?????目錄???????????0??2016-07-10?00:51??hurricane\deps\kake\sample\asmexample\src\main\
?????文件??????????50??2016-07-10?00:51??hurricane\deps\kake\sample\asmexample\src\main\main.asm
?????目錄???????????0??2016-07-10?00:51??hurricane\deps\kake\sample\cppexample\
?????文件?????????356??2016-07-10?00:51??hurricane\deps\kake\sample\cppexample\Kakefile
?????目錄???????????0??2016-07-10?00:51??hurricane\deps\kake\sample\cppexample\src\
?????目錄???????????0??2016-07-10?00:51??hurricane\deps\kake\sample\cppexample\src\main\
?????文件?????????386??2016-07-10?00:51??hurricane\deps\kake\sample\cppexample\src\main\main.cpp
?????目錄???????????0??2016-07-10?00:51??hurricane\deps\kake\sample\gmakeexample\
?????文件?????????675??2016-07-10?00:51??hurricane\deps\kake\sample\gmakeexample\Kakefile
?????目錄???????????0??2016-07-10?00:51??hurricane\deps\kake\sample\testc\
?????目錄???????????0??2016-07-10?00:51??hurricane\deps\kake\sample\testcpp\
............此處省略356個文件信息
- 上一篇:佳能打印機維護工具tools
- 下一篇:tbd算法動態規劃實現
評論
共有 條評論