<?xml version="1.0" encoding="utf-8" ?><rss version="2.0"><channel><title><![CDATA[aaaaatiger--寻路]]></title><description><![CDATA[Ai powered-IOT for AD]]></description><link>https://blog.csdn.net/aaaaatiger</link><language>zh-cn</language><generator>https://blog.csdn.net/</generator><copyright><![CDATA[Copyright &copy; aaaaatiger]]></copyright><item><title><![CDATA[2019第一篇]]></title><link>https://blog.csdn.net/aaaaatiger/article/details/92169585</link><guid>https://blog.csdn.net/aaaaatiger/article/details/92169585</guid><author>aaaaatiger</author><pubDate>Sat, 15 Jun 2019 19:57:28 +0800</pubDate><description><![CDATA[Hello, 我回来了！继续写写吧，反正人生过半。
]]></description><category></category></item><item><title><![CDATA[mtk Archive contains non ELF Object]]></title><link>https://blog.csdn.net/aaaaatiger/article/details/6975890</link><guid>https://blog.csdn.net/aaaaatiger/article/details/6975890</guid><author>aaaaatiger</author><pubDate>Wed, 16 Nov 2011 10:24:42 +0800</pubDate><description><![CDATA[new 的时候死机了，重启后remake 报如下错：
make[1]: Entering directory `E:/MTK6225_08A_DRAGON30_RAW'
Error: L6850E: Archive contains non ELF Object wmaControl.obj
make[1]: *** [build/LENOVO25_08A/gprs/MT6225o/lib/]]></description><category></category></item><item><title><![CDATA[mstar下边的错误是什么？]]></title><link>https://blog.csdn.net/aaaaatiger/article/details/6965580</link><guid>https://blog.csdn.net/aaaaatiger/article/details/6965580</guid><author>aaaaatiger</author><pubDate>Sun, 13 Nov 2011 11:58:46 +0800</pubDate><description><![CDATA[原因：目录太深


undefine layout id
././tng/undef_layout_id.pl
Current project CommonPortrait
no Compile option __JAVA_PREINSTALL_DATA__ found
cp -f "./sc/customer/default/src/mmi/resource/project/jav]]></description><category></category></item><item><title><![CDATA[xmmi - 晨星半导体公司MSTAR平台]]></title><link>https://blog.csdn.net/aaaaatiger/article/details/6963939</link><guid>https://blog.csdn.net/aaaaatiger/article/details/6963939</guid><author>aaaaatiger</author><pubDate>Sat, 12 Nov 2011 23:45:31 +0800</pubDate><description><![CDATA[XMMI (XMLMan Machine Interface) XML版人机交互界面。

　　晨星半导体公司MSTAR有两个平台：

　　1：XMMI (XML Man Machine Interface) XML版人机交互界面。

　　采用XRG工具编辑界面资源文件。

  






         2：EMMI (Enhanced Man Machine I]]></description><category></category></item><item><title><![CDATA[MSTAR的进入工程模式的指令，以及如何修改]]></title><link>https://blog.csdn.net/aaaaatiger/article/details/6939453</link><guid>https://blog.csdn.net/aaaaatiger/article/details/6939453</guid><author>aaaaatiger</author><pubDate>Sat, 05 Nov 2011 22:05:50 +0800</pubDate><description><![CDATA[在 XMMI 平台，有两种方式进入工模，分别为： 
1 输入“*#*#1705#”，再按“拨号键”，可以进入研发手机测试模式，用于研发人员对手机进行相关测试。
比如，第1项（Customer software version）是软件版本，其最后是变异日期和时间；第12项（EMMI Debug）
下面的“Enable USB menu“和”Disable USB menu“可以切换USB模式和]]></description><category></category></item><item><title><![CDATA[source insight工程的相对路径]]></title><link>https://blog.csdn.net/aaaaatiger/article/details/6939446</link><guid>https://blog.csdn.net/aaaaatiger/article/details/6939446</guid><author>aaaaatiger</author><pubDate>Sat, 05 Nov 2011 22:04:20 +0800</pubDate><description><![CDATA[在创建source insight工程时，最好用“相对路径”，并“将si的工程文件，保存到源码包里”！
这样一来，等以后，将源码包放置于硬盘上其他位置，或分发给其他人，或改了源码包的名称，si工程仍然能用！
在创建si工程的时候，先指定si工程名和存储位置，再指定工程源码路径了；不要紧接着就添加源文件，而要等设置了相对路径后再添加！
相对路径的设置方法如下：
菜单项“project->de]]></description><category></category></item><item><title><![CDATA[MSTAR虚函数表（以IBitmap为例），以及快速查找函数实现的方法：FUNCTBL(IBitmap]]></title><link>https://blog.csdn.net/aaaaatiger/article/details/6939344</link><guid>https://blog.csdn.net/aaaaatiger/article/details/6939344</guid><author>aaaaatiger</author><pubDate>Sat, 05 Nov 2011 21:22:34 +0800</pubDate><description><![CDATA[MSTAR的EMMI中跟BREW类似，采用虚函数表的方式定义各种对象及其接口，这有点面向对象的思想。
而其实现方法，全是用C语言，通过宏定义来实现的。将各种宏带入还原一下，其结构就很清新了，下面以以IBitmap为例：
Mmi_mae_bitmap.h (proj\sc\application\mmi\mae\pub):
DEFINE_INTERFACE(IBitmap);

Mmi_m]]></description><category></category></item><item><title><![CDATA[MSTAR屏幕显示接口类-DIB，IBitmap，IDisplay，IDispCanvas，IFont，IImage等]]></title><link>https://blog.csdn.net/aaaaatiger/article/details/6939325</link><guid>https://blog.csdn.net/aaaaatiger/article/details/6939325</guid><author>aaaaatiger</author><pubDate>Sat, 05 Nov 2011 21:17:11 +0800</pubDate><description><![CDATA[来自：http://hi.baidu.com/gaojinshan/blog/item/4140043de1f07edb9f3d62c1.html


IDisplay可以画图形，画文本，画图片等等，很常用；IDispCanvas是对IDisplay的封装，貌似不常用。
IDispCanvas是包含IDisplay，如果需要，可自己创建IDispCanvas（画布），然后在其上绘制
Ro]]></description><category></category></item><item><title><![CDATA[MSTAR平台编译说明]]></title><link>https://blog.csdn.net/aaaaatiger/article/details/6939287</link><guid>https://blog.csdn.net/aaaaatiger/article/details/6939287</guid><author>aaaaatiger</author><pubDate>Sat, 05 Nov 2011 21:04:04 +0800</pubDate><description><![CDATA[如何联编？

1) 支持 编译模拟器

2）EMMI版本都支持 make release_ibuild 

3）每台联网的机器包括服务器都要另外安装IncrediBuild_Target.exe;
4）要安装3.5以上版本的incredibuild，并且安装盘要是NTFS格式的;
5) 2.01.18和2.02.33版本以上才支持cygwin下的分布式编译，编译命令为make re]]></description><category></category></item><item><title><![CDATA[Mysql中文问题解决方案]]></title><link>https://blog.csdn.net/aaaaatiger/article/details/6926894</link><guid>https://blog.csdn.net/aaaaatiger/article/details/6926894</guid><author>aaaaatiger</author><pubDate>Wed, 02 Nov 2011 00:57:46 +0800</pubDate><description><![CDATA[一个问题搞死人。
转载来自： http://www.iteye.com/topic/239698



阅读过不少关于mysql的编码设置和乱码问题的一些文章，经过再三的调试，终于通过，终于解决了一块心病，终于解了我心头之恨，哈哈哈。现在把它概括如下。 

MySQL 4.1的字符集支持(Character Set Support)有两个方面：字符集(Character set)和排]]></description><category></category></item><item><title><![CDATA[11A版本MMI]]></title><link>https://blog.csdn.net/aaaaatiger/article/details/6882855</link><guid>https://blog.csdn.net/aaaaatiger/article/details/6882855</guid><author>aaaaatiger</author><pubDate>Mon, 17 Oct 2011 23:06:11 +0800</pubDate><description><![CDATA[extern "C" CUSTOM_IMAGE_MAP ImageIdMap[];

app res 加入资源，在系统自动生成的数组 native_app_package_table里边可以找到应用。


mmi_ret xxx_package_proc(mmi_eve]]></description><category></category></item><item><title><![CDATA[arm中由obj文件生成lib文件]]></title><link>https://blog.csdn.net/aaaaatiger/article/details/6766191</link><guid>https://blog.csdn.net/aaaaatiger/article/details/6766191</guid><author>aaaaatiger</author><pubDate>Sat, 10 Sep 2011 17:09:04 +0800</pubDate><description><![CDATA[列出内容表（冗余）
armar -tv mylib


列出符号表
armar --zs mylib


添加（或替换）文件 
armar -r mylib obj1.o obj2.o obj3.o ... 
armar -ru mylib k*.o]]></description><category></category></item><item><title><![CDATA[Mozilla Rhino:使用java语言来解释和执行javascript脚本(转)]]></title><link>https://blog.csdn.net/aaaaatiger/article/details/6747949</link><guid>https://blog.csdn.net/aaaaatiger/article/details/6747949</guid><author>aaaaatiger</author><pubDate>Sun, 04 Sep 2011 21:39:05 +0800</pubDate><description><![CDATA[Mustang 的脚本引擎


JSR 233 为 Java 设计了一套脚本语言 API。这一套 API 提供了在 Java 程序中调用各种脚本语言引擎的接口。任何实现了这一接口的脚本语言引擎都可以在 Java 程序中被调用。在 Mustang 的发行版本中包括了一个基于]]></description><category></category></item><item><title><![CDATA[如何安装Node.js]]></title><link>https://blog.csdn.net/aaaaatiger/article/details/6747816</link><guid>https://blog.csdn.net/aaaaatiger/article/details/6747816</guid><author>aaaaatiger</author><pubDate>Sun, 04 Sep 2011 20:47:13 +0800</pubDate><description><![CDATA[Windows
用cygwin来安装node，步骤如下:


安装cygwin 在cygwin的目录下，运行setup.exe安装下面列表中的包

devel → openssl devel → g++-gcc devel → make python → python]]></description><category></category></item><item><title><![CDATA[多核单服务器各种配置和业务压力下的node.js性能测试]]></title><link>https://blog.csdn.net/aaaaatiger/article/details/6747808</link><guid>https://blog.csdn.net/aaaaatiger/article/details/6747808</guid><author>aaaaatiger</author><pubDate>Sun, 04 Sep 2011 20:44:51 +0800</pubDate><description><![CDATA[本文为原创文章，出自http://cnodejs.org，转载请注明出处和作者
 作者：snoopy
 原文：http://cnodejs.org/blog/?p=2334


上篇文章我提到用taskset绑定多核cpu来运行node.js可以提高其稳定性和性能，我们]]></description><category></category></item><item><title><![CDATA[基于Mapabc API的周边查询应用]]></title><link>https://blog.csdn.net/aaaaatiger/article/details/6746327</link><guid>https://blog.csdn.net/aaaaatiger/article/details/6746327</guid><author>aaaaatiger</author><pubDate>Sat, 03 Sep 2011 23:44:08 +0800</pubDate><description><![CDATA[在，越来越多的 Location Based 应用，或者Geolocation的应用出现在网络、手机等各种各样的终端上，为人们的日常生活、出行和工作都提供了不少的便利。最常见的就是出门前，利用地图工具，看看合适的公共交通路线，寻找一个自己最满意的方案，既方便有低碳环保。有时候，对]]></description><category></category></item><item><title><![CDATA[MTK 多媒体在驱动层表现]]></title><link>https://blog.csdn.net/aaaaatiger/article/details/6713344</link><guid>https://blog.csdn.net/aaaaatiger/article/details/6713344</guid><author>aaaaatiger</author><pubDate>Tue, 23 Aug 2011 22:54:16 +0800</pubDate><description><![CDATA[1 音频的通路有两种：
            i.              T卡-->内存-->DSP解码-->PCM信号--> 模拟基带（ABB）--> [外部功放]-->输出
            ii.              FM/TV chip-->模拟基带]]></description><category></category></item><item><title><![CDATA[MTK声音播放相关]]></title><link>https://blog.csdn.net/aaaaatiger/article/details/6699801</link><guid>https://blog.csdn.net/aaaaatiger/article/details/6699801</guid><author>aaaaatiger</author><pubDate>Thu, 18 Aug 2011 22:20:25 +0800</pubDate><description><![CDATA[result = mdi_audio_play_file_with_vol_path(
  "D:\\audio\\a.mp3",
  DEVICE_AUDIO_PLAY_ONCE,
  NULL,
  EndPlayProc,
  10,
  MDI_AUD_PTH]]></description><category></category></item><item><title><![CDATA[VC6.0  UCS2(unicode) 与 GBK(gb2312)  UTF(utf-8)格式互转]]></title><link>https://blog.csdn.net/aaaaatiger/article/details/6684216</link><guid>https://blog.csdn.net/aaaaatiger/article/details/6684216</guid><author>aaaaatiger</author><pubDate>Sat, 13 Aug 2011 14:46:09 +0800</pubDate><description><![CDATA[#include 
#include 
#include "windows.h"
// 把UTF-8转换成Unicode
void UTF_8ToUnicode(WCHAR* pOut,char *pText)
{
char* uchar = (char *)pOut]]></description><category></category></item><item><title><![CDATA[MTK基站信息数据]]></title><link>https://blog.csdn.net/aaaaatiger/article/details/6670446</link><guid>https://blog.csdn.net/aaaaatiger/article/details/6670446</guid><author>aaaaatiger</author><pubDate>Mon, 08 Aug 2011 20:11:12 +0800</pubDate><description><![CDATA[6225平台，想要获取到基站信息，Cell_ID和LAI
在工程模式的Network Setting->Network Info下面设置好后，
就可以输出了
:460 :00F :80 184  
:3424
想把它写成一个接口，调用它就可以返回信息。
-------]]></description><category></category></item></channel></rss>