搜索资源列表
printoutmsg
- 首先实现日期的格式化工作,然后模拟标准C++的cout函数,定义了自己的打印函数,可以根据打印数据的不同,输出不同的打印名称,以及时间。
ShellPrint
- vc6.0编写的使用windows自带函数将文档word转换为可用于传真收发的tif图像程序。转换后的tif可用于无纸传真的发送,符合CITTT规范。-vc6.0 prepared by the use of windows bring function convert word documents can be used to send and receive fax tif image of the procedure. Converted tif can be used for paper
StudentClass
- 定义学生类,要求存储学号,姓名, 年龄,性别,班号等信息,并作为私有成员变量存储,分别实现readInfo (...), PrintInfo(...), findInfo(...) 三个公有成员函数,用于进行信息读取、信息打印、信息查找。要求readInfo (...)从键盘输入并设置学生信息,findInfo(...)从键盘输入学号进行学生对象的查找,PrintInfo(...)将学生信息打印出来-Defined class of students, requiring storage stu
CSharpPAPI_pos_Print
- C#+调用系统API函数直接连接pos打印机+打印.doc 里面有源代码。-C#+ call the system API function to connect directly to the POS printer+ print . Doc inside the source code.
004
- 用C语言里的printf函数,通过控制空格数的输出,来实现用printf画圆.-Using printf function in the C language , control the number of output spaces, to print circle with the printf function.
c
- 主要包含一些排序算法,和库函数的实现,冒泡、二分等-sort arithmathic and library function
Printer_DLL
- 1、HoneywellPrinter DLL动态库是Honeywell公司为了简化其打印机开发难度、减少打印机开发工作量而提供的一个功能函数集合。封装了一些常见打印机功能的操作。目前最新版本V1.3,包括64位和32位系统的两个不同库文件。 2、通过该动态库,代理商、软件商都可以很容易的针对Honeywell打印机进行各种定制开发而无需掌握打印机的指令集,从而可以将打印机很容易的无缝集成到他们的系统中去。 3、该动态库也支持直接发送各种打印指令到打印机,从而很好的兼容了的以往采用打印指令开发