搜索资源列表
-
0下载:
Embedded Linux Audio Tutorial
-
-
1下载:
韦东山编写的《嵌入式Linux应用开发完全手册》光盘源码资料,和他主讲的视频教程配套同步,非常不错的资料。-Wei Dongshan prepared by the " embedded Linux application development, fully manual," CD-ROM source data, and his video tutorial speakers supporting synchronization, very good information
-
-
0下载:
嵌入式 linux Qt界面开发 资料打包,包括qt文件系统的移植和qt开发的教程。-Embedded linux Qt interface development information package, including the file system transplant qt and qt development of tutorial.
-
-
0下载:
ARM的嵌入式Linux移植体验之应用实例是基本的arm linux系统开发的入门级指导教程。对于入门很有帮助-ARM Embedded Linux Application Experience transplantation is a fundamental arm linux system development guidance to entry-level tutorial. For entry helpful
-
-
0下载:
嵌入式教程,有关嵌入式在linux上的开发及应用-Embedded tutorial, the embedded linux on in the development and application of
-
-
0下载:
S3C2410&嵌入式linux系统教程-S3C2410 & Embedded linux system Tutorial
-
-
0下载:
嵌入式linux启蒙教程,北京华清远见教程-Embedded linux enlightenment tutorials, Beijing Huaqing vision Tutorial
-
-
0下载:
成都中嵌培训的linux驱动教程,内核开发详解,嵌入式入门的经典。-Chengdu embedded linux driver training, tutorial, the kernel developers Xiang Jie, embedded entry classic.
-
-
0下载:
成都中嵌培训的linux驱动教程,内核开发第2天的,嵌入式入门的经典。花钱买来的哦-Chengdu embedded linux driver training, tutorial, the kernel development of the first 2 days, embedded entry classic. Oh, bought with money
-
-
0下载:
嵌入式Linux应用程序开发方面的一个不错的教程-Embedded Linux application development for a good tutorial
-
-
0下载:
嵌入式LINUX标准教程 Embedded LINUX Standard Tutorial-Standard Embedded LINUX Embedded LINUX Standard Tutorial Tutorial
-
-
0下载:
嵌入式开发教程PPt第一章,是基于linux操作系统的ARM内核架构的教程,希望能帮助更多人来到这个行业-Chapter PPt embedded development tutorial is based on linux operating system tutorial ARM core architecture, hoping to help more people to the industry
-
-
0下载:
嵌入式开发教程PPt第二章,是基于linux操作系统的ARM内核架构的教程,希望能帮助更多人来到这个行业-Embedded Development Tutorial PPt second chapter, is based on the linux operating system tutorial ARM core architecture, hoping to help more people to the industry
-
-
0下载:
嵌入式开发教程PPt第三章,是基于linux操作系统的ARM内核架构的教程,希望能帮助更多人来到这个行业-Embedded Development Tutorial PPt chapter is based on linux operating system tutorial ARM core architecture, hoping to help more people to the industry
-
-
0下载:
嵌入式开发教程PPt第四章,是基于linux操作系统的ARM内核架构的教程,希望能帮助更多人来到这个行业-Embedded Development Tutorial PPt chapter is based on linux operating system tutorial ARM core architecture, hoping to help more people to the industry
-
-
0下载:
《嵌入式Linux初级实验教程--基于S3C2410》,非常好的一本书,通过实验实例讲述嵌入式Linux,浅显易懂。-" Embedded Linux tutorial primary experiment- based on S3C2410" , a very good book, by experimental examples about embedded Linux, easy to understand.
-
-
0下载:
关于嵌入式Linux调试的入门教程,适合初学者-Debugging of embedded Linux Tutorial for beginners
-
-
0下载:
《嵌入式Linux应用程序开发标准教程》(第2版全)
包括所有章节,而且是破解的PDF,绝对好东西。-Embedded Linux application development standard tutorial (2) Rar includes all chapters, and crack the PDF, is absolutely a good thing.
-
-
0下载:
嵌入式Linux程序设计案例与实验教程-实例代码-Embedded Linux Design Case with experimental tutorial- example code
-
-
0下载:
自己写的嵌入式LINUX下GPIO口控制类
,用在QT的Widgets Application中
【使用方法】
[初始化对象]
GpioControl m_gpioControl;
[初始化GPIO第84口OUT]
m_gpioControl.Init(84);
[设置GPIO第84口高电平]
m_gpioControl.gpio_set_value(84, "1");
[设置GPIO第84口低电平]
m_gpioControl.gpio_set_value(84, &
-