Welcome![Sign In][Sign Up]
Location:
Search - barcode read

Search list

[SCMccd

Description: keilc51编译的51单片机读条码枪源程序-keilc51 compiled 51 microcontroller read barcode gun source
Platform: | Size: 2048 | Author: 高立峰 | Hits:

[GDI-BitmapUPCEAcodeRead

Description: UPC-E/A 类型条码生成和读取示例。这个源代码是一款UPC-E/A 类型条码创建和读取示例,UPC-E/A条形码广泛应用于商业零售终端。该示例主要功能可以创建6位和12位UPC-E/A条形码,并保存为JPG图片。程序同时还具有扫描识别JPG图片格式的条形码图片,识别率准确率挺高,即使比较模糊的条码图片也可以顺利识别,作者开发时是基于一个嵌入式条形码读取照相机来进行读取。功能比较不错。 -UPC-E/A type of barcode to generate and read the sample. This source code is a UPC-E/A type of bar code to create and read the sample, UPC-E/A bar code is widely used in commercial retail terminals. The main function of sample can create 6 and 12 UPC-E/A bar code, and save it as a JPG picture. Procedures at the same time also has scanned the barcode image format JPG picture,挺高accurate recognition rate, even if the rather ambiguous picture of the barcode can be successfully identify, develop when the author is based on a built-in cameras to read bar code reader. Functions well.
Platform: | Size: 438272 | Author: cxd | Hits:

[Applications39BarCode

Description: 39规格条形码生成、读取程序 为尊重原作注释,部分内容不做翻译-39 specifications of bar code generation, read the procedures for the respect of the original notes, not part of the contents of the translation
Platform: | Size: 10240 | Author: Steve | Hits:

[JSP/JavaBarCodeReader

Description: 同java写的一个jar文件,可以读取2到5间隔的条形码,在这个方面还是空白-I looked for a Java Component to read a Interleaved 2 of 5 barcode and didn t find. So I did it. Eu procurei por um componente Java para a leitura de códigos de barra 2 int 5 e nã o encontrei. Entã o eu fiz.
Platform: | Size: 9216 | Author: sun wenlong | Hits:

[Windows DevelopBarCode

Description: 一个二维条码生成程序,封装成一个控件,可以在网页上使用,从串口读取数据!-A two-dimensional bar code generating program, packaged as a control on the page can be used to read data from the serial port!
Platform: | Size: 621568 | Author: wanghui | Hits:

[SCMOKkeilc51

Description: OKkeilc51编译的51单片机读条码枪源程序 是参考PS键盘的一个例子。-OKkeilc51 compiled 51 MCU read barcode gun source with reference to an example of the keyboard PS.
Platform: | Size: 2048 | Author: aa | Hits:

[CSharpbarcodes-0.3.0.0(2)

Description: this is code used to read barcode
Platform: | Size: 188416 | Author: NitinMakwana | Hits:

[2D GraphicScanBarcode_For_EAN13

Description: 条形码扫描控件,基于可视化开发的控件应用,可以读取数字图像中条形码数字-Barcode scanning control, visualization and the development of control applications, can read the bar code number of digital images
Platform: | Size: 677888 | Author: 萤火虫 | Hits:

[Special Effectsreadbarcode

Description: This program implements how to read barcode correctly using UPC-A standard. It is based on Matlab and easy to understand.
Platform: | Size: 89088 | Author: 田娅 | Hits:

[Windows MobileBarcodeReader_0_4

Description: read barcode by mobile
Platform: | Size: 60416 | Author: vishwa | Hits:

[CommunicationUSB-Read-Barcode-in-console

Description: Barcode Read for consle
Platform: | Size: 948224 | Author: Teo Hsieh | Hits:

[Other39barcode-read-and-gen

Description: 39条形码生成及读取,对于条形码编程设计和其他设计非常有用,VB源码-39barcode for read and create.it is helpfull for barcode design and other purpose design.it is in VB entroment.
Platform: | Size: 11264 | Author: gallon | Hits:

[OtherScreen-Barcode

Description: Read barcodes from screen and put it on clipboard
Platform: | Size: 14336 | Author: dfelippa | Hits:

[Multimedia DevelopDrawBarcodeSrc

Description: 帮助你自动生成各种规格的条形码,并能识别条码-Gen barcode, read barcode.
Platform: | Size: 791552 | Author: li | Hits:

[Windows DevelopDrawBarcodeSrc

Description: 帮助你自动生成各种规格的条形码,并能识别条码--Gen barcode, read barcode.
Platform: | Size: 791552 | Author: 把握现在 | Hits:

[Education soft systemBarcode

Description: this programming read Bar-code then converted into text with some modification which can enter data like Name Age Address and so no
Platform: | Size: 6144 | Author: abd | Hits:

[Special EffectsBarcode

Description: 从图像或者视频中读取一维码、二维码,需要dxshow、CxImage、OpenVC支持。-Images or video from one-dimensional code read, two-dimensional code.
Platform: | Size: 67584 | Author: 高飞 | Hits:

[Windows MobileBarcode

Description: PDA818可选安装一维条码(Symbol SE955)或二维条码(Symbol SE4500)。该代码为C#开发。 接口函数 /// <summary> /// 打开条码扫描,其中打开条码头电源,串口切换到条码头,设置串口 /// </summary> /// <returns></returns> bool Scanner_Open() /// <summary> /// 关闭条码扫描 /// </summary> /// <returns></returns> bool Scanner_Close() /// <summary> /// 触发条码扫描,条码头发出红色激光,扫描到有效条码或超时才关灭 /// </summary> /// <returns></returns> bool Scanner_Trig() /// <summary> /// 读取条码数据 /// </summary> /// <param name="Readbuf">条码数据</param> /// <param name="Readlen">数据长度</param> /// <returns></returns> bool Scanner_Read(BYTE*Readbuf,BYTE* Readlen) -PDA818 optional installation of one-dimensional bar code (Symbol SE955) or two-dimensional bar code (Symbol SE4500). The code for C# development. Interface function///<summary>///Open barcode scanning, barcode head which opens the power switch to the serial barcode head, set the serial port///</summary>///<returns></returns> bool Scanner_Open () ///<summary>///Close barcode scanner///</summary>///<returns></returns> bool Scanner_Close () ///<summary>///Trigger barcode scanner, barcode hair a red laser bar code scanning to effectively shut off or times out///</summary>///<returns></returns> bool Scanner_Trig () ///<summary>///Read the bar code data///</summary>///<param name="Readbuf"> Barcode data </param>///<param name="Readlen"> Data length </param>///<returns></returns> bool Scanner_Read (BYTE* Readbuf, BYTE* Readlen)
Platform: | Size: 43008 | Author: ohiolee | Hits:

[JSP/JavaZXingDemo_Std

Description: 安卓平台的二维码扫描及SOCKET连接到服务器验证Demo程序。-Android 2D barcode read, and use socket connect server check.
Platform: | Size: 716800 | Author: 赵聪 | Hits:

[Graph Recognizevision-read-2d-bacode

Description: 工业相机视觉读码,连接个人相机后,相机参数修改即可,可读取一维码,二维码-C Shape vision read barcode
Platform: | Size: 470016 | Author: 柳军 | Hits:
« 12 3 4 »

CodeBus www.codebus.net