搜索资源列表
OpenGL 场景绘制到打印机.zip
- 用MFC 封装OpenGL 可以用两种API:快速绘制和优秀的界面。然而,由于许多打印机驱动器不支持SetPixelFormat() API 函数,这样就不能直接将OpenGL 场景绘制到打印机上。一种广泛使用的技术是先将一个OpenGL 场景绘制到DIB 区,再将它复制到DC以供打印或预览。这个项目演示了这一方法。
Delphi控制针式打印的纸张大小的函数
- 在Delphi中,如果要在一台PC电脑上同时控制多台打印机,并且各台打印的纸张大小不同,此函数非常有用。 如果要只定把数据打印在那一台打印机,不需要控制打印机端口,只需要使用打印机索引即可,默认打印机为第一台打印机,以后按顺序排序,但第一台打印机的索引号为 –1并不是0. -in Delphi, in a PC computer can control many printers, and the print paper units of different sizes, this fu
Class_Print
- 实现打印功能的类原码,调用相应函数可以实现打印功能,不过要实现如图象图形的打印还需要进行相关编辑-print function like the original code, which calls the corresponding function can be achieved Print function, But to achieve such as Print Image Graphics also related to the need for editors
Csharp_printClass(special)
- 我在公司另一个项目里实现的数据库数据打印类,不同上次上传得datagrid技术。这次是采用画图函数来实现打印表格绘制,附有说明。对初次学习csharp的新手有帮助。-Another project in the company achieving the Print database data types, Upload a different last datagrid technology. This function is used to draw to print forms drawn
SIDprint416
- OnDraw函数中增加代码实现屏幕中的输出, 本程序中没用重写OnPaint()函数,因此需要在OnDraw函数里实现输出.,包括表格线.数据和页眉. 在打印和打印预览时,并没用调用OnDraw函数,用OnPrint函数完成. 通过上述两个步骤简单完成的屏幕和打印相同的输出, \"所见即所得”.
POS
- 将基本应用的POS打印方式打包并提供函数调用,在windows环境下使用epson及brother系列的热敏或者针式POS打印机调用该库可减少相当大的工作量
printoutmsg
- 首先实现日期的格式化工作,然后模拟标准C++的cout函数,定义了自己的打印函数,可以根据打印数据的不同,输出不同的打印名称,以及时间。
WIN NT下页边距归零、自定义纸张的另一种实现
- (PB)dll功能:1.将不可为0的页边距设置为02.任意设置纸张大小,而不管你连接的是哪个打印机,也不管此打印机是否支持此大小(如果设定范围超出打印机支持的范围后,打印机将只能打印有效范围,不能打印的区域自动失效)dll特点:1.适用环境限WIN NT系列(WIN NT、WIN 2000、WIN XP)2.适用任意系列打印机、网络打印机、USB端口打印机3.不更改系统默认打印机设置、不更改纸张设置、不影响其它打印程序的打印设置及效果。dll的使用:1.声明函数,见例程的全局函数声明2.安装服务
ZPL条码打印源代码dephi
- 我在写这个程序的时候手头上已经没有斑马机了,仅根据以前用PB时的 一些模糊记忆来写,所以打印指令错误是在所难免的,请参照 ZPL II 参考手册 自行修改.例程里面包括了Fnthex32.dll的用法,Fnthex32.dll中封装了斑马机 打印中东地区字符的函数GETFONTHEX.
VcPrint
- 打印图片。 可以直接拿出里面的函数来用。很方便。-Print pictures. Can be used directly out. Very convenient.
vbprint
- vb的打印,调用打印函数,先测试打印机向串口发数据,将字符串转为十六进制表示的字符串,从接收缓冲区读取数据,关闭串口事件响应-vb print, call the print function, send the first test the printer to the serial data string to hexadecimal string from the receive buffer read data off the serial port incident response
CPrintListCtrl_src
- 用VC++编写打印程序,只需调用该函数,非常方便-Written with VC++ printing program, simply call the function, very convenient
code
- 打印1900年后任意指定年份的日历,以制定格式显示。运用多个函数实现该功能-Print any given year after 1900 the calendar, to develop format. The use of multiple functions to achieve the function
barprint(PDF)
- 条码打印程序,有窗体打印,二进码打印,调用API函数打印等。-Barcode printing procedures form printing, binary code printing, call API function printing.
printerPlt1
- 一个用cmd命令打印-copy打印文件的函数及调用方法 -A command with cmd Print-copy printing of documents and call the methods of function
print_set
- 用VB编写打印程序的时候,如果通过控制面板改变纸型和方向非常不方便。通过调用API函数可以方便的实现。-VB printing process used to prepare, if the control panel through the matrix and the direction of change is very inconvenient. By calling the API function can be easily realized.
zeng
- 有一个汽车类vehicle,它具有一个需传递参数的构造函数,类中的数据成员——车轮个数wheels和车重weight放在保护段protected中;它有一个返回车轮个数的公有函数get_wheels,有一个返回车重的公有函数get_weight,有一个计算每个车轮的承载重量(车重除以车轮数)的公有函数wheel_load,一个公有的打印函数print,它将输出vehicle的车轮数和重量。 小车类car是它的私有派生类,包含一个私有数据成员载客量passenger_load,定义小车类的构造
VC_Print
- 用VC写的一个打印的例子,关于通用的打印的函数调用.-Using VC to write an example of printing, the print on the generic function calls.
MytraceWin
- 接收MyOutputDebugString的打印输入 原创的OutputDebugString函数实现过程 原创的接受打印输出 -Receive MyOutputDebugString original print OutputDebugString functions for the input process of acceptance of the original print output
OS1_1
- 操作系统实验 -- 系统函数调用 打印菜单,是现在屏幕上显示,画框-OS- calling system function