搜索资源列表
wangluo
- 一个数字 1 2 3 的矩阵输入判定器,用神经网络算法实现,可以训练识别等多种功能用C++语言实现-1 2 3 a digital input to determine the matrix, and use of neural network algorithm, can be trained to identify a variety of functions, such as C++ language used to achieve
number-recognition
- 学习时字库自动保存,已有键盘字符,字母,数字和简单汉字如要识别复杂汉字,请先用学习功能!-Learning font automatically saved the existing keyboard characters, letters, numbers and simple Chinese characters, such as to recognize the complexity of Chinese characters, please use the learning functi
mofang
- 在生活中,条形码经常用来标志物品的信息。条形码是由黑白相间的条组成的。条的宽度有两种,我们可以认为窄的代表0,宽的代表1。本题中设定宽条的宽度是窄条的两倍。 楠神拥有很强的DIY精神,他决定做一个条形码识别工具。首先他完成了图像识别部分,得到了一系列条的宽度。他希望将这些宽度识别为一个01串。本来这是一个非常简单的任务,可是由于楠神在识别的时候会有误差,使得问题变得没那么简单了。不过楠神认为测量得到的结果最多比真实值大或小5 。请你帮忙完成这个识别程序。已知条形码中至少有一个是宽条,可