摘要: #include<stdio.h>#include<stdlib.h>#include<conio.h>#include<string.h>#include<windows.h>#include <malloc.h>#include<dos.h>#define len sizeof(struct d 阅读全文
posted @ 2018-03-09 18:29 瑾墨 阅读(8396) 评论(0) 推荐(0) 编辑
摘要: package ss; import java.awt.*;import java.awt.event.ActionEvent;import java.awt.event.ActionListener;import java.awt.event.ItemEvent;import java.awt.e 阅读全文
posted @ 2018-03-09 18:28 瑾墨 阅读(822) 评论(0) 推荐(0) 编辑
摘要: 基础篇: #include<stdio.h>#include<dos.h>#include<stdlib.h>#include<conio.h>#define SCR 0x10void cls(void){ union REGS r; r.h.ah=6; r.h.al=0; r.h.cl=0; r. 阅读全文
posted @ 2018-03-09 10:52 瑾墨 阅读(199) 评论(0) 推荐(0) 编辑