登录
首页 » C# » Zebra

Zebra

于 2013-11-22 发布 文件大小:95KB
0 216
下载积分: 1 下载次数: 146

代码说明:

  C# 控制斑马条码打印机(LPT接口) 实现,打印图片汉字功能!!(C# control Zebra bar code printer (LPT Interface) implementation, print pictures Kanji feature! !)

文件列表:

Zebra
.....\PrinterUtils
.....\............\bin
.....\............\...\Debug
.....\............\...\.....\PrinterUtils.dll,24576,2008-09-09
.....\............\...\.....\PrinterUtils.pdb,50688,2008-09-09
.....\............\Commands
.....\............\........\BarCode.cs,3699,2007-02-09
.....\............\........\BarCodeCommand.cs,3081,2007-02-12
.....\............\........\BasePositioning.cs,431,2007-02-13
.....\............\........\FieldJustification.cs,208,2007-02-09
.....\............\........\HumanReadableCode.cs,529,2007-02-09
.....\............\........\ICommand.cs,192,2007-02-09
.....\............\........\IComplexCommand.cs,389,2007-02-12
.....\............\........\Label.cs,2569,2007-02-13
.....\............\........\Print1bppImageCommand.cs,1960,2007-02-12
.....\............\........\PrinterCommandCollection.cs,237,2007-02-09
.....\............\........\PrintImageCommand.cs,1922,2007-02-09
.....\............\........\PrintingMultiplier.cs,331,2007-02-09
.....\............\........\PrintingReverse.cs,415,2007-02-09
.....\............\........\PrintingRotation.cs,258,2007-02-09
.....\............\........\PrintTextCommand.cs,2044,2007-02-13
.....\............\........\VariableCommand.cs,499,2007-02-09
.....\............\obj
.....\............\...\Debug
.....\............\...\.....\PrinterUtils.dll,24576,2008-09-09
.....\............\...\.....\PrinterUtils.pdb,50688,2008-09-09
.....\............\...\.....\TempPE
.....\............\...\PrinterUtils.csproj.FileList.txt,154,2008-09-09
.....\............\Printers
.....\............\........\Interop
.....\............\........\.......\PortCommunicator.cs,1152,2007-02-09
.....\............\........\.......\ZebraPrinterConstants.cs,429,2007-02-09
.....\............\........\IZebraPrinter.cs,286,2007-02-09
.....\............\........\LPT1Printer.cs,2406,2007-02-09
.....\............\PrinterUtils.csproj,2910,2007-02-13
.....\............\Properties
.....\............\..........\AssemblyInfo.cs,1395,2007-02-09
.....\PrinterUtilsTest
.....\................\bin
.....\................\...\Debug
.....\................\...\.....\PrinterUtils.dll,24576,2008-09-09
.....\................\...\.....\PrinterUtils.pdb,50688,2008-09-09
.....\................\...\.....\PrinterUtilsTest.exe,20480,2008-09-09
.....\................\...\.....\PrinterUtilsTest.pdb,28160,2008-09-09
.....\................\...\.....\PrinterUtilsTest.vshost.exe,5632,2005-09-23
.....\................\Form1.cs,2625,2007-02-14
.....\................\Form1.Designer.cs,2039,2007-02-09
.....\................\Form1.resx,5814,2007-02-09
.....\................\obj
.....\................\...\Debug
.....\................\...\.....\PrinterUtilsTest.csproj.GenerateResource.Cache,842,2008-09-09
.....\................\...\.....\PrinterUtilsTest.exe,20480,2008-09-09
.....\................\...\.....\PrinterUtilsTest.Form1.resources,180,2008-09-09
.....\................\...\.....\PrinterUtilsTest.pdb,28160,2008-09-09
.....\................\...\.....\PrinterUtilsTest.Properties.Resources.resources,180,2008-09-09
.....\................\...\.....\ResolveAssemblyReference.cache,4944,2008-09-09
.....\................\...\.....\TempPE
.....\................\...\PrinterUtilsTest.csproj.FileList.txt,387,2008-09-10
.....\................\PrinterUtilsTest.csproj,3463,2007-02-09
.....\................\Program.cs,483,2007-02-09
.....\................\Properties
.....\................\..........\AssemblyInfo.cs,1280,2007-02-09
.....\................\..........\Resources.Designer.cs,2860,2007-02-09
.....\................\..........\Resources.resx,6136,2007-02-09
.....\................\..........\Settings.Designer.cs,1100,2007-02-09
.....\................\..........\Settings.settings,249,2007-02-09
.....\Zebra.resharper,902,2007-02-09
.....\Zebra.resharper.user,3026,2007-02-13
.....\Zebra.sln,1727,2007-02-09
.....\_ReSharper.Zebra
.....\................\CachesImage.bin,5955,2007-02-13
.....\................\WordIndex.New
.....\................\.............\.format,4,2007-02-13
.....\................\.............\2
.....\................\.............\.\5d5c783d.dat,6958,2007-02-13
.....\................\.............\8

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • HuffmanTree
    该系统应具有以下功能: (1) I:初始化(Initialization)。从终端读入字符集大小n,以及n个字符和n个权值,建立哈夫曼树,并将它存于文件hfmTree中。 (2) E:编码(Encoding)。利用已建好的哈夫曼树(如不在内存,则从文件hfmTree中读入),对文件ToBeTran中的正文进行编码,然后将结果存入文件CodeFile中。 (3) D:译码(Decoding)。利用已建好的哈夫曼树将文件CodeFile中的代码进行译码,结果存入文件TextFile中。 (4) P:打印代码文件(Print)。将文件CodeFile以紧凑格式显示在终端上,每行50个代码。同时将此字符形式的编码文件写入文件CodePrin中。 (5) T:打印哈夫曼树(Tree printing)。将已在 中的哈夫曼树以直观的方式(树或凹入表形式)显示在终端上,同时将此字符形式的哈夫曼树写入文件TreePrint中。 (The system should have the following features: (1) I: initialization (Initialization). Read from the terminal character set size n, and n and n characters right value, establishes a Huffman tree, and save it in the file hfmTree in. (2) E: encoding (Encoding). Has been built using the Huffman tree (if not in memory, reads from the file hfmTree), the text of the document ToBeTran encoded, and then putting the result in the CodeFile file. (3) D: decoding (Decoding). Huffman tree has been built using the file CodeFile the code will be decoded, the result is stored in the file TextFile. (4) P: Printing code files (Print). CodeFile in a compact format the document displayed on the terminal, one per line 50 code. While this character in the form of written documents CodePrin encoded file in. (5) T: Print Huffman tree (Tree printing). Would have been in the Huffman tree in an intuitive way (tree or recessed table form) displayed on the terminal, but this form of characters written to the file )
    2013-06-21 13:45:16下载
    积分:1
  • 5ivb_281405
    利用BarCodeCtrl控件在程序中完成条码打印(BarCodeCtrl control use in the procedure to complete barcode printing)
    2008-01-16 15:52:01下载
    积分:1
  • BCWateReport
    对FastReport通过调用Excel表格作为数据库演示单选打印及连续打印的例子。(Excel spreadsheet for FastReport by calling the radio as the database demo examples of printing and continuous printing.)
    2013-08-01 10:23:07下载
    积分:1
  • barprint(PDF)
    说明:  条码打印程序,有窗体打印,二进码打印,调用API函数打印等。(Barcode printing procedures form printing, binary code printing, call API function printing.)
    2008-11-26 16:40:38下载
    积分:1
  • HpColorLaserjet160026002605Q6000AChipReset
    recharge of printers HP reset the chip 1600 2600
    2009-05-13 02:46:32下载
    积分:1
  • Star-SP320s-Users-Manual
    Star SP320s Users Manual.pdf Star SP320s打印机开发手册,路桥收费开发必备(Star SP320s Users Manual)
    2013-09-25 09:28:24下载
    积分:1
  • BCWateReport
    对FastReport通过调用Excel表格作为数据库演示单选打印及连续打印的例子。(Excel spreadsheet for FastReport by calling the radio as the database demo examples of printing and continuous printing.)
    2013-08-01 10:23:07下载
    积分:1
  • 机的通信工具PFT
    与打印机的通信工具,文件传输工具,也可做渗透打印机。( PJL File Transfer command line interface to PJLlib functionality )
    2020-07-17 10:38:48下载
    积分:1
  • printersettings_demo
    vc修改打印设置代码,可以修改打印的基本设置,例如纸张大小(vc revised set code can be amended Print the basic setup, such as paper size, etc.)
    2007-03-07 09:32:08下载
    积分:1
  • STM32fangan
    热敏打印机源码 热敏打印机源码 热敏打印机源码 热敏打印机源码 (Thermal printer source)
    2014-01-15 16:48:33下载
    积分:1
  • 696518资源总数
  • 104269会员总数
  • 31今日下载