资源列表
[进程与线程] 实验三 最高优先级调度代码
说明:模拟创建进程(建立一个记录型数据结构PCB):给出进程标识、状态、到达时间、运行时间等用先来先服务调度算法进行模拟实现-simulation creation process (to establish a record type data structure PCB) : the process of identification is given, state, arrival time, the time spent running a first-come first-service s<陈中会> 在 2025-11-25 上传 | 大小:1kb | 下载:0
[单片机(51,AVR,MSP430等)] 14433
说明:AD14433和AT89C51子程序已做实验.QQ403553171-AD14433 and AT89C51 subroutine experiment has been done. QQ403553171<梁进华> 在 2025-11-25 上传 | 大小:1kb | 下载:0
[其他小程序] lxing
说明:编译原理小程序 有点小问题 源程序文件内容如下: main() { int a, b a = 10 b = a + 20 } 要求输出如下: (2,”main”) (5,”(”) (5,”)”) (5,”{“} (1,”int”) (2,”a”) (5,”,”) (2,”b”) (5,” ”) (2,”a”) (4,”=”) (3,10) (5,” ”) (2,”b”) (4,”=”) (2,”a”) (4,”+”) (3,20) (5,” ”) (5,”)”)-Compiler Princ<刘星> 在 2025-11-25 上传 | 大小:1kb | 下载:0