搜索资源列表
CR8.5里面的C++例子Pro Athlete Salaries
- CR8.5里面的C++例子Pro Athlete Salaries-CR8.5 inside the C examples Pro Athlete Salaries
c++print
- c++实现打印功能,实现文字和图形的打印
PrintPreview
- 用C++Builder 6.0实现了单页所见即所得的打印及预览功能,至于多页打印及预览等待高人来完善!本程序在C++Builder 6.0+xp下通过
Visual C++打印表格
- 比较实用的,简单的打印表格程序!
VPrinter 基于 C++编写的 虚拟打印机
- 基于 C++编写的 虚拟打印机 源码-Virtual printer source
打印机页面设置C#源码
- 打印机页面设置C#源码 您可以使用本程序中的任何部分作为学习或商业用途,但是需要保留相关程序的注释。 ,Printer Page Setup C# Source code you can use any part of proceedings as a learning or commercial use, but need to retain the relevant procedures for the Notes.
Make2Bar(VC)
- 经典二维条码应用典范,VC++语言,C++,C#开发者参考,内有接口文档。让你二维码开发变得非常容易。二维码编码平台源程序代码,是为所有二维码用户提供二维码编码动态链接库方法,提供技术支持与开发援助,教您如何将图像、声音和指纹压缩,并放入二维码中,如何进行声音编入二维码。二维码种类包括:PDF417,Qr_Code,DataMatrix等--A model of the classic two-dimensional bar code applications, the VC++ languag
SimpOrderPrint.src
- 基于C++Builder 6的医药类单据打印系统,主要是Access + FastReport + VCLSkin的一些综合应用,重点功能是FastReport中实现人民币中文大写、空行补齐,页面小计(SubTotal)等…… 本打印程序开发过程中使用了FastRepot和VCLSkin组件,源程序在编译时需要在工程(Project)的选项(Options)中更改一下Include和Lib的路径,指向你的FastReport的安装目录。否则会提示找不到头文件等编译错误。-Based o
print
- C#打印设置 C#打印设置之清理所有正在使用的资源 C#打印设置之设计器支持所需的方法-C# C# print settings for all print settings of the clean-up resources being used set of C# Print the required method for Designer support
BIT_04_03
- 实现一个多项式的类(a+b*x+c*x^2+d*x^3+...+),要求输入该多项式的系数和x的值后打印出这个多项式的值。-Achieve a polynomial class (a+ b* x+ c* x ^ 2+ d* x ^ 3+...+), asked to enter the coefficients of the polynomial and the value of x after the number of print type of value.
ReportDevelopenInBCB
- C++Builder环境下开发报表的详细例子,可以使用C++Builder下的控件制作出精美的报表,用于各种工控软件中测控系统数据的存储和报表打印中。-Report developed in Borland C++ Builder。
8-6
- 输出文件的末尾行,C语言作业 命令 tail用来打印文件中最后n行。 命令格式为:tail [-n] filename,其中: -n :n表示需要打印的行数,省略时n的值为10。 filename :给定文件名。 如,命令tail -20 example.txt 表示打印文件example.txt的最后20行,用C语言实现该程序。(提示:使用命令行参数)-The end of the line of the output file, C language operations
pdfprintercsharp
- Convert any document in pdf and print them or copy in given folder. Written in C#,C-Convert any document in pdf and print them or copy in given folder. Written in C#,C++
Ford-Fulkerson-C
- Ford Fulkerson for shortest path recognition implementation in C language
c-programs
- C language examples to print messages, drive the serial port and execute operations.
PrintTopFive
- C#自定义打印,只打印前几页内容,需要数据库内容,但数据库文件找不到了,不好意思了,发上来可以参考一下代码,注释也蛮多。-C# custom print, print only the first few pages, you need a database content, but the database file is not found, sorry, the hair can look up the code, comments also find many.
C-99
- C语言打印九九乘法表,循环嵌套,循环结构实现-C language print multiplication table, nested loop, the loop structure to achieve
shiyan4
- (滚动条的使用) 在P124程序sysmets2.c基础上,完成如下功能: 1) 仿照垂直滚动条功能的实现,使窗口具有水平滚动条 2) 能够响应滚动条消息: SB_LINEUP、SB_LINELEFT、 SB_LINEDOWN、SB_LINERIGHT、 SB_PAGEUP、SB_PAGELEFT、SB_PAGEDOWN、SB_PAGERIGHT、SB_THUMBTRACK、SB_TOP、 SB_LEFT、SB_BOTTOM、SB_RIGHT; -(Using the s
C++ImagePrinter
- C++ImagePrinter这是一个c++编写的虚拟打印的例子!(C++ImagePrinter, this is an example of virtual printing written by c++!!)
Printer_DLL
- 1、HoneywellPrinter DLL动态库是Honeywell公司为了简化其打印机开发难度、减少打印机开发工作量而提供的一个功能函数集合。封装了一些常见打印机功能的操作。目前最新版本V1.3,包括64位和32位系统的两个不同库文件。 2、通过该动态库,代理商、软件商都可以很容易的针对Honeywell打印机进行各种定制开发而无需掌握打印机的指令集,从而可以将打印机很容易的无缝集成到他们的系统中去。 3、该动态库也支持直接发送各种打印指令到打印机,从而很好的兼容了的以往采用打印指令开发