CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Internet/网络编程 搜索资源 - linux device

搜索资源列表

  1. myson803

    0下载:
  2. myson803源代码 myson803.c: A Linux device driver for the Myson mtd803 Ethernet chip. -myson803 myson803.c source code : A Linux device driver for the Myson mtd803 Ether net chip.
  3. 所属分类:Internet/网络编程

    • 发布日期:2008-10-13
    • 文件大小:16696
    • 提供者:yj
  1. ldd2

    0下载:
  2. linux device driver源码-Linux device driver source code
  3. 所属分类:Internet/网络编程

    • 发布日期:2008-10-13
    • 文件大小:180908
    • 提供者:renwofei
  1. multimedia_examples.tar

    0下载:
  2. linux device drivers multimedia examples
  3. 所属分类:Internet/网络编程

    • 发布日期:2008-10-13
    • 文件大小:568612
    • 提供者:renhua
  1. wl-167g

    0下载:
  2. This a linux device driver for Ralink RT2500USB b/g WLAN Card. This driver implements basic 802.11 function. Infrastructure and Ad-hoc mode with open or shared or wpapsk or wpa2psk authentication method. WEP-40 and WEP-104 or tkip or aes encry
  3. 所属分类:Internet/网络编程

    • 发布日期:2008-10-13
    • 文件大小:690916
    • 提供者:peng
  1. RT2500-Linux-STA-1.4.6.6.tar

    0下载:
  2. The RT2500 device driver for linux system
  3. 所属分类:Internet/网络编程

    • 发布日期:2008-10-13
    • 文件大小:302392
    • 提供者:hbzx
  1. xrm1172

    0下载:
  2. Linux device driver for xrm1172 (external uart)chip
  3. 所属分类:Linux Network

    • 发布日期:2017-03-23
    • 文件大小:11061
    • 提供者:LOHITH
  1. libupnp-1.6.6 英特尔制定的UPnP SDK

    1下载:
  2. 原来由英特尔制定的UPnP SDK的,但现在英特尔不再支持它。 UPnP是一种网络协议,允许设备自动搜寻和设定。家居数字化DLNA组织正是的基于UPnP的。-Orginal develop by Intel upnp sdk ,but now intel no longer support it. The UPnP is a kind of network protocol allowing auto descovery and configuration between device. T
  3. 所属分类:Internet/网络编程

    • 发布日期:2012-11-12
    • 文件大小:1539022
    • 提供者:stephen
  1. pidev.tar

    0下载:
  2. create linux device driver file system
  3. 所属分类:Linux Network

    • 发布日期:2017-04-16
    • 文件大小:97104
    • 提供者:Yen
  1. pci

    0下载:
  2. This character-mode Linux device-driver lets an application program read from (or write to) the computer system s video display memory -- bypassing any software windowing systems. -This character-mode Linux device-driver lets an application program
  3. 所属分类:Linux Network

    • 发布日期:2017-03-28
    • 文件大小:5952
    • 提供者:jeevan
  1. 2

    0下载:
  2. Linux设备驱动程序,用途是虚拟一段内存空间为设备驱动程序空间,在此段空间实现读写设备驱动程序。-Linux device driver, uses a memory space for the virtual device driver space, space to achieve during this read-write device drivers.
  3. 所属分类:Linux Network

    • 发布日期:2017-04-14
    • 文件大小:3998
    • 提供者:老胖
  1. linux_alc56_27_28_030309

    0下载:
  2. linux device driver of ALC5627 realtek audio codec
  3. 所属分类:Linux Network

    • 发布日期:2017-03-24
    • 文件大小:12683
    • 提供者:LOHITH
  1. LinuxNetworkDeviceDriverDevelopmentAnalysis

    0下载:
  2. 《Linux网络设备驱动开发解析》PDF课件,较为详细的讲解了linux网络设备驱动开发流程。-" Linux network device driver development analysis" PDF courseware, a more detailed explanation of the linux network device driver development process.
  3. 所属分类:Linux Network

    • 发布日期:2017-04-05
    • 文件大小:783511
    • 提供者:cyh
  1. Lab2

    0下载:
  2. Header of linux device driver.
  3. 所属分类:Linux Network

    • 发布日期:2017-04-07
    • 文件大小:373256
    • 提供者:chacho
  1. coords

    0下载:
  2. Linux daemon to listen a GPS-GPRS device sending data and store it on a database Mysql. -Linux daemon to listen a GPS-GPRS device sending data and store it on a database Mysql.
  3. 所属分类:Linux Network

    • 发布日期:2017-03-29
    • 文件大小:1849
    • 提供者:koce
  1. SD-8786-FC8-SYSKT-12.55.6.p106

    0下载:
  2. sd 8787 DEVICE DRIVER DEVELOPMENT SRC
  3. 所属分类:Linux Network

    • 发布日期:2017-03-28
    • 文件大小:870634
    • 提供者:atsaea
  1. AR81Family-linux-v1.0.1.4.tar

    0下载:
  2. Atheros driver for Atheros AR81 family network device
  3. 所属分类:Linux Network

    • 发布日期:2017-03-31
    • 文件大小:131737
    • 提供者:ALEX
  1. 8139

    0下载:
  2. 8139驱动源代码 linux 网卡驱动8139 基于2.6内核。 内核源码里有-linux device driver 8139c
  3. 所属分类:Internet/网络编程

    • 发布日期:2017-04-07
    • 文件大小:35769
    • 提供者:feng
  1. linux

    0下载:
  2. Linux系统是通过提供套接字(socket)来进行网络编程的.网络程序通过socket和其它几个函数的调用, 会返回一个 通讯的文件描述符,我们可以将这个描述符看成普通的文件的描述符来操作,这就是linux的设备无关性的好处. -Linux system is by providing socket (socket) for network programming. Network program through the socket and several other functi
  3. 所属分类:Linux Network

    • 发布日期:2017-11-10
    • 文件大小:1739722
    • 提供者:杨利娟
  1. muldiv

    0下载:
  2. Linux Device Hardware multiply/division illegal instruction trap for sun4c/sun4
  3. 所属分类:Linux Network

    • 发布日期:2017-11-30
    • 文件大小:1717
    • 提供者:kaiyiuteng
  1. ftdi-linux-1.0.tar

    0下载:
  2. The tool to proxy access to FTDI serial device via local socket/command file
  3. 所属分类:Linux Network

    • 发布日期:2017-03-27
    • 文件大小:371207
    • 提供者:mouse
« 12 3 »
搜珍网 www.dssz.com