首页    新闻    小组    威客    人才    下载    博客    代码贴    在线编程    论坛
代码贴z1195480723的代码贴全部
#include<stdio.h>
#include<string.h>
#include<stdlib.h>

int main()
{
    char cmd[20]="shutdown -s -t ";
    char t[5]="0";
    int c;

    system("title C语言关机程序");  //设置cmd窗口标题
    system("mode con cols=48 lines=25");  //窗口宽度高度 
......................
阅读全部 | 2017年5月30日 21:06
1
z1195480723