CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 打印 vc

搜索资源列表

  1. PrintRealDemo2

    0下载:
  2. 设置打印图形的位置,VC++精选编程源码,很好的参考资料。-Set print graphics position, VC++ select programming source code, a good reference.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-25
    • 文件大小:19550
    • 提供者:糟熘鱼片
  1. SinglePrint

    1下载:
  2. 定制打印固定大小的单页文档,VC++精选编程源码,很好的参考资料。-Single page document custom print fixed size, VC++ select programming source code, a good reference.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-26
    • 文件大小:19508
    • 提供者:糟熘鱼片
  1. MultiPrint2

    0下载:
  2. 实现定制打印页的页眉和页脚,VC++精选编程源码,很好的参考资料。-Implementation of custom print page headers and footers, VC++ select programming source code, a good reference.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-07
    • 文件大小:20361
    • 提供者:糟熘鱼片
  1. MyPrintPreview

    0下载:
  2. VC++ 实现的打印预览以及打印,一学就会-Way to introduce a print preview and print
  3. 所属分类:Printing program

    • 发布日期:2017-04-01
    • 文件大小:26965
    • 提供者:wangjieest
  1. recognize-letters

    0下载:
  2. 这是一个VC++程序,能识别手写体字母和打印体字母,识别率90 -To recognize the handwritten and printed letters
  3. 所属分类:Special Effects

    • 发布日期:2017-04-16
    • 文件大小:87561
    • 提供者:hanse
  1. print_tview_demo

    0下载:
  2. 打印Tree Control中内容,VC++源码-Print Tree Control in content, VC++ source
  3. 所属分类:Printing program

    • 发布日期:2017-03-30
    • 文件大小:31978
    • 提供者:grote
  1. Set-Printer-Parameter

    0下载:
  2. 该程序是VC编写的设置打印参数,很简单,适合初学者,-The program is written in VC set print parameters, very simple, suitable for beginners,
  3. 所属分类:Driver Develop

    • 发布日期:2017-04-06
    • 文件大小:34323
    • 提供者:程述良
  1. PrintTest

    0下载:
  2. VC++实现调用打印机,实现打印功能.程序中随便打印了一些图形和文字。可以参考。-VC++ implementation calls printers, Print function. Program just to print a number of graphics and text. Reference.
  3. 所属分类:Graph Drawing

    • 发布日期:2017-04-25
    • 文件大小:28207
    • 提供者:和平
  1. VirtualPDFPrinter

    0下载:
  2. PDF 虚拟打印机,TinyPDF系列,提供(vprint、word2pdf)编程接口,分为不同版本, 提供不同的控制参数, 支持VC、VB、PB、Delphi、.NET、JAVA 等多种语言 支持编程把Word文档,网页、各种格式的图片等,打印成PDF文档,同时支持多次 打印到一个PDF,支持pdf文档合并, 可编程把Word文档,单个或批量转成PDF文档。 所有功能都封装在252K的DLL中,方便编程使用,无需其它支持。 对各种快递单、 发货单、发票等在真实打印的同时
  3. 所属分类:Printing program

    • 发布日期:2017-03-29
    • 文件大小:655170
    • 提供者:chinagen
  1. ToWord

    0下载:
  2. VC++将数据导出到Word中生成报表并打印,调用定义好的模板,从VC中输出内容到模板中进行打印,你可以重新编译后运行程序,打开一个文件测试下。-VC++ export data to generate reports in Word and print, call-defined template, the output from the VC content to the template for printing, you can re-compile and run the progra
  3. 所属分类:File Operate

    • 发布日期:2017-04-09
    • 文件大小:58830
    • 提供者:halond
  1. Print

    0下载:
  2. 利用VC++写的对当前显示界面进行打印的程序。-Using VC++ to write the current display screen printing process.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-25
    • 文件大小:56381
    • 提供者:wangran
  1. PrintLine

    0下载:
  2. 实用的打印设置程序,一个完美的打印程序当然离不开参数设置功能,本VC++源码将演示如何设置打印时的表格边线及字体选项,打印边线值得掌握,还有打印字体的设置。测试请将Database.mdb拷贝到Debug目录中。-Practical print setup, a perfect print function parameter setting procedure course, inseparable from the VC++ source code to demonstrate how to
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-25
    • 文件大小:46762
    • 提供者:bpudn14
  1. Pagination

    0下载:
  2. VC++连接数据库分页打印的示例,分页打印数据,实例调用了数据库中的内容,根据用户设定的页数进行打印,在实际项目开发中,比较实用。为了测试方便,这里的数据库初步选为Access。-VC++ sample connect to the database paging printed page of print data, the database instance invokes the content based on the user settings to print the number
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-23
    • 文件大小:46595
    • 提供者:bpudn15
  1. PrintWork

    0下载:
  2. VC++演示打印工作证和名片打印,先打开数据库创建记录集对象实例,执行SQL得到记录集,将数据库从Access中读取出来,然后获取打印机默认值,比对屏幕与打印机分辩率比率(水平和垂直方向),按照指定格式开始打印,示例代码虽简洁,但具有代表性,由此可扩展成证件打英发票打印等程序-VC++ demo print work permits and business card printing, first open the database to create a record set object
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-24
    • 文件大小:46812
    • 提供者:apudn87
  1. PrintTable

    0下载:
  2. VC++打印表格的源代码例子,表格打印实例,Access数据库,测试运行时请把MDB拷贝到Bin/Debug目录中,并安装好打印机驱动,本程序不涉及驱动的相关问题,只演示如何打印出表格数据-VC++ print form source code examples, forms printing instance, Access database, a test run please MDB copied to the Bin/Debug directory, and install the pr
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-24
    • 文件大小:46238
    • 提供者:apudn88
  1. PrintImage

    1下载:
  2. vc++ 使用PrintImage控件打印图片,打印图像用法实例,打印图片和打印文字其实是一样的,本源码演示了使用PrintImage打印图像文件的方法,包括一些简单的参数设置自定义情况-vc++ use PrintImage controls print pictures, print image usage examples, print images and print text is the same, the source demonstrates the use of the met
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-24
    • 文件大小:265278
    • 提供者:apudn99
  1. SetPaper

    1下载:
  2. VC++自定义打印的源码实例下载,设置打印纸张大小的简单例子,如运行截图所示的控制面板中,可对打印纸进行自定义,单位为毫米,自定义打印纸宽度和高度,源码在VC6.0下直接编译生成。-VC++ source code examples custom print download, set up a simple example of the print paper size, as shown in run shot in the control panel, you can print pape
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-25
    • 文件大小:19012
    • 提供者:wpudn11
  1. Orientation

    0下载:
  2. VC++控制文字打印的方向,VC源码实例下载供参考。包括横向打印和纵向打印,横向打印也就是常规打印,本例的关键点是纵向打印,确证打印前请连接好打印机驱动程序-VC++ control the direction of the printed text, VC download source code examples for reference. Including horizontal and vertical printing printing, landscape printing is
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-25
    • 文件大小:19509
    • 提供者:wpudn11
  1. display

    0下载:
  2. 在VC下,显示HZK16点阵字符,并打印出来字符形状-In VC, HZK16 dot matrix character display, and print out the character shape
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-03
    • 文件大小:768112
    • 提供者:巫廷耀
  1. DIBDisplay

    0下载:
  2. 图像处理VC显示打开图像打印预览图像DFTFFT算法以及灰度图像显示-Image processing VC display open image print preview image DFTFFT algorithm and image display
  3. 所属分类:Picture Viewer

    • 发布日期:2017-05-11
    • 文件大小:2139473
    • 提供者:小胡
« 1 2 ... 20 21 22 23 24 2526 27 28 »
搜珍网 www.dssz.com