-
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
-
此源代码是关于图像平移、旋转、镜像、转置 的源代码,对VC的初学者有一定参考价值...
此源代码是关于图像平移、旋转、镜像、转置 的源代码,对VC的初学者有一定参考价值-this source code is on the image translation, rotation, mirroring, home to the source code, the right VC beginners a certain reference value
- 2022-11-05 19:50:03下载
- 积分:1
-
tiff格式图片数据读取程序
该代码可以对Tiff格式的图像文件进行操作,可以识别文件头、文件信息头等信息。主要包含读tiff图像、写tiff图像两个函数,分别用于读取tiff文件中的图像像素数据和将图像数据存回tiff格式图像。
- 2022-03-22 16:27:55下载
- 积分:1
-
这是一个关于图象处理的源程序,可以调试运行,不错吆
这是一个关于图象处理的源程序,可以调试运行,不错吆-This is an image processing of the source code, debugging and running, good shout
- 2022-02-20 07:23:53下载
- 积分:1
-
Kriging 算法的 2维和3维地图等高线
Kriging 算法的 2维和3维地图等高线-Kriging algorithm 2 keeps peace 3 Uygur map contour line
- 2022-11-02 19:25:03下载
- 积分:1
-
发电厂水文应用曲线
含插值、图表输出。D7通过,使用第三方控件自行下载。...
发电厂水文应用曲线
含插值、图表输出。D7通过,使用第三方控件自行下载。-Hydro-power plants with the application of curve interpolation, the chart output. D7 through the use of third-party controls to download.
- 2022-02-25 01:30:09下载
- 积分:1
-
Bezier curve describes the algorithm and procedures realize
描述了Bezier曲线的算法与程序实现
-Bezier curve describes the algorithm and procedures realize
- 2022-06-30 14:54:50下载
- 积分:1
-
这是一个用对象化绘图的软件,用于辅助客户完成常用图形的绘制、存储等操作...
这是一个用对象化绘图的软件,用于辅助客户完成常用图形的绘制、存储等操作-This is an object-based graphics software for assisted clients to complete common graphics rendering, storage, etc. to operate
- 2022-09-16 02:25:04下载
- 积分:1
-
可自动识别运动目标跟踪方法,跟踪真实
一种能自动识别运动目标的跟踪方法,跟踪实时性较强,效果很好。-Can automatically identify a moving object tracking method, tracking real-time highly effective.
- 2022-01-25 21:13:35下载
- 积分:1
-
a good waveform display program, left Mobile, with XP button. The pressure for t...
一个不错的波形显示程序、向左移动,带XP按钮。本用于气压控制的,拿出来共享一下!:)-a good waveform display program, left Mobile, with XP button. The pressure for the control of the show to share what! :)
- 2022-04-06 23:17:24下载
- 积分:1