搜索资源列表
嵌入式操作系统Linux中的串口应用编程
- 本文介绍了嵌入式操作系统Linux中的串口应用编程方法。对需要进行串口编程的人有一定的帮助。-This paper introduces the embedded Linux operating system serial programming method. The need for the serial programming will help.
操作系统linux报告网页版(web)
- 操作系统课程设计,在linux下实现操作系统的基本功能,包括设备驱动、系统功能调用、文件系统-courses on operating system design, the Linux operating system under the basic functions, including device drivers, the system function calls, file systems, etc.
linux-0.01_Code.tar
- 最著名的操作系统Linux内核源码: 是研究学习操作系统内核,以及系统级编程非常好的参考资料.-most famous operating system Linux kernel source : the study is to examine the operating system kernel. and system-level programming very good reference.
模拟Linux文件系统
- 模拟Linux文件系统。在任一OS下,建立一个大文件,把它假象成一张盘,在其中实现一个简单的 模拟Linux文件系统 。
linux下Qt实现的视频点播系统
- 提供的代码是编写一个基于linux系统的网络视频点播应用程序,利用Qt工具编写图形界面和基于TCP协议的网络传输模块。Linux操作系统以其开源性、多用户多任务、支持多种硬件平台、可靠地安全稳定性能以及日趋完善的图形界面和丰富的网络功能等等,逐渐成为了各行业的首选操作系统,尤其是基于ARM内核的嵌入式linux更是得到了极为广泛的应用。 本系统分为服务器端和客户端两部分。服务器端提供多视频源,供用户进行选择,客户端提供人机交互界面,当用户需要点播某个视频时,首先在Ip Address栏输入服务器
操作系统内核,大家都来看看吧
- 操作系统内核,大家都来看看吧 也许对你们有用 我现在在学习,Operationg system kernel
GX-ARM9-2410EP-LINUX-BOOK.zip.
- 瑞泰创新的GX-ARM9-2410EP教学实验系统关于LINUX操作系统开发的详细资料,Ruitai innovative GX-ARM9-2410EP teaching experimental system LINUX operating system on the development of detailed information
linux-camera
- 这个是在linux操作系统下做的视频采集-This is done under the linux operating system, video capture
linux内核0.11详细注释
- 本书对Linux 早期操作系统内核(v0.95)全部代码文件进行了详细全面的注释和说明,旨在使读者能够在尽量短的时间内对Linux 的工作机理获得全面而深刻的理解,- This book (v0.95) the complete code document has carried on the detailed comprehensive annotation and the explanation to the Linux early time operating system essen
linux-wlan-0.3.4.tar
- The goal of the Linux WLAN project is to develop a complete, standards based, wireless LAN system using the GNU/Linux operating system. What differentiates this project from the Linux wireless extensions and other Linux wireless projects is that it i
Embedded-Linux-for-Blackfin
- Uclinux是当前广泛应用的一种嵌入式Linux操作系统,是一个完全符合GNU/GPL公约的项目,与UNIX完全兼容,完全开放源码。英文单词中u表示Micro,c表示control,所以Uclinux的意思是“微控制领域的Linux系统”。 Uclinux针对嵌入式应用的特点,对Linux的内核(所用版本为linux2.6)进行了修改和重新编译,其大小远小于原来。它包含Linux常用的API,保留了原来Linux操作系统具有的高稳定性、强大的网络功能和卓越的文件系统支持功能等优点。
linux-jx2410.tar
- 上传linux-jx2410的源代码,以供用户方便使用。有关linux操作系统的。-From linux-jx2410 source code for the use of user-friendly. On the linux operating system.
emb-linux-Serial
- 针对嵌入式Linux操作系统的特点,分析在该系统下串行通信口编程控制的方法,总结程序 设计的步骤; 在嵌入式Linux 系统上, 编写控制程序, 成功地实现嵌入式系统与微机系统 间的数据交换。 串口编程 嵌入式Linux Linux 内核-For embedded Linux operating system features, analysis of the system of serial communication port programming under control,
Linux--sy--jingchengtongxin
- 进程间通信的实验代码,是操作系统实验中的代码-Interprocess communication experiment code, is the operating system code experiment
linux-sendmail
- 谷搜Linux邮件群发软件是基于Redhat Linux 操作系统平台+PHP语言上开发而成的。它不仅继承了Linux操作系统的高性能、高稳定、速度快、无病毒等特点,邮件服务器主要核心采用Linux的SENDMAIL或POSTFIX的SMTP25的端口,也就是相当于自己架设了一个MAIL SERVER,群发不用经过别人的代理服务器发送,所以发信成功率非常高。-Valley found mass-mailing software, Linux is based on the Redhat Linu
LINUX-socket
- Socket接口是TCP/IP网络的API,Socket接口定义了许多函数或例程,程序员可以用它们来开发TCP/IP网络上的应用程序。要学Internet上的TCP/IP网络编程,必须理解Socket接口。 Socket接口设计者最先是将接口放在Unix操作系统里面的。如果了解Unix系统的输入和输出的话,就很容易了解Socket了。网络的 Socket数据传输是一种特殊的I/O,Socket也是一种文件描述符。Socket也具有一个类似于打开文件的函数调用Socket(),该函数返
Linux
- 网上找到的Linux命令大全(修改版),适用于linux操作系统-Linux command line to find Guinness (modified version), for linux operating system
linux-2.6.22.6
- linux操作系统,版本2.6.22.6,适合想学嵌入式linux的人学习(Linux operating system, version 2.6.22.6, suitable for people who want to learn Embedded Linux learning)
Linux
- 1.学习并理解如何使用 Hadoop,学会在 Hadoop 中运行简单的程序,了解其运 行过程。 2.通过学习生产者/消费者问题理解多线程同步问题。 1.在 Linux 环境下建立大数据处理框架 (1)学习 Hadoop 的相关知识。 (2)安装并配置 Hadoop 环境。 (3)在 Hadoop 上执行 WordCount 示例。 2. 实现生产者/消费者同步问题 (1)在 linux 系统中学习信号量的使用。 (2)执行生产者与消费者模型。(1. learn and und
《Linux操作系统实用教程全集》教学课件
- 《Linux操作系统实用教程全集》是很全面的教学课件,对初学者能在短时间了解运行Linux操作系统(Linux operating system of practical tutorials is a very comprehensive courseware. It can help beginners understand the operation of Linux operating system in a short time.)