资源列表
00
- 一个不错的进程调度,可以运行,欢迎使用。-A good process scheduling, you can run, welcome.
Java_-summary-of-multi-threaded
- Java_多线程与并发编程总结 老手也有很大的借鉴价值-Java_ summary of multi-threaded and concurrent programming
ThreadSecurity-singleton-model
- 线程安全的单例模式,完成封装好了,可以直接调用,里面还有使用说明文档。-Thread-safe singleton pattern, complete the package OK, you can be called directly, there is also used documentation.
sharememclass
- 进程间通信的一个很好的例子,希望对你有所帮助。-Inter-process communication is a good example, you want to help.
Job-scheduling
- 在多通道批处理系统中,作业的运行除了考虑作业之间的优先关系之外,还必须考虑系统能否为其所需的资源分配资源。因为在多通道批处理系统中同时有不只一道作业在CPU中运行,这样就会导致某个作业需要的资源正在被另一个作业占用,这样就会导致无法分配资源的作业进入等待状态,直到该资源被其它作业释放后才能重新激活。-Batch processing in multi-channel system, jobs run in addition to considering the precedence relati
virtual-memory-allocation--tracking
- 编写一个程序,包括两个线程,一个线程用于模拟内存分配活动,另一个用于跟踪第一个线程的内存行为,要求两个线程之间通过信号量实现同步,模拟内存活动的线程可以从一个文件中读出要进行的内存操作。将VirtualAlloc函数的参数flAllocationType分别设置为MEM_RESET,MEM_TOP_DOWN,将flProtect参数分别设置为PAGE_GUARD,PAGE_NOACCESS,PAGE_NOCACHE,执行并查看内存分配的结果。-Write a program that consi
duoxianchengfuwuqi
- 多线程服务器实现回显功能,包含一个客户端程序一个服务器端程序。在linux下开启服务器程序可以对多个客户端服务。-Echo multi-threaded server implementation features, including a client program of a server-side program. Under the linux server program can open multiple client services.
multithread
- vc进行的多线程操作,可以进行一定范围内的速度优化,能够缩短程序执行时间-multithread tools
thread
- 一段线程插入方面的源代码,很不错,与大家分享交流。-Aspects of a thread into the source code, very good.
duoxiancheng
- 使用多线程进行多网页读取,加入了线程的等待以及开始!-More pages using multiple threads to read, waiting to join the thread and start!
The-problem-of-product-and-consume
- 生产者-消费者问题是一个经典的进程同步问题,该问题最早由Dijkstra提出,用以演示他提出的信号量机制。在同一个进程地址空间内执行的两个线程。生产者线程生产物品,然后将物品放置在一个空缓冲区中供消费者线程消费。消费者线程从缓冲区中获得物品,然后释放缓冲区。当生产者线程生产物品时,如果没有空缓冲区可用,那么生产者线程必须等待消费者线程释放出一个空缓冲区。当消费者线程消费物品时,如果没有满的缓冲区,那么消费者线程将被阻塞,直到新的物品被生产出来。-The producer- consumer qu
monitoring360
- 监控360进程,同事也可以改为监控其他进程-360 process control, co-workers can also be changed to monitor other processes. . . . . . . . . . . . . . . . . . . .
