2014年8月31日

经常使用位操作是好习惯吗?

摘要: 对这个问题产生思考源于我在 coursera 上《软硬件接口》这门课时一个提问帖子https://class.coursera.org/hwswinterface-002/forum/thread?thread_id=854楼主找到了两个链接:都是给出各种用 bitwise operation 为代... 阅读全文

posted @ 2014-08-31 14:20 slowlight 阅读(92) 评论(0) 推荐(0)

2014年8月23日

【learning log】Qt

摘要: Qt Quick Qt creator自带的入门 example。 Qt designer 在 windows 下用起来还是很不方便,所以基本上直接用 code editor 反而更轻松。喜欢creator很重要一点就是因为它NB的代码补全。 首先我们创建一个 qt quick 工程。把资源文... 阅读全文

posted @ 2014-08-23 15:27 slowlight 阅读(250) 评论(0) 推荐(0)

2014年8月19日

【learning log】Linux network programming

摘要: DNS host entry 包含 DNS database 中有关某一 domin name 或 ip address 的 DNS 信息。1 struct hostent{2 char *h_name;3 char *h_aliases;4 int h_addrtype;5 ... 阅读全文

posted @ 2014-08-19 12:59 slowlight 阅读(152) 评论(0) 推荐(0)

导航