Monthly Archives: October 2011

Linux C socket, fork(), select(), and Pthread programming

I’ve finished my project about Linux socket using select(), fork(), and pthread.There are some recommended and useful resources:1. Programming in C UNIX System Calls and Subroutines using C    It introduces socket, pthread, fork, and RPC(Remote Procedure Call).2. SAS/C Library Reference: Socket … Continue reading

Posted in C/C++, Linux, 程式設計, 網路 | 1 Comment

TF-IDF (term frequency–inverse document frequency)

關於TF-IDF的source code,它用Perl語言寫成。 http://infomotions.com/blog/tag/term-frequencyinverse-document-frequency-tfidf/ 另一個是用C#寫的: http://www.codeproject.com/KB/cs/tfidf.aspx 其它相關的參考資源: 1. Ranking text documents based on TF-IDF 2. tf-idf (term frequency–inverse document frequency) 3. Information Retrieval (這文章講解得很詳細)

Posted in 學術, 學術研究, 程式設計, 資工 | Leave a comment

Data Mining Libraries and Packages

  I’ve found some data mining libraries (source codes) and packages.  You can see the following resource list to download: Data Mining with SQL Server 2005 Apriori algorithm using C# and silverlight gSpan: Frequent Graph Mining Package gpuminer: Parallel Data Mining … Continue reading

Posted in C/C++, Java, 程式設計, 資工, 軟體(Software) | Leave a comment

C++ 2011 發布囉

靠C++吃飯的程式設計師有福了! C++ 2011 Standard 已經發布了! ISO案號為ISO/IEC 14882:2011 http://www.iso.org/iso/iso_catalogue/catalogue_tc/catalogue_detail.htm?csnumber=50372

Posted in C/C++, 程式設計 | Leave a comment