心愿音樂系統1.1 測試結果 采用風聲無組件上傳,可以上傳 2m以下的文件 這個可能跟網速有關系,我測試上傳4k/秒 有其他根好上傳組件和好的建議方法請跟我聯系 http://bbs.lt52.com/ qq:112934475 1內核采用風聲無組件上傳類 v2.0 2代碼容易維護采用Macromedia Dreamweaver MX軟件編寫 一 文件說明 conn.asp 連接數據庫,第一次使用修改數據庫名稱 index.asp 音樂系統首頁 player.asp 播放器支持 mp3/wma/asf/rm/ram的格式的播放 error.asp 錯誤提示頁 息 pic文件夾 放網頁圖片資料 風聲無組件上傳類 v2.0幾個重要文件 upload1.asp UpLoadClass.asp function.js UpLoadFile文件夾 上傳專用文件夾 數據庫 UpLoadClass.mdb 版本升級說明 2004-7.29(心愿音樂系統1.1) 添加 推薦歌曲 top歌曲 上傳歌曲 作者菜單導航! 2004-7-27 心愿音樂系統 歡迎大家來測試!1.0 http://bbs.lt52.com/ qq:112934475
上傳時間: 2013-12-17
上傳用戶:ynwbosss
高精度實時時鐘-SD2001驅動程序,對sd2001時鐘進行時實讀寫,并對其內部的ram進行操作
上傳時間: 2014-12-06
上傳用戶:sxdtlqqjl
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
graspForth is my humble attempt at a Forth-in-C that has the following goals: GCC ......... to support all 32-bit micros that GCC cross-compiles to. Relocatable . to be able to run in-place in either Flash or Ram. Fast ........ to be "not much" slower than an assembly based native Forth. Small ....... to fit-in approx 300 words in less than 25Kbytes on a 32-bit machine. Portable .... to achieve a 5 minute port to a new 32bit micro-processor, or micro-controller.
標簽: graspForth Forth-in-C following attempt
上傳時間: 2015-05-23
上傳用戶:tfyt
一個keilc51的例子--飛機小游戲,游戲運行在單片機里,一塊51即可,無需任何外擴的 RAM,只要51的串口和計算機連起來就可以玩了。計算機上運行的程序是終端仿真程序,用來接收單片機發出的字符串并顯示出由字符組成的畫面和發出控制字符。
上傳時間: 2013-12-24
上傳用戶:haoxiyizhong
單片機為AT89S52,功能為控制語音的錄放,存儲器用的是RAM,最大可錄3分鐘
上傳時間: 2014-01-21
上傳用戶:csgcd001
串口調試程序,本人第一次發,呵呵,肯能給大家帶來幫助,這個程序是我借助串口來調試外部RAM用的,希望能給大家帶來幫助
上傳時間: 2015-05-26
上傳用戶:sammi
The HD66773, controller driver LSI, displays 132RGB-by-176 dot graphics on TFT displays in 260,000 colors. The HD66773’s bit-operation functions, 18-bit high-speed bus interface, and high-speed RAMwrite functions enable efficient data transfer and high-speed rewriting of data to the graphic RAM.
標簽: displays controller graphics RGB-by
上傳時間: 2014-06-19
上傳用戶:stvnash
/*看大家都在學操作系統,我也想學學。所以想用51寫一個來玩玩,發現比較郁悶。 弄了幾下,不想再弄了,51弄這個沒啥意思。我用的89S52,除了速度慢,RAM資源 太少之外,其它都還過得去。弄了一點代碼出來,放在那也沒啥用,不如拿上來 給新手看看,一個任務調度的雛形是什么樣子的~~~~~~~~~這些代碼沒有經過優化, 我只求實現任務切換的功能。 利用定時器2產生10mS的定時中斷作為時鐘節拍,任務切換時保存工作寄存器等操作 嵌入了匯編指令,因此Task_Switch.C文件要做相應的設置才能編譯通過。受硬件資源和編譯器的限制,有很多無奈。程序只好這樣寫了,不管怎么說,到底是能調度起來了。 注:這里是老版本,后面又改動的新版本。
上傳時間: 2014-01-17
上傳用戶:silenthink
DOS XMS library is a DOS real mode and large memory model C library. Because DOS is ran under real mode, programmer only can access RAM under 1MB
上傳時間: 2015-06-13
上傳用戶:ANRAN