全部博文(207)
发布时间:2014-06-24 14:45:00
1398/*1399 * CPUs often take a performance hit when accessing unaligned memory1400 * locations. The actual performance hit varies, it can be small if the1401 * hardware handles it or large if we have to take an exception and fix it1402 * in software.1403&nbs.........【阅读全文】
发布时间:2014-06-24 13:47:41
3.4.4 数据预留和对齐2012-06-28 10:40 樊东东/莫澜 机械工业出版社 字号:T | T《Linux内核源码剖析:TCP/IP实现》本书详细论述了Linux内核2.6.20版本中TCP/IP的实现。书中给出了大量的源代码,通过对源代码的详细注释,帮助读者掌握TCP/IP的实现。本节为大.........【阅读全文】
发布时间:2014-06-23 11:19:51
本文作为input子系统的第二篇文章,讲述了input.c中涉及到的函数,包括:
1、input子系统简介。
2、input_dev设备相关函数。
3、handler相关函数。
4、handle相关函数。
5、input核心中触摸屏相关函数。......【阅读全文】
发布时间:2014-06-20 17:36:53
ubuntu下转换PPM:sudo get-apt install netpbmbmp图片使用bmptoppm.jpg,png,gif都有相应的topnm工具。 $bmptoppm pic.bmp > temp1.ppm //生成ppm $ppmquant .........【阅读全文】