搜索资源列表
VRTX嵌入式系统教程
- linux内核编程.绝对精彩
recipe-uclinuxKenel
- 编程高手的秘笈:Linux C 函数库,linux宝库典藏版,Linux Make中文手册,uclinux核心手册,Linux网络编程,嵌入式系统开发圣经,高质量C编程指南,高手的必杀技啊,好东西与大家分享-programming experts in the secret : Linux C libraries, treasury collection version of linux, Make Chinese Linux manual Basis core manual, Linux
linux-new-man
- ARM嵌入式linux的入门手册,关于嵌入式系统的移植,应用程序编写模块编程等等的简介。将rar改为pdf
Cyuyanjinjie
- <c语言进阶>介绍了嵌入式系统中经常甬道的C语言编程技巧和概念
嵌入式系统uclinux编程
- 总的来说,在uClinux上的开发和标准Linux还是很类似的。通常可以按照下面的步骤去设计和调试: 建立基于以太网的开发环境; 如果所设计的程序和硬件的关联不大,那么一定要在标准Linux上先编译和调试通过。灵活地使用gcc和gdb将大大节省时间; 将x86上的GCC编译好的应用程序用交叉编译工具来编译;如果编译时发现错误,那么很可能存在以下问题: 交叉编译器或库文件的路径不正确;最彻底的解决办法是重新装一次编译器; 遇到库不支持的函数;此时需要自己把函数的实现做成另外一个库供应用程序使用。如
arm-paper-2
- arm开发书籍,包括:ARM嵌入式系统C语言编程 ep7312芯片原理及应用 μCOS-Ⅱ在EP7312上的移植-development arm of books, including : ARM Embedded Systems Programming Language C ep7312 chip Theory and Application COS-II in EP7312
CC++Program
- C和C++嵌入式系统编程电子书籍,比较详细的。-C and C++ Embedded systems programming e-books in more detail.
uclinux_tcpip_stack_src
- 很不错的tcpip源码, 尤其是针对嵌入式系统编程来说是个非常不错的选择-a very good source code for TCP、IP
LinuxC
- 嵌入式LInux下C编程。详细具体介绍了linux系统编程的方方面面。请多下载-Embedded C programming under LInux. Detailed and specific descr iption of all aspects of linux system programming. Like him to download
ARMqianrushixitongjiegouyubiancheng
- 邱铁 ARM嵌入式系统结构与编程 实例代码-ARM
tftp
- 嵌入式系统tftp源码,系统采用arm9处理器,C语言编程-Embedded system tftp source, the system uses arm9 processor, C language programming
Embedded_Systems_Architecture_programming_and_desi
- 嵌入式系统:体系结构、编程与设计 超经典的嵌入式书籍,无论你是新手还资老的开发者,对你都有用。-Embedded Systems: Architecture, programming and design of embedded super-classic book, whether you' re a novice developer still owned the old, you have to use.
Embedded
- C.& .C.嵌入式系统编程 C/C++嵌入式系统编程 Michael Barr 是 Netrino公司(一个嵌入式系统共享软件和软件工程服务提 供商)的创始人兼总裁。Netrino公司鼓励所有职员通过为杂志撰稿和在业界会 议演讲来分享自己的专业知识。这 些资料可以在公司的网站 ttp://www.netrino.com 找到。 Michael 拥有马里兰大学的电机工程学士和硕士学位。他的大部分时间都用 在嵌入式软件、设备驱动和实时操作系统的开发上了
12355512331
- 嵌入式Linux应用程序开发标准教程 Linux快速入门 Linux基础命令 Linux下C编程基础 嵌入式系统基础 嵌入式Linux开发环境的搭建 文件IO编程………… 嵌入式Linux网络编程 嵌入式Linux设备驱动开发 Qt图形编程基础-Embedded Linux application development standards based on Linux Quick Start Guide Linux Linux under the comma
LinuxC
- ARM嵌入式系统C语言编程,本文详细介绍了嵌入式平台上用 C 语言编写系统软件和应用软件的方法- the article introduces the embedded platform written in C system software and application software method
B4Nd3hx5
- 不同于一般形式的软件编程,嵌入式系统编程建立在特定的硬件平台上,势必要求其编 程语言具备较强的硬件直接操作能力。无疑,汇编语言具备这样的特质。但是,归因于汇编 语言开发过程的复杂性,它并不是嵌入式系统开发的一般选择。而与之相比,C 语言--一种 "高级的低级"语言,则成为嵌入式系统开发的最佳选择。笔者在嵌入式系统项目的开发过程 中,一次又一次感受到 C 语言的精妙,沉醉于 C 语言给嵌入式开发带来的便利。-Different from the general form of so
Embedded_Programming_Code
- 这是《嵌入式系统编程-使用C和GNU开发工具》的随书源码。该书由O Reilly出版,代码主要基于ARM平台实现了了简单嵌入式程序编写、编译链接和定位、下载和调试、内存使用、外围设备控制、中断服务、串行端口使用、任务调度和消息传递等操作系统功能,并有嵌入式Linux实例,是学习嵌入式编程入门的好书。-This is the " Embedded Systems Programming- Using C and GNU Development Tools" with the bo
Embedded-Systems-Programming-
- 嵌入式系统编程指南This book introduces embedded systems to C and C++ programmers. -This book introduces embedded systems to C and C++ programmers. Topics include testing memory devices, writing and erasing Flash memory, verifying nonvolatile memory contents,
Embedded_C_Programer_
- C语言嵌入式系统编程修炼之道之一、二。 指出嵌入式c语言编程中遇到的问题,并对这些问题进行规范解答-The C programming language embedded system road, one of two.Pointed out that the embedded C language programming problems, and these problems are standard solution!!
嵌入式Linux应用程序开发详解(完整版)
- Linux介绍及系统安装,常用命令介绍及Linux系统下c语言编程基础;嵌入式系统基础以及嵌入式Linux开发环境搭建。(Linux introduction and system installation, common command introduction and the basis of C language programming under Linux system, embedded system foundation and embedded Linux development