-
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
-
3D自由形式变形
三维自由形状变形,在计算机图形学和动画中应用很多。-3D Free Form Deformaiton
- 2022-06-11 21:26:19下载
- 积分:1
-
基于VB的人脸、简单图形识别。识别出相匹配的人脸图形
基于VB的人脸、简单图形识别。识别出相匹配的人脸图形-VB-based human face, the simple pattern recognition. Identify the matching graphics Face
- 2022-07-16 05:51:57下载
- 积分:1
-
栅格细化、腐蚀和膨胀
栅格细化、腐蚀和膨胀-grid refinement, and expansion of corrosion
- 2022-10-24 21:00:03下载
- 积分:1
-
很全的图像融合指标,综合熵、空间频率、互信息等等,一共7种!和两幅源图像!每个程序都测试过,效果很好,直接出结果...
很全的图像融合指标,综合熵、空间频率、互信息等等,一共7种!和两幅源图像!每个程序都测试过,效果很好,直接出结果-Are all indicators of image fusion, integrated entropy, spatial frequency, mutual information, etc., a total of 7! And the two source image! Each program is tested with good results, directly results from
- 2022-01-26 07:11:31下载
- 积分:1
-
用vc显示JPEG文件格式,希望有帮助对大家,
用vc显示JPEG文件格式,希望有帮助对大家,-with vc display JPEG file format, with the hope of helping to everyone,
- 2023-08-21 06:45:04下载
- 积分:1
-
B样条曲线的生成,我们平时实验课上做的实验.
B样条曲线的生成,我们平时实验课上做的实验.-B-spline curve generation, we usually do experiments on the experiment.
- 2022-05-26 16:49:27下载
- 积分:1
-
VB数据库加载数据生成曲线图显示
比较老的教学式源码,采用的是VB6.0版本开发,演示如何从一个数据库里加载对应数据,并且在界面上以曲线图的形式显示出来,包含横纵数据分布,以及柱状图属性修改等;
- 2022-03-22 10:38:02下载
- 积分:1
-
研究生毕业是编写的图像检索的程序,有相似度匹配,特征提取,检索运行效果好...
研究生毕业是编写的图像检索的程序,有相似度匹配,特征提取,检索运行效果好-Graduate school is to write the image retrieval process, there is similarity matching, feature extraction, retrieval operation good results
- 2022-07-26 22:07:13下载
- 积分:1
-
实现映射的映射
VC实现的绘制B样条曲线曲面的小软件,可绘制均匀,准均匀B样条和贝塞尔曲线曲面,鼠标点取控制点可调节曲线曲面的形状-VC realize the mapping B-spline curves and surfaces of the small software rendering uniform, quasi-uniform B-spline and Bezier curves and surfaces, mouse point adjustable from the control point of the shape of curves and surfaces
- 2022-03-05 13:18:38下载
- 积分:1