S3C44BOX的BIOS。可使用的命令:help --- show help ? --- = help date --- show or set current date time --- show or set current time setweek --- set weekday clock --- show system running clock setmclk --- set system running clock setbaud ------ set baud rate ipcfg ------ show or set IP address load ------ load file to ram comload ------ load file from serial port run ------ run from sdram prog ------ program flash copy ------ copy flash from src to dst address boot ------ boot from flash backup ------ move bios to the top of flash md ------ show memory data move ------ move program from flash to sdram
上傳時間: 2015-01-22
上傳用戶:ANRAN
用Java寫的一個mp3文件改名的小工具,可能還有不少bug,希望高手多多指點:) 用法:打開需要改名的mp3文件(或者包含mp3文件的目錄),然后按開始操作就可以了。 新文件名為:歌手名_歌曲名.mp3 從RedHat9和win2000下面測試過(都是jdk1.4)。 壓縮包中包含一個可執行的jar文件(跨平臺),一個exe文件(windows)和一個linux下可運行的程序。 另附源碼在src目錄下。
上傳時間: 2014-02-19
上傳用戶:362279997
該系統是本人課程設計作業,因為時間關系,只用了兩天多的時間編成。所以有很多地方沒有得到增強。版本為1.0。現作以下升級。 增加NEW,OPEN版本。 提高輸入容錯。判斷輸入的對錯。 時間關系,搜索功能為線性搜索,現增強如下:f_search:費氏查找法;btree:二叉樹查找法;l_search:線性查找法; r_search:遞歸折半查找法;zcsear:雜湊碰撞查找法;o_sear:插補查找加強法; 排序是冒泡法,現增強為:heaps:累堆排序;binary:二叉樹排序;xieer:謝耳排序;sinsert:插入排序;quicks:快速排序;select:選擇排序法; 有時間不仿試試。
標簽:
上傳時間: 2013-12-30
上傳用戶:釣鰲牧馬
MP3播放器: 利用API函數[mciSendString]可以輕松實現MP3音樂文件的播放。下面這段程序實現了MP3播放的大部分常規操作,對其稍加修改,做一個100KB大小的MP3播放器輕而易舉 啟動VB程序,在窗體上放置6個命令按鈕,三個標簽,一個公用對話框、一個進度條、一個狀態欄和一個計時器,窗本的布置請參考附圖 按鈕"Open MP3 File"是用來打開對話框選擇MP3文件,其他5個按鈕分別為Play(播放)、Pause(暫停)、Stopplay(停止播放)、Back(向后跳躍)、Prew(向前跳躍)。Label1用來表示歌曲當前時間;label2放在時度條的最左邊,Caption屬性為"00:00";lable3放在時度條的右邊,用來表示歌曲總長。
標簽: MP3 mciSendString API 播放
上傳時間: 2014-11-12
上傳用戶:silenthink
該驅動的編譯,需要linux內核源代碼的支持。驅動編譯默認指向的源代碼路徑為/usr/src/linux,如果您的linux源代碼沒有安裝,請務必安裝。如果您的內核源代碼的路徑不是/usr/src/linux,可以建立一個符號鏈接ln –s /usr/src/linux-x.xx.xx /usr/src/linux在驅動源代碼路徑下執行 make 命令,生成驅動的目標文件 can9880.o在/dev目錄下建立can相應的設備文件,使用主設備號254mknod can98801 c 254 0
上傳時間: 2014-01-21
上傳用戶:牛布牛
The flpydisk sample is a floppy driver that resides in the directory \\Ntddk\Src\Storage\Fdc\Flpydsk. It is similar to a class driver in that it sits a level above the floppy disk controller in the driver stack, and brokers communication between the application level and the low-level driver. The floppy driver takes commands from the application and then calls routines in the controller which will in turn perform the actual interaction with the device. The sample compiles in 64-bit, but has not been tested in this environment. It is compatible with x86 and Alpha platforms.
標簽: NtddkSrcStorageFdcFlpydsk directory flpydisk resides
上傳時間: 2015-03-30
上傳用戶:龍飛艇
本程序將用戶信息設計成一個類,使用對象模擬對 象數據庫,將用戶信息保存到數據文件中。并實現打開 文件,保存文本,添加&刪除用戶信息等功能。 在運行的過程中,用戶須先填上自己的姓名、性別 ,然后選擇自己所在省份、城市。點擊“Add”按鈕, 該用戶信息即可添加進面板左邊的文本區,點擊 “Delete”時,可刪除該用戶的信息,點擊“Open”可 打開一個文件,點“Prior”可將該用戶信息上移一行, “Next”下移一行,“First”上移至文本區第一行, “Last”信息下移至最后一行,“Save”保存左邊的文 件為一個文本文檔。
上傳時間: 2015-03-31
上傳用戶:253189838
Many many developers all over the net respect NASM for what i s - a widespread (thus netwide), portable (thus netwide!), very flexible and mature assembler tool with support for many output formats (thus netwide!!). Now we have good news for you: NASM is licensed under LGPL. This means its development is open to even wider society of programmers wishing to improve their lovely assembler. The NASM project is now situated at SourceForge.net, the most famous Open Source development center on The Net. Visit our development page at http://nasm.2y.net/ and our SF project at http://sf.net/projects/nasm/
標簽: developers widespread netwide respect
上傳時間: 2014-01-20
上傳用戶:2404
vb.net 開發的WinCE下的串口通訊類,open()打開串口,read(),write()讀寫串口
上傳時間: 2014-06-02
上傳用戶:tfyt
第三方的SQL Server and Sybase的jdbc dirver,速度更快,支持回滾(ms 原版不支持)。 Open source JDBC 3.0 Type 4 driver for Microsoft SQL Server (6.5, 7.0, 2000 and 2005) and Sybase. jTDS is the fastest JDBC driver for MS SQL Server and is a complete implementation of the JDBC spec.
上傳時間: 2014-01-11
上傳用戶:asddsd