CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - write linux

搜索资源列表

  1. linux-module

    0下载:
  2. Linux设备驱动标准模板,用于s3c2410实验,流水灯点亮,下面有配套应用程序内核版本:2.6.31 交叉编译器:arm-linux-gcc 4.12 Read,write,ioctl等函数实现 S3C2410 GPF0~GPF3外接led灯,低电平点亮,高电平熄灭分别用write和ioctl 实现led流水灯的点亮经过验证,可点亮led流水灯-linux module
  3. 所属分类:Driver develop

    • 发布日期:2017-11-27
    • 文件大小:25576
    • 提供者:王子丹
  1. Linux-net-device-analyse

    0下载:
  2. [摘要] 在本文中,首先概括了网络设备总体特征和工作原理,接着在分析了一个重要的数据结构device后,重点剖析了网络设备的整个初始化工作过程;简单地分析了设备的打开和关闭的操作后,是有关数据包的传输和接收的分析;在最后,本文对写网络设备驱动程序做了一个总结。以上的每部分的分析,都是在NE2000以太网卡的基础上进行的。在附录中是一个虚拟的字符设备驱动程序以及写这个程序的体会,该程序已成功使用过,它是在网络设备分析之前本人做的一个小小的试验。-[Abstract] In this article
  3. 所属分类:Project Design

    • 发布日期:
    • 文件大小:88991
    • 提供者:leeo
  1. Linux.cuankobianc

    0下载:
  2. 主要讲解了Linux 操作串口的架构。 添加串口硬件时,首先通过驱动程序,采集串口当中的数据,内核通过提供read、write 、select、open、close 供应用程序调用,在设计串口通信类,就是对这几个函数的运用。 -Mainly on the architecture of the Linux operating serial. Add serial hardware driver, collecting serial data which the kernel by p
  3. 所属分类:Linux Network

    • 发布日期:2017-11-07
    • 文件大小:4291747
    • 提供者:shifa
  1. Write-Makefile

    0下载:
  2. 关于Linux下的如何手动自己编写MAKEFILE的详细手册,很有用很详细.-Useful on Linux, how to manually write your own MAKEFILE detailed manual is very detailed.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-11-12
    • 文件大小:437631
    • 提供者:李威
  1. socket

    0下载:
  2. 在写LINUX SOCKET的时候,一个非常好的例子,里面有select的使用.-Write LINUX SOCKET, a very good example, select use.
  3. 所属分类:Linux Network

    • 发布日期:2017-11-20
    • 文件大小:1741
    • 提供者:阿呆
  1. Linux-C_2009.0731

    0下载:
  2. linux_c一站式学习,学习驱动的朋友,必须具备的利器!还有更多的驱动资料可以发信!-linux_c-stop learning, learning to drive a friend, a must-have tool! There are more drive data can write!
  3. 所属分类:Driver develop

    • 发布日期:2017-12-04
    • 文件大小:6730752
    • 提供者:马巍巍
  1. SOCKET-on-Linux

    0下载:
  2. linux下的socket实现,讲解了linux下socket如何编写的步骤-the under linux socket to achieve, to explain the steps under linux socket how to write
  3. 所属分类:Linux Network

    • 发布日期:2017-12-02
    • 文件大小:109698
    • 提供者:离子
  1. linux-hexinjishujiangjie

    0下载:
  2. linux核心技术讲解 本书的主要目标是: 1.提供一个最新的和完整的服务器版本的完整源代码。(这本书分析的版本是2.2.5版,也是写这本书时发布的最新版本。) 2.提供一个对每个子系统功能的一般性概述。 3.研究各个子系统主要的函数和数据结构。 4.对开发者应怎样通过修改源代码来改进和扩展内核提出建议。-The linux core technology to explain the book' s main goal is to: 1. provide an up-
  3. 所属分类:software engineering

    • 发布日期:2017-11-21
    • 文件大小:2520965
    • 提供者:zh
  1. 6410-Digital-LED--for-linux

    0下载:
  2. 在Linux下写的74HC595的驱动程序,用于控制数码管-Write the 74HC595 driver under Linux, used to control digital tube
  3. 所属分类:Driver develop

    • 发布日期:2017-12-06
    • 文件大小:58349
    • 提供者:zhangzhenyuan
  1. Linux-A-named-pipe-experiment

    0下载:
  2. 在Linux环境下用C语言编程,编程的主要内容是:命名管道的实验。包括:研究mkfifo命令,在当前目录下创建一个myfifo的命名管道 用mkfifo()函数实现相同的功能 编写一个服务器程序server.c,实现从管道myfifo中读取内容,并在终端中显示出来。打开一个命令行终端,运行server,然后打开另一个命令行终端,使用“cp 文件1 myfifo”命令把文件1的内容输出到myfifo,测试server.c的功能 编写客户机程序,实现把指定文件输出到myfifo的功能,从
  3. 所属分类:Embeded Linux

    • 发布日期:2017-11-06
    • 文件大小:8792
    • 提供者:weiwei
  1. Linux

    0下载:
  2. 为Linux系统设计一个简单的二级文件系统。要求做到以下几点: 1.可以实现下列几条命令: login 用户登录 dir 列目录 create 创建文件 delete 删除文件 open 打开文件 close 关闭文件 read 读文件 write 写文件 -Design a simple two file system for Linux systems. To do the following: 1. Can be achieved followin
  3. 所属分类:software engineering

    • 发布日期:2017-11-28
    • 文件大小:7556
    • 提供者:hary
  1. write

    0下载:
  2. Linux Core Driver, Window underflow trap handler for the Sparc
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-12-05
    • 文件大小:5394
    • 提供者:saikuwer
  1. Let-us-write-Makefile

    0下载:
  2. 中文名是 跟我一起写Makefile ,文中讲述了一个怎样一步步去写Makefile,相信对Linux下系统编程很有帮助-Chinese name with my write Makefile, about a step by step how to write the Makefile, I believe on the Linux system programming helpful
  3. 所属分类:Compiler program

    • 发布日期:2017-11-02
    • 文件大小:924160
    • 提供者:周杰
  1. 08exceptions

    0下载:
  2. 基于S3C6410开发板裸板的中断机制的相关驱动,学习Linux驱动过程中编写,可行。-S3C6410 development board based on the bare boards of the interrupt mechanism associated drivers, the process of learning to write Linux drivers and feasible.
  3. 所属分类:Driver develop

    • 发布日期:2017-04-07
    • 文件大小:56339
    • 提供者:郭天骄
  1. write

    0下载:
  2. WREC Parser Source Code for Linux.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-14
    • 文件大小:4954
    • 提供者:lainonsin
  1. serial-linux

    0下载:
  2. Linux_串口读写.doc Linux串口编程说明.pdf LINUX下的串口通信编程与调试.pdf Visual C++_Turbo C串口通信编程实践.pdf 串口通信编程大全.pdf 嵌入式操作系统Linux中的串口应用编程.pdf-Linux_ serial read and write. Doc Linux serial programming instructions. Pdf LINUX under the serial communication programming and
  3. 所属分类:Communication

    • 发布日期:2017-06-12
    • 文件大小:19626297
    • 提供者:张普
  1. Linux-to-road-of-the-Kernel

    0下载:
  2. 设备模型之外,对于驱动程序的开发者来说,有三样东西是不可缺少的:第一是协议或标准的spec,也就是规范,比如usb协议规范;第二是硬件的datasheet,即你的驱动要支持的硬件的手册;第三就是内核里类似驱动的源代码,比如你要写触摸屏驱动的话,就可以参考内核里已经有的一些触摸屏驱动-Device model, the developer of the driver, there are three things are essential: The first is the protocol o
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-09
    • 文件大小:1572691
    • 提供者:windy
  1. Essential.Linux.Device.Drivers

    0下载:
  2. 印度人写的关于如何写Linux驱动的书。-Indians wrote about how to write a Linux driver book.
  3. 所属分类:Driver develop

    • 发布日期:2017-05-27
    • 文件大小:9824830
    • 提供者:carl
  1. linux-ntfs-code-v7Beta

    0下载:
  2. alternative, called Tuxera NTFS is available for embedded devices and Mac OS X.-NTFS-3G is a stable, full-featured, read-write NTFS driver for Linux, Android, Mac OS X, FreeBSD, NetBSD, OpenSolaris, QNX, Haiku, and other operating systems. It provide
  3. 所属分类:Driver develop

    • 发布日期:2017-04-04
    • 文件大小:490310
    • 提供者:李浩
  1. linux-test_11

    0下载:
  2. 编写一个程序,实现将一个目录的所有内容复制到另一个目录的功能-Write a program to achieve copy all contents of a directory to another directory functions
  3. 所属分类:Driver develop

    • 发布日期:2017-04-16
    • 文件大小:17362
    • 提供者:强大
« 1 2 ... 5 6 7 8 9 1011 12 13 14 15 ... 50 »
搜珍网 www.dssz.com