置顶随笔

摘要: 0 交叉编译工具1 uboot nor flash 移植2 uboot nand flash移植3 kernel移植,了解驱动编程4 android移植5 添加蓝牙(usb或串口)6 添加wifi(usb)http://www.cnblogs.com/goodloop/archive/2008/01/19/1045436.html7 添加GPS(蓝牙?串口?usb?)8 添加GSM模块,移植OPE...阅读全文
posted @ 2008-01-15 23:31 loop 阅读(619) 评论(0) 编辑

2012年5月29日

摘要: 在mac上一直没有找到类似于bitvise tunnelier 一样好用的ssh客户端。这篇文章介绍了不少工具。适用下来iSSH还不错项目主页:http://macserve.org.uk/projects/issh/主要让我不爽的地方:1 断线后不会自动重连,而是弹出了一个对话框2 不自动load已有的配置3 disconnect的时候会把我别的地方ssh进程也干掉。(这个特无语)所以针对这些问题做了改动代码放在这里,有兴趣的自取自编把阅读全文
posted @ 2012-05-29 17:53 loop 阅读(21) 评论(0) 编辑

2010年11月13日

摘要: 既SB会结束,YY会开幕之际,终于成功在家update了mplayer的svn。另外dropbox居然也可以不需要改hosts就可以用。可喜可贺,YY无罪:)阅读全文
posted @ 2010-11-13 19:48 loop 阅读(104) 评论(0) 编辑

2010年11月12日

摘要: 人脉就是钱脉,培养人脉的100个技巧。。。 来源: 李欣的日志 成功的道路上,人脉比知识更重要。发展人际关系应当是你优先级最高的事。《不要一个人吃饭( Never Eat Alone)》一书介绍了21世纪的交际规则。书中包括了许多实用技巧,让你通过人际关系而兴旺发达。 保留精华,以下是从书中总结的106条技巧。在实践中练习这些技巧,变成为生活成功充实的交际大师。 1、帮助他人成功 社交的本质就是...阅读全文
posted @ 2010-11-12 12:17 loop 阅读(125) 评论(1) 编辑

2010年11月11日

摘要: 1 pacman中安装yaourt 工具参考https://wiki.archlinux.org/index.php/YaourtThe easiest way to install Yaourt is to add the yaourt repository to your /etc/pacman.conf:Sync and install:2 在yaourt中查找google-chrome-b...阅读全文
posted @ 2010-11-11 22:24 loop 阅读(969) 评论(0) 编辑

2010年11月8日

摘要: 1 mvhdTime scaleA time value that indicates the time scale for this movie—that is, the number of time units thatpass per second in its time coordinate system. A time coordinate system that measu...阅读全文
posted @ 2010-11-08 18:36 loop 阅读(202) 评论(0) 编辑

2010年10月16日

摘要: 老机器上装了linux,原来是ubuntu 老死机,后来火了就装了arch linux.结果还是死机.风特勒.....目前的怀疑xorg的log力[mi] EQ overflowing. The server is probably stuck in an infinite loop.阅读全文
posted @ 2010-10-16 11:10 loop 阅读(72) 评论(0) 编辑

2010年10月11日

摘要: 看到苏打绿这个名字,第一感觉不喜欢。 听到苏打绿的声音,第一个感觉不喜欢。听到小情歌,感觉舒服,旋律喜欢的不得了,歌词很有感觉(虽然自己已经过了这个年龄),声音配上去也不显得那么奇怪。恨不得多听几遍。赞!!阅读全文
posted @ 2010-10-11 15:04 loop 阅读(54) 评论(0) 编辑

2010年10月2日

摘要: http://blog.mcuol.com/User/mediaworks/Article/2927_1.htm程序优化是指软件编程结束后,利用软件开发工具对程序进行调整和改进,让程序充分利用资源, 提高运行效率, 缩减代码尺寸的过程。按照优化的侧重点不同, 程序ARM优化可分为运行速度优化和代码尺寸优化。运行速度优化是指在充分掌握软硬件特性的基础上, 通过应用程序结构调整等手段来降低完成指定任务...阅读全文
posted @ 2010-10-02 09:40 loop 阅读(154) 评论(0) 编辑

2010年9月27日

摘要: 主题:MPEG简介 + 如何计算 CBR/VBR MP3 的播放时间版本:20090919作者:crifan邮箱:green-waste(At)163.com声明:1.本文所写内容,多数整理自自互联网,版权归原作者所有。2.笔者知识有限,文中难免有误,欢迎批评指正。3.欢迎盗版,盗版不究。--------------------------------------无敌分割线------------...阅读全文
posted @ 2010-09-27 16:55 loop 阅读(335) 评论(0) 编辑

2010年8月17日

