搜索资源列表
kernel-api
- linux kernel api不用多说,大家都知道是做什么的。哈哈哈。
The Linux Kernel API
- The Linux Kernel API是学习linux编程必备资料,学会API那么做软件开发就会事半功倍。-The Linux Kernel API is learning linux programming required information, and learn to do it API software development will multiplier.
directfb_improve
- 基于Linux上的DirectFB简介,提供的功能,支持的API,应用方案,市场分析等等。日文版-DirectFB on Linux-based introduction to the functions provided to support the API, applications, market analysis and so on. Japanese version
TheLinuxKernelAPI.pdf.tar
- linux 内核 API 详细介绍linux内核的API函数-linux
use_linux_to_design_plc
- 在数控机床中, 通常用可编程控制器( PLC) 对机床开关量信号进行控制。PLC可靠性高, 使用方便。但在大多数数控机床, 特别是经济型数控机床中, 要求的输入输出点数并不多, 通常在60点以下,因此, 为了降低数控机床成本, 在基于工业PC机的数控系统中, 可以采用开关量I/O板加外接继电器,配合主机的软件对机床开关进行控制。但如果PC机采用单任务操作系统(如DOS) , 数控系统的所有任务运行都置于一个总体的消息循环中, 软件的模块化和可维护性较差, 系统故障的风险相对集中, 而且不能充分利
kernel-api
- kernel ATI document for embedded linux
LinuxC_function_library
- linux c 函数库 所有API说明。可以很方便查找调用。-linux c function library for all API descr iption. You can easily find calls.
jida32
- JIDA32 DEMO for Windows 9x/NT/2000/XP/Vista/CE, Linux, VxWorks -1. Purpose: ----------- JIDA is an API that provides control over many Kontron Embedded Modules specific board features. 2. Files/Directories: ----------------
1
- 本文针对远程监控提出了一种结合IP网络的监控技术方案,系统总体架构采用S3C2410、USB摄像头与Linux操作系统组成嵌入式软硬件系统。并通过摄像头采集到的数据经过FFMPEG软件提供的H.264处理函数处理,数据转换后交给处理线程处理,采用双线程实现视频的数据的处理和传输。同时利用S3C2410网络模块,把图像数据转化为IP数据报通过RJ45接口在Internet上传输,实现远程监控。 关键词:视频采集,IP网络,Linux,H.264,远程监控 -Abstract: This p
QTinLinux
- 从实际应用中认识Qt,面向嵌入式系统的Qt版本,是Qt的嵌入式Linux窗口,是完整的自包含C++ GUI和基于Linux的嵌入式品台开发工具。Qt/Embeded API可用于多种开发项目。许多基于Qt的X Window程序可以非常方便地移植到嵌入式版本-Practical application of knowledge from Qt, the Qt version for embedded systems, embedded Linux is a Qt window, is a comp
Teridian-73S12xxF-Docs
- All documentation for Teridian (Maxim) 73S12xxF series inculding: - Software API descr iption for Smart Card, USB, LCD, PIN pad - Chips Descr iptions - Evalution board - Linux/Windows drivers and etc.
wine-api
- 测试wine程序的API时间,可以查看wine程序在linux中在Windows API中的时间-The API the time of the test wine program
RefswDebuggingGuide
- Debugging software on embedded systems has never been easy, but Broadcom has built a few checks into its Settop API Reference Software that may provide some help. This document provides some tips and starting points for debugging code. This doc
Linux2
- linux教程 是一个好的api 值得你的拥有-linux tutorial is a good api worth your own
Linux_C-the-error-trapping
- Linux_C下的错误捕获.经常在调用linux 系统api 的时候会出现一些错误,比方说使用open() write() creat()之类的函数有些时候会返回-1,也就是调用失败,这个时候往往需要知道失败的原因。这个时候使用errno这个全局变量就相当有用了。-Linux_C the error trapping. Often called api linux system when there will be some errors, for example using the open
api
- linux应用开发帮助, api文档。对于linux开发非常有帮助。-linux application development help, api documentation. For linux development very helpful.
LinuxAPI
- linux内核的一些API,是网络上分享的一篇很好的学习资料。-Some of the Linux kernel apis, is on the network to share a very good learning materials.
UC
- Linux/Unix平台下的C/C++开发的PPT文档,包含大量Linux API的应用说明!-Linux/Unix platform C/C++ developed PPT documents, including application notes, a lot of Linux API' s!
linux_count_time_api
- Linux下统计时间的api小结,包含部分例子-count time API
MX6U 嵌入式 Linux 驱动 开发指南 V1.6
- 本书主要讲解嵌入式 Linux 中的驱动开发,也会涉及到裸机开发的内容,相信大部分读者 和作者一样,以前都是做单片机开发的工作,比如 51 或者 STM32 等。单片机开发很难接触到 更高层次的系统方面的知识,单片机用到的系统都很简单,比如 UCOS、FreeRTOS 等等,这些 操作系统都是一个 kernel,如果需要网络、文件系统、GUI 等这些就需要开发者自行移植。而 移植又是非常痛苦的一件事情,而且移植完成以后的稳定性也无法保证。即使移植成功以后后 续的开发工作也比较繁琐,因为