Form1.cs是應(yīng)用聚類算法DBSCAN (Density-Based Spatical Clustering of Application with Noise)的示例,可以通過兩個(gè)參數(shù)EPS和MinPts調(diào)節(jié)聚類。DBSCAN.cs是全部算法的實(shí)現(xiàn)文件,聚類算法的進(jìn)一步信息請(qǐng)參考“數(shù)據(jù)挖掘”或者相關(guān)書籍。聚類示例數(shù)據(jù)來自于sxdb.mdb,一個(gè)Access數(shù)據(jù)庫。
Metalworks is a simple Swing-based simulated e-mail
application. It shows off several features of Swing, including
JInternalFrame, JTabbedPane, JFileChooser, JEditorPane, and
JRadioButtonMenuItem. Metalworks is optimized to work with the
Java look and feel (codenamed "Metal") and shows use of several
features, such as themes, that are specific to the Java look and
feel.
Frequency Scale Conversion
From f To f Scale
frq2mel mel2frq mel The mel scale is based on the human perception of sinewave pitch.
frq2erb erb2frq erb The erb scale is based on the equivalent rectangular bandwidths of the human ear.
frq2midi midi2frq midi The midi standard specifies a numbering of semitones with middle C being 60. They can use the normal equal tempered scale or else the pythagorean scale of just intonation. They will in addition output note names in a character format.