资源列表
[其他小程序] jinchengdiaodu
说明:模拟进程调度算法,用先来先服务算法进行调度。-Simulate the process of scheduling, first-come first-served scheduling algorithm.<张驰> 在 2024-11-12 上传 | 大小:1kb | 下载:0
[其他小程序] jinchengdiaodu2
说明:进程调度算法,使用类做的先来先服务算法进行调度-Process scheduling algorithm, using the class to do a first-come first-served scheduling algorithm<张驰> 在 2024-11-12 上传 | 大小:1kb | 下载:0
[其他小程序] sudentmanagement
说明:题2: 设计一个词法扫描器。词法扫描器的功能是输入源程序,输出单词符号。写出关键字集合和程序流程图。-Title 2: Design a lexical scanner. Function of lexical scanner is an input source and output word symbols. Write keyword collections and program flow diagram.<demi> 在 2024-11-12 上传 | 大小:1kb | 下载:0
[其他小程序] MonksandSavageproblem
说明:修道士与野人问题 struct INFO { int nSavage // 岸边野人的数量 开始为3 全部到对岸为0 int nBoanerges // 岸边传教士的数量 开始为3 全部到对岸为0 int nSide // 船的位置 在此岸为-1 彼岸为1 int nMoveSavage // 渡河的野人的数量,用于递归时记录操作状态 int nMoveBoanerges // 渡河的<wangfei> 在 2024-11-12 上传 | 大小:1kb | 下载:0
[其他小程序] Array2D_Pointer
说明:在C++中,可以直接用[][]实现二维数组,但是[][]不能重载,所以,用模版与指针实现的自定义二维数组-2d array implemented using pointer or template<gb18030> 在 2024-11-12 上传 | 大小:1kb | 下载:0