摘要: http://www.nobugs.org/developer/win32/debug_crt_heap.htmlWin32 Debug CRT Heap Internals... by Andrew Birkett(andy@nobugs.org)If you are lazy, skip the explanation andjump to the tableat the bottom of ...阅读全文
posted @ 2010-08-17 11:05 loop 阅读(169) 评论(0) 编辑

2010年6月2日

摘要: 首先 ,在mac port上下载git,或者直接下载编译好的二进制文件进入gstreamer的代码根目录,执行./autogen.sh ,这里可能会缺少各种各样的库, 基本上都可以用macport搞定(好像glib有些特别 ,得用 一个叫p5-glib)成功后 make, 之后make install同样的方法编译各个plugins但是在编译gst-plugins-bad 的时候出现了问题,mak...阅读全文
posted @ 2010-06-02 23:55 loop 阅读(158) 评论(0) 编辑

2010年5月19日

摘要: from:http://the-b.org/AndroidDebugging Native Code If you're working on the framework, you're in luck. Debugging native code is pretty easy. Here is how to do it for the emulator. For actual device...阅读全文
posted @ 2010-05-19 07:45 loop 阅读(118) 评论(0) 编辑

2010年4月28日

摘要: http://www.virtualdub.org/blog/pivot/entry.php?id=27阅读全文
posted @ 2010-04-28 19:15 loop 阅读(48) 评论(0) 编辑

2010年4月23日

摘要: 在用ndk编译应用程序时,可以在外面ndk的根目录运行make APP=xxx,这些都可以在ndk的doc里面找到方法,但是这样只会编译出动态库,那java层怎么办呢?1 用eclipse2 用ant对于 第一种方法,发现编译出来的动态库无法打包进apk中,需要时候手动拷贝进手机里:(,目前没有好的办法对于第二种方法,需要先用android update project -p /dir/to/ur...阅读全文
posted @ 2010-04-23 21:18 loop 阅读(776) 评论(1) 编辑

2010年4月13日

摘要: http://blog.chinaunix.net/u/16785/showart.php?id=22127321.在一个函数声明中,const 可以修饰函数的返回值,或某个参数;对于成员函数,还可以修饰是整个函数。有如下几种情况,以下会逐渐的说明用法:A& operator=(const A& a);void fun0(const A* a );void fun1( ) cons...阅读全文
posted @ 2010-04-13 20:32 loop 阅读(155) 评论(0) 编辑

2010年4月11日

摘要: http://apps.hi.baidu.com/share/detail/2414987摘要: 本论文详细讨论和分析了在ARM11上实现分辨率为D1(720×480)解码播放的优化和部分经验。本文实现的是在linux平台下采用开源mplayer代码针对ARM11内核进行优化。本论文先后提出了基于ARM11的4个优化方法,首先介绍了采用ARM11所具有的SIMD指令优化方法;然后讨论了c...阅读全文
posted @ 2010-04-11 18:18 loop 阅读(472) 评论(0) 编辑

2010年4月6日

摘要: 今天发现代码里有如下的一个bug unsigned int a,b;int c; c = a-b;一般的情况下这段代码是没有什么问题的。但是当b>0x80000000的时候就会出现bug这时候尽管a<b,但是a-b不会小于0。这时候a-b会出现错误的答案,但是a>b是没有问题的。因为对于unsigned int来说,a>b是通过CF这个flag来判断的,而a-b要得到正确答...阅读全文
posted @ 2010-04-06 18:14 loop 阅读(38) 评论(0) 编辑

2010年1月21日

摘要: Well, it should run just fine in the emulator that's part of the platform build, and that's by far the preferred way to run the platform code. Trying to mix-and-match platform work and SDK work is pai...阅读全文
posted @ 2010-01-21 11:34 loop 阅读(133) 评论(0) 编辑

2010年1月20日

摘要: Setting up UDEV rules to grant access to your phone. Ubuntu won't allow the DDMS access to the Android phone via USB unless the appropriate udev rule is set. This is Bug #316215. In order to provide ...阅读全文
posted @ 2010-01-20 14:41 loop 阅读(85) 评论(0) 编辑

2010年1月17日

摘要: 1 好好陪陪飞飞和宝宝。 2 写一个自己认为还过得去的android的应用,最好是多媒体相关3 学习一个audio codec,一个Video codec4 学习数字图像处理(基于matlab) 5 学习一套多媒体框架 -openmax 6 做一些多媒体播放器(转码器)的框架。要求有一定的灵活性和扩展性。tcpmp是一个很好的例子 7 给可怜的QQ2440板子porting上一个QT过去。目前ke...阅读全文
posted @ 2010-01-17 21:46 loop 阅读(76) 评论(0) 编辑