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