搜索资源列表
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
VCFax
- 这是VC++利用FaxModem通过串口或TAPI接口直接发送和接收传真的一个类库程序,没有附带示例,这套类库曾经被很多软件商使用,稳定、高速,支持很多的FaxModem,最初由Symantec公司研发,后由中国作者修正完善。-This is VC++ using FaxModem through the serial port or TAPI interface to send and receive faxes directly as a library procedure, without
MytraceWin
- 接收MyOutputDebugString的打印输入 原创的OutputDebugString函数实现过程 原创的接受打印输出 -Receive MyOutputDebugString original print OutputDebugString functions for the input process of acceptance of the original print output
UserForm2
- 【本工具仅适用于带有VB编辑的CDR】将单张的JPG稿件。以双面打印的方式全程自动打印成一本。做设计的。有时候会设计一整本杂志并打印样稿。为了节省资源的同时又达到方便的目的。所以本工具便产生了。打印原理:将单页的JPG稿件按顺序导入到CDR里。然后再打调用打印机程序打印出来。单页打完后提示调换纸张。等待确定后。程序删除原先的单页稿件并调入偶数页。再自动打印出来。整个过程。只需要在打印完奇数页的时候。调换下打印机的纸张即可。而又考虑到不同打印机的不同模式(有一些打印机是哪个稿件的数据先接收完就先打
ip-packet
- (1) 从数据包文件如“packet.pkt”中读取分组,并输入一个整数值作为MTU。首先计算分组头校验和,判断分组接收是否正确,然后检查分组长度是否超过MTU。如果长度超过MTU,则检查DF位:若DF位为1,打印出错信息;否则对IP包进行分片,生成各分片的文件,如Fragment1.pkt、Fragment2.pkt等。 (2) 读取上一步得到的各分片文件,首先计算头校验,检查分片是否正确;然后将各个分片组装成一个完整的分组,并保存在一个数据包文件如“MergedPkt.pkt”中;比较M
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)
print
- 接收串口打印机的指令和数据,源代码中包括了大部分指令的编程方法-Serial printer instruction and data
DemoExe
- IC卡服务器接收端,监听特定端,在刷卡器刷卡后,服务器能够获得用户信息。-This program working for receive ic card info.
_PrintSpooler
- DesktopApp平台通过winspool接口实现对打印机驱动的监控,并接收印刷Job状态变更事件。(DesktopApp platform to achieve control of the printer driver through the winspool interface, and receive a printed Job state change events.)
Print settings and print notifications
- 此示例演示如何创建可扩展打印设置和打印机通知体验的Windows存储设备应用程序,响应打印驱动程序的事件。此示例还包括一个打印机扩展库,该库可用于从Windows 8.1编写的Windows存储设备应用程序中访问打印机。(This sample shows how to create a Windows Store device app that can extend the print settings and printer notifications experience. This sa