搜索资源列表
barcode.tar
- The package is meant to solve most needs in barcode creation with a conventional printer. It can create printouts for the conventional product tagging standards: UPC-A, UPC-E, EAN-13, EAN-8, ISBN, as well as a few
IDAutomationSrc
- 著名IDAutomation公司的JAVA条码控件源码,支持Code 128, Code 39, Postnet, ITF, UPC, EAN, GS1, Intelligent Mail, Data Matrix & PDF417-Well-known companies IDAutomation Barcode JAVA source controls to support Code 128, Code 39, Postnet, I
barcode.tar
- The package is meant to solve most needs in barcode creation with a conventional printer. It can create printouts for the conventional product tagging standards: UPC-A, UPC-E, EAN-13, EAN-8, ISBN, as well as a few
UPCEAcodeRead
- UPC-E/A 类型条码生成和读取示例。这个源代码是一款UPC-E/A 类型条码创建和读取示例,UPC-E/A条形码广泛应用于商业零售终端。该示例主要功能可以创建6位和12位UPC-E/A条形码,并保存为JPG图片。程序同时还具有扫描识别JPG图片格式的条形码图片,识别率准确率挺高,即使比较模糊的条码图片也可以顺利识别,作者开发时是基于一个嵌入式条形码读取照相机来进行读取。功能比较不错。 -UPC-E/A type of barco
UPC-EA
- UPC-EA 类型条形码生成和读取示例,比较完整-UPC-EA type of barcode to generate and read the sample
zebra-0.5
- zebr是一款条形码识别的程序,支持EAN, UPC, Code 128, Code 39 and Interleaved 2 of 5等格式的条形码-A layered barcode scanning and decoding library. Supports EAN, UPC, Code 128, Code 39 and Interleaved 2 of 5
fath_BarcodeX_NET_v2.0
- BarcodeX.NET is a .NET WinForms component and ASP.NET server control designed to create almost any type of industrial barcode in your applications and web sites. Features * 100 C# managed code * Available t
UPCEAcodeRead
- 一个UPC-E/A 条码生成、读取程序,VB环境编写,UPC-E/A 条码一般是用作商业零售业使用。本程序可以用来生成6-12位条形码,保存为JPG格式的图片,并可以读取含有条码的图像文件,识别率极高。-A UPC-E/A bar code generation, read the procedures, VB environment to prepare, UPC-E/A bar code is generally used for
BarcodeXActiveX
- BarcodeX ActiveX控件 能产生几乎所有类型的条形码。它可以和数据源绑定,用于数据库报告。条形码可以导出为位图,元文件,剪贴板等。支持的条形码格式有:EAN-13、 EAN-8、EAN-2、EAN-5、UPC-A、UPC-E、Code39、Code39 Ext、Code93、 Code 128、EAN-128、ISSN、ISBN、Plessey、Code11、Code25、Code25 Int.、Codebar 甚至PDF4
UPCbarcode
- upc barcode generator and reader
zebra-0.5
- zebr是一款条形码识别的程序,支持EAN, UPC, Code 128, Code 39 and Interleaved 2 of 5等格式的条形码 -zebr is a bar code identification procedures, support for EAN, UPC, Code 128, Code 39 and Interleaved 2 of 5 bar code formats
readbarcode
- This program implements how to read barcode correctly using UPC-A standard. It is based on Matlab and easy to understand.
tbarcode
- TBarcode (Descr iption/Installation) Descr iption: ------------ TBarcode is a 16/32-bit programming tool for Borlands Delphi compiler versions (D1, D2, D3, D4, D5). It supports the most common barcode type
dotnet-barcode-reader-trial
- .NET Barcode Reader Including ■Codabar ■Code 39 ■Code 39 extension ■Code 128 ■EAN 128 ■EAN-8 ■EAN-13 ■UPC-A ■UPC-E ■Interleaved 2 of 5 ■Data Matrix ■PDF417 ■QRCode -.NET Barco
net_barcode_reader_trial
- Including ■Codabar ■Code 39 ■Code 39 extension ■Code 128 ■EAN 128 ■EAN-8 ■EAN-13 ■UPC-A ■UPC-E ■Interleaved 2 of 5 ■Data Matrix ■PDF417 ■QRCode -Including ■Codabar ■Code
Barcode_src
- 条形码生成工具。用于生成条形码图片。 支持Code 128, Code 11, Code 39(Extended/Full ASCII), Code 93, EAN-8, EAM-13, UPC-A, UPC-E, JAN-13, MSI,ISBN等多种格式-Barcode Image Generation Library. This library was designed to give an easy class for
ZBarSDK
- ZBarSDK是一个开源的SDK,可从这里下载到源码,该SDK实现了识别和读取各种条形码,包括EAN-13/UPC-A, UPC-E, EAN-8, Code 128, Code 39, Interleaved 2 of 5 和 QR Code。-ZBarSDK is an open source SDK, can be downloaded from here to the source, the SDK to achieve the
drawPicture
- 利用C#语言,制作一个UPC-A码的生成程序。保存图片到特定目录下-Use of C# language, make a UPC-A code generator. Save the picture to a specific directory
MaskBarcode
- Java Mask Barcode是一款纯java条形码图像生成器(条码打印工具),它是Mask工具包中的一员. 我们采用java技术,提供Servlet,Applet和Swing等多种方式,使您既可以在服务器端Servlet程序中动态的生成JPEG格式的条形码图片文件,也可以在HTML页面中以Applet的方式嵌入条码图形,或者是在Swing等图形界面程序中嵌入条码图形,从而可以方便的调用IE自带的打印功能随心所欲的打印条码
UPC
- UPC:下面是一种计算校验位的方法:首先把第一位、第三位、第五位、第七位、第九位和第十一位数字相加。然后把第二位、第四位、第六位、第八位和第十位数字相加。接着把第一次加法结果乘以3后再加上第二次加法的结果。随后,再把上述结果减去1。减法后的结果除以10取余数。最后,用9减去上一步骤中得到的余数。 输入 每次输入三行数据,第一行是UPC的第一位数字,第二行是UPC的第一组五位数字,第三行是UPC的第二组五位数字。 输出 UPC的校