- 博客(3)
- 资源 (9)
- 收藏
- 关注
原创 内核编译--make menuconfig 报错的解决方法
在make menuconfig时,提示:*** Unable to find the ncurses libraries or the *** required header files. *** 'make menuconfig' requires the ncurses libraries. *** *** Install ncurses (ncurses-devel)
2009-09-22 21:17:00
15875
7
原创 嵌入式学习之路
最近在研读杜春雷的《ARM体系结构于编程》,可能是只有C/C++的使用经验,对汇编语言和计算机组成原理基本不懂的原因,看起来特别费劲。 唉,我的嵌入式学习之路~~~~ Come On.....
2009-09-20 21:17:00
795
原创 undefined reference to `sqrt' 的解决办法
#include "stdlib.h"#include "stdio.h"#include "math.h"int main(){ int num = 3; printf("%f/n",sqrt(num)); return(0);} #include "stdlib.h"#include "stdio.h"#include "math.h"
2009-09-19 11:12:00
4623
中国移动多媒体广播CMMB
2010-10-21
H264流媒体RTP打包源代码和相关资料
2010-10-21
VIM User Manual.pdf
2010-06-22
学写makefile.pdf
2010-06-22
Advanced Programming in the UNIX Environment.chm
2010-06-22
最新C语言编程一百道习题
2010-03-30
Advanced Programming in the UNIX Environment: Second Edition
2010-03-29
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人