getip1.cpp // // This program reports the IP address for each adapter in your machine. // To compile from command-line type: // // cl getip1.cpp wsock32.lib // // Make sure your INCLUDE and LIB environment variables are set up properly // you can run vcvars32.bat
標簽: address adapter program machine
上傳時間: 2014-01-05
上傳用戶:bibirnovis
This software package contains the USB framework core developped by ATMEL, as well as a CDC driver for an USB to serial converter. The following files are included : - core/ -> Source code for the framework core -> Makefile for the core - cdc/ -> Source code for the CDC driver -> Makefile for the CDC driver - lib/ -> Lib v3 files for every supported chips - bin/ -> Compiled binaries for every supported chips - ./ -> Makefile for the framework -> Startup file
標簽: developped framework software contains
上傳時間: 2017-02-14
上傳用戶:qq1604324866
This software package contains the USB framework core developped by ATMEL, as well as two HID drivers for a mouse and a keyboard. The following files are included : - core/ -> Source code for the framework core -> Makefile for the core - hid/ -> Source code for the HID drivers -> Makefile for the HID drivers - lib/ -> Lib v3 files for every supported chips - bin/ -> Compiled binaries for every supported chips - ./ -> Makefile for the framework -> Startup file
標簽: developped framework software contains
上傳時間: 2014-08-30
上傳用戶:leixinzhuo
This software package contains the USB framework core developped by ATMEL, as well as a Mass storage driver. The MSD driver uses the internal flash of the chip to operate as a disk-on-key. The following files are included : - core/ -> Source code for the framework core -> Makefile for the core - msd/ -> Source code for the Mass Storage driver -> Makefile for the MSD driver - bin/ -> Compiled binaries for every supported chips - lib/ -> Lib v3 files for every supported chips - ./ -> Makefile for the framework -> Startup file
標簽: developped framework software contains
上傳時間: 2017-02-14
上傳用戶:003030
Murphy 大俠 GPL 的 C++/x86 RTOS, 支持 MMU, 用戶/核心 模式區隔. http://hpc.ee.ntu.edu.tw/~murphy/me/EKernel.html part 2 of 3: user mode LIB
標簽: EKernel Murphy murphy RTOS
上傳時間: 2013-12-23
上傳用戶:小鵬
Ov511+攝像頭驅動源碼 攝像頭芯片必需為OV511+(如:網眼v2000),適用于Windows2000/Xp 1.運行本代碼需安裝windriver7.00和VC6.0,可到網上下載 2.編譯時需設置庫文件,windriver的include文件路徑以及windriver的lib文件路徑
標簽: 511 windriver Windows v2000
上傳時間: 2013-12-25
上傳用戶:pkkkkp
Qt/Embedded的安裝(本人親自安裝步驟) 準備源碼包 ◆ tmake 1.11 或更高版本;(生成Qt/Embedded應用工程的Makefile文件) ◆ Qt/Embedded 2.3.7 (Qt/Embedded 安裝包) ◆ Qt 2.3.2 for X11; (Qt的X11版的安裝包, 它將產生x11開發環境所需要的兩個工 具) 假設把源碼包解壓所在/root/build-arm下 1安裝tmake 進入tmake-1.11目錄 cd /root/build-arm/tmake-1.11 export TMAKEDIR=$PWD/tmake-1.11 export TMAKEPATH=$TMAKEDIR/lib/qws/linux-arm-g++ export PATH=$TMAKEDIR/bin:$PATH 2.安裝Qt/X11 2.3.2 cd qt-2.3.2 export QTDIR=$PWD export PATH=$QTDIR/bin:$PATH export LD_LIBRARY_PATH=$QTDIR/lib:$LD_LIBRARY_PATH ./configure -no-xft -thread -gif -system-jpeg -sm -shared [make] make -C tools/qvfb make -C tools/qembed
標簽: Embedded Qt Makefile tmake
上傳時間: 2013-12-22
上傳用戶:sk5201314
CT DCOM源代碼,實現CT MR US等DICOM格式轉換。
上傳時間: 2017-04-20
上傳用戶:JasonC
當jar包中某個class重復的時候,你肯定想定位到底是哪兩個jar在沖突。 當你寫程序需要weblogic的某個類支持的時候,你一定會對于在weblogic的lib下那幾十個jar中尋找你需要的類痛不欲生。 如果你想在一堆JAR包中查找某個類在哪個JAR包中,這個程序就是你最佳的選擇。 支持子目錄查詢!
上傳時間: 2017-04-27
上傳用戶:pinksun9
該動態連接庫是用來解壓圖象的庫,通過lib文件就可以調用
上傳時間: 2014-02-10
上傳用戶:ruixue198909