搜索资源列表
contrlprint
- 此代码为直接通过串口或并口打印内容(如:条码文件,斑马打印机)
虚拟打印机源码和安装文件
- 虚拟打印机源码和安装文件,把打印内容打印到emf格式的文件中,包含win9x/NT/2K/XP平台上的源码和查看emf文件的程序源码,Virtual printer source and installation files, and print the contents of print to emf file formats, including win9x/NT/2K/XP platform source and view documents source emf
完整的打印机监控源码
- 完整的打印机监控源码,可监测文件内容,含服务端。C#完整源码,甚至包含注册机源码。,Complete source code printer monitor, can monitor the contents of the documents, including client service. C# Complete source code, and even contains Zhuceji source.
MyPrint
- 生成mdi文件,系统碰到mdi的时候会自动以打印的方式处理。所以,不管用什么模板,什么方式;能在PrintPage事件处理中,生成一张要打印内容的图片就OK了! -Mdi file generated, the system will be encountered when mdi automatically print manner. Therefore, no matter what template, in what way PrintPage events in the proce
barcode_print
- 条形码打印程序,可供外部程序调用打印条码标签。调用格式: 在命令行或被调用程序输入: <本软件主程序文件> [数据文件] [模板文件] [-p] [-d] [-h] 其中<>表示必须的,[]表示可选项,其中数据文件必须是第一个参数,如果调用模板文件,则该 文件必须是第二个参数,后面其它参数顺序不限。 数据文件:可以是文本文件、CSV文件或其它,但内容应遵循CSV格式; 模板文件:本软件所保存的标签设置文件,即*.BCF文件; -p:
Printout
- VC++读取文件内容并输出到打印机,很实用的程序-VC++ read file content and output to the printer, a very useful program
MyPrint
- Visual c++打印实列源代码参考的功能都是根据特定的条件选择文件内容进行打印-Visual c++ to print out the source code reference implementation of the functions are selected according to specific conditions, contents of the file for printing
Printout
- VC++读取文件内容并输出到打印机,希望对您有所帮助-VC++ to read the file content and output to the printer, I hope for your help
ip-packet
- (1) 从数据包文件如“packet.pkt”中读取分组,并输入一个整数值作为MTU。首先计算分组头校验和,判断分组接收是否正确,然后检查分组长度是否超过MTU。如果长度超过MTU,则检查DF位:若DF位为1,打印出错信息;否则对IP包进行分片,生成各分片的文件,如Fragment1.pkt、Fragment2.pkt等。 (2) 读取上一步得到的各分片文件,首先计算头校验,检查分片是否正确;然后将各个分片组装成一个完整的分组,并保存在一个数据包文件如“MergedPkt.pkt”中;比较M
dxf2006code
- 以Visual FoxPro6.0为主编写的信封打印、数据查询系统,包括对专用信封打印机的驱动和一般办公用打印机的驱动,文件完整,内容详实,极具参考价值。-Written in Visual FoxPro6.0 based envelope printing, data query system, including special envelope printer driver and the general office of the printer driver, file integri
files
- 对PDF 文件进行打开分析,并能读取其中的数据内容,可进行PDF文件批量打印!-PDF document analysis, and can read the data content, can be PDF batch file print!
jj
- 将文件中的内容分类别读取至容器中,然后打印-read the content in the file
PrintTopFive
- C#自定义打印,只打印前几页内容,需要数据库内容,但数据库文件找不到了,不好意思了,发上来可以参考一下代码,注释也蛮多。-C# custom print, print only the first few pages, you need a database content, but the database file is not found, sorry, the hair can look up the code, comments also find many.
The-Print
- 用于打印诸如Access,SQL等数据库文件内容-This software is used to print things ,which are edited in the Access or SQL
FistCode
- 编程输出的内容是“Hello,China” 编程继续输出一行“Hello,仲恺农业” 把HelloWorld类名改为“FirstCode”,当然文件名称也要修改为“FirstCode.java”,再看能否编译执行