2018年3月9日
摘要: Given a 32-bit signed integer, reverse digits of an integer. Example 1: Input: 123 Output: 321 Example 2: Input: -123 Output: -321 Example 3: Input: 1 阅读全文
posted @ 2018-03-09 21:14 米兰达莫西 阅读(115) 评论(0) 推荐(0)
摘要: ACPI简单说由两部分组成,ACPI table及ASL。 ACPI table中主要存着一些硬件会用到的资源。ACPI table中的dsdt包含了所有ASL code存放的位置,OS借此可以找到ASL code。 ASL,全称ACPI source language.是专门用来编译ACPI中的一 阅读全文
posted @ 2018-03-09 19:32 米兰达莫西 阅读(1452) 评论(0) 推荐(0)