mp3設計程序資料,采用c語言編寫。 README file for yampp-3 source code 2001-05-27 This is the current state of the yampp-3 source code, 2001-05-27. This code is intended to run on Rev. B of the yampp-3 PCB, but can ofcourse be used on compatible systems as well. It still uses the "old" song selection system as the yampp-2. However, the disk handling routines has improved a lot and the obviosly, the new VS1001 handling has been put in. The codesize is almost at it s maximum at 1F40 bytes. A .ROM file is included if you don t have the compiler set up. For now, the documentation is in the code
上傳時間: 2015-04-13
上傳用戶:小碼農lz
UNIX環境下資源監控程序(包含對CPU\MEM\DISK\IO\PS等資源的監控)
標簽: CPUMEMDISKIOPS UNIX 資源 環境
上傳時間: 2015-04-18
上傳用戶:330402686
嵌入式操作系統Nucleus Plus中使用的文件系統,可支持IDE、Floppy Disk、 RAM Disk,由于驅動的原因源碼中只能直接支持RAM Disk,與硬件相關的需要按照模板自行提供驅動。本源碼已經經過嚴格測試,并已移植到VxWorks平臺上。
上傳時間: 2015-05-01
上傳用戶:cmc_68289287
This companion disc contains the source code for the sample programs presented in INSIDE VISUAL C++ 5.0, as well as pre- compiled copies of the programs. To copy all of the sample code onto your hard disk, run the SETUP.EXE program and follow the instructions that appear on the screen. The sample code requires about 10 MB of hard disk space.
標簽: companion the presented contains
上傳時間: 2015-05-09
上傳用戶:mhp0114
說明: 1、里面有什么: 1.1、org.bouncycastle.*下的所有軟件是bouncycastle組織開發的軟件包 1.2、org.infosecurity.*下的軟件包括: DES_CBC算法的實現 RSA算法的實現(包括:密鑰生成、公鑰加密和私鑰解密、數字簽名及簽名驗證) 數字信封的實現 利用數字信封實現大文件的加密、解密。 2、有什么用: 2.1 研究、學習信息安全中的密碼學設計與實現技術。 2.2 當然如果大家覺得在其它地方用的上,我會覺得很高興的。 3、還有什么改進: 3.1 對文件加密、解密的時候要頻繁的IO,如果加一個緩沖區,比如10K、50K等, 只有緩沖區滿了才寫入DISK這樣將提高效率。 3.2 RSA私鑰積存的時候可以按PKCS8形式,再經BASE64編碼保存比較好。
標簽: bouncycastle infosecurity org 1.1
上傳時間: 2015-05-14
上傳用戶:13188549192
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
Displays CPU time usage, the list of processes (can be terminated) and the task which are running (can be close or switch to). Plus a little net traffic monitor and a disk status report.
標簽: terminated the processes Displays
上傳時間: 2013-12-25
上傳用戶:zgu489
The C# program will solve the Tower of Hanoi for a given number of rings/disks/plates and display the ring/disk/plate movement. The movement will be shown graphically
標簽: program display number plates
上傳時間: 2013-12-20
上傳用戶:1966640071
HANNOI-塔 3.4.1. 運行效果與程序發布 3.4.2. 主類 Tower 3.4.3. Hannoi-塔 HannoiTower 3.4.4. 塔點 TowerPoint 3.4.5. 盤子 Disk
標簽: HannoiTower TowerPoint HANNOI Hannoi
上傳時間: 2014-01-11
上傳用戶:cuibaigao
漢諾塔問題:第1個接到任務的人叫第2個人把n-1只diskes從開始地送到中間地,自己只需要把最下面一只disk放到目的地,再叫第2個人把他 原來搬到中間的n-1只diskes都搬到目的地。而第2個人則叫第3個人去把n-2只diskes從第2個人的開始地送到從第2個人的中間地,從第2個人 只需要把最下面一只disk放到自己的目的地,再叫第3個人把他原來搬到第2個人中間地的n-2只diskes都搬到第2個人目的地。如此類推
上傳時間: 2013-12-31
上傳用戶:dongbaobao