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

搜索资源列表

  1. lundu

    1下载:
  2. 1. 汽车轮渡口,过江渡船每次能载10辆车过江,过江车辆分为客车类和货车类,上渡船有如下规定:同类车先到先上船,客车先于货车上渡船,且每上4辆客车,才允许上一辆货车。若等待客车不足4辆,则从货车代替,若无货车等待允许客车上船。试写一个算法模拟渡口管理。 算法设计: 1客车和货车均建立一个链式队列,初始均为空。以后来一辆车不是货车就是客车,因此可以说整个程序的事件驱动event就是这两个,客车表示1,货车表示0. 2轮船还没有到达时客车和货车均按次序排在各自队列中。 3轮船到达时,根据两个队列的情
  3. 所属分类:Communication

    • 发布日期:2017-04-11
    • 文件大小:1315
    • 提供者:chenhui
  1. CS1100_FM

    0下载:
  2. CS1100驱动 CS1100驱动 CS1100驱动 CS1100驱动-CS1100 driver CS1100 driver CS1100 driver CS1100 driver CS1100 driver CS1100 driver
  3. 所属分类:Communication

    • 发布日期:2017-04-09
    • 文件大小:3795
    • 提供者:tangjian
  1. Video4LinuxProgramming

    0下载:
  2. 基于linux图像采集或camera驱动设计的V4L方式编程 Video4LinuxProgramming-This documentation is free software you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation either version 2 o
  3. 所属分类:Communication

    • 发布日期:2017-04-25
    • 文件大小:66045
    • 提供者:zhouyi
  1. Remoting_Your_Toaster_Using_Kernel

    0下载:
  2. 本文提供了一个如何编写远程WDM设备驱动的综述框架-The article provide a general architecture for a remote WDM device driver.
  3. 所属分类:Communication

    • 发布日期:2017-04-27
    • 文件大小:11907
    • 提供者:chuanfu
  1. PLCDriver

    0下载:
  2. 《触摸屏组态软件的PLC驱动程序的实现》该论文介绍最新的组态技术,加入触摸屏的实现,供大家参考学习!-" Touch screen of the PLC configuration software drivers for the realization of" the papers on the latest configuration of the technology, the realization of adding a touch screen for your l
  3. 所属分类:Communication

    • 发布日期:2017-04-04
    • 文件大小:207028
    • 提供者:吴仲春
  1. LCD1602

    0下载:
  2. 是LCD1602的驱动程序,有需要的可以参考一下,认真研究,共同进步-1602 QUDONG
  3. 所属分类:Communication

    • 发布日期:2017-04-03
    • 文件大小:2187
    • 提供者:苏建国
  1. tuxiansibie

    0下载:
  2. 根据功能的不同,小车分为六部分:摄像头图像采集模块、电源模块、电机驱动模块、测速模块、舵机转向模块、辅助调试模块-According to the different features, car is divided into six parts: image acquisition camera modules, power modules, motor drive modules, gun modules, gear shift module, auxiliary debugging mod
  3. 所属分类:Communication

    • 发布日期:2017-05-04
    • 文件大小:1140426
    • 提供者:陈中华
  1. Design

    0下载:
  2. 分析了硬盘容量限制的成因以及LBA 48b寻址模式对137.4GB容量的突破。在此基础上进一步分析 了Vxworks平台下不能识别超过137.4GB容量硬盘的原因。然后根据硬盘LBA 48b寻址模式的原理,分析如 何修改Vxw0rks平台下的ATA驱动程序,最终达到支持大容量硬盘的能力-Analysis of the causes of hard drive capacity, as well as addressing mode LBA 48b breakthrough capacit
  3. 所属分类:Communication

    • 发布日期:2017-03-29
    • 文件大小:219530
    • 提供者:cxb
  1. step_motor_code

    0下载:
  2. 基于picc编译器的驱动两个步进电机的代码,单片机是使用pic18f452-Picc compiler based on the two stepper motor-driven code, the use of single-chip pic18f452
  3. 所属分类:Communication

    • 发布日期:2017-03-28
    • 文件大小:2893
    • 提供者:赵亚
  1. ds1302_pic16

    0下载:
  2. 基于pic16驱动ds1302的代码,采用picc编译器编译环境,可更加需要自行修改为自己项目的。-Pic16 on ds1302 driver code, picc compiler to compile the use of the environment, can be a greater need to make its own decisions for their own projects.
  3. 所属分类:Communication

    • 发布日期:2017-04-02
    • 文件大小:2040
    • 提供者:赵亚
  1. Vxworks_PCI

    0下载:
  2. VxWorks操作系统中对PCI总线驱动程序的设计与实现-VXWORKS PCI
  3. 所属分类:Communication

    • 发布日期:2017-04-01
    • 文件大小:217347
    • 提供者:sdf
  1. LinuxDrive

    0下载:
  2. 实验目的  了解嵌入系统的驱动程序开发的过程  了解在Linux下如何添加一个驱动程序 -设备驱动可以理解为操作系统的一部分,对于一个特定的硬件设备来说,其对应的设备驱动程序是不同的。比如网卡,声卡,键盘,鼠标,显卡等。对于操作系统来说,挂接的设备越多,所需要的设备驱动程序也越多。对于嵌入式系统设计过程中,没有通用的驱动程序可使用。
  3. 所属分类:Communication

    • 发布日期:2017-04-04
    • 文件大小:27209
    • 提供者:李智军
  1. EmbeddedLinuxSramDrivers

    0下载:
  2. 这是一篇有关嵌入式Linux下开发SRAM的驱动文章。对于理解Embedded Linux有帮助。-This is an essays about SRAM Driver under Embedded Linux. It is usful for us to understand The Embedded Linux.
  3. 所属分类:Communication

    • 发布日期:2017-04-16
    • 文件大小:116922
    • 提供者:刘强
  1. sane.ps.tar

    0下载:
  2. Scan Access Now Easy (SANE) Specification 文档, LINUX/UNIX下驱动扫描仪的NATIVE方法。-Scan Access Now Easy (SANE) Specification document, LINUX/UNIX-driven scanner NATIVE under way.
  3. 所属分类:Communication

    • 发布日期:2017-04-05
    • 文件大小:89333
    • 提供者:kingore
  1. linuxKernelDriverDesign

    0下载:
  2. linux内核以及驱动程序设计指导资料,是linux学习,开发的很好资料.-linux kernel and driver design guide data is linux learning, the development of good information.
  3. 所属分类:Communication

    • 发布日期:2017-05-22
    • 文件大小:6864137
    • 提供者:周其友
  1. Embedded_Network_Microcontroller_information_appli

    1下载:
  2. 如何通过互联网共亨以单片机应用系统为中心的小型嵌入式设备的信息,成为当今电子界 ... 多任务操作,可以在MCU执行数据采集和控制功能的同时把数据打包并传送到互联网上。 ... 直接驱动普通I/O口实现硬件外设功能(如UART、 I2C、SPI、 Caller ID、FSK等)-How to Hang a total through the Internet-centric single-chip microcomputer application system for small embedd
  3. 所属分类:Communication

    • 发布日期:2017-04-02
    • 文件大小:117267
    • 提供者:流留
  1. irc_doc

    0下载:
  2. 红外线驱动设计文档,对想做嵌入式开发红外线方面的有帮助。-The document is infrared developing document
  3. 所属分类:Communication

    • 发布日期:2017-04-09
    • 文件大小:88095
    • 提供者:杨帅富
  1. MBE_DRV7.RAR

    0下载:
  2. MBE 7.4 配合IFIX 的modbus tcp驱动-IFIX modbus tcp driver
  3. 所属分类:Communication

    • 发布日期:2017-04-09
    • 文件大小:2920969
    • 提供者:hunter
  1. WinCE_LCD_DRIVER_PROGRAM

    0下载:
  2. WinCE的LCD驱动编写指南 LCD转VGA输出视频卡基于WINCE4.2的驱动编程-WinCE guidelines for the preparation of the LCD driver LCD switch to VGA output video card is based on WINCE4.2 driven programming
  3. 所属分类:Communication

    • 发布日期:2017-03-31
    • 文件大小:258897
    • 提供者:tham
  1. HD44780-others

    0下载:
  2. 以組合语言写的PIC16Fxxx 的LCD驱动程序(适用于HD44780兼容的驱动器),请大家试一试-In assembly language written in PIC16Fxxx the LCD driver (for HD44780 compatible drive), please give it a try
  3. 所属分类:Communication

    • 发布日期:2017-03-31
    • 文件大小:2937
    • 提供者:luke
« 1 2 3 4 56 7 8 9 10 ... 13 »
搜珍网 www.dssz.com