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

搜索资源列表

  1. nesC

    0下载:
  2. 教您写makefile,简单,通俗,易懂,学习linux的好帮手-teaches you to write makefile, simple, popular and easy to understand, learn from the good helper linux
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:6479
    • 提供者:wang
  1. ADSL_NET

    0下载:
  2. 家里的台式机,装有windows 2000 professional一直做server,本本使用linux做client,后来觉得本本上运行linux太慢,而且也不能在上面随随便便做实验,所以想要把台式机也装上linux,这样一来自然就涉及到了linux下adsl上网和组网的问题,经过几天的实验,总算是成功,因此把整个过程写下来,一来备案,而来希望能对网友们有点帮助。-home desktop machine, with windows 2000 server has been doing pr
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:8877
    • 提供者:wenlin
  1. LINUX_DRVER

    0下载:
  2. 1、linux下8019的移植 2、LINUX USB 3、write,ioctl,select-1, 8019 under linux transplant two, three USB LINUX, write, ioctl, select
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:829447
    • 提供者:Cecil
  1. linux_porting_cn

    0下载:
  2. linux移植的完整文档,包括交叉编译器,bootloader,内核 作者写得很详细,对想从事或已经从事linux,arm嵌入式开发的开发人员很有帮助!-linux transplant complete documentation, including cross-compiler, Bootloader. kernel authors write very detailed, right to engage in or have engaged in linux. Embedded deve
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:1026554
    • 提供者:cmobile
  1. LinuxDeviceDriver

    0下载:
  2. 如何编写Linux设备驱动程序 在Linux环境下设计驱动程序,思想简洁,操作方便,功能也很强大,但是支持函数少,只能依赖kernel中的函数,有些常用的操作要自己来编写,而且调试也不方便。-How to write Linux device driver design in the Linux environment driver, thinking of simple, easy to operate, function is also very powerful, but less s
  3. 所属分类:software engineering

    • 发布日期:2017-04-05
    • 文件大小:12354
    • 提供者:liz
  1. openCV_DIY

    0下载:
  2. OpenCV是非常有名的電腦視覺函式庫,提供了一大票的電腦視覺及影像處理相關函式,甚至連從攝影機擷取影像都能幫你解決。OpenCV還有個好處是它是跨平台的函式庫,在各大平台都能運作,所以我們接下來寫的程式除了在Mac上外,也能在Linux及Windows上運作。-OpenCV is a very well-known computer vision library, providing a large vote of computer vision and image processing-re
  3. 所属分类:software engineering

    • 发布日期:2017-03-29
    • 文件大小:519351
    • 提供者:Rong
  1. python_forUnix

    0下载:
  2. Python is an ideal language for solving problems, especially in Linux and Unix networks. With this pragmatic book, administrators can review various tasks that often occur in the management of these systems, and learn how Python can provide a more ef
  3. 所属分类:software engineering

    • 发布日期:2017-05-12
    • 文件大小:2638774
    • 提供者:欧曜玮
  1. sftp-update

    0下载:
  2. 工作中需要将大量的代码传到Linux服务器上进行编译和测试,每次改完文件后都需要用sftp客户端将不同文件夹的文件进行上传,需要浪费很长的时间,于是写一个小工具帮忙 -Work a lot of code that need to be reached on the Linux server to compile and test each change after the file will need to use sftp client to a different folder of fi
  3. 所属分类:software engineering

    • 发布日期:2017-03-26
    • 文件大小:3143
    • 提供者:qqinbaby
  1. WriteMakefile

    0下载:
  2. 手把手教您学习makefile编写,linux学习的基本技能。-Teaching by holding your learning makefile write, Linux learning the basic skills.
  3. 所属分类:software engineering

    • 发布日期:2017-04-07
    • 文件大小:423808
    • 提供者:张留全
  1. Linux-device-driver

    0下载:
  2. 本书指导你如何编写你自己的驱动, 以及如何利用内核相关的部分. 我们采用一种设备-独立的方法 编程技术和接口, 在任何可能的时候, 不会捆绑到任何特定的设备.-This book to write your own guide you on how to drive, and how to use the kernel the relevant part. We adopt a kind of equipment-independent party Method Programming t
  3. 所属分类:software engineering

    • 发布日期:2017-04-03
    • 文件大小:853851
    • 提供者:张留全
  1. Linux_kernel_char

    0下载:
  2. 通俗易懂的讲述了Linux kernel里面字符设备的机制,不用看书,就能写好一个char字符设备驱动-Easy to understand about the mechanism of the Linux kernel inside the character device, can not read, you can write a char character device driver
  3. 所属分类:Project Design

    • 发布日期:2017-04-02
    • 文件大小:5510
    • 提供者:sunnorth
  1. Linux-net-device-analyse

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

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

    0下载:
  2. 这是我大学毕业时做的毕业设计.在arm2410开发板上安装一个温度传感器芯片,编写一个在板子上跑的客户端+芯片驱动,在另外一台linux主机上跑一个服务端程序.-This is my university graduation to do graduate design. Arm2410 development board in the installation of a temperature sensor chip, write a board on the run client+ chip
  3. 所属分类:Project Design

    • 发布日期:2017-11-24
    • 文件大小:2323538
    • 提供者:zhouda
  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. GCC-Make.tar.gz

    0下载:
  2. 介绍如何在Linux(Ubantu)系统用C和C++进行编程,并且介绍了如何编写和使用make Makefile,Describes how to use C and C++ programming in the Linux (Ubantu) system , and describes how to write and use make Makefile
  3. 所属分类:software engineering

    • 发布日期:2017-10-30
    • 文件大小:1325541
    • 提供者:jiang
  1. linux-daemon

    0下载:
  2. 此文档主要讲解linux守护进程的基本概念和写linux守护进程的基本步骤,并给了一个简单的例程序。-The basic steps of this document mainly explain the basic concept of the Linux daemon and write Linux daemon, and give a simple example program.
  3. 所属分类:software engineering

    • 发布日期:2017-11-24
    • 文件大小:60147
    • 提供者:蔡杰
  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. Linux_C-the-error-trapping

    0下载:
  2. 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
  3. 所属分类:software engineering

    • 发布日期:2017-04-01
    • 文件大小:14502
    • 提供者:刘通
  1. how-to-write-my-Linux-driver

    0下载:
  2. 如何编写Linux的驱动程序,Linux驱动入门必须要掌握的,供大家参考借鉴-how to write my Linux driver
  3. 所属分类:software engineering

    • 发布日期:2017-03-27
    • 文件大小:62270
    • 提供者:changlei
  1. Linux-kernel-to-be-compiled

    0下载:
  2. linux 内核编译的具体实现流程 可能比较基础,但是是自己写的,希望能有帮助-linux kernel compile a concrete realization of the process may be more basic, but it is to write their own, hoping to help
  3. 所属分类:software engineering

    • 发布日期:2017-04-23
    • 文件大小:164735
    • 提供者:周享
« 12 »
搜珍网 www.dssz.com