搜索资源列表
Multi_Threads
- 许多种类的应用程序都需要长时间操作,比如:执行一个打印任务,请求一个 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
BackPrnt.02
- 实现前台可以打字,后台可以打印的功能,互不影响,用C++编写,供学习交流-prospects can achieve typing, background print functions, separating C prepared for the exchange of learning
ipb-v2.1.7H
- 采用 UTF-8 编码,完美兼容多语言 中文化的前台界面(不包括论坛帮助) 中文化的后台 中文化的安装与升级系统 中文的版主操作日志 为中文修正的 CSS, Javascr ipt 为中文修正的语言截断 为中文修正的所见所得编辑器 修正邮件预览乱码的问题 修正模板和后台中多处未使用 Charset 声明出现乱码的问题 修正打印页面 HTML 标签错误混乱 去除后台首页附件使用空间统计(附件一多,首页进入奇慢) 加强的 SSI 脚本,允许以 Java
STLogFile
- 快捷的程序日志输出类,使用方便,借口简单。只须填加以个头文件即可,可以方便程序员打印日志。-speedier process log export category, easy to use, simple excuse. Only need to be filled header file, and it would be convenient programmers Print log.
标准打印杨辉三角
- 一般的都是打印直角三角形式的杨辉三角,本人作了点修改,输出等边三角(非直角)形式的杨辉三角, -general are right triangle-print Pascal's Triangle, I made a point changes, the output equilateral triangle (non-Cartesian) form of Pascal's Triangle.
barcode.rar
- EPL 语言条码打印的dll,建立自己的条码打印队列并使条码打印更容易。,EPL language print barcode dll, build your own print queues and make barcode printing easier.
print-service]
- VC6++环境,基于TCP打印机的服务转发,基于多线程编程。此程序能够监听某一端口,然后发往指定的ip地址与端口。-TCP-based printer forwarding services, based on multi-threaded programming
done
- 本系统的同步机构采用信号量上的P、V操作的机制;控制机构包括: (1)阻塞和唤醒操作; (2)时间片中断处理程序模拟时间片中断; (3)进程调度程序负责为各进程分配处理机。 系统中涉及了3个并发进程。它们之间的关系是: (1) 3个进程需要互斥使用临界资源S2。 (2)进程1和进程2又需互斥使用临界资源S1. 本系统在运行过程中随机打印出各进程的状态变换过程,系统的调度过程及公共变量的变化情况。-Synchronization of the sy
The_concurrent_threads_with_synchronous_simple_exa
- 1创建一个打印循环的线程 2创建二个打印循环的线程 3用临界区来处理二个打印循环的线程 4用互斥体来处理2个打印循环的线程 5用信号量来处理2个打印循环的线程-1 create a printed circulation threads 2 create two print circulation threads 3 by the critical area to deal with two print circulation threads 4 with th
dayinji_jiankong
- 监控系统的打印队列,采用多线程同时监控多个打印机中的打印队列。-Print queue monitoring system, using multiple threads simultaneously monitoring multiple printers in the print queue.
HW3
- c语言,多线程实现简单的终端处理器,读取文件,遇到特殊字符时采取相应操作 -A multi-threaded program using the pthread library. Your assignment is to write a program that emulates a simple terminal handler. The terminal handler process consists of three threads. Thread 1reads charac
running3
- 模拟PV操作同步机构,从键盘上输入一组字符,由生产者每次读入一个字符供消费者输出。运行模拟程序,打印依次读入的字符和经消费者输出的字符。-PV operation synchronization, analog, keyboard input from a group of characters, from the producer read a character for each consumer output. Run the simulation program, print the c
coredump
- 在程序崩溃的时候打印dump文件,此dump机制为:若能在程序运行目录中或path中找到ntsd.exe则打印大的dump文件,否则打印minidump记录崩溃的线程以及状态等信息。main函数中为用法,以及例子代码-To print dump file when the program crashes, this dump mechanism: to find ntsd.exe if the program run directory or path in the print large du
word
- 采用ole方式,对word文档中有特定字符的地方进行搜索,并替换为指定内容。对于合同自动打印有一定的帮助。-Ole way to search the word document specific characters, and replaced with the specified content. For the contract automatically print some help.
pthread
- 创建两个线程,分别向线程传递如下两种类型的参数并在线程中打印:传递整型值、传递字符。-Create two threads, the following two types of parameters are passed in each thread to thread print: pass integer value, passing characters.
producer-and-consumer
- 创建4个POSIX线程。其中2个线程(A和B)分别从2个数据文件(data1.txt和data2.txt)读取10个整数. 线程A和B把从文件中读取的逐一整数放入一个缓冲池. 缓冲池由n个缓冲区构成(n=5,并可以方便地调整为其他值),每个缓冲区可以存放一个整数。另外2个线程,C和D,各从缓冲池读取10数据。线程C、D每读出2个数据,分别求出它们的和或乘积,并打印输出。-Creating four POSIX threads. Where two threads (A and B) were r
2
- 创建 2 个线程,实现:按下键盘上“1”键时由线程 1 打印“Hello”,按下键盘上“2”键 时由线程 2 打印“World”,按“0”键时程序-Create two threads to achieve: press on the keyboard " 1" key Printing by the thread 1 " Hello" , press on the keyboard " 2" key to print by a threa
zrivt
- 预定管理 住客管理 信息查询 打印报表 日常业务 各菜单明细说明-Reserve management residents day-to-day business management information query print statements Each menu detail specification
Pfitmap
- Delphi中利用Tbitmap实现窗体图形动态打印,很好的内容-Delphi using Tbitmap form dynamic print graphics, good content
qopeuseful
- 一个关于CFormView类打印的例子,很有启发意义,很好用的-An example on the print CFormView type, is of great enlightening significance, very useful
