资源列表
BANK
- 银行家算法是一种最有代表性的避免死锁的算法。在避免死锁方法中允许进程动态地申请资源,但系 银行家算法 银行家算法 统在进行资源分配之前,应先计算此次分配资源的安全性,若分配不会导致系统进入不安全状态,则分配,否则等待。为实现银行家算法,系统必须设置若干数据结构。-Banker algorithm
phio
- 哲学家就餐问题是在计算机科学中的一个经典问题,用来演示在并行计算中多线程同步(Synchronization)时产生的问题。-Dining philosophers
ICON-Finder
- This program can detect the icons of dlls, executable programs or running applications that you can see in the taskmanager in windows. Very useful to use listing running processes with icons. (only icon finding source included not listing processes)
File-Mapping
- 使用filemapping实现进程间高速通信-Using filemapping to achieve the inter-process cummunication.
fsopt_traderapi_20150324
- 个股期权api 上海期货交易所ctp开发,,需要的请赶紧下载,关于期权的-The development of the stock options ctp api Shanghai Futures,, need, please download quickly, on options
TaskManager_Packetcapture
- 获取任务管理里的所有进程以及可以对网络进行tcp抓包 端口扫描等 功能非常强大-Get all the process of task management in the network and can capture TCP port scanning is very powerful
WinService
- Windows进程的示例代码,需要手动注册进程。-Windows process sample code requires manual registration process.
HackHOOK
- 钩子函数(HOOK)例程,可用于后台监控键盘输入-Hook function (HOOK) routines that can be used to monitor keyboard input back
TFTP_C
- tftp 客户端和服务端,实现tftp功能-tftp client and server to achieve tftp function
linjiequ
- 用软件方法解决上述临界区问题—兄弟。即要求修改sm6,实现accnt1+accnt2 提交的程序名:ex2 采用的算法可选择: –Peterson算法:-Solving these critical problems by using software method . That requires modifications to the sm6 implementation of accnt1+accnt2, the program name- submi
Job_Scheduling
- 我是编程小菜鸟,最近上课编了一个模拟操作系统作业调度的算法,内有FCFS(先到先服务),STF(短作业),RR(时间片),HRF,HRRF(高响应比),供参考,欢迎批评!-This is a Win32 console application which can easily imitating the OS to scheduling job,including FCFS,STF,RR,HRF,HRRF.
Producer_Consumer
- 我是编程小菜鸟= =,这是一个信号量互斥的经典问题,消费者生产者问题的简单实现,使用线程方式,所以在调试时须选择多线程方式。-I was programming a small rookie = = This is a classic problem of mutual exclusion semaphores, producer consumer problem s simple implementation, using threads, so when debugging multith
