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

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

文章分类

全部博文(877)

文章存档

2021年(2)

2016年(20)

2015年(471)

2014年(358)

2013年(26)

发布时间:2014-09-15 15:18:50

......【阅读全文】

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

发布时间:2014-09-15 15:12:55

......【阅读全文】

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

发布时间:2014-09-09 19:10:15

http://blog.csdn.net/leo_wonty/article/details/7418261简介USB Mass storage Device协议即海量存储设备协议适用于硬盘,U盘等大容量存储设备。协议使用的接口端点有BulkIn、BulkOut和Interrupt端点。该设备类又包含6个独立的子类以及3种传输协议。bInterface.........【阅读全文】

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

发布时间:2014-09-09 19:04:44

......【阅读全文】

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

发布时间:2014-09-05 12:57:25

//test for unsigned int and int#include <stdio.h>int main(void){    unsigned int foo;unsigned int i;    int val = -4;    foo = 3;    //foo -= 7;    i = foo + val;    printf("%x\n",i);    return 0;}.........【阅读全文】

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

登录 注册