资源列表
[Linux/Unix编程] loadbmp
说明:该代码是在嵌入式linux实现的图像界面编程,实现了对图像的各种操作。-The code is in the embedded linux realize image interface programming, realize the various operations of the image.<田江华> 在 2025-03-16 上传 | 大小:290kb | 下载:0
[Linux/Unix编程] vivi
说明:这是一个基于arm的嵌入式linux的启动代码,能够实现对2410的启动。-This is an arm of the embedded linux-based start-up code, to achieve the start of 2410.<田江华> 在 2025-03-16 上传 | 大小:309kb | 下载:0
[Linux/Unix编程] keyboard
说明:该代码是在基于arm9的嵌入式linux下的键盘驱动程序。-The code is based on ARM9 embedded linux under the keyboard driver.<田江华> 在 2025-03-16 上传 | 大小:10kb | 下载:0
[Linux/Unix编程] 02_pthread
说明:该程序是基于arm的嵌入式linux下,多线程处理的程序。-The program is based on arm embedded linux, the deal with multi-threaded process.<田江华> 在 2025-03-16 上传 | 大小:9kb | 下载:0
[Linux/Unix编程] 06_can
说明:该代码实现了基于arm的嵌入式linux下对can总线的操作。-Realize the code based on the arm embedded linux on can-bus operation.<田江华> 在 2025-03-16 上传 | 大小:7kb | 下载:0
[Linux/Unix编程] Pwm
说明:很厉害的东西! 有水平的人自然会看懂!-Very powerful stuff! Has the level of people will naturally understand!<long> 在 2025-03-16 上传 | 大小:7kb | 下载:0
[Linux/Unix编程] myprog
说明:用char *malloc(unsigned size)函数向系统申请一次内存空间(如size=1000,单位为字节),用首次适应法 addr = (char *)fmalloc(unsigned size) 和 ffree(unsigned size,char * addr)(基本要求)或 循环首次适应法(提高一步) addr = (char *)lmalloc(unsigned size) 和 lfre<> 在 2025-03-16 上传 | 大小:2kb | 下载:0