IDL Programming Language
I’ve found some tutorial resources: IDL Tutorial: Programming in IDL (這個好像是天文的..) IDL TUTORIAL (這個好像是天文的..) The IDL Astronomy
——————————————————————————————————————————————————– The 2012 FTRA International Conference on Advanced IT, engineering and Management (FTRA AIM 2012)
SharpZipLib 與 DotNetZipLib的介紹http://blog.miniasp.com/post/2009/01/11/Introduce-SharpZipLib-and-DotNetZip-Library-for-NET.aspxDotNetZipLib的Documenthttp://cheeso.members.winisp.net/DotNetZipHelp/frames.htmZip格式與支援程度http://kikicocopapaya.pixnet.net/blog/post/24538462-zip
C#有主要兩個用法: 做為指示詞,此時它是用來建立命名空間的別名,或是用來匯入在其他命名空間中定義的型別。 做為陳述式,此時它是用來定義一個範圍,物件會在此範圍結尾處進行處置 (Dispose) 相關教學資源請參考以下: using 陳述式 (C# 參考) C# Using Statement Calls Dispose using
關於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
I’ve found some data mining libraries (source codes) and packages. You can see the
上個學期,在忙得焦頭爛額之際,惡補了讀取基本圖檔BMP格式的方法。參考了以下解說: BMP圖例說明:http://jinnsblog.blogspot.com/2009/08/bmp-format-graphic-illustration.html BMP每個欄位的解說:http://crazycat1130.pixnet.net/blog/post/1345538#mark-3 BMP補充說明:http://www.wretch.cc/blog/benjay207/12157833 最後自己寫了一個BMP讀檔的例子,並進行Discrete Cosign Transformation (DCT)。可按下方圖示下載程式碼。
想要研究基因演算法的人,可先參考下面網站的介紹:Introduction to Genetic Algorithmshttp://www.obitko.com/tutorials/genetic-algorithms/index.php 若進一步想要實做或是沿用別人開發好的函式庫,可以到下面網站下載:GAlib: A C++ Library of Genetic Algorithm Componentshttp://lancet.mit.edu/ga/
事前準備 目前我用的環境平台如下: 作業系統:Ubuntu Linux 11.04 LTS 64bits Compiler: g++ 相關步驟:請至MIRACL官方首頁下載miracl.zip 解壓縮: unzip -j -aa -L