资源列表
GPTest
- 一个佳博80打印机的小程序,有网口或者驱动指令、驱动几种方法实现打印-Jia Bo a small printer program 80, or with a mesh opening drive command driving several ways to print
ePOS_SDK_UniversalWindowsApps_v2.5.2
- 这是一个SDK,面向开发工程师,他们正在开发一个通用的Windows平台应用程序,用于在爱普生TM打印机和爱普生TM智能打印机上打印。 应用程序的开发,使用爱普生的SDK API提供的史诗。(This is an SDK aimed at development engineers who are developing Universal Windows Platform applications for printing on an EPSON TM printer and an EPSON
PrinBank
- 东莞长安锦厦村打印银行支票用,可以支持自定报表,人民币大写。-Dongguan Changan Kam Ha Tsuen print bank checks, you can support custom reports, uppercase yuan.
PsPrinterCE
- 通用打印机终端程序(640_480)-generic printer terminal (640_480)
xrwlpayment
- 实现了一个小型的物流报障系统。提供打印报表、数据库维护、自动计算油价工资等功能。-Logistics achieved a small newspaper barrier system. Provide print reports, database maintenance, automatic calculation of prices wages and so on.
snake
- 贪食蛇,用VS2013开发的Win32程序。 虽然是.cpp基本还是C的开发模式。 使用了windows库。-Snake Using VS2013 development of the Win32 program.
barcode
- 用MFC做的 条形码识别 有二维码生成和二维码识别 -barcode MFC
fast_report
- fast repor报表打印第三方控件fast repor report printing third-party control-fast repor report printing third-party controlfast repor report printing third-party control
FastReport4.9.32+For+Delphi7E 破解版
- DELPHI7下测试可用,FastReport4.9.32报表控件
ConvertServer
- 使用VC++的内嵌浏览器功能实现虚拟打印。 可打印所有WEB浏览器可查看的文件类型。 该程序是基于smartprinter3.4虚拟打印机基础上开发的。压缩包中也包含了smartprinter的安装程序。 程序启动后,会自动将ConvertSvrConfig.ini中FaxUploadPath路径下的文件转换到FaxTempPath下,其中FaxTempPath是安装虚拟打印机时候设置的,smartprinter不能更改,转换完成后,系统自动将转换好的文件拷贝到FaxSendPath
PDFPrintTest
- PDF文件打印测试(非命令行),实现pdf文件的打印-PDF File print
shiyan3
- 设计规则:假设有一个字符串为“ABCDE”, 每按下一次任意键(响应WM_KEYDOWN消息),该字符串就往前移动一格,当字符串的第一个字符碰到窗口的用户区域的边界时,该字符串就反方向移动。字符串每移动一格,颜色将随机地发生变化。 提示:假如初始状态设定字符串在(100,100)位置上,开始时A字符作为首字符向左移动,则新的位置变成(100+Δx,100),设Δx -10,重新显示整个字符串。当首字符的坐标位置小于0时,则Δx +10,字符串向右移动。说明Px和Py为两个静态的全局变量,用