搜索资源列表
biaodashi
- 1.一个表达式和一个二叉树之间,存在着自然的对应关系。写一个程序,实现基于二叉树表示的算术表达式Expression的操作。 2.假设算术表达式Expression内可以含有变量(a~z)、常量(0~9)和二元运算符(+,-,*,/,^(乘幂))。实现以下操作: ⑴ReadExpr(E)——以字符序列的形式输入语法正确的前缀表达式并构造表达式E。 ⑵WriteExpr(E)——用带括弧的中缀表达式输出表达式E。 ⑶Assign(V,c)——实现对变量Vde赋值(V=c),变量的初
chepaishibie
- 能够实现汽车的车牌定位并且最终识别车牌字符
SPCE061A_MAX_Sub_good
- 凌阳子程序大全+++趣味语音识别程序+++61板自检程序+++语音电子钟程序+++语音识别且识别过程在图形液晶显示模组LCD上显示实验+++复读机程序+++数据传送指令演示程序+++冒泡排序程序+++LED键盘模组自检程序+++led单向循环流水灯程序+++点亮IOA口外接LED键盘模组的不同的led来显示按键输入值+++外部中断实验+++触键唤醒实验+++IRQ5,4,6时基信号中断实验+++定时器实验+++定时器A/B的irq0、irq1和irq2中断实验+++双路DAC实验+++ADC转换
shibie
- 该软件包详细给出了字母识别的程序代码及训练字符,对有用到这方面的朋友会很有帮助。-Details of the package gives the letter code identification and training of character, to be useful to the friend would be helpful in this regard.
exp7
- 实现10个4位16进制数的排序,自动识别无效字符-To achieve the sort of 100 4 hexadecimal
Digital-character-recognition
- 利用神经网络做的,数字字符识别,包括图片,很好用-By using neural network, digital character recognition, including pictures, very friendly
Carreco
- 车牌识别,对现有的车牌进行预处理,车牌定位,字符分割,字符识别-License plate recognition, license plate on the existing preprocessing, license plate location, character segmentation, character recognition
VcPP-based-LPR-source-code
- 基于Vc++的能够实现车牌识别的源代码,从图像预处理一直到字符的分割及识别-Vc++-based LPR source code
chejipaimatlab
- 车牌的识别,车牌的分割和字符的识别及车牌的定位-License plate recognition, license plate segmentation and character recognition and positioning plate
cvCarRecog
- 车牌的识别字符角度调整、字符切割、字符识别-Adjustment of the angle of the license plate character recognition, the character cutting, the character recognition
gabor滤波器
- gabor滤波主要用来提取图像的纹理特征,适用于车牌字符识别和人脸识别的特征提取。