搜索资源列表
DPY-51C
- 关于DPY-51标准板C语言源程序 涉及的是如何进行进程调度 很是有价值-of DPY-51 standard board C language source involved in the process is how the scheduling is a very valuable
embedded_linux_leddriver
- 基于嵌入式Linux系统的led驱动程序开发源程序及详细文档,开发环境:硬件:UP-NETARM2410-S嵌入式实验仪,PC pentium500以上,硬盘40G以上,内存大于128M。 软件:PC机操作系统redhat linux 9.0 + MINICOM+ ARMLINUX开发环境。使用c语言开发。
linux--c-gps
- 在linux下使用c语言开发gps的源程序-In linux to use the source code gps c language development
c-language--environment
- Linux平台上c语言编程环境 1.熟悉gedit命令,编辑C语言程序 2. 用gcc把源程序编译成可执行程序 -C language programming environment on the Linux platform. Familiar with gedit command, edit the C language program with gcc to compile the source code into an executable program
exp4_hello-driver
- 此程序代码是基于达芬奇系列DM6446嵌入式开发之驱动程序开发示例程序,该程序包中包含C语言源程序demo.c,test_demo.c和Makefile文件。该程序简洁明了,旨在说明驱动程序的框架结构,以及嵌入式驱动程序开发的步骤,对嵌入式驱动程序开发入门的同志非常有帮助。该程序经过反复的调试运行,没有错误,可直接运行。 调试步骤 1、仔细读目录中的代码:demo.c,demo.h,test_demo.c。 分析各部分代码的功能,以及应用程序和驱动程序的调用,数据读写的方法和流程