随笔分类 - PROGRAM
摘要:点击查看代码 #include <REGX52.H> void Delay(int xms) { while(xms--){ unsigned char j; j = 278; while (--j); } } void smgca(locating,number){ P0 = 0xFF; swit
阅读全文
摘要:自用vimrc set nocompatible color gruvbox color gruvbox set guifont=Hack:h14 set guifontwide=楷体:h16 else color desert set guifont=DejaVu\ Sans\ Mono\ 14
阅读全文