资源列表
cPPxianchen
- 一个基于线程的异步串行通信程源码,希望你们喜欢-the c++ program by
dwfault-unit
- ITU G 723 1 无线应用的可升级的信道编码方案 ,ITU 源码,()
RRw
- 实现了用时间片轮转法调度虚拟进程。-Round-Robin scheduling virtual process time slice.
multithreadstudy
- 希望通过这四篇文章,对你学习多线程有所帮助。-Hope that through this article 4 of the study you will help multi-threaded.
delphi_Thread_Study
- delphi多线程相关学习教程,详细解析了thread类。-delphi multi-threading tutorials, detailed analysis of thread class.
HuChiLiang
- 教科书式的DELPHI源码,演示了进程互斥及线程互斥,相信对初学者会有很大帮助。-DELPHI source of the textbook demonstrates the mutual exclusion and thread mutexes, I believe there will be a great help for beginners.
pipe-for-cPPbuilder
- C++builder编写的管道数据读取功能,其中ADD是测试程序,具体应用时把builder程序中子程序的位置需要改成ADD程序所在位置-Data read function C++builder written pipeline, including ADD test program, the specific application builder program subroutine strcpy (command, " F: \ \ Research \ \ pipe \ \ ADD \
philosophesdine
- 哲学家进餐问题算法用VC++程序实现,非常经典的程序,很不错的哦。源代码完全开放-Dining Philosophers algorithm uses VC++ program to achieve a very classic procedures, very good oh. Completely open source code
jinchengdiaodu
- 操作系统进程调度课程设计,包括三种进程调度算法-The operating system process scheduling curriculum design, including three kinds of process scheduling algorithm
HackScaner
- HackScaner IP 网络探索者 扫描 多线程
336986
- WCDMA关键技术,一篇很有价值的文章,里面内容是WCDMA物理层的内容,有具体参数,()
哲学家进餐问题
- 程序是操作系统中比较典型的线程同步算法中的哲学家进餐问题,为防止死锁,采取了两个条件(筷子空闲)同时满足时再允许进餐的办法来解决。