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

搜索资源列表

  1. Multi_Threads

    0下载:
  2. 许多种类的应用程序都需要长时间操作,比如:执行一个打印任务,请求一个 Web Service 调用等。用户在这种情况下一般会去转移做其他事情来等待任务的完成,同时还希望随时可以监控任务的执行进度。 -many types of applications require prolonged use, such as : the implementation of a print job, request a so called Web Service. Users in this situat
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:66408
    • 提供者:宁宁
  1. 监测当前打印机状态

    0下载:
  2. 通过此程序可以了解当前打印机的状态包括打印任务队列,各任务状态,所有者进度和开始时间-through this procedure can understand the current state of the printer, including print job queue, the task of the state, the owner's progress and the start time
  3. 所属分类:打印编程

    • 发布日期:2008-10-13
    • 文件大小:33503
    • 提供者:习志平
  1. dandao

    0下载:
  2. 编写并调试一个单道处理系统的作业等待模拟程序。   作业等待算法:分别采用先来先服务(FCFS),最短作业优先(SJF)、响应比高者优先(HRN)的调度算法。   对每种调度算法都要求打印每个作业开始运行时刻、完成时刻、周转时间、带权周转时间,以及这组作业的平均周转时间及带权平均周转时间,以比较各种算法的优缺点。 -Write and debug a single-channel processing system operating to wait for simulation
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-27
    • 文件大小:1736
    • 提供者:sylvia
  1. Soft20060210164149878

    0下载:
  2. 虚拟图像打印机驱动 NED Image Driver is a printer driver for Microsoft Windows 2000. It is installed and it operates like any other printer driver. However, instead of sending documents to a real printer, it creates a multi-page TIFF file that you can view wit
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-27
    • 文件大小:271516
    • 提供者:guoyang
  1. PrintTest

    0下载:
  2. Printing job in java code help you to print doc
  3. 所属分类:Java Develop

    • 发布日期:2017-04-04
    • 文件大小:1529
    • 提供者:Rahul
  1. yasale

    0下载:
  2. {Demo program to show usage of the OnPrintHTMLHeader/Footer events to add Headers and Footers to the Print job.}
  3. 所属分类:Editor

    • 发布日期:2017-04-04
    • 文件大小:7365
    • 提供者:juandaflo
  1. 7777

    0下载:
  2. 用Visual Basic 演示如何发送脱机打印任务-With Visual Basic demonstrates how to send off a print job
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-07
    • 文件大小:4584
    • 提供者:hou yong
  1. print

    0下载:
  2. 没有打印机的时候,用来的发送脱机打印任务-When the printer is not used to sending off-line print job
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-29
    • 文件大小:4386
    • 提供者:fadsd
  1. 7print

    0下载:
  2. 想你的打印机(print)发送脱机打印任务-Would like your printer (print) to send off a print job
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-14
    • 文件大小:4805
    • 提供者:bo wei
  1. VCPrint

    0下载:
  2. VC++打印实例 控制打印 打印工作卡-Instance of VC++ Print control to print the print job card
  3. 所属分类:Printing program

    • 发布日期:2017-04-09
    • 文件大小:1490220
    • 提供者:邵江
  1. PrintTest

    0下载:
  2. 此源码利用C#实现多线程控制打印的暂停和继续,以借助于API函数"SetJob"来实现.这个函数可以对一个打印作业的状态进行控制,-The use of C# source code control of multi-threaded printing pause and continue, to the help of API function " SetJob" to achieve. This function can be the status of a print j
  3. 所属分类:CSharp

    • 发布日期:2017-04-06
    • 文件大小:30896
    • 提供者:yleio
  1. yinshua

    0下载:
  2. 印刷任务问题,课程设计的题目,巴拉巴拉巴拉-Print job problem, the subject of curriculum design, Bala Bala Bala
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-10
    • 文件大小:568
    • 提供者:叶繁
  1. 77sadadada

    0下载:
  2. 发送脱机打印任务,很不错的VB源码,VB爱好者可以下载使用-Send offline print job, a very good source VB, VB enthusiasts can download and use
  3. 所属分类:Printing program

    • 发布日期:2017-04-14
    • 文件大小:4950
    • 提供者:starg7
  1. printer

    1下载:
  2. 测试你对这项任务队列和你有能力使用STL队列适配器的理解。您被要求完成的实施方案模拟一个共享打印机。这种打印机使用先入先出队列。 仿真工程通过阅读和处理从数据文件中的事件列表。每一个有效的数据文件中的行包含有关打印作业和作业提交时,这个时间信息。具体来说,在每一行中包含的信息是时间(以秒为单位)提交作业,在作业的页面长度,以及从中作业提交计算机的名称。在仿真开始时,这些事件都应该是阅读的计划,并在继承的工作量队列中。 该方案应通过增加内部模拟一个循环或while循环计数器时间的推移。
  3. 所属分类:Windows编程

    • 发布日期:2013-05-06
    • 文件大小:10475
    • 提供者:
  1. 40

    0下载:
  2. 监控打印机的打印任务、打印作业,打印记录数,打印纸张-Monitor the printer' s print job, print job, print the number of records, printing paper
  3. 所属分类:Printing program

    • 发布日期:2017-04-01
    • 文件大小:11955
    • 提供者:fangfang
  1. FIFO

    0下载:
  2. 用C++实现网络打印机,作业先到先打印,后一个作业到达时,若前一作业未打印完成,等待-With C++ network printer, first come, first print job, after a job arrives, if the print job is not completed before a waiting
  3. 所属分类:Windows Develop

    • 发布日期:2017-11-24
    • 文件大小:174977
    • 提供者:李志飞
  1. 4574252746

    0下载:
  2. VB打印任务监控程序的源代码,有需要的就下载吧。-VB print job monitoring program' s source code, there is a need to download it.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-26
    • 文件大小:11555
    • 提供者:红烧排骨
  1. prjPrintSpool

    0下载:
  2. VB打印任务监控程序的源代码,适时获得当前打印机的任务状态,列出正在打印的任务,同时对所有任务进行管理 ,可结束和暂停任务,写的不错。-VB print job monitoring program s source code, the task of timely access to current printer status, list is printing tasks, while management of all tasks, to end and pause tasks and
  3. 所属分类:Printing program

    • 发布日期:2017-04-02
    • 文件大小:11259
    • 提供者:lws
  1. 753734465

    0下载:
  2. 基于VB的打印任务监控程序,有需要的就下载吧。-VB-based print job monitoring program, there is a need to download it.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-15
    • 文件大小:11467
    • 提供者:桂花翅子
  1. Printer

    0下载:
  2. vc下调用打印机接口添加打印任务进行打印-call the next print job vc add printer interface for printing
  3. 所属分类:Communication

    • 发布日期:2017-04-24
    • 文件大小:10170
    • 提供者:荣承势
« 12 3 »
搜珍网 www.dssz.com