搜索资源列表
dos_info
- 一个在DOS下计算CPU速度、获得计算机名、判断操作系统、获得计算机IP地址等小程序-a DOS computing CPU speed, computer access, and judgment operating system, computer IP address of small programs
banker_by_array
- 本程序为自己在学习操作系统时独立根据书上所述的银行家算法制作而成,包括一个数组输入函数(Sr()),数组输出函数(Pr())和一个判断函数(test()),并通过指针传递参数,可以自定义进程数目和资源种类数目(源程序限10个以内,可自行更改数组)。 注:本程序是在linux环境下通过gcc编译器编译成功的。若移植到windows环境下可能在汉字显示部分出现乱码。-This procedure for their own independence in learning, when the o
sisuowenti
- 这个是操作系统的一个实验,实现死锁问题,并能判断如果给出进程资源数目能响应的给出系统是否安全-This is an experimental operating system to achieve deadlock and give the process to determine if the number of resources to respond to the safety of the given
Banker
- 用于操作系统,银行家算法,用以计算安全性,判断如何分配资源,判断资源分配是否安全-For the operating system, banker' s algorithm for computing security, determine how to allocate resources, determine the allocation of resources if it is safe
WichOS
- 判断操作系统, whichOS. 大家有需要的可以看下.-whichOS
yinhangjiasuanfa
- 操作系统中用C++实现银行家算法,实现安全性算法。可以判断这个系统资源是否足够与是否可以进程申请资源后系统是否安全。-The operating system using C++ realization of banker' s algorithm to achieve security algorithms. The system can determine the adequacy of resources and the possibility of the application
ttl
- 该程序用于根据ttl值判断主机的操作系统类型-The program is used to determine the value based on the host ttl type of operating system
getos
- 首先,判断程序当前所在的操作系统代码,然后以人性化的文字显示当前所在的操作系统的名称。-First, determine what is the program s currently operating system code, and then display the current, user-friendly text name of the host operating system.
ProcessMonitorProject
- 进程监控功能实时监控操作系统中的所有进程运行情况,如果发现非法进程,就立即阻止或结束其进程,当阻止或结束动作 完成后,将此情况记录到日志文件中,以便后续追查。非法进程是通过自动判断或人工手段通知进程监控程序,进程监控得到黑 进程列表后,实时判断当前系统中是否存在非法进程。 -Process monitoring in real-time monitoring of all operating system processes running, and if found illeg
CSPListDefault
- 获取WINDOWS操作系统所有CSP,并判断系统默认CSP的小程序。-Acquire all CSP Providers of local system, and judge which one is default CSP.
bankers-algorithm-code
- 功能:操作系统银行家算法代码:输入资源名称和数量,输入进程数量和MAX大小,输入进程请求分配资源,判断序列是否是安全的,若是安全的,给出安全的序列,分配资源。操作系统银行家算法代码-Function: input the name of the resource and the quantity, size of the input process number and MAX, the input process requesting allocation of resources to de
易语言判断系统位数32或64
- 用易语言,自动判断操作系统是32位还是64位(Judging whether the system is 32 or 64)
精易模块7.6.0
- 源码MD5:73ecb59958395baebdebcccac1115ce0 模块MD5:53e97b77a3f28e6bd844a324e035556c 一、新增 1、新增“文本_取某位置文本”,返回指定位置处的文本;感谢【@huangxy0051 】提供; 2、新增“文件_是否被占用”检查目标文件是否处于占用状态; 3、新增“窗口_取句柄_递归”用递归的方式取指定类名的句柄,成功返回控件的句柄,失败返回0; 4、新增“窗口_取顶端文件夹路径”成功返回路径,失败返回空文本; 5、