10.34③ 已知(k1,k2,...,kp)是堆,則可以寫一個時 間復雜度為O(log(n))的算法將(k1,k2,...,kp,kp+1) 調整為堆。試編寫"從p=1起,逐個插入建堆"的算法, 并討論由此方法建堆的時間復雜度。
上傳時間: 2014-01-18
上傳用戶:zsjinju
使用vriloge硬件描述語言設計數字頻率計,其對于高頻測量精確,可測范圍0—99999999HZ,在MAX+PLUSII中運行通過并在實驗箱上運行通過達到要求
上傳時間: 2016-08-29
上傳用戶:無聊來刷下
Flexible Vector and Matrix Classes enable to use vectors and matrixes with arbitrary bounds. Content. 1. Algorithm 2. Classes 3. Program Files 4. Tests 5. Compiling 6. Running (Log File) 7. Download
標簽: and arbitrary Flexible matrixes
上傳時間: 2016-09-06
上傳用戶:libenshu01
This research project evaluates startup times of the linux boot process from power-on until user login. Time consuming parts of the boot process are investigated and methods how to speed up the whole process are discussed.
標簽: evaluates research power-on project
上傳時間: 2013-12-18
上傳用戶:sqq
中山大學編譯原理課程的一個實驗,根據OPP(算符優先)做的一個表達式計算器。 內有實驗的設計文檔。 實驗要求支持sin,cos,max,min,power,mod,boolean,?:,等運算。 這個代碼可以為學習編譯原理的同學參考。
上傳時間: 2014-01-27
上傳用戶:PresidentHuang
把那個放大鏡拖到mfc寫的程序的窗口上,如securecrt,vc6等,松開鼠標就能看到一些內部函數地址了。如oninitdialog,onok什么的一目了然。拖到子窗口如銨鈕上時,可以看出其id,當然,這個工作也可以由spy++完成。結合其父窗口message map的輸出,還可以知道當點擊這個按鈕時,會跳到哪段程序上執行
上傳時間: 2013-12-21
上傳用戶:zycidjl
基于J2ME的手機地圖客戶端源碼,支持Google Map
上傳時間: 2016-10-04
上傳用戶:cxl274287265
ARP test mode. According to the idea we design the arithmetic for the key part, first the system sends a message to the target machine, and then system wait for the response. Once system receives a message, it starts to analyze the message, according to the message s parameter system judges whether the message satisfies the conditions. Once the message satisfies all the conditions, the system thinks the machine is sniffing, and adds this machine into the list of sniffing machines. On this basis the detection has done well, and at the same time we insert the result into the log database for inquire and analyze later.
標簽: the arithmetic According design
上傳時間: 2016-10-06
上傳用戶:chongcongying
用prim算法實驗最小生成樹 本程序中用到函數adjg( ),此函數作用是通過接受輸入的點數和邊數,建立無向圖。函數prg( )用于計算并輸出無向圖的鄰接矩陣。函數prim( )則用PRIM算法來尋找無向圖的最小生成樹 定義了兩個數組lowcost[max],closest[max],若頂點k加入U中,則令lowcost[k]=0。 定義二維數組g[ ][ ]來建立無向圖的鄰接矩陣。
上傳時間: 2016-10-07
上傳用戶:tonyshao
// -*- Mode: Verilog -*- // Filename : wb_master.v // Description : Wishbone Master Behavorial // Author : Winefred Washington // Created On : 2002 12 24 // Last Modified By: . // Last Modified On: . // Update Count : 0 // Status : Unknown, Use with caution! // Description Specification // General Description: 8, 16, 32-bit WISHBONE Master // Supported cycles: MASTER, READ/WRITE // MASTER, BLOCK READ/WRITE // MASTER, RMW // Data port, size: 8, 16, 32-bit // Data port, granularity 8-bit // Data port, Max. operand size 32-bit // Data transfer ordering: little endian // Data transfer sequencing: undefined
標簽: Description Behavorial wb_master Filename
上傳時間: 2014-07-11
上傳用戶:zhanditian