02 2022 档案
摘要:1 /* 2 贪吃蛇 >链表 3 */ 4 5 #include "stdio.h" 6 #include "string.h" 7 #include "windows.h" //windows编程头文件 8 #include "time.h" 9 #include "conio.h" //控制台输
阅读全文
摘要:手册 DipUtil ublic class DipUtil { /** * 根据手机的分辨率从 dp 的单位 转成为 px(像素) */ public static int dipTopx(Context context, float dpValue) { final float scale =
阅读全文
摘要:关于笔记本电脑--软件 1.清理垃圾和注册表:ccleaner(小巧,干净,享誉全球)。 2.系统的各项设置优化:WiseCare365(使用之后,chrome的书签显示速度如闪电般快速)。 3.驱动安装:Driver Booster (界面科技感十足,无捆绑,无多余功能,纯粹驱动,南北桥都有)。
阅读全文