搜索资源列表
ReportDesigner_re
- 此为报表制作打印程序,有兴趣的朋友,不妨试试。开发人:NO sedwen...请仔细阅读说明文档,如有出错,请联系本人。-statements for the production of this printing program, interested friends and worth a try. Developers : NO sedwen ... please read carefully documented, and is subject to error, please cont
Invitation
- 这个是为了自己结婚打请贴方便而写的套打程序。没有人员输入界面,直接写到MDB里就可以了-This is a fight for their marriage of convenience please write affixed to the piling process. No officer input interface, MDB Lane wrote directly on the
报表打印重点
- 一个报表输出的 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
用java 写的一个打印预览程序
- 用java 写的一个打印预览程序.有源代码.没有混淆.可以反编译,Using java program written in a print preview. Source code. There is no confusion. You can decompile
VC_PrintTest.rar
- 关于vc++变成的打印模块的设计,有详细的注释和源代码,no
ZebarBarcode
- 用ZEBAR打印机指令打印标签,不用第三方控件-ZEBAR printers using Print command tag, no third-party control
Card_Print_Component
- vc++编写的图表账单打印程序组件,发上来大家共享下,多学习,多指教,无密码-vc++ to prepare bills to print the chart component, U.S. to share the hair up, studying many, many ideas on how to improve, no password
MyPrint
- 生成mdi文件,系统碰到mdi的时候会自动以打印的方式处理。所以,不管用什么模板,什么方式;能在PrintPage事件处理中,生成一张要打印内容的图片就OK了! -Mdi file generated, the system will be encountered when mdi automatically print manner. Therefore, no matter what template, in what way PrintPage events in the proce
Chapter14
- Find Complement of no.
printCapturedemo
- 这是一个打印程序,支持打印和打印预览功能,已调试通过,没有错误,供大家参考-This is a printing process, to support the printing and print preview function, have been testing is passed, no errors, for your information
7
- 2.1.1 实验计算机的外设需求: 该实验计算机具有键盘和打印机两种外部设备。外设和内存统一操作指令,程序查 发使用外设。 2.1.2实验计算机运算器结构: 运算器采用单累加器多通用寄存器结构 2.1.3实验计算机功能和用途: 可对键盘输入的两个2位十进制数进行四则运算,由打印机输出结果;能执行键盘输入的奇数i (i=1-255)回打出来并存入100H号开始的内存单元中 -2.1.1 Experimental computer peripheral n
C
- While this book is no longer in print, its content is still very relevant today.
20103261233334
- 要求在带格式的连续的纸的相应位置,打印入数据库的数据: 本程序最具参考的地方应当是,解决了连续打印,垂直方向打印不准确的问题.连续打印垂直方向打印不准确的问题,在网上有太多的人为此烦恼.一是打印第一页的第一行就不准确,二是连续打印n张纸后,发现位置已经不准确了.本人查询了众多的资料后,采用了直接向打印机发送打印命令的方式,参考的是爱普生的编程指南(在爱普生官方网站上有得下),终于成功控制了垂直方向的打印位置.-Requires continuous form paper with
wsreport_cs
- 1、强大快速的自动分页技术; 2、页面元素、布局高度集成,自定义; 3、实现报表无需报表设计器,所有操作由程序控制; 4、灵活的弹性接口设计; 5、完善的打印预览和打印操作; 6、组件性能高效、轻量,可用于VB,VC,DELPHI,C++ Builder,PB,ASP,JSP,.NET等开发环境; -1, strong and fast auto paging technology 2, page elements, layout, highly integrat
20103261233334
- 本程序最具参考的地方应当是,解决了连续打印,垂直方向打印不准确的问题.连续打印垂直方向打印不准确的问题,在网上有太多的人为此烦恼.一是打印第一页的第一行就不准确,二是连续打印n张纸后,发现位置已经不准确了.本人查询了众多的资料后,采用了直接向打印机发送打印命令的方式,参考的是爱普生的编程指南(在爱普生官方网站上有得下),终于成功控制了垂直方向的打印位置. -This procedure should be the place where most references to solve th
vb
- VB 报表生成 用于折行打印、没有竖线-VB printed report generation for off-line, no vertical
AutoPrint
- 自动无预览打印数据列表,请手动修改打印参数!适合统计大量数据-No preview print data list automatically, manually modify the print parameters! Large amounts of data for statistical
c-codings
- Program to show swap of two no’s without using third variable,STRING REVERSE,Program to print stars Sequence3.
ViewPDF
- 次程序经过本人亲自调试,没有任何错误,可以实现对pdf文档的显示和打印等功能-Sub-program has been personally debug, no errors, you can achieve the pdf documents display and print functions
no.1
- 定义一个结构体typedef struct{int num char name[10] int score[4] }STU ,里面有两个整形数组和一个字符数组,用来存储学生的信息;主函数中接收数据并存入结构体,然后调用函数进行数据的查找,修改删除;编写三个函数 find_stu(STU per[],int t) :输入学生的学号进行查找 modify_stu(STU per[],int t) 对找到的学生的姓名和成绩进行修改; delete_stu(STU per[],int m)