搜索资源列表
print_kyjt
- 这是黑龙江省瓦斯监控系统的打印程序,实现了从access数据库中读出数据在打印机上输出的功能,长期运行,性能稳定。
SIDprint416
- OnDraw函数中增加代码实现屏幕中的输出, 本程序中没用重写OnPaint()函数,因此需要在OnDraw函数里实现输出.,包括表格线.数据和页眉. 在打印和打印预览时,并没用调用OnDraw函数,用OnPrint函数完成. 通过上述两个步骤简单完成的屏幕和打印相同的输出, \"所见即所得”.
printoutmsg
- 首先实现日期的格式化工作,然后模拟标准C++的cout函数,定义了自己的打印函数,可以根据打印数据的不同,输出不同的打印名称,以及时间。
报表打印重点
- 一个报表输出的 COM控件,可以动态的添加数据。代码没有限制,可随意使用。运行前,请先用regsvr32命令注册YPREPORT.DLL控件-a statement of the COM control output can add dynamic data. Code is no restriction to be used. Before the operation, using regsvr32 command post registration controls YPREPORT.DLL
baobiao
- VB中的ADO控件和DATAGrid数据打印报表,一个VB打印的例子,报表生成的例子,数据取自Access数据库,使用Ado将数据从Access读出后绑定在DataGrid报表中,在利用打印组件输出到打印机-In VB ADO data control and DATAGrid print statements, print a VB example, report generation example, data from the Access database, using Ado to r
zeng
- 有一个汽车类vehicle,它具有一个需传递参数的构造函数,类中的数据成员——车轮个数wheels和车重weight放在保护段protected中;它有一个返回车轮个数的公有函数get_wheels,有一个返回车重的公有函数get_weight,有一个计算每个车轮的承载重量(车重除以车轮数)的公有函数wheel_load,一个公有的打印函数print,它将输出vehicle的车轮数和重量。 小车类car是它的私有派生类,包含一个私有数据成员载客量passenger_load,定义小车类的构造
vbwritedataintoExcel
- 在vb环境下,将查询结果数据导入EXCEL格式中,以便打印输出-In the vb environment, Writing the query results data into EXCEL format for print output
rawprn
- 基于vc++6.0 打印机控制程序,利用该程序可以直接向打印机输出数据、控制码。-Printer control program in vc++6.0。With this program data or control code can be directly send to printer.
WindowsPrint
- 实现利用windows组件进行打印输出,实现数据共享-Using windows components to achieve print output, data sharing
10_3
- 编写一个print函数,打印一个学生的成绩数组,用主函数输入这些数据,用print输出。-Write a print function to print an array of student achievement, with the main function of the input of these data, with the print output.
program
- 通过8255将CPU的数据输出到打印机,PA口输出,方式一,查询式传送-Through the 8255 CPU data output to printer
listunion
- 两个非降序链表的并集,只输出结果,不能修改两个链表的数据。-Two non-descending linked list and set only output the results of two linked lists of data can not be modified.