CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 驱动编程 搜索资源 - 环境

搜索资源列表

  1. liyao_ucos1

    0下载:
  2. 由Jean Labrosse先生写的uC/OS的实时操作系统核心的C源代码以及说明。这是Jean先生为68HC11系列写的RTOS,但是随着越来越多的MCU的出现,Jean把他的RTOS移植到许多平台上,比较适合扩展模式的应用模式,如XA,X86,但是一些客户不知道如何使用,实在糟蹋了!不过提醒各位,这仅仅是一个核心模块,嵌入应用环境太多了,许多其他模块象:文件模块,通讯模块,显示模块等,都需要大家自己努力了!那我自己也在尝试增加一些模块,象TCP/IP协议,可以为许多应用提供附加应用。-by
  3. 所属分类:驱动编程

    • 发布日期:2008-10-13
    • 文件大小:80.17kb
    • 提供者:许之敏
  1. WinCE-Driver

    0下载:
  2. winCE下开发的一个驱动源码,要求WINCE环境及EVC4.0开发工具-developed under a driving source, and environmental requirements pulled EVC4.0 Development Tools
  3. 所属分类:驱动编程

    • 发布日期:2008-10-13
    • 文件大小:8.23kb
    • 提供者:意见
  1. ledcontrol

    0下载:
  2. uClinux环境下,三星44B0处理器上测试通过的一个简单的字符设备驱动程序,实现了对4个LED的控制,测试通过-uClinux circumstances, Samsung 44B0 processors tested a simple character device driver, achieving the four LED control, the test
  3. 所属分类:驱动编程

    • 发布日期:2008-10-13
    • 文件大小:1.1kb
    • 提供者:潘涛
  1. usb000

    0下载:
  2. pc机之间的传送即中断程序,开发环境,纯汇编语言,贼牛比-between PCs interrupted the transmission process, development environment, pure assembly language, cattle thieves than
  3. 所属分类:驱动编程

    • 发布日期:2008-10-13
    • 文件大小:4.5kb
    • 提供者:刘伟
  1. MipsTlbTest

    0下载:
  2. MIPS 虚存测试, 表明在裸机环境, 无OS,无LOADER时如何定位目标码,将虚存与相应的物理单元做比较.原创.-MIPS Virtual Memory tests show the bare metal, no OS, without LOADER how to target code, virtual memory and the corresponding physical cell comparison. Originality.
  3. 所属分类:驱动编程

    • 发布日期:2008-10-13
    • 文件大小:6.55kb
    • 提供者:chinomango
  1. dlkfet-4.16.tar

    0下载:
  2. 联想网卡驱动 linux环境下编写 初写驱动的同志参考以下-Lenovo NIC driver linux environment early preparation was driven by reference to the following comrades
  3. 所属分类:驱动编程

    • 发布日期:2008-10-13
    • 文件大小:39.72kb
    • 提供者:icjackie
  1. NTport_Crack

    0下载:
  2. 这是一个可以在NT/2000环境下读写各种端口、终端源数据的库。无需自己编写系统驱动即可操控硬件端口,使用非常方便。可供VC/VB/Delphi/.Net/Pb等主流编程语言使用。 由于未注册会弹出注册界面而且会延时,我破解了这个库(详细见“how to crack.txt”文件)。这里共享出来。方便大家使用。库自带很多demo,可以自己看看,学习一下。-This is a NT/2000 can read and write under various ports, terminals s
  3. 所属分类:驱动编程

    • 发布日期:2008-10-13
    • 文件大小:1.08mb
    • 提供者:黎明
  1. 硬盘控制程序

    0下载:
  2. 硬盘控制C语言程序。编译环境 : KEIL C51 V7.07 支持器件 : AT89C51-control drives C language program. Build Environment : KEIL C51 V7.07 support device : AT89C51
  3. 所属分类:驱动编程

    • 发布日期:2008-10-13
    • 文件大小:4.38kb
    • 提供者:大师傅
  1. pci 卡DMA驱动程序

    1下载:
  2. 这个源码是pci卡,在windows环境下wdm驱动程序的实现。-this source is pci cards, in the windows environment wdm drivers realized.
  3. 所属分类:驱动编程

    • 发布日期:2008-10-13
    • 文件大小:67.12kb
    • 提供者:汪波
  1. pci-linux-codes

    0下载:
  2. 基于Unix-linux环境下的PCI驱动程序源代码-based on the Unix-Linux environment PCI driver source code
  3. 所属分类:驱动编程

    • 发布日期:2008-10-13
    • 文件大小:1.54kb
    • 提供者:sea
  1. 9054buirstmasterdma

    0下载:
  2. 一个在ddk环境下编的plx9054的驱动程序,里面实现了突发,dma等模式-an environment in each of PLX9054 part of the driver, a sudden they realize, dma wait
  3. 所属分类:驱动编程

    • 发布日期:2008-10-13
    • 文件大小:61.28kb
    • 提供者:tangsx
  1. usb-driver

    0下载:
  2. 设备驱动可以理解为操作系统的一部分,对于一个特定的硬件设备来说,其对应的设备驱动是不同的。本系统要使用摄像头获取视频数据,所以编写摄像头驱动是必需得。我们选用的是OV公司系列摄像头,因为对于嵌入式开发,几乎没有通用的驱动程序可以用,不同的软硬件环境有其特殊性。本文档阐述的摄像头驱动是基于OMAP芯片和嵌入式Linux系统的。-device driver can be understood as part of the operating system for a specific hardwar
  3. 所属分类:驱动编程

    • 发布日期:2008-10-13
    • 文件大小:1.59mb
    • 提供者:吴世华
  1. Windows2000prtdrv

    0下载:
  2. W2kPrintDrvSample Feature ======= * Support two page directions, portrait and landscape * Support just one page size, A4 * Support two resolutions, 200 x 200 and 100 x 100 dpi * Support two color mode, color(24bpp) and monochrom
  3. 所属分类:驱动编程

    • 发布日期:2008-10-13
    • 文件大小:85.97kb
    • 提供者:小亮
  1. ICC

    0下载:
  2. ICCard读写程序,用来在windows环境下读写IC卡内数据!-ICCard literacy procedures used in windows environment IC card reader data!
  3. 所属分类:驱动编程

    • 发布日期:2008-10-13
    • 文件大小:34.59kb
    • 提供者:黄国有
  1. USBDriveCtrl

    0下载:
  2. 电脑的USB接口驱动器,在VC环境中,程序实现了对USB接口的识别和控制-computer USB drives, in VC, the process to achieve a USB interface identification and control
  3. 所属分类:驱动编程

    • 发布日期:2008-10-13
    • 文件大小:40.11kb
    • 提供者:吴君一
  1. usbfx2lk_v1.1

    0下载:
  2. 基于vc++6.0环境的cypress USB 驱动源代码,支持块、计时、中断等传输方式。直接可以使用。-vc 6.0 on the environment cypress USB driver source code, support block, time, the suspension means of transmission. Direct can be used.
  3. 所属分类:驱动编程

    • 发布日期:2008-10-13
    • 文件大小:835.37kb
    • 提供者:陈强
  1. ProgDrv

    0下载:
  2. WMD驱动编程,本人收集整理的10多个例子和编程环境配置文档,特别是8139驱动,加了许多说明,并测试通过.-WMD-driven programming, I collected more than 10 examples of the programming environment and configuration files, Drivers, especially 8139, plus many notes and the test.
  3. 所属分类:驱动编程

    • 发布日期:2008-10-13
    • 文件大小:4.47mb
    • 提供者:韦功成
  1. libusb-win32-src-0.1.8.0.tar

    0下载:
  2. 一个在Windows环境下允许用户程序访问USB设备的接口库的源代码.-in a Windows environment allows users to visit procedures USB Device Interface library source code.
  3. 所属分类:驱动编程

    • 发布日期:2008-10-13
    • 文件大小:66.15kb
    • 提供者:aolin
  1. WINDOWSWDMquick

    0下载:
  2. WINDOWS WDM驱动开发快速入门,快速配置环境,建立驱动,不使用DS-Windows WDM Driver Development Quick Start, rapid distribution of the environment, the establishment of driving, non-use of DS
  3. 所属分类:驱动编程

    • 发布日期:2008-10-13
    • 文件大小:1.69mb
    • 提供者:CTuo
  1. AR6000芯片的sdio在linux环境下的driver.rar

    0下载:
  2. AR6000芯片的sdio在linux环境下的driver.rar 通大家做一個參考
  3. 所属分类:驱动编程

    • 发布日期:2013-10-11
    • 文件大小:312.87kb
    • 提供者:mouringbeck
« 12 3 4 5 6 7 8 9 10 ... 15 »
搜珍网 www.dssz.com