一個簡單的struts,用于記錄所有計算機的信息,有add,update, remove等功能。
上傳時間: 2013-12-15
上傳用戶:星仔
粒子效果演示(附代碼) 利用C++所提供的一些標(biāo)準(zhǔn)容器很容易實現(xiàn)粒子效果. 簡單的說就是,將粒子數(shù)據(jù)寫在一個類里面,有一個粒子源,不停地生成粒子,然后放入一個stl::list中(push_back()方法), 然后在一個循環(huán)中遍例粒子鏈表,并渲染粒子,粒子的參數(shù)并不斷更新,如果粒子的ALPHA值小于0,即不可見了,即代表粒子已經(jīng)死亡, 即從list中刪去(erase()方法), 銷毀死去的粒子很重要, 如果搞忘了這一步, 你的內(nèi)存很快就會被吃掉干凈了. 第一個版本是用交錯平面畫的粒子. 第二個版本是用Point Spirit(點精靈)畫的粒子, 可以看看效果上面的區(qū)別 SPACE - 暫停粒子源發(fā)射粒子 LINK中忘記去掉cg.lib cgGL.lib 了, 此程序不需要CG, 如果要編譯請去掉.
上傳時間: 2013-12-15
上傳用戶:jing911003
本例展示了如何使用嵌套中斷向量控制器(Nested Vectored Interrupt Controller)來設(shè)置IRQ通道。 把3個計時器(TIM2,3,4)設(shè)置為在每一個計數(shù)器更新事項(counter update event)產(chǎn)生中斷。這三個計時器都與各自對應(yīng)的更新IRQ通道聯(lián)系起來,并設(shè)置他們的中斷優(yōu)先級,TIM2為0,TIM4為2。 在他們各自的中斷中:TIM2每1秒翻轉(zhuǎn)一次PC.06的狀態(tài);TIM3每2秒翻轉(zhuǎn)一次PC.07的狀態(tài);TIM4每3秒翻轉(zhuǎn)一次PC.08的狀態(tài)。 由于在STM3210B-LK1板上, 4個LED連接在PC.04 – PC.07,而不是STM3210B-EVAL上的PC.06 – PC.09,因此,程序要做相應(yīng)的改動。
標(biāo)簽: Controller Interrupt Vectored Nested
上傳時間: 2013-12-18
上傳用戶:Zxcvbnm
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
標(biāo)簽: 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
標(biāo)簽: 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
標(biāo)簽: 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
標(biāo)簽: developped framework software contains
上傳時間: 2017-02-14
上傳用戶:003030
Murphy 大俠 GPL 的 C++/x86 RTOS, 支持 MMU, 用戶/核心 模式區(qū)隔. http://hpc.ee.ntu.edu.tw/~murphy/me/EKernel.html part 2 of 3: user mode LIB
標(biāo)簽: EKernel Murphy murphy RTOS
上傳時間: 2013-12-23
上傳用戶:小鵬
Ov511+攝像頭驅(qū)動源碼 攝像頭芯片必需為OV511+(如:網(wǎng)眼v2000),適用于Windows2000/Xp 1.運行本代碼需安裝windriver7.00和VC6.0,可到網(wǎng)上下載 2.編譯時需設(shè)置庫文件,windriver的include文件路徑以及windriver的lib文件路徑
標(biāo)簽: 511 windriver Windows v2000
上傳時間: 2013-12-25
上傳用戶:pkkkkp
Qt/Embedded的安裝(本人親自安裝步驟) 準(zhǔn)備源碼包 ◆ tmake 1.11 或更高版本;(生成Qt/Embedded應(yīng)用工程的Makefile文件) ◆ Qt/Embedded 2.3.7 (Qt/Embedded 安裝包) ◆ Qt 2.3.2 for X11; (Qt的X11版的安裝包, 它將產(chǎn)生x11開發(fā)環(huán)境所需要的兩個工 具) 假設(shè)把源碼包解壓所在/root/build-arm下 1安裝tmake 進(jìn)入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
標(biāo)簽: Embedded Qt Makefile tmake
上傳時間: 2013-12-22
上傳用戶:sk5201314
蟲蟲下載站版權(quán)所有 京ICP備2021023401號-1