资源列表
进程调度算法实验报告
- 关于进程的调度算法 实验设计: (1)设计一个有N个进程共行的进程调度程序。每个进程由一个进程控制块 PCB表示。进程控制块包括以下信息:进程名,进程优先数,进程需要运行的时间,占用CPU的时间以及进程的状态等。 (2)本调度程序用优先数调度算法。 (3)编写程序并调试运行。 -on the process of scheduling algorithm Experimental Design : (1) design a process of a total of
FTP-Multi-Thread
- VB 无需使用INET控件,多线程登录FTP服务器。-Without the use of INET control, the multi thread login to the FTP server.
MultiThread
- 在vc++环境下的关于多线程的编程例子,可以很明确的了解这个过程-In vc++ environment on multi-threaded programming examples can be very specific understanding of the process
TimerLite
- Mulitimedia Timer in VB6 with Cla-Mulitimedia Timer in VB6 with Class
KProcCheck
- 查看Windows下所有进程,即使这个进程被隐藏-View Windows all process, even if the process was hidden! !
AutoActive
- 采用互斥体的方法,防止程序多次运行,App.PreIntance只能判断当前目录是否有多个实例运行,本程序可以将exe拷贝到任何目录,但只能运行一个实例。
VC-process
- VC进程遍历,可以通过PID或进程名来结束进程-The VC process traversal, to end the process by PID or process name
SQL的实现
- 本原代码是基于C语言的原程序。是用 C语言实现的SQL语言-primitive code is based on the C language of the original procedure. C is the language of SQL language
Event
- vc开发环境事件编程源代码,清晰简明说明了程序中如何使用事件-example code for event.
CriticalSectionMFC
- 多线程保护区的上锁与解锁,本地线程上锁保护的一个类.
Thread2
- vb开发的多线程例子,互相调用例子。VB线程不好弄。-multi thread demo
112740VCproducerConsumerModel
- 题目:多线程同步方法解决生产者-消费者问题-Title: Multi-thread synchronization solution to the producer- consumer issues