资源列表
[其他小程序] C++homework
说明:一个帮助大家理解C++关于纯虚函数的程序,也是谭浩强老师C++编程里面的一道作业题-Help us to understand a C++ On the pure virtual function of the process, but also strong teachers Hao C++ Programming operations together inside title<郑杨> 在 2025-06-22 上传 | 大小:4kb | 下载:0
[其他小程序] FCFS
说明:实现简单的进程调度算法FCFS的模拟,将模拟进程运行的结果显示出来。假设刚开始时有5个进程处于就绪状态,要求用FCFS调度算法为这些进程分配处理机-Simple process of scheduling algorithm FCFS analog, will simulate the process of running the results are displayed. Assuming there is the beginning of the process in the five s<cm> 在 2025-06-22 上传 | 大小:1kb | 下载:0
[其他小程序] gxyb
说明:用C实现简单的高响应比优先调度算法的模拟,将模拟进程运行的结果显示出来。假设刚开始时有5个进程处于就绪状态,要求用高响应比优先调度算法为这些进程分配处理机。-Using C to achieve a simple high-priority scheduling algorithm than in response to the simulation, the simulation of the process of running the results are displayed. Assu<cm> 在 2025-06-22 上传 | 大小:1kb | 下载:0
[其他小程序] baseCla
说明:利用虚函数手段,按照三种不同的数据存储方式及其处理方法来实现如下的所谓“反序输出问题”:从键盘输入n 个int 型数据先存储起来(具体n 值由用户从键盘输入),而后再按照与输入相反的顺序将这些数据显示在屏幕上。具体地说,可通过在基类baseCla 及其派生类method1Cla、method2Cla 和method3Cla中说明如下的同一个虚函数“virtual void reverseout() ”,来实现所述问题的三种不同处理方法。例如,可设计并使用已经在第四章和第六章的实践题中所使用的数据<cm> 在 2025-06-22 上传 | 大小:1kb | 下载:0