這是一個不到2000行的操作系統,巧妙地利用ARM9 CPU的內存管理單元(MMU)實現進程的切換。ARM9的4G虛擬地址可分成128個進程空間,每個32M。雖然它們的虛擬地址(VA)都是0-(32M-1),但是對應的MVA(Modified vitual address,由虛擬地址VA和進程號PID組合而來)不一樣,設置MVA對應的頁表指向不同物理地址就可以很方便地讓各進程運行空間相互隔開。代碼很少,注釋豐富,希望能對想理解操作系統、了解ARM體系結構的朋友有所幫助。
上傳時間: 2015-04-12
上傳用戶:cainaifa
FIR Filter Design(有限沖擊響應濾波器設計),包括ideal bandpass filter impulse response、Modified Bessel function、Kaiser window parameters for spectral analysis等12種FIR設計matlab源代碼
上傳時間: 2015-05-20
上傳用戶:Miyuki
我個人在學習vc/mfc編程的時候就遇到過很多的問題,感覺不知道該怎么辦,這里有一本關于mfc faq的書,解釋了一些關于這方面的問題,希望對你有用。
上傳時間: 2014-01-16
上傳用戶:大三三
Individual files are available in the following links: Bessjy -- Bessel functions Jn and Yn for real argument and integer or real order. Bessik -- Modified Bessel function In and Kn for real argument and integer or real order. CBessjy -- Bessel functions Jv and Yv for real or complex arguments and real order. CBessik -- Modified Bessel functions Iv and Kv for complex arguments and real order.
標簽: Individual available following functions
上傳時間: 2013-12-13
上傳用戶:hewenzhi
Linux的開發文檔,開發遇到的問題的FAQ,文檔是Html形式
上傳時間: 2014-11-17
上傳用戶:jichenxi0730
* DEFINITION * This is the header file for a library module used to calculate the median * of a list of values. It finds the value that would be in the center if * the list were sorted. If the list contains an even number of values, the * lower of the two center values is reported. The values themselves are not * sorted or modified in any way. This algorithm can be used as a filtering * tool for rejecting noisy data.
標簽: DEFINITION calculate the library
上傳時間: 2015-09-07
上傳用戶:refent
This code was used for making the practical measurements in section 2.3 of my thesis. This Matlab code allows an OFDM signal to be generated based on an input data file. The data can be random data, a grey scale image, a wave file, or any type of file. The generated OFDM signal is stored as a windows wave file, allowing it to be viewed, listened to and manipulated in other programs. The modified wave file can then be decoded by the receiver software to extract the original data. This code was developed for the experiments that I performed in my honours thesis, and thus has not been fully debugged. This is the original code developed for the thesis and so has several problems with it. The BER performance given by the simulations is infact Symbol Error Rate.
標簽: This measurements practical section
上傳時間: 2015-09-20
上傳用戶:tedo811
Windows CE開發全接觸 WinCE操作系統簡介 Platform Builder 4.2簡介 WinCE產品開發流程介紹 WinCE系統開發 WinCE驅動開發 WinCE應用程序開發工具介紹 WinCE應用程序開發 WinCE開發FAQ
標簽: WinCE Platform Windows Builder
上傳時間: 2015-10-01
上傳用戶:yuanyuan123
本書收集了微軟基礎類庫(Microsoft Foundation Class,MFC)編程中經常會遇到的問題,多達130多條。本書獨特的結構設計使您能夠迅速地查找到答案并且把相關的解決方案結合到程序中。本書的FAQ采用一種理想的格式,這樣開發人員能夠迅速找到需要緊急解決的問題的答案。同時,您會發現許多技術可以幫助您更好地理解MFC應用程序的內部工作,并提高MFC編程技巧。尤其特殊的是,解釋(Explanation)和附加注釋(Additional Comment)部分通常都深入到MFC源代碼或者沒有歸檔的函數內部,從而解釋所討論的技術如何工作、它們與MFC的默認行為有何不同以及是如何與其默認行為結合起來的。
標簽: Foundation Microsoft Class 130
上傳時間: 2013-12-20
上傳用戶:yoleeson
這是NTFS文件0.5版本技術文件,它是 Linux-NTFS 計劃的一部分。 這是技術文件,NTFS FAQ里包含了公眾問題的簡單答案。 NTFS是Windows NT, 2000 and XP的文件系統,它支持幾乎所有POSIX、HFS、HPFS特征: * 它可以處理大容量存儲單元(最大到246 GB)。 * 它包含嵌入式的數據壓縮。 * 它使用log文件處理事務。 * 比特碼流,任何事務都是磁盤上的小目標。
上傳時間: 2015-10-16
上傳用戶:libinxny