文章分类 - 条形码
摘要:近段时间做了一个ERP项目,涉及到图书销售,于是熬了几个晚上研究了一下相关事情……抽空将一些内容梳理了一下。首先了解一些必要的术语及定义:---------------------------------------EAN•UCC前缀 EAN•UCC prefix国际物品编码协会分配的产品标识编码。---------------------------------------校验码 check digit中国标准书号的最后一位,由校验码前面的12位数字通过特定的数学算法计算得出,用以检查中国标准书号编号的正确性。---------------------------------------IS
阅读全文
摘要:本文转自:http://www.systron.com.cn/tiaoxingma/book2-2.htmEAN码的全名为欧洲商品条码(European Article Number),源於西元1977年,由欧洲十二个工业国家所共同发展出来的一种条码。目前已成为一种国际性的条码系统。EAN条码系统的管理是由国际商 品条码总会(International Article Numbering Association)负责各会员国的国家代表号码之分配与授权,再由各会员国的商品条码专责机构,对其国内的制造商、批发商、零售商等授予厂商代表号 码。目前已有30多个国家加盟EAN。EAN码具有以下特性:只能
阅读全文
摘要:39码是西元1974年发展出来的条码系统,是一种可供使用者双向扫瞄的分散式条码,也就是说相临两资料码之间,必须包含一个不具任何意义的空白(或细白,其逻辑值为0),且其具有支援文数字的能力,故应用较一般一维条码广泛,目前较主要利用於工业产品、商业资料及医院用的保健资料,它的最大优点是码数没有强制的限定,可用大写英文字母码,且检查码可忽略不计。标准的39码是由起始安全空间、起始码、资料码、可忽略不计的检查码、终止安全空间及终止码所构成(徐绍文,1985),以Z135+这个资料为例,其所编成的39码如图所示:图 39码的结构综合来说, 39码具有以下特性: 条码的长度没有限制,可随着需求作弹性调整。
阅读全文
摘要:Bar Codes Generation for .NET, ASP.NET, C#, VB.NET developmentEasy & Simpleto generate barcodes in ASP.NET, Windows, Reporting Service & Crystal ReportsComplete developer guide for ASP.NET, C#, VB.NET professionalsGenerate high quality JPEG, GIF & PNG barcode images100% build in managed
阅读全文
摘要:Barcode Generation Component for .NET, C#, ASP.NET, VB.NET ProjectsEasily generate barcodes in ASP.NET, Windows, Reporting Service & Crystal ReportsGenerate high quality JPEG, GIF & PNG barcode images100% build in managed C#Mature .net barcode component since 2003Compatible with latest barco
阅读全文
摘要:Generate & Print Linear & 2D Bar Code Labels on WindowsGenerate & print high quality linear & 2D barcodes on your Windows based computersGenerate barcodes in JPEG, GIF, BMP & PNG barcode image formatsEasy setup, no registration key, no activation code requiredMature barcode gener
阅读全文
摘要:http://www.barcodelib.com/net_barcode_reader/main.html#quickDeveloperGuideBarcode Reader for .NET is the best .NET / C# barcode image recognition component in the market. Barcode Reader for .NET supports recognize barcode images in ASP.NET, .NET Web ServiceC#, Vb.NET Windows Applications.NET, C#, VB
阅读全文
摘要:BarcodeLib.com offers most common Barcode Fonts (Linear & 2D barcodes) in several sizes and symbologies, with flexible licensing including royalty-free and perpetual Developer Licenses. BarcodeLib.com's Barcode Fonts are mature, professional grade products designed to create the highest qual
阅读全文
摘要:http://www.barcodelib.com/net_barcode/main.html
阅读全文
摘要:网上找了一下发现大部分都是关于39的,没事就收集了一些其他方式的……简单代码(有时间上源码)附件下载 Bitmap image = new Bitmap(image_width, barMaxHeight + ((int)new Font("@宋体", 13).Height)); using (Graphics dc = Graphics.FromImage(image)) { Rectangle bounds = new Rectangle((image.Width-totalImageWidth)/2, 0, totalImageWidth, barM...
阅读全文