demo目錄: fvs_enhancer:指紋增強程序,描述了如何使用該庫增強指紋圖像。原圖像和目標圖 像都是位圖。 fvs_direction:描述了如何提取方向圖。輸入圖像必須是歸一化的圖像,這樣才能 有較好的效果。輸出圖像覆蓋于輸入圖像之上。 fvs_createtestimages:該程序用來產生調試過程中可能會用到的一些位圖圖像,這 些圖像是不同角度和不同間隔的條紋。產生圖像的文件名命名方式如下: testimgSSSDDD.bmp 其中,SSS代表條紋間隔(像素個數),DDD代表方向的角度。 fvs_thinner:描述了怎樣細化一個指紋圖像。細化后的圖像盡可能的代表了指紋的 脊線。 fvs_minutia:顯示了如何從細化后的指紋圖像中獲得細節點集合。這一部分目前做 的效果不好,提取出的偽細節點太多。 fvs_mask:計算有效的指紋區域(剔除非指紋區域以及模糊指紋區域)。 include目錄: 包含了頭文件。 src目錄: 包含了指紋識別中各種算法的實現代碼。這些代碼的使用方法可以參見demo目錄中的 例程。
標簽: fvs_enhancer demo 目錄 指紋
上傳時間: 2013-12-25
上傳用戶:xwd2010
class NumberListener implements ActionListener{ public void actionPerformed(ActionEvent e){ if (!append) { tf.setText("") append=true } String s=tf.getText() s+=e.getActionCommand() tf.setText(s) if (!btn[10].isEnabled()){ for(int i=10 i<=14 i++) btn[i].setEnabled(true) } }
標簽: actionPerformed NumberListener ActionListener ActionEvent
上傳時間: 2013-12-05
上傳用戶:wys0120
PHP免費網摘程序 詳細說明: 安裝說明: 1、把文件上穿上去以后,在phpmyadmin里邊 建立一個數據庫。假設是 pictop。 然后把sql文件mmei8.sql導進去。 2、修改數據庫配置文件,conn.php.修改網摘配置文件 include/setup.php。 3、后臺路徑admin/default.php 默認帳號密碼 是 admin admin . 4、生成所有網摘靜態頁面程序為data.php。生成所有新網摘的程序為 datanew.php 生成靜態首頁程序為index.php。 5、把網摘文件夾html屬性設為777,把index.htm 的屬性設為 777 6、所有廣告在 ad/ 文件夾下修改。 7、首頁摸版 template/index.htm
上傳時間: 2014-02-11
上傳用戶:youmo81
Here are some short instructions for use of mod-xslt. The stylesheet is specified using the Processing Instruction <?xml-stylesheet type="text/xsl" href="URL-OF-YOUR-STYLESHEET"?> or now new <?xslt-stylesheet agent="THE-USER-AGENT-STRING-OF-THE-BROWSER" href="URL-OF-YOUR-STYLESHEET"?> This now enables you to use different Stylesheets for different browsers. (For example Netscape & IE) (or Web & WAP for that matter)
標簽: instructions stylesheet specified mod-xslt
上傳時間: 2014-01-14
上傳用戶:as275944189
本驅動程序在linux2.6.17中測試通過。yangxing msn:lelma_yx@hotmail.com 希望對SPI操作的朋友有所幫助。 一、工作方式: 從設備:SPI為MASTER模式 S3C2410:SPI為SLAVE模式+DMA 二、工作流程 1.S3C2410從接收:當從設備發送數據時,S3C2410利用DMA方式收數,收到指定長度的數據,則進入DMA中斷,將接收的數據拷出。 2.S3C2410從發送:當S3C2410需要發送,首先由RTS請求發送,然后等待從設備應答CTS,當從設備應答CTS時,進入外部中斷,啟動DMA發送,發送完成,再次進入從接收狀態。 三、文件位置 spi_dma_slave.c spi_dma_slave.h circular_buf.c circular_buf.h 等文件存放入driver/char/目錄 dma.c存放于arch/arm/mach-s3c2410/目錄 dma.h存放于include/arm-asm/mach-s3c2410/目錄 四、使用環境 1.arm-linux-gcc-3.4.1
標簽: SPI lelma_yx yangxing hotmail
上傳時間: 2015-08-11
上傳用戶:徐孺
Resourcer is an editor for .resources binaries and .resX XML file formats used with the .NET platform. The program allows the integration of bitmaps, icons and text strings into resource packages. Resourcer allows editing of name/string pairs, import of various kinds of data formats (bitmaps, icons, etc) and merging of resources from different sources.
標簽: Resourcer resources binaries formats
上傳時間: 2013-12-18
上傳用戶:s363994250
vxworks libc庫源代碼,標準C代碼庫實現 assert ctype locale math setjmp stdarg stdio stdlib string time
上傳時間: 2015-08-13
上傳用戶:bruce5996
avr應用有關使用注意事項如下 1 在使用例子程序之前將庫文件libslavr.a 拷貝到ICCAVR 安裝目錄下的庫文件目錄中 即...\LIB\目錄將頭文件slavr.h 拷貝到頭文件目錄即...\include\目錄 2 如果想使用庫文件中的函數那么設置如下 1) 在文件中應使用 "#include <slavr.h>"包含slavr.h 頭文件 2) 在工程選項中的Additional LIB 一欄中填入"slavr" 使用附加的libslavr.a 庫文件(注意引號不需要輸入) 3 libslavr.a 庫中包含的函數清單如下 1) void write_lcd(unsigned char data,unsigned
上傳時間: 2013-12-29
上傳用戶:dongqiangqiang
法:1:將類文件加入到你的項目中 2:在你的對話框中加入一個按紐(button),設置其文本和大小。 3:利用classwizard為按紐設置一個CButten類的值m_3dtext,然后編緝對話框的頭文件,將CButten m_3dtext 改為CMyTextButton m_3dtex 在 對話框的.CPP文件中加入#include "CMyTextButton.h"
上傳時間: 2013-12-03
上傳用戶:yyq123456789
該文件為adoce30.h,需要下載的朋友請支持一把。下載后把該文件copy到\Include\Emulator或者其他的編譯器下及可消除can not open adoce30.h錯誤。
上傳時間: 2014-01-26
上傳用戶:kernaling