资源列表
java-duoxiancheng
- 基于java的多线程下载工具,可以实现断点续传等功能-Java-based multi-threaded download tools, HTTP and other functions can be achieved
lesson-3
- 多线程程序的编写,多线程应用中容易出现的问题。互斥对象的讲解,如何采用互斥对象来实现多线程的同步。如何利用命名互斥对象保证应用程序只有一个实例运行。应用多线程编写网络聊天室程序。-The multi-thread programming, multi-threaded applications written easily appeared problems. Explain how the mutex object, using the mutex object to achieve the
rootkit
- 内核隐蔽进程,可隐蔽进程,有驱动编程技术-rootkit hidden process, the process can be hidden, a driver programming
MulThread
- 多线程编程实例,一个线程控制进度条,另一个线程控制小球运动。本例子是学习多线程编程很界面编程很好的例子-Multi-threaded programming examples, a thread of control progress bar, another thread of control ball movement. This example is multi-threaded programming is to learn good example of programming int
CreateThread
- 鼠标点击按钮,启动线程,马上开始计数, 在Edit中显示,一秒钟刷新一次。-Click the mouse button to start the thread, immediately began to count, in the Edit display, a second refresh.
processinfo
- Windows系统下面获取进程的源代码,采用VC开发,可以获取进程的信息包括可执行程序的路径,进程ID等,可以用于进程监控和其他进程操作。-Windows system process to obtain the source code below, using VC++, you can get the process information includes the path of the executable program, process ID, etc., can be used f
Thread
- 多线程编程,对于初学多线程者有一定帮助,适合工程应用类学习-Multi-threaded programming, multi-threaded for beginners who have some help for learning engineering classes
est
- Multi-core多核多线程处理器的随机测试流量生成技术-Multi-core multithreaded processor flow generation of random test
MultiThread10
- 多线程的一个例子,用于大家学习研究 -An example of multi-threaded, multi-threaded for them to learn from an example study, study and research for all
c_CMutex
- 使用CMutex 类实现线程同步,将了解到声明线程函数,定义全局变量m_Sec,程序睡眠10秒,锁定临界区,对临界区进行解锁,输出变量等知识点。 -Use CMutex class implements thread synchronization, thread function declaration will learn to define global variables m_Sec, program sleep for 10 seconds, lock the critical a
Process-scheduling-algorithm-
- 先来先服务调度算法(FCFS):每次调度都是从后备作业队列中,选择一个或多个最先进入该队列的作业,将它们调入内存,为它们分配资源、创建进程,然后放入就绪队列。在进程调度中采用FCFS算法时,这每次调度是从就绪队列中,选择一个最先进入该队列的进程,为之分配处理机,使之投入运行。该进程一直运行到完成或发生某事件阻赛后,才放弃处理机。 最短作业优先(SJF):每次从后备队列中选择一个或若干个估计运行时间最短的作业,将它们调入内存运行。 -FCFS scheduling algorithm (F
Process
- 进程调度:详细了说明了进程调度的几种方法:如时间片轮转,优先级调用-Process scheduling
