89S51 與數碼管顯示器以及鍵盤SW 對應引腳的聯機為: P0.0-------------------------數碼管顯示器的a腳 P0.1-------------------------數碼管顯示器的b腳 P0.2-------------------------數碼管顯示器的c腳 P0.3-------------------------數碼管顯示器的d腳 P0.4-------------------------數碼管顯示器的e腳 P0.5-------------------------數碼管顯示器的f腳 P0.6-------------------------數碼管顯示器的g腳 P0.7-------------------------數碼管顯示器的dp腳 ; P2.2-------------------------數碼管顯示器1的驅動腳 P2.3-------------------------數碼管顯示器2的驅動腳 P2.4-------------------------數碼管顯示器3的驅動腳 P2.5-------------------------數碼管顯示器4的驅動腳 P2.6-------------------------數碼管顯示器5的驅動腳 P2.7-------------------------數碼管顯示器6的驅動腳 ; P2.2-------------------------鍵盤SW1 P2.3-------------------------鍵盤SW2 P2.4-------------------------鍵盤SW3 P2.5-------------------------鍵盤SW4 P2.6-------------------------鍵盤SW5 P2.7-------------------------鍵盤SW6
上傳時間: 2013-12-29
上傳用戶:1583060504
國外的一個A*算法演示,帶源代碼。作為算法參考非常好
標簽: 算法
上傳時間: 2013-11-30
上傳用戶:jhksyghr
國內的一個A*算法演示,可以自己畫地圖,演示效果非常好
標簽: 算法
上傳時間: 2014-12-20
上傳用戶:集美慧
This is a book of art of assemble.Itis a very good assemble bible.With this book, you can learn assemble language very well.
上傳時間: 2013-12-17
上傳用戶:lanjisu111
This book described a kind of Virtual Machine named KVM , and described the concept of virtual machine.
標簽: described Machine Virtual concept
上傳時間: 2015-07-01
上傳用戶:hfmm633
this a program about talent web database used asp and VB.
標簽: database program talent about
上傳時間: 2013-12-25
上傳用戶:ommshaggar
this a Addison Wesley Python Programming with the Java ClassLibraries.
標簽: ClassLibraries Programming Addison Wesley
上傳時間: 2014-10-13
上傳用戶:hxy200501
this a neural network Matlab program.
標簽: network program neural Matlab
上傳時間: 2014-01-06
上傳用戶:GavinNeko
-- Booth Multiplier -- This file contains all the entity-architectures for a complete -- k-bit x k-bit Booth multiplier. -- the design makes use of the new shift operators available in the VHDL-93 std -- this design passes the Synplify synthesis check -- download from: www.fpga.com.cn & www.pld.com.cn
標簽: entity-architectures Multiplier contains complete
上傳時間: 2015-07-02
上傳用戶:2467478207
車牌定位---VC++源代碼程序 1.24位真彩色->256色灰度圖。 2.預處理:中值濾波。 3.二值化:用一個初始閾值T對圖像A進行二值化得到二值化圖像B。 初始閾值T的確定方法是:選擇閾值T=Gmax-(Gmax-Gmin)/3,Gmax和Gmin分別是最高、最低灰度值。 該閾值對不同牌照有一定的適應性,能夠保證背景基本被置為0,以突出牌照區域。 4.削弱背景干擾。對圖像B做簡單的相鄰像素灰度值相減,得到新的圖像G,即Gi,j=|Pi,j-Pi,j-1|i=0,1,…,439 j=0,1,…,639Gi,0=Pi,0,左邊緣直接賦值,不會影響整體效果。 5.用自定義模板進行中值濾波 區域灰度基本被賦值為0。考慮到文字是由許多短豎線組成,而背景噪聲有一大部分是孤立噪聲,用模板(1,1,1,1,1)T對G進行中值濾波,能夠得到除掉了大部分干擾的圖像C。 6.牌照搜索:利用水平投影法檢測車牌水平位置,利用垂直投影法檢測車牌垂直位置。 7.區域裁剪,截取車牌圖像。
上傳時間: 2013-11-26
上傳用戶:懶龍1988