搜索资源列表
WPF写的自动电源管理
- Visual Studio 2010开发环境 实现功能:定时挂起、休眠、注销、重启、关机、提醒
nt_thread
- 自己写的。多线程控制的演示程序。 包括线程的创建、挂起和释放。 附有详细的注解-wrote it myself. Multithreading control of the demonstration program. Thread including the creation, aloof and release. With detailed explanation
ProcessSchedule5
- 操作系统进程的挂起和解挂,内存的动态分配以及进程运行完毕后回收内存等。功能齐全,供大家参考-operating system processes linked to the duration of reconciliation, dynamic memory allocation, and the process of recovery after the operation memory. Fully functional, for
ThreadTestsAllInOne
- "多线程的例子"包括了多线程的各个方面,都是教学中积累的经典例子与实际应用的例子:同步、睡眠、 挂起、唤醒、优先级、线程组,线程与Swing……(另附相关技术文档) 使用方法:因为开发工具为eclipse3.1,所以这些工程文件都可以直接导入。-"multithreading example" will include multithreading in all aspects, Teaching is
Processsimulation
- 可以模拟进程的各个功能,如唤醒,阻塞,等待,挂起,运行等功能.-Can simulate the process of the various functions, such as wake-up, obstruction, wait, hang, run functions.
1330
- 本例子讲解了线程的各种基本操作,包括创建线程、挂起线程、唤醒线程、终止线程功能。程序简单,一看就会明白。(注意:这个例子主要是针对初学者的) -This example to explain the basic operation of various threads, including the creation of threads, thread hang, wake-up threads, thread terminatio
pro_con
- 生产者消费者问题,于网上的大众答案相比,本人使用了rand()函数,随机挂起线程-Producers of consumer issues, on-line compared to the general answer, I used the rand () function, random hang thread
CreateMultiThread
- 一个测试多线程的小程序,实现多线程(创建,启动,挂起,唤醒,结束,终止)-A test of a small multi-threaded process, the realization of multi-threaded (creation, start, suspend, wake-up call, ending, termination)
Memory
- 一个可以将任何进程挂起的lib文件,带有源码-A process can hang any of the lib files, with source
LineProcess
- 工作线程详解。(建立,挂起,运行,退出的全过程)-Detailed worker threads. (Create, hang, run, withdraw from the whole process)
Createprocess
- 创建进程提醒,挂起恢复进程,是一个不错的程序,-Create a process to remind, hang recovery process, it is a good procedure,
task_manage
- 本程序主要在于演示uc/os-ii 任务管理函数的基本功能,即如何创建、挂起、恢复及删除任务,以及完成这些操作对任务状态及属性的改变情况。使用Mircosoft Visual C++6.0编译,学习uc/os-ii 2.80版RTOS的范例。-This procedure is to demonstrate the main uc/os-ii task management function of the basic functions
tongbu
- 操作系统课程设计——两个线程同步,包括线程创建、挂起与等待。-Operating systems curriculum design- the two thread synchronization, including thread creation, hang and wait.
QueueRegedit
- 常用有关于计算机优化的注删表批处理文件。比如网络共享,安装SQL Server 2000 系统挂起等等。搞定这些小事情。-Commonly used on the computer table to optimize the injection of a batch file to delete. For example, a network share to install SQL Server 2000 system hangs a
Threadcontrol
- MFC线程例子,VS2005,线程启动,挂起,恢复-MFC-threaded example, VS2005, thread start, suspend and resume
damemoWin
- windows下的守护进程,可以灵活设置守护的方式,该守护进程不仅能定时点名进程管理器中的进程,还可以实时发现某个进程中的线程僵死或挂起的情况并强行终止。-I can t write english
TThread
- 多线程。包括建立并挂起线程,唤醒并继续线程,单独的挂起线程。时间控件控制循环。-Thread
ENUM
- 进程管理器,可以枚举、挂起、恢复、*进程的程序-Process Manager, you can enumerate, suspend, resume, kill process, process
thread
- 一个简单的程序,关于线程的操作--挂起和恢复,通过界面,我们可以体会到挂起和恢复操作。-A simple procedure, with regard to the operation of the thread- suspend and resume, through the interface, we can see that suspend and resume operations.
C#挂起进程
- 这是一个用C#写的根据进程PID挂起进程的示范性的小程序(This is an exemplary small program to hang up the process based on the process PID written in C#)