搜索资源列表
lunzhuang
- 调度5个进程的进程调度算法 实现进程调度,系统 -5 program processore#include "stdio.h" #include <stdlib.h> #include <conio.h> #define getpch(type) (type*)malloc(sizeof(type)) #define NULL 0 struct pcb { /* 定义进程控制块PCB*/ char name[10] char state
Simple-power-on-password-program
- 基于C语言实现简单的开机密码程序#include "conio.h"#include "string.h"#include "stdio.h"-Based on the C language to achieve a simple power-on password program#include "conio.h"#include "string.h"#include
conio.h
- 可用于linux系统的conio.h文件