快速排序算法,二分排序算法的完全實現 時間復雜度只有log(N)
上傳時間: 2013-12-25
上傳用戶:zhengzg
Project file for MS Visual C++ 6.0. Requires GLUT DLL (www.opengl.org) Adjust program constants in Landscape.h and Utility.cpp. MAPS: Default map is read from HeghtXXX.raw where XXX is the MAP_SIZE (as defined in Landscape.h). If this map is not found, the program attempts to open "Map.ved", a Tread Marks map file. Tread Marks maps will only work for MAP_SIZE == 1024. Also, the MULT_SCALE to view Tread Marks maps correctly is "0.25f". (www.TreadMarks.com)
標簽: constants Requires Project program
上傳時間: 2014-12-03
上傳用戶:LouieWu
The task of clustering Web sessions is to group Web sessions based on similarity and consists of maximizing the intra- group similarity while minimizing the inter-group similarity. The first and foremost question needed to be considered in clustering W b sessions is how to measure the similarity between Web sessions.However.there are many shortcomings in traditiona1 measurements.This paper introduces a new method for measuring similarities between Web pages that takes into account not only the URL but also the viewing time of the visited web page.Yhen we give a new method to measure the similarity of Web sessions using sequence alignment and the similarity of W eb page access in detail Experiments have proved that our method is valid and e幣cient.
標簽: sessions clustering similarity Web
上傳時間: 2014-01-11
上傳用戶:songrui
在LP2900工作平臺上,利用MAX+plusII開發軟件,設計各個模塊編程實現基本模型計算機,其中最主要的是CPU的設計。 獨立完成運算器的設計,并下載仿真
上傳時間: 2014-12-22
上傳用戶:15071087253
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