资源列表
process
- 进程终结程序,可以结束任务管理器的中的进程。-The end of the process procedures, the task manager to end the process.
TestThread
- 多线程是为了同步完成多项任务,不是为了提高运行效率,而是为了提高资源使用效率来提高系统的效率。线程是在同一时间需要完成多项任务的时候实现的。
threadlocal
- ThreadLocal几种情况描述,主要包括对共享变量的控制-something about ThreadLocal
Clesson2
- 进程间通信PPT教程,可供C++初学者学习使用-C++ lesson
createThread
- Windows多线程编程之创建线程 create thread-Multithreaded Programming Windows create a thread create thread
Project
- 工程实际中摘取的实时曲线显示,用进程来实现,有一定借鉴价值.-Engineering real-time curve shows extracted, using the process to achieve, a certain reference value.
SimpleThreadDemo
- 简单给出了delphi下多线程的各种用法-Easy multithreading under delphi given the various uses
java111
- 有一个南北向的桥,只能容纳一个人,现桥的两边分别有10人和12人,编制一个多线程程序让这些人到达对岸,每个人用一个线程表示,桥为共享资源-A north-south bridge can only accommodate one person, on both sides of the bridge is now 10 and 12 respectively, the preparation of a multi-threaded program to allow these people to
ThreadBool
- 线程池是一种多线程处理形式,处理过程中将任务添加到队列,然后在创建线程后自动启动这些任务。线程池线程都是后台线程.每个线程都使用默认的堆栈大小,以默认的优先级运行,并处于多线程单元中.如果某个线程在托管代码中空闲(如正在等待某个事件),则线程池将插入另一个辅助线程来使所有处理器保持繁忙.如果所有线程池线程都始终保持繁忙,但队列中包含挂起的工作,则线程池将在一段时间后创建另一个辅助线程但线程的数目永远不会超过最大值.超过最大值的线程可以排队,但他们要等到其他线程完成后才启动-Thread pool
Test0904
- 本程序主要是用来讲解工作线程的基本用法,代码中有详细的注释加以说明,还用到嵌入桌面,配置文件等,有较高的参考学习价值。-This procedure is mainly used to explain the basic use of worker threads, the code comment in detail to illustrate, but also use an embedded desktop, configuration files and so on, have a hi
process
- 一个可以用来拦截进程是否通行的源码-Whether the process can be used to intercept a pass in the source
servlet.jar
- 这不文档介绍了 多线程的安全 和单线程的不安全问题 大家多-This does not document describes the safety and single-threaded multi-threading problem we see more of insecurity
