亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频

蟲蟲首頁| 資源下載| 資源專輯| 精品軟件
登錄| 注冊

src-draw

  • S3C44BOX的BIOS。可使用的命令:help --- show help ? --- = help date --- show or set current date time --

    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

    標(biāo)簽: help date show current

    上傳時間: 2015-01-22

    上傳用戶:ANRAN

  • 用Java寫的一個mp3文件改名的小工具

    用Java寫的一個mp3文件改名的小工具,可能還有不少bug,希望高手多多指點:) 用法:打開需要改名的mp3文件(或者包含mp3文件的目錄),然后按開始操作就可以了。 新文件名為:歌手名_歌曲名.mp3 從RedHat9和win2000下面測試過(都是jdk1.4)。 壓縮包中包含一個可執(zhí)行的jar文件(跨平臺),一個exe文件(windows)和一個linux下可運行的程序。 另附源碼在src目錄下。

    標(biāo)簽: Java mp3

    上傳時間: 2014-02-19

    上傳用戶:362279997

  • 3. 設(shè)計一個接口Shape

    3. 設(shè)計一個接口Shape,接口中包含方法:Draw和Resize。定義一些具體類,如:Point、Line、Circle、Rectangle等,每個類都實現(xiàn)接口Shape。Draw方法繪制圖形,Resize方法改變圖形大小。用Java實現(xiàn)這些接口和類,并用測試類測試它們。 注意:不需要真正繪制圖形,如Line的Draw方法只需輸出下面文本即可: “直線的起點是(x1,y1,),終點是(x2,y2)”

    標(biāo)簽: Shape 接口

    上傳時間: 2015-02-09

    上傳用戶:frank1234

  • 該驅(qū)動的編譯

    該驅(qū)動的編譯,需要linux內(nèi)核源代碼的支持。驅(qū)動編譯默認指向的源代碼路徑為/usr/src/linux,如果您的linux源代碼沒有安裝,請務(wù)必安裝。如果您的內(nèi)核源代碼的路徑不是/usr/src/linux,可以建立一個符號鏈接ln –s /usr/src/linux-x.xx.xx /usr/src/linux在驅(qū)動源代碼路徑下執(zhí)行 make 命令,生成驅(qū)動的目標(biāo)文件 can9880.o在/dev目錄下建立can相應(yīng)的設(shè)備文件,使用主設(shè)備號254mknod can98801 c 254 0

    標(biāo)簽: 驅(qū)動 編譯

    上傳時間: 2014-01-21

    上傳用戶:牛布牛

  • The flpydisk sample is a floppy driver that resides in the directory \NtddkSrcStorageFdcFlpydsk. It

    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.

    標(biāo)簽: NtddkSrcStorageFdcFlpydsk directory flpydisk resides

    上傳時間: 2015-03-30

    上傳用戶:龍飛艇

  • 一個完整的2D滾屏游戲示例

    一個完整的2D滾屏游戲示例,編譯后可以運行玩耍。使用DIRECT DRAW,DIRECT INPUT,DIRECT SOUND;游戲邏輯完整,有記分系統(tǒng),供喜歡游戲編程的初學(xué)者參考切磋。

    標(biāo)簽:

    上傳時間: 2013-12-23

    上傳用戶:王慶才

  • 迅捷簡易網(wǎng)頁計數(shù)器 Ver2.0 一.系統(tǒng)要求: ASP+ACCESS 二.程序主要功能: 簡單的頁面計數(shù)功能。 三.使用方法 1. 上傳全部文件; 2. 用記事本打開se

    迅捷簡易網(wǎng)頁計數(shù)器 Ver2.0 一.系統(tǒng)要求: ASP+ACCESS 二.程序主要功能: 簡單的頁面計數(shù)功能。 三.使用方法 1. 上傳全部文件; 2. 用記事本打開setup.asp更改程序按裝路徑; 3. 將 下面的代碼添加到需要計數(shù)的網(wǎng)頁, <script language="javascript" src="count.asp"></script> 其中count.asp應(yīng)改為計數(shù)文件的實際路徑。 四.文件說明 count.asp 計數(shù)器主文件. count.mdb ACCESS數(shù)據(jù)庫. index.asp 計數(shù)器測試文件.

    標(biāo)簽: ACCESS Ver 2.0 ASP

    上傳時間: 2014-01-09

    上傳用戶:LIKE

  • In the ffuart.tar.gz it has one file. The serial.c is the source codes of the FFUART as a console

    In the ffuart.tar.gz it has one file. The serial.c is the source codes of the FFUART as a console port, it should be put into the directory: /usr/src/linux/drivers/char/, and be compiled into the kernel.

    標(biāo)簽: the console FFUART ffuart

    上傳時間: 2014-01-06

    上傳用戶:2404

  • 編譯工作臺 是本人編寫的用于編譯原理教學(xué)的工具

    編譯工作臺 是本人編寫的用于編譯原理教學(xué)的工具,它是一個自由軟件,現(xiàn)在已經(jīng)發(fā)布(主頁為http://download.enet.com.cn/html/030792005091701.html,上有軟件介紹和截圖)。 軟件的源代碼在壓縮包的src目錄中。WB.zip是主程序,其編譯后生成WB.exe;LLDemo.zip是LL動態(tài)演示程序,其編譯后生成Demo.exe,將其改名成LLDemo.exe;LRDemo.zip是LR動態(tài)演示程序,其編譯后生成Demo.exe,將其改名成LRDemo.exe。將這3個exe文件和help目錄中的所有文件拷貝到同一目錄即可。 另外,sample目錄中有例子文件,CWB_SETUP.exe是安裝程序。

    標(biāo)簽: 編譯 編寫 編譯原理

    上傳時間: 2014-01-24

    上傳用戶:zukfu

  • VS1002D ADPCM RECORDING INSTRUCTIONS v 1.0 (C) 2004-09-23 VLSI SOLUTION OY This is a softwar

    VS1002D ADPCM RECORDING INSTRUCTIONS v 1.0 (C) 2004-09-23 VLSI SOLUTION OY This is a software package to patch VS1002d ADPCM recording capability. It is explained in VS10XX Application Notes, available at http://www.vlsi.fi/download/ See also source code src/microcontrol.c for example.

    標(biāo)簽: INSTRUCTIONS RECORDING SOLUTION softwar

    上傳時間: 2014-01-05

    上傳用戶:894898248

主站蜘蛛池模板: 株洲市| 东阿县| 白水县| 灵武市| 桐梓县| 保德县| 武清区| 娄底市| 昭通市| 太仆寺旗| 雅安市| 扬州市| 延吉市| 桃园市| 随州市| 上犹县| 常山县| 龙山县| 灵山县| 南岸区| 鄂尔多斯市| 沾化县| 江油市| 乐清市| 炎陵县| 德昌县| 杨浦区| 云安县| 绥阳县| 普安县| 乳源| 宣化县| 肥东县| 花莲县| 安泽县| 壶关县| 济源市| 含山县| 凤冈县| 九台市| 华安县|