CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 系统编程 搜索资源 - install driver

搜索资源列表

  1. FileMon.Include.Sourcecode

    0下载:
  2. 文件驱动的例子。详细显示了如何写过滤、安装驱动、驱动和应用程序通信等功能。注释明确。-document-driven examples. Detailed shows how to write filter, install the driver, driver and application procedures for communications. Notes clear.
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:311044
    • 提供者:赵一周
  1. spca5xx-20060301.tar

    0下载:
  2. 最通用的301P摄像头芯片在LINUX下的驱动程序(首先确保内核已经编译过,然后make,make install即可)-most common in the 301P chip camera in the Linux driver (first ensure kernel is compiled and then make, make install sufficient)
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:194600
    • 提供者:Alex
  1. ip_looker

    0下载:
  2. IP数据包流量监控 这个程序利用Winpcap库来捕获IP数据包。在调试时注意: 1:务必将“Include”文件夹下的所有头文件拷贝到VC安装目录下的库文件夹中,如\"D:\\Program Files\\Microsoft Visual Studio\\VC98\\Include\"。 2:将“Lib”文件夹下面的所以库拷贝到VC安装目录下的Lib文件夹下,比如\"D:\\Program Files\\Microsoft Visual Studio\\VC98\\Lib\"。
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:554327
    • 提供者:王磊
  1. uisp-20050207.tar

    0下载:
  2. Micro In-System Programmer Brief Installation Notes Enter the src directory. If uisp does not compile successfully, add switch -DNO_DIRECT_IO in the Makefile to remove support for direct I/O port access (that may be necessary on non-PC
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:166745
    • 提供者:蔡平
  1. ark3116-0.4.2.tar

    0下载:
  2. 采用ark 3116芯片组的usb转rs232接口线的linux下驱动程序,要求linux内核是2.6版本,用压缩包中的makefile直接make make install即生成.o后缀的elf驱动程序,用insmod按装-used ark 3116 chip set usb rs232 interface to the line under linux driver require Linux kernel 2.6 version, compressed using the makefile
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:6860
    • 提供者:杨亦红
  1. fpix-0.90.1.tar

    0下载:
  2. Linux driver for FujiFilm FinePix digital cameras in PC-CAM (i.e. webcam) mode driver/ Contains the driver sources. Compile with \"make\". Then as root, install with \"make install\". Type \"modprobe finepix\" to load the module
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:28384
    • 提供者:毕胜
  1. Btr01

    0下载:
  2. 该驱动的编译,需要linux内核源代码的支持。驱动编译默认指向的源代码路径为/usr/src/linux,如果您的linux源代码没有安装,请务必安装。如果您的内核源代码的路径不是/usr/src/linux,可以建立一个符号链接ln –s /usr/src/linux-x.xx.xx /usr/src/linux在驱动源代码路径下执行 make 命令,生成驱动的目标文件 can9880.o在/dev目录下建立can相应的设备文件,使用主设备号254mknod can98801 c 254 0-
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:208811
    • 提供者:wyh
  1. Makefile.rar

    0下载:
  2. patch 之后,在/usr/src/linux/drivers/usb/生成spca5xx文件夹, 修改Makefile,spcadecoder.o,spca50x.o的生成目录要加全, 即usr/src/linux/drivers/usb/, 而不只是drivers/usb/,make生成spca5xx.o 拷入/usr/src/linux/drivers/usb/, 修改该目录下Makefile,因已经使用spcadecoder.o,spca50x.o
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-01
    • 文件大小:2364
    • 提供者:lab
  1. zc0301.tar

    0下载:
  2. zc301摄像头驱动,有说明安装的-zc301 camera driver, there are instructions to install the. . .
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-31
    • 文件大小:26239
    • 提供者:123
  1. CAN_EPP_Linux_driver

    0下载:
  2. 包含一个EPP-CAN板的Linux操作系统驱动,先用make命令编译目标代码(cangate),再运行install,安装该驱动。就可以通过并口对SAJ1000的板子进行数据收发.-contains an EPP-CAN board of Linux-driven, make first use of object code compiler orders (cangate), the re-install, installation of the driver. Parallel will
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-11-11
    • 文件大小:6429
    • 提供者:Azrael.H
  1. gspcav1-20071224.tar

    0下载:
  2. Linux下很强大的万能USB摄像头驱动。解压后,进入文件夹,make,make install即可,很方便。-Linux under the very strong universal USB camera driver. Decompression after entering the folder, make, make install can be very convenient.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-09
    • 文件大小:1245344
    • 提供者:py
  1. IPcontrol

    0下载:
  2. 这个程序利用Winpcap库来捕获IP数据包。在调试时注意: 1:务必将“Include”文件夹下的所有头文件拷贝到VC安装目录下的库文件夹中,如"D:\Program Files\Microsoft Visual Studio\VC98\Include"。 2:将“Lib”文件夹下面的所以库拷贝到VC安装目录下的Lib文件夹下,比如"D:\Program Files\Microsoft Visual Studio\VC98\Lib"。 以上1、2两个步骤其实是为了让程序能够利
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-30
    • 文件大小:559660
    • 提供者:crown
  1. install_v10.70.7.3.ta

    0下载:
  2. marvall 8686 Linux Driver Install Package for Yukon Devices
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-25
    • 文件大小:424396
    • 提供者:jackyren
  1. driverSetup

    0下载:
  2. 执行程序后会将驱动程序自动安装,插入硬件后就无需再手工指向驱动位置及安装-Implementation process will automatically install the driver, insert the hardware after the driver no longer need to manually point to the location and installation
  3. 所属分类:Windows Kernel

    • 发布日期:2017-05-16
    • 文件大小:4353847
    • 提供者:李俊
  1. usb-driver-HEAD.tar

    0下载:
  2. LINUX操作系统下的usb驱动,需要的可以下载了,再安装-LINUX operating system under the usb driver, need to download and then install
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-26
    • 文件大小:23222
    • 提供者:朱红
  1. USB-driver

    0下载:
  2. usb driver 驱动安装包,支持LINUX系统,-usb driver driver install package that supports LINUX system,
  3. 所属分类:Driver develop

    • 发布日期:2017-04-04
    • 文件大小:31219
    • 提供者:zhourongwen
  1. tw6869 driver

    0下载:
  2. tw686x linux deiver How to build the source code: a) Create the directory what you want. Ex: "\home\stchen\project\driver\". b) Type "make clean" in the directory. c) Type "make" to make th
  3. 所属分类:Linux驱动

  1. linux

    0下载:
  2. in /dev you should do it mknod sparkusb c 180 200 insmod sparkusb.o install driver rmmod sparkusb unttall driver in examples gcc -o test test.c sparkey.o ./test- in /dev you should do it mknod s
  3. 所属分类:Driver develop

    • 发布日期:2017-05-01
    • 文件大小:17459
    • 提供者:Alexander
  1. How to Compile and Run C

    0下载:
  2. Linux 下如何編譯及安裝驅動程式 檔案(How to compile and install driver files under Linux)
  3. 所属分类:Linux/Unix编程

    • 发布日期:2017-12-26
    • 文件大小:171008
    • 提供者:小明维
  1. geckodriver-v0.17.0-linux64.tar

    0下载:
  2. firefox driver 用于爬虫模拟登陆,geckodriver 源码, 非常齐全的代码。郑重申明,绝对可用 (geckodriver rcecosoursourcecode)(Added endpoints: POST /session/{session id}/window/fullscreen to invoke the window manager-specific full screen operation POST /session/{session id}/moz/ad
  3. 所属分类:Linux/Unix编程

« 12 »
搜珍网 www.dssz.com