登录
首页 » Visual C++ » GenPrint-Sample

GenPrint-Sample

于 2021-03-11 发布 文件大小:79KB
0 369
下载积分: 1 下载次数: 40

代码说明:

  打印虚拟驱动,提取自wdk 8.1,需要wdk环境。(Print a virtual drive, extracted WDK 8.1, need WDK environment.)

文件列表:

GenPrint Print Processor Sample
...............................\C%2B%2B
...............................\...\emf.cpp,151965,2014-04-05
...............................\...\emf.h,9928,2014-04-05
...............................\...\genprint.htm,8513,2014-04-05
...............................\...\genprint.sln,3171,2014-04-05
...............................\...\genprint.vcxproj,34315,2014-04-05
...............................\...\genprint.vcxproj.Filters,841,2014-04-05
...............................\...\local.cpp,2389,2014-04-05
...............................\...\local.h,1036,2014-04-05
...............................\...\parsparm.cpp,8989,2014-04-05
...............................\...\raw.cpp,3486,2014-04-05
...............................\...\support.cpp,2905,2014-04-05
...............................\...\text.cpp,24373,2014-04-05
...............................\...\util.cpp,5495,2014-04-05
...............................\...\winprint.cpp,28153,2014-04-05
...............................\...\winprint.def,202,2014-04-05
...............................\...\winprint.h,1808,2014-04-05
...............................\...\winprint.rc,339,2014-04-05
...............................\description
...............................\...........\19eccd10-9a4c-4ebc-a240-2680a581332eBrand.css,5901,2014-04-05
...............................\...........\Brand.css,71561,2014-04-05
...............................\...........\Combined.css,0,2014-04-05
...............................\...........\dc96e5d0-205a-4f07-963c-0adecf31d9c1Combined.css,0,2014-04-05
...............................\...........\Galleries.css,10457,2014-04-05
...............................\...........\iframedescription.css,3369,2014-04-05
...............................\...........\Layout.css,1727,2014-04-05
...............................\...........\offline.js,1670,2014-04-05
...............................\description.html,10427,2014-04-05
...............................\license.rtf,4688,2014-04-05

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

发表评论

0 个回复

  • txprint
    一个图像打印.还有图像预览,图像显示,调去打印机(An image printing. There the image preview, image display, transfer to the printer)
    2011-08-30 12:03:58下载
    积分:1
  • vbquery
    说明:  数据库的查询,query制作,报表查询,以及最终的打印 (Database query, query production, reporting queries, and the final print)
    2011-04-03 13:08:10下载
    积分:1
  • 机的通信工具PFT
    与打印机的通信工具,文件传输工具,也可做渗透打印机。( PJL File Transfer command line interface to PJLlib functionality )
    2020-07-17 10:38:48下载
    积分:1
  • 5ivb_281405
    利用BarCodeCtrl控件在程序中完成条码打印(BarCodeCtrl control use in the procedure to complete barcode printing)
    2008-01-16 15:52:01下载
    积分:1
  • Print_calendar
    说明:  在日历中输入日期后,程序自动打印日历的年、月、日。(This program prints a calendar for a year specified int text)
    2010-03-19 11:01:56下载
    积分:1
  • custompaper
    vb写的自定义打印纸张大小的实例源码,有需要的下。(Vb to write a custom print example source code, the size of the paper is needed.)
    2013-08-13 15:45:05下载
    积分:1
  • barprint
    用来显示对应数字的条形码。共6种码制,可以选择打印大小,打印位置,也可以打印预览,不过暂时还不具备连接打印机打印功能,这个可以自己添加上去。(Used to display the corresponding bar code numbers. A total of six kinds of system code, you can choose print size and print position, you can print preview, but not yet connected with a printer function, this can add up.)
    2009-06-11 16:49:57下载
    积分:1
  • RTFPrintPreview
    基于VB的RTF文本打印预览类及示例源代码(VB-based RTF text print preview class and sample source code)
    2013-08-09 11:40:10下载
    积分:1
  • prjPrintSpool
    VB打印任务监控程序的源代码,适时获得当前打印机的任务状态,列出正在打印的任务,同时对所有任务进行管理 ,可结束和暂停任务,写的不错。(VB print job monitoring program s source code, the task of timely access to current printer status, list is printing tasks, while management of all tasks, to end and pause tasks and write well.)
    2013-08-15 16:05:00下载
    积分:1
  • 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
  • 696516资源总数
  • 106428会员总数
  • 7今日下载