一個(gè)網(wǎng)路下傳的程式, 適合初學(xué)者學(xué)習(xí), 使用VB完成
標(biāo)簽: 程式
上傳時(shí)間: 2015-05-17
上傳用戶:talenthn
一個(gè)投影聚類算法及其數(shù)據(jù)集生成源碼。 參考文獻(xiàn): Eric K.K. Ng, A. Fu : Efficient algorithm for Projected Clustering,
標(biāo)簽: A. K.K. Clustering Efficient
上傳時(shí)間: 2013-12-11
上傳用戶:亞亞娟娟123
Although there has been a lot of AVL tree libraries available now, nearly all of them are meant to work in the random access memory(RAM). Some of them do provide some mechanism for dumping the whole tree into a file and loading it back to the memory in order to make data in that tree persistent. It serves well when there s just small amount of data. When the tree is somewhat bigger, the dumping/loading process could take a lengthy time and makes your mission-critical program less efficient. How about an AVL tree that can directly use the disk for data storage ? If there s something like that, we won t need to read through the whole tree in order to pick up just a little bit imformation(a node), but read only the sectors that are neccssary for locating a certain node and the sectors in which that node lies. This is my initial motivation for writing a storage-media independent AVL Tree. However, as you step forth, you would find that it not only works fine with disks but also fine with memorys, too.
標(biāo)簽: available libraries Although nearly
上傳時(shí)間: 2014-01-22
上傳用戶:zhoujunzhen
全加器的VHDL_CODE和TEST_BENCH 無須解壓縮密碼
標(biāo)簽: TEST_BENCH VHDL_CODE 全加器
上傳時(shí)間: 2013-12-22
上傳用戶:hongmo
在一個(gè)多人連線伺服器中,我們要有一個(gè)伺服端執(zhí)行緒負(fù)責(zé)傾聽是否有客戶端連線,如果有客戶端連線,就指派一個(gè)客戶端執(zhí)行緒專門應(yīng)付這個(gè)客戶端連線,並在客戶端佇列中記錄它,然後進(jìn)入下一個(gè)傾聽。 一個(gè)客戶端執(zhí)行緒的工作,就是讀取客戶連線端的使用者輸入訊息,它不負(fù)責(zé)回應(yīng)訊息,而是將讀到的訊息加入訊息佇列中,此外在我們的範(fàn)例中,客戶端執(zhí)行緒也負(fù)責(zé)自己的連線狀態(tài),如果使用者中斷連線,客戶端執(zhí)行緒會(huì)負(fù)責(zé)將自己從客戶端佇列中清除。 廣播執(zhí)行緒負(fù)責(zé)取出訊息佇列中的訊息,然後將之一一傳送訊息給客戶端佇列中尚存在的客戶端執(zhí)行緒。
標(biāo)簽: 伺服器
上傳時(shí)間: 2015-05-22
上傳用戶:wweqas
這是當(dāng)初在學(xué)網(wǎng)路程式時(shí)所寫的,所以有很多很多地方可以改進(jìn), 有心人士就拿去亂改吧! 先執(zhí)行(server) Server 然後再開兩個(gè) (Client) LoginFrame 就能連了。 那個(gè)密碼部份是假的,沒有啥用處,可以把它改成輸入ip , 當(dāng)初是直接設(shè) 127.0.0.1,以方便測試。
標(biāo)簽: 程式
上傳時(shí)間: 2014-12-03
上傳用戶:jackgao
該程序基于RS232串口通訊的激光檢測鉆頭鉆孔內(nèi)徑及外徑等相關(guān)參數(shù)從而判斷該產(chǎn)品是否為OK/NG
上傳時(shí)間: 2013-12-05
上傳用戶:Avoid98
最小重量機(jī)器設(shè)計(jì)問題 設(shè)某一機(jī)器由n個(gè)部件組成,每一種部件都可以從m個(gè)不同的供應(yīng)商處購得。設(shè)w(i,j)是從供應(yīng)商j處購得的部件i的重量,C(i,j)是相應(yīng)的價(jià)格。 設(shè)計(jì)一個(gè)優(yōu)先列式分支限界法,給出總價(jià)格不超過c的最小重量機(jī)器設(shè)計(jì)。
標(biāo)簽: 機(jī)器 設(shè)計(jì)問題 部件
上傳時(shí)間: 2014-01-22
上傳用戶:stewart·
設(shè)有n種物品,每一種物品數(shù)量無限。第i種物品每件重量為wi公斤,每件價(jià)值ci元。現(xiàn)有一只可裝載重量為W公斤的背包,求各種物品應(yīng)各取多少件放入背包,使背包中物品的價(jià)值最高。
標(biāo)簽:
上傳時(shí)間: 2015-06-09
上傳用戶:牧羊人8920
Jollen-Kit! 2006 是非常積極進(jìn)行中的專案,所有紀(jì)錄與更新將同步揭示於本網(wǎng)頁。 快速下載 U-Boot 的 binary code:U-Boot binary - 2006/01/03 Linux kernel 2.4.18 for jk2410:uimage.img - 2006/01/06 可開機(jī)的 Base root filesystem: urootfs.img -2006/01/07 (without tftp) 可開機(jī)的 Base root filesystem: urootfs2.img -2006/03/10 (Busybox 1.10 with tftp) GNU cross toolchain:arm-9tdmi-linux-gnu.tar.gz (armpath by Joe) 安裝方法: # cd / (切換到 / 根目錄) # tar jxf <路徑>/arm-9tdmi-linux-gnu.tar.gz (將檔案解開) "Hello, World!" 在 ARM9 的範(fàn)例:hello_arm.tar.gz (使用Makefile) 其它工具與原始碼下載 驅(qū)動(dòng)程式模組
標(biāo)簽: Jollen-Kit 2006
上傳時(shí)間: 2015-06-16
上傳用戶:xz85592677
蟲蟲下載站版權(quán)所有 京ICP備2021023401號(hào)-1