Chinaunix首页 | 论坛 | 博客
  • 博客访问: 424248
  • 博文数量: 127
  • 博客积分: 0
  • 博客等级: 民兵
  • 技术积分: 810
  • 用 户 组: 普通用户
  • 注册时间: 2013-07-02 20:51
文章分类

全部博文(127)

文章存档

2018年(6)

2015年(18)

2014年(33)

2013年(70)

发布时间:2015-04-02 21:40:55

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

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

发布时间:2015-03-25 16:17:46

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

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

发布时间:2015-03-25 16:16:40

C/C++ 字节序/位域(Bit-fields)......【阅读全文】

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

发布时间:2015-03-18 20:58:24

段错误调试方法......【阅读全文】

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

发布时间:2015-03-18 14:46:06

1 selectselect()系统调用提供一个机制来实现同步多元I/O:#include #include #include int select (int n,fd_set *readfds,fd_set *writefds,fd_set *exceptfds,struct timeval *timeout);FD_CLR(int fd, fd_set *set);FD_ISSET(int fd, fd_set *set);.........【阅读全文】

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

登录 注册