搜索资源列表
EmbeddedLinuxDriver16.4-NIC.pdf
- 了解以太网的发展历程 掌握以太网的连接方式、拓扑结构、传输介质和通信方式 掌握以太网的帧结构以及 TCP/IP 网络的结构 了解嵌入式以太网中常用的网络协议 了解嵌入式扩展以太网的常用芯片和它们各自的特点,掌握嵌入式系统中设计以太 网接口的方法 掌握嵌入式 Linux 中以太网驱动程序的结构,理解 NE2000 兼容网卡的驱动程序 了解 socket 网络编程原理 能够利用套接字编写简单的网络应用程序 -linux driver programing
process
- 有关Linux中进程间的通信 , 包括信号量 , 管道 , 有名管道 , 消息队列等 , 从系统方面详细介绍进程间的通信-For communication between processes in Linux, including semaphores, pipes, named pipes, message queues, etc., from the system described in detail the communication between processes
ARM
- 嵌入式系统的发展史,嵌入式的综述,linux环境的研究方法-History of the development of embedded systems, embedded overview linux environment
Understangding-the-Linux-Kernel.tar
- 深入理解linux内核,提供详细的linux内核描述以及相应的源码示例,对于理解linux系统帮助很大-Understanding the linux kerner
Redis-deployment-on-windows
- redis是一个key-value存储系统。和Memcached类似,它支持存储的value类型相对更多,包括string(字符串)、 list(链表)、set(集合)、zset(sorted set –有序集合)和hash(哈希类型)。这些数据类型都支持push/pop、add/remove及取交集并集和差集及更丰富的操作,而且这些操作都是原 子性的。在此基础上,redis支持各种不同方式的排序。与memcached一样,为了保证效率,数据都是缓存在内存中。区别的是redis会周期性的 把更新