運用de Casteljau遞歸求值法編寫三角形域上的n次Bezier曲面計算程序,給定 控制頂點
上傳時間: 2015-05-18
上傳用戶:youth25
調用.csv文件格式或者Excel格式文件實現Matlab數學算法:圖像或圖形的再現、時域和頻域的信號分析和處理
上傳時間: 2013-12-17
上傳用戶:ma1301115706
書的內容: 第一章 面向對象編程 1.1 什么是對象 1.2 修改元件名稱 1.3 對象作用域問題 1.4 類成員的可見性 1.5 對象的相互賦至 1.6 自己創建一個對象 1.7 VCL的結構 1.8 TObjiect 1.9 TPersistent 1.10 TComponet 1.11 TComponent 1.11 TControl 1.12 TWinControl 1.13 TGraphicControl 1.14 TCustom Control 第二章 組件對象模型 2.1 幾個基本概念 2.2 客戶和服務器 2.3 認識GUID。CLSID。IID 2.4 引用技術 2.5 什么是IUnknown接口 2.6 Dll形式的COM服務器 2.7 接口 2.8 調度接口 2.9 雙重接口 2.10 對接口的應用 第3章 ActiveX 第4章 Type Libraty 第5章 創建ActiveX控件 第6章 OLE自動化 第7章 使用WinSock 第8章 使用FTP控件 第9章 使用UDP控件 第10章 使用HTTP控件 第11章 使用HTML控件 第12章 使用SMTP控件 第13章 使用POP控件 第14章 使用NNTP控件 第15章 創建Web服務器應用程序 第16章 Web服務器的細節 //從第3章我就不詳細寫了~
上傳時間: 2015-05-18
上傳用戶:xzt
一個投影聚類算法及其數據集生成源碼。 參考文獻: Eric K.K. Ng, A. Fu : Efficient algorithm for Projected Clustering,
標簽: A. K.K. Clustering Efficient
上傳時間: 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.
標簽: available libraries Although nearly
上傳時間: 2014-01-22
上傳用戶:zhoujunzhen
信號與系統——時域、頻域分析及MATLAB軟件的應用,經典教材哦
上傳時間: 2015-05-20
上傳用戶:ynsnjs
全加器的VHDL_CODE和TEST_BENCH 無須解壓縮密碼
標簽: TEST_BENCH VHDL_CODE 全加器
上傳時間: 2013-12-22
上傳用戶:hongmo
MATLAB6P5下的GUI設計-實時參數二階時域曲線的自動繪制.rar
上傳時間: 2013-12-15
上傳用戶:iswlkje
在一個多人連線伺服器中,我們要有一個伺服端執行緒負責傾聽是否有客戶端連線,如果有客戶端連線,就指派一個客戶端執行緒專門應付這個客戶端連線,並在客戶端佇列中記錄它,然後進入下一個傾聽。 一個客戶端執行緒的工作,就是讀取客戶連線端的使用者輸入訊息,它不負責回應訊息,而是將讀到的訊息加入訊息佇列中,此外在我們的範例中,客戶端執行緒也負責自己的連線狀態,如果使用者中斷連線,客戶端執行緒會負責將自己從客戶端佇列中清除。 廣播執行緒負責取出訊息佇列中的訊息,然後將之一一傳送訊息給客戶端佇列中尚存在的客戶端執行緒。
標簽: 伺服器
上傳時間: 2015-05-22
上傳用戶:wweqas
這是當初在學網路程式時所寫的,所以有很多很多地方可以改進, 有心人士就拿去亂改吧! 先執行(server) Server 然後再開兩個 (Client) LoginFrame 就能連了。 那個密碼部份是假的,沒有啥用處,可以把它改成輸入ip , 當初是直接設 127.0.0.1,以方便測試。
標簽: 程式
上傳時間: 2014-12-03
上傳用戶:jackgao