搜索资源列表
操作系统部分算法模拟软件
- 本软件设计的目的是: 通过编写程序,将操作系统部算法以可视化的方式模拟出来,最终达到对这些算法有一个比深的理解。 本软件演示的算法有: 多种资源的银行家算法 可变分区存储算法 生产者——消费者(PV操作模拟) FIFO算法和LRU算法(页面淘汰算法) 请求分页算法 CUP——I/0利用率分析 开发工具: Delphi 7.0 -The software is designed to : develop procedures of the opera
HuChiLiang
- 教科书式的DELPHI源码,演示了进程互斥及线程互斥,相信对初学者会有很大帮助。-DELPHI source of the textbook demonstrates the mutual exclusion and thread mutexes, I believe there will be a great help for beginners.
LingJieQu
- 教科书式的DELPHI源码,演示了线程破坏共享数据、线程死锁及线程同步,相信对初学者会有很大帮助。-DELPHI source of the textbook, and destroy the shared data thread, thread deadlocks, and thread synchronization, I believe there will be a great help for beginners.
XinHaoLiang
- 教科书式的DELPHI源码,演示了线程线程中如何使用信号量,相信对初学者会有很大帮助。-Textbook DELPHI source code, demonstrates how to use the semaphore thread thread, I believe there will be a great help for beginners.
DelphiSocket
- Delphi开发SOCKET编程,包括服务器端、客户端程序,希望送给有用的朋友。-Delphi developers SOCKET programming, including the server side, the client program, I hope to give a useful friend.
ThreadServer
- DELPHI 多线程的实例,特共享给大家,希望能给大家有所帮助,多线程,多任务的模式,稳定性已经测试,如有修改请COPY我一份-Examples DELPHI multithreaded, special share to everyone, I hope we can be helpful, multi-threaded, multi-tasking mode, stability has been tested and is subject to change, please COPY me
Delphi-DLL-Injection
- dll注入演示代码,I Have translated the C++ Source to Delphi, check attachments for full source+ examples-I Have translated the C++ Source to Delphi, check attachments for full source+ examples
delphi-thread-gui
- The problem I had to solve is how to make file processing as fast as possible. Having a bunch of files ( 500 to 2000+) I have to process them (let s call this scanning ). The sequential approach (one after another) proven to be too slow. Machines hav