摘要: #include "global.h" void main() { //123456789 10 11 //110 1110 //1234567 //printf("%d",0X12);// 0x开头都是十六进制,0开头都是10进制。 //printf("\n%d",012); //二进制转八进制1 阅读全文
posted @ 2025-01-03 16:55 飞雪飘鸿 阅读(6) 评论(0) 推荐(0) 编辑
摘要: #include "global.h" void main() { //123456789 10 11 //110 1110 //1234567 //printf("%d",0X12);// 0x开头都是十六进制,0开头都是10进制。 //printf("\n%d",012); //二进制转八进制1 阅读全文
posted @ 2025-01-03 16:46 飞雪飘鸿 阅读(4) 评论(0) 推荐(0) 编辑
摘要: #include "global.h" void main() { printf("\n"); Sleep(2000); printf("\n"); Sleep(2000); printf("\t"); Sleep(2000); printf("\n"); system("pause"); } 阅读全文
posted @ 2025-01-03 15:50 飞雪飘鸿 阅读(6) 评论(0) 推荐(0) 编辑
摘要: #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 阅读全文
posted @ 2025-01-03 15:33 飞雪飘鸿 阅读(4) 评论(0) 推荐(0) 编辑
摘要: #include<stdio.h> #include<stdlib.h> void main() { //printf("呵呵"); //system("shutdown -a"); //getchar();//暂停 //system("calc"); /* 块注释,杀掉进程 system("tas 阅读全文
posted @ 2025-01-03 12:02 飞雪飘鸿 阅读(2) 评论(0) 推荐(0) 编辑
https://damo.alibaba.com/ https://tianchi.aliyun.com/course?spm=5176.21206777.J_3941670930.5.87dc17c9BZNvLL