资源列表

« 1 2 ... .87 .88 .89 .90 .91 2292.93 .94 .95 .96 .97 ... 16282 »

[系统编程Binary-Tree

说明:数据结构中树的遍历及其线索化的显示,与严蔚敏一书中的例子几乎一致。-Data structure in the tree traversal clues display almost identical, and Yan Wei Min book example.
<李亚运> 在 2025-03-06 上传 | 大小:2kb | 下载:0

[系统编程banker

说明:银行家算法,通过C++实现银行家算法避免死锁。-Bankers algorithm, C++ achieve bankers algorithm to avoid deadlock.
<cai> 在 2025-03-06 上传 | 大小:2kb | 下载:0

[系统编程Multilevel-feedback-queue-scheduling

说明:进程多级反馈队列调度:当一个新进程进入内存后,首先将它放入第一队列的末尾,按FCFS原则排队等待调度.当轮到该进程执行时,如它能在该时间片内完成,便可准备撤离系统 如果它在一个时间片结束时尚未完成,调度程序便将该进程转入第二队列的末尾,再同样地按FCFS原则等待调度执行,以此类推。-Multilevel feedback queue scheduling
<张明> 在 2025-03-06 上传 | 大小:2kb | 下载:0

[系统编程Job-scheduling

说明:编写并调度一个多道程序系统的作业调度模拟程序。   作业调度算法:采用基于先来先服务的调度算法。可以参考课本中的方法进行设计。 对于多道程序系统,要假定系统中具有的各种资源及数量、调度作业时必须考虑到每个作业的资源要求-Job scheduling
<张明> 在 2025-03-06 上传 | 大小:2kb | 下载:0

[系统编程file-system

说明:编程模拟一个简单的文件系统,实现文件系统的管理和控制功能。要求本文件系统采用两级目录,即设置主文件目录[MFD]和用户文件目录[UED]。另外,为打开文件设置运行文件目录[AFD]。设计一个10个用户的文件系统,每次用户可保存10个文件,一次运行用户可以打开5个文件,并对文件必须设置保护措施。在用户程序中通过使用文件系统提供的Create、open、read、write、close、delete等文件命令,对文件进行操作-file sy
<张明> 在 2025-03-06 上传 | 大小:2kb | 下载:0

[系统编程Variable-partition-allocation

说明: 设计一个可变式分区分配的存储管理方案。并模拟实现分区的分配和回收过程。-Variable partition allocation
<张明> 在 2025-03-06 上传 | 大小:2kb | 下载:0

[系统编程quzhizhen

说明:取当前鼠标指针形状.e,此源码主要用于教学之用,适合初学者,希望喜欢-Take the current shape of the mouse pointer e, this source is mainly used for teaching purposes, suitable for beginners, hope you like it
<刘真心> 在 2025-03-06 上传 | 大小:2kb | 下载:0

[系统编程LL(1)

说明:LL(1)文法分析程序,基于一定的LL(1)文法,判断输入的程序片段是否符合给定的LL(1)文法。-LL (1) grammar analysis program, based on some of the LL (1) grammar, the judge entered the program fragment whether a given LL (1) grammar.
<青玉案 > 在 2025-03-06 上传 | 大小:2kb | 下载:0

[系统编程flypy

说明:python脚本程序打包成单个exe文件,注意,是单个exe,很实用的程序-python scr ipts packaged into a single exe file, note that a single exe, very practical program
<xiaofeng> 在 2025-03-06 上传 | 大小:2kb | 下载:0

[扫描程序portscan

说明:一个简单的端口扫描程序,可检测目标主机开放的端口-A simple port scanner can detect the target host open port
<王风> 在 2025-03-06 上传 | 大小:2kb | 下载:1

[Linux/Unix编程sample_sort

说明:在linux环境下用c写的关于sample sort的多线程排序算法。-Write c in linux environment, multi-threaded sorting algorithms on sample sort
<曹操> 在 2025-03-06 上传 | 大小:2kb | 下载:0

[系统编程Table-02

说明:链式结构的线性表 链式结构的线性表 -Linear form linear form linear chain structure chain structure of the chain table structure
<张龙天> 在 2025-03-06 上传 | 大小:2kb | 下载:0
« 1 2 ... .87 .88 .89 .90 .91 2292.93 .94 .95 .96 .97 ... 16282 »

源码中国 www.ymcn.org