-
barcode generation principle : bar code data of the first part by the seven figu...
条形码的生成原理:
条形码的第一数据部分是由 7个数字形成的,其形成的方法详述如下:
n 首先使用 产生和 匹配的字母码,该字母码有6个字母组成,字母限于A和B。产生字母码的列表如下
字母码
0 AAA
1 AABABB
2 AABBAB
3 AABBBA
4 ABAABB
5 ABBAAB
6 ABBBAA
7 ABABAB
8 ABABBA
9 ABBABA
表一 映射表
n 将 和 产生的字母码按位进行搭配,来产生一个数字-字母匹配对。并通过查表来得到 形成的条形码第一数据部分。
将 和C进行搭配,并通过查表得到 形成的条形码的第二数据部分。
该映射表如表二所示:
数字-字母匹配对 二进制信息
0A 0001101
0B 0100111
0C 1110010
1A 0011001
1B 0110011
1C 1100110
2A 0010011
2B 0011011
2C 1101100
3A 0111101
3B 0100001
3C 1000010
4A 0100011
4B 0011101
4C 1011100
5A 0110001
5B 0111001
5C 1001110
6A 0101111
6B 0000101
6C 1010000
7A 0111011
7B 0010001
7C 1000100
8A 0110111
8B 0001001
8C 1001000
9A 0001011
9B 0010111
9C 1110100
表二 数字-字母映射表
n 绘制条形码:通过映射表二得到的二进制数码进行绘制,1对应黑线,0对应白线。
-barcode generation principle : bar code data of the first part by the seven figures formed, and the formation of detailed as follows : n the first use of the alphabet and matching code, the code l
- 2022-01-25 20:25:14下载
- 积分:1
-
用增量算法生成凸壳
用增量算法生成凸壳-generate incremental algorithm using convex hull
- 2022-02-06 10:39:29下载
- 积分:1
-
该代码用于进行最短路径查询,该代码来源于作业程序,属于实验程序...
该代码用于进行最短路径查询,该代码来源于作业程序,属于实验程序-The code used for the shortest path query, the code from the operating procedures, an experimental procedure
- 2022-03-15 09:51:39下载
- 积分:1
-
基于静止背景下运动目标检测中恢复背景的示例代码VC程序
基于静止背景下运动目标检测中恢复背景的示例代码VC程序-based on static background moving target detection resume background sample code VC Program
- 2022-01-25 22:36:00下载
- 积分:1
-
Will be two Surfer7.0 with Mapinfo mapping software rainfall isogram solved comp...
将Surfer7.0与Mapinfo两个软件配合绘制降雨量等值线,解决了计算绘图在高、低值区丢失等值线和已知点外部曲线走向不合理问题,绘出的等值线与人工勾绘等值线比较无明显差异,能够满足防汛要求。-Will be two Surfer7.0 with Mapinfo mapping software rainfall isogram solved computing graphics in high-and low-value areas isogram lost and known point to rectify the anomalies in the external curve, the contour map and artificial hook painted isogram no significant difference, to meet flood prevention requirements.
- 2022-03-17 05:31:50下载
- 积分:1
-
Hilditch thinning algorithm functions : Refinement of image parameters : image :...
Hilditch细化算法 功能:对图象进行细化 参数:image:代表图象的一维数组 lx:图象宽度 ly:图象高度-Hilditch thinning algorithm functions : Refinement of image parameters : image : the image of the one-dimensional array lx : Image width ly : image height
- 2022-02-04 17:23:34下载
- 积分:1
-
MATLAB genetic algorithm to solve the problem, no genetic algorithms using MATLA...
用MATLAB解决遗传算法的问题,不需要用MATLAB遗传算法工具箱函数-MATLAB genetic algorithm to solve the problem, no genetic algorithms using MATLAB toolbox function
- 2022-02-03 17:55:24下载
- 积分:1
-
Digital image pattern recognition technology and engineering practice, a good re...
数字图像模式识别技术及工程实践,很有参考价值-Digital image pattern recognition technology and engineering practice, a good reference
- 2022-08-14 12:11:54下载
- 积分:1
-
这个一个opencv代码。通过对库函数调用,实现图片的边缘检测以及轮廓识别。对于入门opencv很有参考价值。...
这个一个opencv代码。通过对库函数调用,实现图片的边缘检测以及轮廓识别。对于入门opencv很有参考价值。-this one OpenCV code. Through library function call, on the brink of achieving Photo contour detection and identification. For entry OpenCV of great reference value.
- 2022-08-11 08:26:20下载
- 积分:1
-
vc++内容全面,可以画平面图形,线,圆,三角形,多边形.内容在思远软件学院时,编写,里面有部分VC++代码为工作快10年老师编写程序,内容经典,简练!...
vc++内容全面,可以画平面图形,线,圆,三角形,多边形.内容在思远软件学院时,编写,里面有部分VC++代码为工作快10年老师编写程序,内容经典,简练!-vc comprehensive content, graphic painting, line, circle, triangle, polygon. software content in Siyuan Institute, the preparation, there are some VC code to work faster in 10 teacher preparation procedures, classic content, concise!
- 2022-02-24 09:27:44下载
- 积分:1