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

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

Export

  • Atmel’s AT91SAM7FP105 is a low pincount FingerChip processor based on the 32-bit ARM RISC processor

    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.

    標簽: processor FingerChip pincount Atmel

    上傳時間: 2013-12-26

    上傳用戶:shawvi

  • WIN32 APPLICATION : gamegold ======================================================================

    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.

    標簽: APPLICATION gamegold WIN 32

    上傳時間: 2016-09-28

    上傳用戶:sqq

  • 這是一個集交互式和命令式于一體的一個程序。 % 首先程序提示你輸入數據

    這是一個集交互式和命令式于一體的一個程序。 % 首先程序提示你輸入數據,如果你輸入的數據正確,則程序繼續進行。 % 如果你輸入的x,y的大小不一致,程序會提示你輸入數據有誤,然后程序返回再次讓你輸入數據。 %待你輸入數據正確后,程序會給你一段提示信息, % 通過下面的交互式圖形,你可以事先估計一下你要擬合的多項式的階數,方便下面的計算 % polytool()是交互式函數,在圖形上方[Degree]框中輸入階數,右擊左下角的[Export]輸出圖形 % 回車打開polytool交互式界面 % 待你回車后,交互式圖形界面打開,你可以在圖形上方[Degree]框中輸入階數觀察多項式擬合的圖形, % 選擇置信區間最小的多項式階數,以便在下面使用。 % 待你選擇好所要擬合的多項式階數后,程序提示你回車繼續進行擬合。 % 待你回車后,程序提示你輸入擬合的階數, % 待你輸入擬合的階數后,回車后會顯示擬合多項式相關的數據。 % 最后程序提示你輸入所需擬合的數據點,輸入所需擬合的數據點,就會得到相應的結果。 % 如果沒有所需要擬合的數據點,直接回車跳過。 % 程序結束。 % 最小二乘法多項式擬合

    標簽: 程序 交互式 命令 數據

    上傳時間: 2016-09-30

    上傳用戶:wpwpwlxwlx

  • MICROSOFT FOUNDATION CLASS LIBRARY : 學生管理系統 =======================================================

    MICROSOFT FOUNDATION CLASS LIBRARY : 學生管理系統 ======================================================================== AppWizard has created this 學生管理系統 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 學生管理系統 application. 學生管理系統.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.

    標簽: FOUNDATION MICROSOFT LIBRARY CLASS

    上傳時間: 2013-12-16

    上傳用戶:天涯

  • Qt/Embedded的安裝(本人親自安裝步驟) 準備源碼包 ◆ tmake 1.11 或更高版本;(生成Qt/Embedded應用工程的Makefile文件) ◆ Qt/Embedded 2.

    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

  • 1、將makefile中的 CROSS =/usr/local/arm/2.95.3/bin/arm-linux- CFLAGS+=-I/usr/local/src/2.4.18-rmk7/inc

    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 路徑改為你宿主機上的。 2、#make,來編譯驅動模塊。 3、#Export PATH=$PATH:/usr/local/arm/2.95.3/bin //取決于你宿主機上的交叉編譯工具路徑 #arm-linux-gcc -o gpio_test gpio_test.c //編譯應用程序 最終在你的當前文件夾下會生成gpiodrv.o與gpio_test兩個文件。 4、#mkdir /tmp/1 5、通過ftp的方法,把gpio_test與gpiodrv.o文件下載到你的開發板上的/tmp/1目錄中。 6、#mknod /dev/gpio c 220 0 //創建文件節點 #insmod gpiodrv.o #chmod +x gpio_test #./gpio_test 然后,就可以看到四個LED燈在閃爍了。:)

    標簽: local arm-linux usr makefile

    上傳時間: 2017-08-03

    上傳用戶:zhouchang199

  • DelphiDoc is a program for automatic generation of documentation on a Delphi-Project. At the momen

    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.

    標簽: Delphi-Project documentation generation DelphiDoc

    上傳時間: 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.

    標簽: his brovey

    上傳時間: 2015-03-16

    上傳用戶:313777423

  • mcp2make 1.0.2

    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.

    標簽: mcp2make

    上傳時間: 2017-01-19

    上傳用戶:zbxinu

  • stm8封裝文件

        該文件是器件官方元件封裝的文件,用cadence,打開后綴為bxl的文件。  下載的Ultra Librarian 軟件;       Ultra Librarian提供了一個基于云的庫,該庫中有超過 8 百萬種符號、封裝,以及帶有供貨商 ECAD 中性數據輸出選擇的 3D 模型。該庫以業內最大的 ECAD 元器件庫為后盾,代表了 400 多家制造商。輕松找到您所需的零件,導出至 22 種不同的 CAD 工具。該庫每天更新,為您提供滿足 PCB 設計需求的最準確零件。  打開 Ultra Librarian軟件,導入bxl后綴文件,選擇需要轉換的文件類型,最后導出文件。  然后就可以用cadence或者AD打開該庫。該文件生成edf和cfg文件。  再用orcad capture cis軟件打開,file>import design >edif> open(edf) configation(cfg)然后就可以生成dns工程,就會在目標路徑下產生olb和obk文件,是原理圖文件,可以用orcad capture cis軟件打開。          附加導入Altium Designer:首先,按照所給鏈接下載ULib文件,解壓,并將解壓后的文件安裝。打開桌面上的Ultra應用程序。打開后彈出一個對話框,選擇繼續免費使用。然后彈出主程序窗口,在步驟一里面加載我們需要轉換的BXL文件。并且在下面選擇Altium designer,。選擇步驟三的Export to selected tools ,并生成一個log.txt文件。用AD打開剛生成的UL_Import.PrjScr文件,。打開工程文件后,并將鼠標光標移動到UL_Import.Pas文件下且選中。點擊箭頭所指運行按鈕。在彈出的對話框UL Import下,選擇剛生成的LOG.txt文件。最后點擊輸出start import按鈕,即可把bxl庫文件轉換為AD封裝庫文件。生成的庫文件。

    標簽: stm8 封裝 cad

    上傳時間: 2022-06-01

    上傳用戶:xsr1983

主站蜘蛛池模板: 南乐县| 土默特右旗| 和平县| 荔波县| 武邑县| 桓台县| 安西县| 巴青县| 密山市| 隆昌县| 封丘县| 太仆寺旗| 永修县| 灌云县| 齐河县| 芦山县| 天门市| 石城县| 黄陵县| 绥芬河市| 梓潼县| 溧阳市| 泰顺县| 定西市| 阳原县| 牡丹江市| 清新县| 临邑县| 安溪县| 泰和县| 江门市| 贵溪市| 汕尾市| 尚义县| 宁南县| 荃湾区| 奉新县| 鄂州市| 花莲县| 盖州市| 溧水县|