上一页 1 ··· 99 100 101 102 103 104 105 106 107 ··· 139 下一页
摘要: http://www.cmake.org/Wiki/CMake_Cross_Compiling 阅读全文
posted @ 2011-08-30 18:46 katago 阅读(724) 评论(0) 推荐(0)
摘要: 1.什么是CMake? 请参考 http://en.wikipedia.org/wiki/CMake http://www.cmake.org/ 简单来讲,CMake是一套跨平台的工程构建工具。传统的*nix下生成Makefile的工具主要是autotools系列。这些工具根据不同的系统可以生成相应的makefile。相比于传统的autotools系列工具。CMake可以根据不同平... 阅读全文
posted @ 2011-08-30 12:43 katago 阅读(841) 评论(0) 推荐(0)
摘要: 查看/dev/input/eventX是什么类型的事件, cat /proc/bus/input/devices 设备有着自己特殊的按键键码,我需要将一些标准的按键,比如0... 阅读全文
posted @ 2011-08-30 11:21 katago 阅读(3115) 评论(0) 推荐(0)
摘要: linux设备驱动那点事儿之SD卡驱动理论篇 (2011-08-01 13:56) 标签: 电子产品 多媒体 存储器 消费类 分类: linux设备驱动程序分析 一.SD/MMC卡介绍 1.... 阅读全文
posted @ 2011-08-30 11:18 katago 阅读(10438) 评论(0) 推荐(1)
摘要: linux设备驱动那点事儿之I2C驱动理论篇 (2011-08-01 21:31) 分类: linux设备驱动程序分析 一:I2C 概述 I2C是philips提出的外设总线.I2C只有两条线,一条串行数据线:SDA,一... 阅读全文
posted @ 2011-08-30 11:17 katago 阅读(11129) 评论(0) 推荐(0)
摘要: linux设备驱动那点事儿之输入子系统理论篇 (2011-08-01 23:41) 分类: linux设备驱动程序分析 Linux输入子系统(Input Subsystem) 1.1.inp... 阅读全文
posted @ 2011-08-30 11:05 katago 阅读(9542) 评论(1) 推荐(1)
摘要: http://iask.sina.com.cn/u/1254258152/ish?folderid=41998 阅读全文
posted @ 2011-08-29 18:49 katago 阅读(191) 评论(0) 推荐(0)
摘要: http://www.norvig.com/index.html Teach Yourself Programming in Ten Years Peter Norvig Why is everyone in such a rush? Walk into any bookstore... 阅读全文
posted @ 2011-08-26 20:08 katago 阅读(357) 评论(0) 推荐(0)
摘要: 摘自 shell 13问 好了,最后为大家介绍 $(( )) 的用途吧:它是用来作整数运算 的。 在 bash 中,$(( )) 的整数运算符号大致有这些: + - * / :分别为 "加、减、乘、除"。 % :余数运算 & | ^ !:分别为 "AND、OR、XOR、NOT" 运算。 ~ # a=1 ~ # b=2 ~ # e... 阅读全文
posted @ 2011-08-26 16:53 katago 阅读(917) 评论(0) 推荐(0)
摘要: root@james-desktop:~# help : :: : Null command. No effect; the command does nothing. Exit Status: Always succeeds. ~ # : sdafsadf ~ # ~ # echo sdfsadf sdfsad... 阅读全文
posted @ 2011-08-26 11:17 katago 阅读(892) 评论(0) 推荐(0)
上一页 1 ··· 99 100 101 102 103 104 105 106 107 ··· 139 下一页