摘要:
#include "global.h" void main() { //123456789 10 11 //110 1110 //1234567 //printf("%d",0X12);// 0x开头都是十六进制,0开头都是10进制。 //printf("\n%d",012); //二进制转八进制1 阅读全文
摘要:
#include "global.h" void main() { //123456789 10 11 //110 1110 //1234567 //printf("%d",0X12);// 0x开头都是十六进制,0开头都是10进制。 //printf("\n%d",012); //二进制转八进制1 阅读全文
摘要:
#include "global.h" void main() { printf("\n"); Sleep(2000); printf("\n"); Sleep(2000); printf("\t"); Sleep(2000); printf("\n"); system("pause"); } 阅读全文
摘要:
#include "global.h" void main() { int i; while (i=1,i++,i<999) { printf("\a"); } system("pause"); } #include "global.h" void main() { while (1) { prin 阅读全文
摘要:
#include<stdio.h> #include<stdlib.h> void main() { //printf("呵呵"); //system("shutdown -a"); //getchar();//暂停 //system("calc"); /* 块注释,杀掉进程 system("tas 阅读全文