Atmel’s AT91SAM7FP105 is a low pincount FingerChip processor based on the 32-bit ARM RISC processor. It features a on-chip biometric engine performing enrollment verification and identification, an internal record cache of up to 25 records and a secure command protocol over USB, SPI, UART. This protocol enables an external host system or processor to control the onchip bioengine functions, manipulate the record cache, and securely export record cache records for external storage. Together with the FingerChip sensor device AT77C104B, it forms an embedded, secured biometric turnkey solution.
標(biāo)簽: processor FingerChip pincount Atmel
上傳時(shí)間: 2013-12-26
上傳用戶:shawvi
WIN32 APPLICATION : gamegold ======================================================================== AppWizard has created this gamegold application for you. This file contains a summary of what you will find in each of the files that make up your gamegold application. gamegold.cpp This is the main application source file. gamegold.dsp This file (the project file) contains information at the project level and is used to build a single project or subproject. Other users can share the project (.dsp) file, but they should export the makefiles locally.
標(biāo)簽: APPLICATION gamegold WIN 32
上傳時(shí)間: 2016-09-28
上傳用戶:sqq
這是一個(gè)集交互式和命令式于一體的一個(gè)程序。 % 首先程序提示你輸入數(shù)據(jù),如果你輸入的數(shù)據(jù)正確,則程序繼續(xù)進(jìn)行。 % 如果你輸入的x,y的大小不一致,程序會(huì)提示你輸入數(shù)據(jù)有誤,然后程序返回再次讓你輸入數(shù)據(jù)。 %待你輸入數(shù)據(jù)正確后,程序會(huì)給你一段提示信息, % 通過(guò)下面的交互式圖形,你可以事先估計(jì)一下你要擬合的多項(xiàng)式的階數(shù),方便下面的計(jì)算 % polytool()是交互式函數(shù),在圖形上方[Degree]框中輸入階數(shù),右擊左下角的[export]輸出圖形 % 回車打開polytool交互式界面 % 待你回車后,交互式圖形界面打開,你可以在圖形上方[Degree]框中輸入階數(shù)觀察多項(xiàng)式擬合的圖形, % 選擇置信區(qū)間最小的多項(xiàng)式階數(shù),以便在下面使用。 % 待你選擇好所要擬合的多項(xiàng)式階數(shù)后,程序提示你回車?yán)^續(xù)進(jìn)行擬合。 % 待你回車后,程序提示你輸入擬合的階數(shù), % 待你輸入擬合的階數(shù)后,回車后會(huì)顯示擬合多項(xiàng)式相關(guān)的數(shù)據(jù)。 % 最后程序提示你輸入所需擬合的數(shù)據(jù)點(diǎn),輸入所需擬合的數(shù)據(jù)點(diǎn),就會(huì)得到相應(yīng)的結(jié)果。 % 如果沒(méi)有所需要擬合的數(shù)據(jù)點(diǎn),直接回車跳過(guò)。 % 程序結(jié)束。 % 最小二乘法多項(xiàng)式擬合
標(biāo)簽: 程序 交互式 命令 數(shù)據(jù)
上傳時(shí)間: 2016-09-30
上傳用戶:wpwpwlxwlx
MICROSOFT FOUNDATION CLASS LIBRARY : 學(xué)生管理系統(tǒng) ======================================================================== AppWizard has created this 學(xué)生管理系統(tǒng) application for you. This application not only demonstrates the basics of using the Microsoft Foundation classes but is also a starting point for writing your application. This file contains a summary of what you will find in each of the files that make up your 學(xué)生管理系統(tǒng) application. 學(xué)生管理系統(tǒng).dsp This file (the project file) contains information at the project level and is used to build a single project or subproject. Other users can share the project (.dsp) file, but they should export the makefiles locally.
標(biāo)簽: FOUNDATION MICROSOFT LIBRARY CLASS
上傳時(shí)間: 2013-12-16
上傳用戶:天涯
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)境所需要的兩個(gè)工 具) 假設(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
上傳時(shí)間: 2013-12-22
上傳用戶:sk5201314
1、將makefile中的 CROSS =/usr/local/arm/2.95.3/bin/arm-linux- CFLAGS+=-I/usr/local/src/2.4.18-rmk7/include CFLAGS+=-I/usr/local/src/2.4.18-rmk7/include/linux CFLAGS+=-I/usr/local/arm/2.95.3/arm-linux/include 路徑改為你宿主機(jī)上的。 2、#make,來(lái)編譯驅(qū)動(dòng)模塊。 3、#export PATH=$PATH:/usr/local/arm/2.95.3/bin //取決于你宿主機(jī)上的交叉編譯工具路徑 #arm-linux-gcc -o gpio_test gpio_test.c //編譯應(yīng)用程序 最終在你的當(dāng)前文件夾下會(huì)生成gpiodrv.o與gpio_test兩個(gè)文件。 4、#mkdir /tmp/1 5、通過(guò)ftp的方法,把gpio_test與gpiodrv.o文件下載到你的開發(fā)板上的/tmp/1目錄中。 6、#mknod /dev/gpio c 220 0 //創(chuàng)建文件節(jié)點(diǎn) #insmod gpiodrv.o #chmod +x gpio_test #./gpio_test 然后,就可以看到四個(gè)LED燈在閃爍了。:)
標(biāo)簽: local arm-linux usr makefile
上傳時(shí)間: 2017-08-03
上傳用戶:zhouchang199
DelphiDoc is a program for automatic generation of documentation on a Delphi-Project. At the moment the documentation will be generated in HTML (HyperText Markup Language) format, in the Windows help (.hlp-files) format, in the LaTeX format or in PDF (Portable Document Format) with some additional xfig-/wmf-files. export to XMI to import it into other UML tools is also available.
標(biāo)簽: Delphi-Project documentation generation DelphiDoc
上傳時(shí)間: 2013-12-23
上傳用戶:cjf0304
PixelFusion.dsp This file (the project file) contains information at the project level and is used to build a single project or subproject. Other users can share the project (.dsp) file, but they should export the makefiles locally. PixelFusion.h This is the main header file for the application. It includes other project specific headers (including Resource.h) and declares the CPixelFusionApp application class. PixelFusion.cpp This is the main application source file that contains the application class CPixelFusionApp. PixelFusion.rc This is a listing of all of the Microsoft Windows resources that the program uses. It includes the icons, bitmaps, and cursors that are stored in the RES subdirectory. This file can be directly edited in Microsoft Visual C++. PixelFusion.clw This file contains information used by ClassWizard to edit existing classes or add new classes. ClassWizard also uses this file to store information needed to create and edit message maps and dialog data maps and to create prototype member functions.
上傳時(shí)間: 2015-03-16
上傳用戶:313777423
The version of CodeWarrior used in the ARM Development Suite cannot export projects in makefile format. Manually producing makefiles from CodeWarrior projects is not an easy task. The aim of mcp2make is to make the conversion simpler and to require substantially less effort. mcp2make is supplied as a free-of-charge, unsupported utility.
標(biāo)簽: mcp2make
上傳時(shí)間: 2017-01-19
上傳用戶:zbxinu
該文件是器件官方元件封裝的文件,用cadence,打開后綴為bxl的文件。 下載的Ultra Librarian 軟件; Ultra Librarian提供了一個(gè)基于云的庫(kù),該庫(kù)中有超過(guò) 8 百萬(wàn)種符號(hào)、封裝,以及帶有供貨商 ECAD 中性數(shù)據(jù)輸出選擇的 3D 模型。該庫(kù)以業(yè)內(nèi)最大的 ECAD 元器件庫(kù)為后盾,代表了 400 多家制造商。輕松找到您所需的零件,導(dǎo)出至 22 種不同的 CAD 工具。該庫(kù)每天更新,為您提供滿足 PCB 設(shè)計(jì)需求的最準(zhǔn)確零件。 打開 Ultra Librarian軟件,導(dǎo)入bxl后綴文件,選擇需要轉(zhuǎn)換的文件類型,最后導(dǎo)出文件。 然后就可以用cadence或者AD打開該庫(kù)。該文件生成edf和cfg文件。 再用orcad capture cis軟件打開,file>import design >edif> open(edf) configation(cfg)然后就可以生成dns工程,就會(huì)在目標(biāo)路徑下產(chǎn)生olb和obk文件,是原理圖文件,可以用orcad capture cis軟件打開。 附加導(dǎo)入Altium Designer:首先,按照所給鏈接下載ULib文件,解壓,并將解壓后的文件安裝。打開桌面上的Ultra應(yīng)用程序。打開后彈出一個(gè)對(duì)話框,選擇繼續(xù)免費(fèi)使用。然后彈出主程序窗口,在步驟一里面加載我們需要轉(zhuǎn)換的BXL文件。并且在下面選擇Altium designer,。選擇步驟三的export to selected tools ,并生成一個(gè)log.txt文件。用AD打開剛生成的UL_Import.PrjScr文件,。打開工程文件后,并將鼠標(biāo)光標(biāo)移動(dòng)到UL_Import.Pas文件下且選中。點(diǎn)擊箭頭所指運(yùn)行按鈕。在彈出的對(duì)話框UL Import下,選擇剛生成的LOG.txt文件。最后點(diǎn)擊輸出start import按鈕,即可把bxl庫(kù)文件轉(zhuǎn)換為AD封裝庫(kù)文件。生成的庫(kù)文件。
上傳時(shí)間: 2022-06-01
上傳用戶:xsr1983
蟲蟲下載站版權(quán)所有 京ICP備2021023401號(hào)-1