搜索资源列表
-
0下载:
Embedded Linux Audio Tutorial
-
-
0下载:
Learn how to build a custom Linux® distribution to use in an embedded environment,
in this case to drive a Technologic Systems TS-7800 single-board computer. In this
tutorial, you learn about cross-compiling, the boot loader, file systems, the
-
-
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下载:
基于Web Service的数字油田监控系统,源码来源于嵌入式linux程序设计案例与实验教程实例。-Web Service based on the number of field monitoring system, source code from the embedded linux programming tutorial examples and experimental cases.
-
-
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编程中GTK2.0的API查询手册,十分实用。适合于编写面向对象的linux程序的入门教程。-linux programming the API query GTK2.0 manual, very useful. Suitable for the preparation of object-oriented procedure linux Tutorial.
-
-
0下载:
嵌入式教程,有关嵌入式在linux上的开发及应用-Embedded tutorial, the embedded linux on in the development and application of
-
-
0下载:
这是一本很好的嵌入式linux教程,放在这里希望对需要有帮助的人有帮助-Embedded linux tutorial
-
-
0下载:
S3C2410&嵌入式linux系统教程-S3C2410 & Embedded linux system Tutorial
-
-
0下载:
嵌入式linux启蒙教程,北京华清远见教程-Embedded linux enlightenment tutorials, Beijing Huaqing vision Tutorial
-
-
0下载:
嵌入式LINUX标准教程 Embedded LINUX Standard Tutorial-Standard Embedded LINUX Embedded LINUX Standard Tutorial Tutorial
-
-
0下载:
嵌入式Linux入门教程,希望对初学者有所帮助。-Embedded Linux Tutorial, I hope to help beginners.
-
-
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系统的裁剪方法教程,简单易懂,适合初学者。-Cutting method of embedded Linux system tutorial, simple, suitable for beginners.
-
-
0下载:
嵌入式Linux应用程序开发标准教程,适合初学者-Embedded Linux application development standards tutorial
-
-
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, &
-