
嵌入式c
文章平均质量分 53
xinke87
知者不言,言者不知。塞其兑,闭其门;挫其锐,解其纷;和其光,同其尘;是谓玄同。放不可得而亲,不可得而疏;不可得而利,不可得而害;不可得而贵,不可得而贱;故为天下贵。
展开
-
MTK 开发入门资料 概述
<br /><br />编译工具和辅助工具:<br />ADS1.2<br />ADS12_update_842.exe<br />MSYS-1.0.10.exe<br />MinGW-3.1.0-1.exe<br />ImageMagick-6.2.5-5-Q16-windows-dll.exe<br />7z313.exe<br /> <br /> <br />开始编译:<br />切换到项目根目录,然后在命令行下面执行命令:<br />make custom=proj gprs new<br />其中转载 2010-12-24 12:18:00 · 1337 阅读 · 0 评论 -
Compiler Error C2014
<br />Error C2014: preprocessor command must start as first nonwhite space<br />Cause<br />This error message is generated in Visual C++ when a preprocessor command comes after some other commands, definitions, or assignments in the same line. Ex:int a; #i原创 2011-01-04 10:53:00 · 4086 阅读 · 0 评论 -
ASCII对照表
<br />工作中居然又要查ASCII对照表。只得又复习一遍<br /> <br /> 0-9 的ASCII是: 48-57. 的ASCII是: 46大写A-Z是: 65-90小写a-z是: 97-122 和小写的差值刚好是32换行和回车是10和13<br />" 在VB中可以用 Chr(34) 来表示.<br /> <br /><br />原创 2011-05-03 14:30:00 · 2573 阅读 · 0 评论