当前位置:
首页 资源下载
搜索资源 - embedded linux tutorial
搜索资源列表
-
0下载:
Embedded Linux Audio Tutorial
-
-
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编程中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下载:
embedded linux tutorial on initramfs
-
-
0下载:
这是一本很好的嵌入式linux教程,放在这里希望对需要有帮助的人有帮助-Embedded linux tutorial
-
-
0下载:
嵌入式linux启蒙教程,北京华清远见教程-Embedded linux enlightenment tutorials, Beijing Huaqing vision Tutorial
-
-
0下载:
嵌入式linux应用程序开发标准教程ppt,华清远见嵌入式培训中心-Embedded linux application development standards tutorial ppt, Huaqing vision Embedded Training Center
-
-
0下载:
最全的< 嵌入式Linux应用程序开发标准教程>>(第2版)书籍PDF下载。包括1-12章节。方便大家下载和学习。-The most complete < < embedded Linux application development standard tutorial> " (2nd Edition) book PDF download. Including sections 1-12. Facilitate everyone to download
-
-
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下载:
一本很好的嵌入式开发入门学习教程!个人觉得挺不错的 适合初学者入门学习 没有一般入门书籍的枯燥无聊 分享下-A good introduction to embedded development tutorial! Personally feel very good for beginner to learn the general introductory books do not share the boredom that under
-
-
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入门指导教程,网上评价超过《鸟哥的私房菜》这本书。-" Gentlemen' s public housing dishes, a good starter tutorial for embedded linux, on-line evaluation of more than birds brother Kitchen this book.
-
-
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, &
-