试验一,04彭得源

#include<stdio.h>
#include<string.h>
main()
{
    char a[10]="help";
    char b[10]="quit";
    char c[10];

    while(1){
        printf("please enter the command: ");
        scanf("%s",c);
        if(strcmp(c,a)==0) printf("dir\ncd\nmd\nrd\ncls\ndate\ntime\nren\ncopy");
        if(strcmp(c,b)==0) break;
    }
}

总结:第一次做,很多不足,而且c语言忘记好多,要好好学习才行。

时间: 2024-11-08 12:11:05

试验一,04彭得源的相关文章

实验五 04彭得源

#include"stdio.h" #include"stdlib.h" #include"time.h" struct wuli{ int wuli_number; char pname; /*已分配区表登记栏标志,用"0"表示空栏目*/ }; /*内存表*/ struct wuli wuli_table[20]={0}; struct page{ char pname;//进程名称 int psize;//进程大小 int

实验二,04彭得源

#include <stdio.h> #define n 20 struct fcfs { int id; //进程名 int gt; //进程到达时间 int runt; //进程运行时间 int ft; //进程完成时间 int rt; //进程周转时间 }f[n]; void main() { int amount,i,j,l,k; struct fcfs f[n]; printf("请输入进程个数:\n"); scanf("%d",&am

04彭得源

#include<stdio.h> #include<string.h> main() { char liangzu[30][30]={"dir","cd","md","rd","cls","date","time","ren","copy","help","quit&quo

【转】ubuntu14.04 trusty的源

原文网址:http://blog.chinaunix.net/uid-15041-id-4821715.html 一.编辑更新源文件:/etc/apt/sources.list二.更新源索引文件:apt-get update三.国内的更新源:搜狐源:deb http://mirrors.sohu.com/ubuntu/ trusty main restricted universe multiversedeb http://mirrors.sohu.com/ubuntu/ trusty-secu

Ubuntu 14.04 LTS 更新源大全

Ubuntu 14.04 LTS 系统更新源汇总 如何使用这些系统更新源?---三步走 首先备份源列表: sudo cp /etc/apt/sources.list /etc/apt/sources.list_backup 然后用gedit或其他编辑器打开: gksu gedit /etc/apt/sources.list kdesudo kate /etc/apt/sources.list gksu mousepad /etc/apt/sources.list gksu leafpad /et

ubuntu12.04更新软件源时出现校验和不符

在执行update命令之后,出现系统校验和不符,网上找了一些方法,最后在大神的帮助下终于解决了!! 1.更改 /etc/apt/apt.conf.d/00aptitude 文件,在最后一行加入: Acquire::CompressionTypes::Order "gz"; 然后执行 update就可以了. (我是用这个方法解决的) 2.在软件更新管理器中点击右下角的"设置",在其它软件中把两个"独立"前边的对勾去掉.这个方法解决了一些朋友的问题,

Ubuntu 13.04 可以使用的源

以下为收集的Ubuntu 13.04 可以使用的源 #中科大源deb http://mirrors.ustc.edu.cn/ubuntu/ saucy main restricted universe multiversedeb http://mirrors.ustc.edu.cn/ubuntu/ saucy-security main restricted universe multiversedeb http://mirrors.ustc.edu.cn/ubuntu/ saucy-updat

Ubuntu 18.04修改默认源

安装Ubuntu 18.04后,使用国外源太慢了,修改为国内源会快很多. 修改阿里源为Ubuntu 18.04默认的源 备份/etc/apt/sources.list #备份 cp /etc/apt/sources.list /etc/apt/sources.list.bak 在/etc/apt/sources.list文件前面添加如下条目 #添加阿里源 deb http://mirrors.aliyun.com/ubuntu/ bionic main restricted universe m

Ubuntu16.04更新软件源,执行apt-get update时出现“The following signatures couldn&#39;t be verified”错误

Ubuntu16.04中科大软件源: deb http://mirrors.ustc.edu.cn/ubuntu/ trusty universe deb-src http://mirrors.ustc.edu.cn/ubuntu/ trusty universe Ubuntu16.04更新为中科大的软件源后,执行apt-get update时出现以下错误: W: GPG error: https://mirrors.ustc.edu.cn trusty InRelease: The follo