Chinaunix首页 | 论坛 | 博客
  • 博客访问: 2661085
  • 博文数量: 877
  • 博客积分: 0
  • 博客等级: 民兵
  • 技术积分: 5921
  • 用 户 组: 普通用户
  • 注册时间: 2013-12-05 12:25
个人简介

技术的乐趣在于分享,欢迎多多交流,多多沟通。

文章分类

全部博文(877)

文章存档

2021年(2)

2016年(20)

2015年(471)

2014年(358)

2013年(26)

发布时间:2015-06-25 14:50:18

<br /><br />ACPI简介<br /><br /><br />_ADR — The address of the object (bus and device specific)<br />_STA — The current status of the object/device<br />_HID — The hardware ID of the object (string)<br />_UID — The Unique ID of the object (string)<br />_SUB — The Subsystem ID of the o.........【阅读全文】

阅读(790) | 评论(0) | 转发(0)

发布时间:2015-06-25 14:42:09

I2cTest.efi write 2 0x33 0x3d 0xff<br />stall 20000<br />I2cTest.efi write 2 0x33 0x00 0x40<br />I2cTest.efi read &nbsp;2 0x33 0x00&nbsp;<br />stall 1000<br />I2cTest.efi write 2 0x33 0x00 0x40<br />I2cTest.efi write 2 0x33 0x36 0x51<br /><br /><br />I2cTest.efi write 2 0x33 0x04 0x01<br /.........【阅读全文】

阅读(695) | 评论(0) | 转发(0)

发布时间:2015-06-25 13:55:42

NTSTATUS<br />I2CSensorReadRegister(<br />_In_PDEVICE_CONTEXTpDevice,<br />_In_ULONGindex,<br />_In_BYTEregaddress,//寄存器地址<br />_In_size_tregByteLength,//寄存器字节长度<br />_Out_BYTE*pOutputBuffer,<br />_Out_size_t*ReadLength<br />)<br />/*++<br /><br /><br .........【阅读全文】

阅读(832) | 评论(0) | 转发(0)

发布时间:2015-06-25 13:51:12

<br />#pragma region LED Colour equally<br />#pragma endregion LED Colour equally<br />......【阅读全文】

阅读(686) | 评论(0) | 转发(0)

发布时间:2015-06-18 18:38:15

http://blog.csdn.net/xiaoxuan415315/article/details/8061666Object-C有多继承吗?没有的话用什么代替?cocoa 中所有的类都是NSObject 的子类多继承在这里是用protocol 委托代理 来实现的你不用去考虑繁琐的多继承 ,虚基类的概念.ood的多态特性 在 obj-c 中通过委托来.........【阅读全文】

阅读(727) | 评论(0) | 转发(0)
给主人留下些什么吧!~~
留言热议
请登录后留言。

登录 注册