生成code39/code128条形码编码的DLL

barcode_code39(input.s,checkdigit.b=#True)

barcode_code128(input.s,Type.l=0)

input必须为可编码的字符,涉及字母必须大写(那个倒霉标准就是这么规定的)

type取值0、1、2,对应code128的A、B、C

输出均为字符串:010010011101010...

用法很简单,输入要编码的字符串,输出0、1序列,要画出来就用黑白线依次画

/Files/andyryu/code39code128条形码DLL.zip

转载于:https://www.cnblogs.com/andyryu/archive/2008/12/05/1348351.html

你可能感兴趣的:(生成code39/code128条形码编码的DLL)