海王  
上一页 1 ··· 39 40 41 42 43 44 45 46 47 ··· 55 下一页

2010年6月12日

摘要: (1) 打开设备 open("/dev/fb0",O_RDWR); (2) 获取framebuffer设备信息.ioctl(int fb,FBIOGET_FSCREENINFO,&finfo); ioctl函数是实现对设备的信息获取和设定,第一个参数为文件描述符,第二个参数为具体设备的参数,对于framebuffer,参数在linux/fb.h中定义的。 #define FBIOGE... 阅读全文
posted @ 2010-06-12 13:12 海王 阅读(4382) 评论(0) 推荐(0) 编辑

2010年6月11日

摘要: http://hi.baidu.com/linuxlife/blog/item/0d3e302ae2384d3a5343c1b1.html Linux下的动态库以.so为后缀,我也是初次在Linux下使用动态库,写一点入门步骤,以便以后能方便使用。 第一步:编写Linux程序库 文件1.动态库接口文件 //动态库接口文件getmaxlen.h #ifndef _GETMAXLEN_H_ ... 阅读全文
posted @ 2010-06-11 13:10 海王 阅读(20088) 评论(0) 推荐(1) 编辑

2010年6月10日

摘要: http://blog.chinaunix.net/u3/109532/showart_2200503.html 清理前内存使用情况 free –m 或者 free echo 1 > /proc/sys/vm/drop_caches 清理后内存使用情况 free -m 完成! 查看内存条数命令: dmidecode |grep -A16 "Memory Device$" 阅读全文
posted @ 2010-06-10 15:49 海王 阅读(2367) 评论(0) 推荐(0) 编辑

2010年6月9日

摘要: Author:Jiujin.hong 转载请说明出处:http://blog.csdn.net/hongjiujing or www.linuxforum.net嵌入式linux版块 tslib背景: 在采用触摸屏的移动终端中,触摸屏性能的调试是个重要问题之一,因为电磁噪声的缘故,触摸屏容易存在点击不准确、有抖动等问题。 Tslib是一个开源的程序,能够为触摸屏驱动获得的采样提供诸如滤波、去抖、校... 阅读全文
posted @ 2010-06-09 16:54 海王 阅读(2919) 评论(0) 推荐(0) 编辑

2010年6月8日

摘要: http://www.mobpub.net/viewthread.php?tid=5369&extra=page%3D1内容导航:     PHP代码:   Code maturity level options --->   [*] Prompt for development and/or incomplete code/drivers   [*]  Select only dr... 阅读全文
posted @ 2010-06-08 11:10 海王 阅读(678) 评论(0) 推荐(0) 编辑

2010年6月7日

摘要: http://forum.eet-cn.com/BLOG_ARTICLE_4324.HTM?click_from=8800050981,9890362731,2010-06-07,EECOL,FORUM_ALERT&click_from==etsd 今天和几个朋友吃饭,席间请朋友们帮助推介我的业务,其中有几位大倒苦水,“现在经济危机呵,可靠性一直就想做,可拿不出钱来添置设备、增加产品的成本... 阅读全文
posted @ 2010-06-07 13:18 海王 阅读(289) 评论(0) 推荐(0) 编辑

2010年6月4日

摘要: #include <stdio.h>#include <sys/time.h> #include <pthread.h> int pThreadActVarMagPCID = -1;pthread_t pThreadActVarMagPC; pthread_mutex_t BACK_COMM_mutex = PTHREAD_MUTEX_INITIALIZER ... 阅读全文
posted @ 2010-06-04 10:52 海王 阅读(4721) 评论(0) 推荐(0) 编辑

2010年6月3日

摘要: http://www.cublog.cn/u/12592/showart_2213910.html 最近在温习pthread的时候,忽然发现以前对pthread_cond_wait的了解太肤浅了。昨晚在看《Programming With POSIX Threads》的时候,看到了pthread_cond_wait的通常使用方法: pthread_mutex_lock(); while(condi... 阅读全文
posted @ 2010-06-03 18:24 海王 阅读(5669) 评论(0) 推荐(0) 编辑

2010年5月27日

摘要: http://androidappdocs.appspot.com/index.html 阅读全文
posted @ 2010-05-27 20:25 海王 阅读(514) 评论(0) 推荐(0) 编辑
 
摘要: http://blog.yiyidu.com/2009_1566.html 官方下载:npp.5.6.Installer.exe  (安装时选择中文语言,安装完毕就是中文界面!)  十六进制显示插件下载(可选):HexEditor_0_9_5_UNI_dll.zip  解压缩后把HexEditor.dll文件复制到安装目录(如C:\Program Files\Notepad++\plugins),... 阅读全文
posted @ 2010-05-27 09:59 海王 阅读(11456) 评论(0) 推荐(1) 编辑
上一页 1 ··· 39 40 41 42 43 44 45 46 47 ··· 55 下一页