搜索资源列表
linux编程入门之c语言环境
- linux编程入门之c语言环境,对于学习c语言和linux都有好处的-domain c programming language environment for learning language and c are beneficial linux
pic-c
- pic单片机C语言学习资料,对于PIC单片机编程入门是很好的资料
linuxrumenziliao
- 这本书是Linux初学者入门的重要实例教程,其中包括了大量的Linux下c语言编程实例和Linux基本指令,对Linux初学者入门有极大的帮助。-This book is an important example of Linux Getting Started tutorial for beginners, including a large number of c language programming examples and the basic Linux commands, Linu
C_firstpart
- 这是我们学习嵌入式时在Linux下用Eclipse编写的C语言入门练习,包含若干小程序的源代码。该部分为我们当时学习嵌入式C语言的三个部分之一。(只建议初学C语言的同学参考研究)-This is when we learn of embedded Linux, written in C language with the Eclipse entry to practice, includes a number of small program source code. The time for
C_secondpart
- 这是我们学习嵌入式时在Linux下用Eclipse编写的C语言入门练习,包含若干小程序的源代码。该部分为我们当时学习嵌入式C语言的三个部分之二。(只建议初学C语言的同学参考研究)-This is when we learn of embedded Linux, written in C language with the Eclipse entry to practice, includes a number of small program source code. The part was
C_thirdpart
- 这是我们学习嵌入式时在Linux下用Eclipse编写的C语言入门练习,包含若干小程序的源代码。该部分为我们当时学习嵌入式C语言的三个部分之三。(只建议初学C语言的同学参考研究)-This is when we learn of embedded Linux, written in C language with the Eclipse entry to practice, includes a number of small program source code. The time for
SDL
- 《SDL入门教程》,SDL是一款C语言图形库,能用来进行窗口化图形等一系列开发,这是一本入门的书。-SDL introductory tutorial SDL graphics library is a C language can be used to windowing graphical development, this is an introductory book.
LinuxC
- 学习嵌入式LinuxC语言编程的很好的入门教程-a book for learning Linux C programme
exp4_hello-driver
- 此程序代码是基于达芬奇系列DM6446嵌入式开发之驱动程序开发示例程序,该程序包中包含C语言源程序demo.c,test_demo.c和Makefile文件。该程序简洁明了,旨在说明驱动程序的框架结构,以及嵌入式驱动程序开发的步骤,对嵌入式驱动程序开发入门的同志非常有帮助。该程序经过反复的调试运行,没有错误,可直接运行。 调试步骤 1、仔细读目录中的代码:demo.c,demo.h,test_demo.c。 分析各部分代码的功能,以及应用程序和驱动程序的调用,数据读写的方法和流程
embedded-c-programming
- 这篇文档是关于嵌入式C语言的学习,提供了入门和提高两个层次的学习。-Introduction to embedded c programming language and deeply
Qt开发入门教程01_Qt开发基础
- Qt是一个功能非常完善的c++跨平台图形库,其实与其说图形库倒不如说它是一个与MFC类似的应用框架。Qt本身就是使用c++语言实现(Qt is a very well functioning c++ cross platform graphics library, in fact it is rather a MFC - like application framework than a graphic library. Qt itself is implemented using the c+
Linux操作系统下C语言编程入门
- linux下的嵌入式开发,c语言编程及案例(Embedded development under Linux, programming and case of C language)
周立功magic2410实验箱基础程序2
- 周立功的实验教程应该是做的最为详细,是arm学习入门的一个简单的快捷工具,本程序包含C语言与汇编语言的联合编程,GPIO控制实验以及外中断实验!