Location:
Search - data matrix lib
Search list
Description: 我自己编写的Data Matrix二维条码的程序
,目前实现了字符流-》数字流,还没有添加纠错码,-I have written two-dimensional Data Matrix bar code process, the current realization of the character stream- the
Platform: |
Size: 6637568 |
Author: 王三 |
Hits:
Description: (数字字母手写识别库)ATKNCR_M_Vx.x.lib和ATKNCR_N_Vx.x.lib的唯一区别是是否使用动态内存分配.
其中:M,代表需要用到malloc的版本,必须实现alientek_ncr_malloc和alientek_ncr_free两个函数
N,代表普通版本,不需要实现alientek_ncr_malloc和alientek_ncr_free两个函数
Vx.x,代表当前识别程序的版本.
功能:支持数字/小写字母/大写字母/混合四种识别模式.
本识别程序使用起来相当简单.
第一步:调用alientek_ncr_init函数,初始化识别程序
第二步:获取输入的点阵数据(必须有2个及以上的不同点阵数据输入)
第三步:调用alientek_ncr函数,得到识别结果.
第四步:如果不需要再识别,则调用alientek_ncr_stop函数,终止识别.如果还需要继续,则重复2,3步即可.-(alphanumeric handwriting recognition library) the only difference between ATKNCR_M_Vx.x.lib and ATKNCR_N_Vx.x.lib is whether to use dynamic memory allocation
Where: M, represents the need to use the malloc version, must implement the alientek_ncr_malloc and alientek_ncr_free two functions
N, on behalf of the ordinary version, does not need to implement alientek_ncr_malloc and alientek_ncr_free two functions
Vx.x, representing the current recognition program versions
Function: to support digital/lowercase letters/letters/mixed four kinds of pattern recognition
The identification procedure is quite simple to use
The first step: to call the alientek_ncr_init function, initialization recognition program
The second step: get the lattice data input (must have 2 or more different dot matrix data input)
The third step: to call the alientek_ncr function, and get the recognition result
The fourth step: if you do not need to identify, then call the alientek_ncr_stop function, terminatio
Platform: |
Size: 93184 |
Author: 郭强 |
Hits: