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