摘要:
Why update kernel ? Update the kernel to new version fixed some newer hardware has no driver software, For me, My earphone has current noice. Someone 阅读全文
摘要:
前言 本文为c语言的学习笔记,很多只是留下来占位的 数据类型 助记:变量就是在内存中挖个坑并给这个坑命名,而数据类型就是挖内存的坑的尺寸 基础类型 1. 整数类型 : short int int long int long long int 2. 浮点数类型 : float :单精度 double: 阅读全文