form1.cs是應(yīng)用聚類算法DBSCAN (Density-Based Spatical Clustering of Application with Noise)的示例,可以通過(guò)兩個(gè)參數(shù)EPS和MinPts調(diào)節(jié)聚類。DBSCAN.cs是全部算法的實(shí)現(xiàn)文件,聚類算法的進(jìn)一步信息請(qǐng)參考“數(shù)據(jù)挖掘”或者相關(guān)書籍。聚類示例數(shù)據(jù)來(lái)自于sxdb.mdb,一個(gè)Access數(shù)據(jù)庫(kù)。
標(biāo)簽: Density-Based Application Clustering Spatical
上傳時(shí)間: 2015-05-26
上傳用戶:三人用菜
program kehuji uses Forms, Unit1 in ..\zxc\Unit1.pas {form1}, Unit2 in ..\zxc\Unit2.pas {Form2}, Unit3 in ..\zxc\Unit3.pas {Form3}, Unit4 in ..\zxc\Unit4.pas {Form4} // Unit3 in C:\Program Files\Borland\Delphi7\Projects\Unit3.pas {Form3}, // Unit4 in C:\Program Files\Borland\Delphi7\Projects\Unit4.pas {Form4} {$R *.res} begin Application.Initialize Application.CreateForm(Tform1, form1) Application.CreateForm(TForm2, Form2) Application.CreateForm(TForm3, Form3) Application.CreateForm(TForm4, Form4) // Application.CreateForm(TForm3, Form3) // Application.CreateForm(TForm4, Form4) Application.Run end.
標(biāo)簽: zxcUnit pas program kehuji
上傳時(shí)間: 2014-01-16
上傳用戶:jing911003
A星算法 A星算法\MSSCCPRJ.SCC A星算法\form1.frm A星算法\工程1.vbp A星算法\Module1.bas A星算法\工程1.vbw A星算法\工程1.exe # # Files # 7
標(biāo)簽: 算法 MSSCCPRJ Module Form
上傳時(shí)間: 2016-01-23
上傳用戶:kikye
點(diǎn)擊form1窗體上的comboBox下拉列表框然后彈出一個(gè)form2窗體,form2窗體上有一個(gè)dataGridView1,然后雙擊dataGridView1的某一行數(shù)據(jù),會(huì)把選中的該行數(shù)據(jù)傳遞到form1,并自動(dòng)填充form1中的comboBox和textbox. form2窗體中的主要事件
標(biāo)簽: dataGridView1 dataGridView comboBox form1
上傳時(shí)間: 2013-12-21
上傳用戶:yangbo69
Private Sub cancel_Click(Index As Integer) Unload form1 End Sub
標(biāo)簽: cancel_Click Sub Private Integer
上傳時(shí)間: 2016-07-27
上傳用戶:epson850
form1.cs是應(yīng)用聚類算法DBSCAN (Density-Based Spatical Clustering of Application with Noise)的示例,可以通過(guò)兩個(gè)參數(shù)EPS和MinPts調(diào)節(jié)聚類。 DBSCAN.cs是實(shí)現(xiàn)文件,聚類算法的進(jìn)一步信息請(qǐng)參考“數(shù)據(jù)挖掘”或者相關(guān)書籍 聚類示例數(shù)據(jù)來(lái)自于sxdb.mdb,一個(gè)Access數(shù)據(jù)庫(kù)
標(biāo)簽: Density-Based Application Clustering Spatical
上傳時(shí)間: 2017-02-26
上傳用戶:chens000
·詳細(xì)說(shuō)明:DTMF軟解碼實(shí)現(xiàn)方法,英文的,但算法好,節(jié)約您的開(kāi)發(fā)成本.文件列表: 試驗(yàn)DTMF軟解碼 ..............\DTMF Decoding with a PIC16xxx.doc ..............\試驗(yàn)DTMF軟解碼 ..............\..............\form1.frm
標(biāo)簽: DTMF 軟解碼 實(shí)現(xiàn)方法 英文
上傳時(shí)間: 2013-04-24
上傳用戶:20160811
制作加密文本文件程序1.原理從源文本文件中按順序讀出每一個(gè)字符,然后把讀出的字符轉(zhuǎn)換為相應(yīng)的ASCII碼,將此ASCII碼加上整數(shù)密鑰Key,最后把所得結(jié)果再轉(zhuǎn)回相應(yīng)的字符并同時(shí)把它寫入到另外一個(gè)文件中,這就是加密過(guò)程。解密碼過(guò)程與加密過(guò)程剛好是相反的操作。2.界面設(shè)計(jì)新建一個(gè)工程,在form1中添加一個(gè)Label,一個(gè)Edit和兩個(gè)Button,程序的界面設(shè)置與布局如圖所示。圖一 界面布局
上傳時(shí)間: 2013-12-10
上傳用戶:Late_Li
本文件概要介紹組成 Example 應(yīng)用程序的每個(gè)文件的內(nèi)容。 Example.vcproj 這是使用應(yīng)用程序向?qū)傻?VC++ 項(xiàng)目的主項(xiàng)目文件。 它包含生成該文件的 Visual C++ 的版本信息,以及有關(guān)使用應(yīng)用程序向?qū)нx擇的 平臺(tái)、配置和項(xiàng)目功能的信息。 Example.cpp 這是主應(yīng)用程序源文件。 包含用于顯示窗體的代碼。 form1.h 包含窗體類的實(shí)現(xiàn)和 InitializeComponent() 函數(shù)。 AssemblyInfo.cpp 包含用于修改程序集元數(shù)據(jù)的自定義屬性。
標(biāo)簽: Example vcproj Visual 應(yīng)用程序
上傳時(shí)間: 2013-12-17
上傳用戶:上善若水
Visual Basic 6.0可以通過(guò)調(diào)用API函數(shù)格式化一個(gè)磁盤,無(wú)論是軟盤還是硬盤。 打開(kāi)一個(gè)新的項(xiàng)目(工程1) ,如果你沒(méi)有更改過(guò)缺省模式,那么Visual Basic 6.0會(huì)自動(dòng)添加一個(gè)form1文件,在form1上添加一個(gè)命令控件,將下面的代碼拷入。 Option Explicit Private Declare Function SHFormatDrive Lib"shell32"( ByVal Hend AS Long,ByVal Drive AS Long,ByVal FormatID AS Long,ByVal Options AS Long) as Long Private Sub FormatDisk(intDrive as integer,blnQuickFormat as Boolean) dim lngReturn As Long if (blnQuickFormat) then lngReturn= SHFormatDrive(0,intDrive,0&,1&) else lngReturn= SHFormatDrive(0,intDrive,0&,0&) end if end Sub Private Sub Command1_Click() call FormatDisk(0,True) End Sub 運(yùn)行此程序。 注意FormatDisk函數(shù)的第一個(gè)變量很重要,他的值是0,1,2時(shí)代表格式化的分別是:A、B、C盤。
標(biāo)簽: Visual Basic 6.0 API
上傳時(shí)間: 2015-10-05
上傳用戶:kytqcool
蟲蟲下載站版權(quán)所有 京ICP備2021023401號(hào)-1