搜索资源列表
19577_printer_monitoring.ZIP
- 打印机队列监视程序,监视文件开始打印及打印进程。 文件清单: main.cpp main.dfm main.h printerNotfier.cpp printerNotfier.h project1.cpp SortJobThread.cpp SortJobThread.h SpyPrinter.bpr SpyPrinter.cpp SpyPrinter.exe SpyPrinter.res Unit1.dfm
ZiPrinter
- 用于实现虚拟打印的功能。其中包含ZiPrinter.cpp和ZiPrinter.h两个Source文件。-for Virtual Print function. Which includes two ZiPrinter.cpp and ZiPrinter.h Source document.
MyDevelopPrinter
- 实现虚拟打印功能,主要包含:Printer.cpp,PrinterDlg.cpp,PrintRX.cpp,StdAfx.c-virtual print function, which mainly includes : Printer.cpp. PrinterDlg.cpp, PrintRX.cpp, StdAfx.c
printer
- 实验5 模拟打印机中的fifo.h和fifo.cpp文件 数据结构实验-Experimental simulation data structure p
print
- 终端测试台数据打印主要包括两个文件,PrintRX.cpp和PrintRX.h-The source codes can be used CAN message receiving or transmitting on CAN bus.
PROGRAM--OF--SINE-SERIES
- program for printing sine series in cpp
CPP-PrintTest
- 监控打印机的一些基本参数,对打印编程的人希望有帮助。-Monitoring some of the basic parameters of the printer, people want to know the print programming.
snake
- 贪食蛇,用VS2013开发的Win32程序。 虽然是.cpp基本还是C的开发模式。 使用了windows库。-Snake Using VS2013 development of the Win32 program.
CPP-Findkth
- 如果某个整数x(x> 1)存在一个数组中,则2*x+1和3*x+1也必定在这个数组中,已知1为该数组中的元素,现给定一个整数k(k> 1),要求求出该数组中的第k大的数。例如a[3] {1,2,3},当k 1,则返回3;k 2,则返回2;k 3,则返回1;k> 4或k<1,输出错误。-If an integer x (x> 1) exists in an array, then 2* x+ 1 and 3* x+ 1 must also be in this a