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

搜索资源列表

  1. ch06

    0下载:
  2. 讲解了4个例子,其中前两个比较容易,代码都在Ajax工程目录下。而GoogleSuggest和Slider两个较为复杂,在GoogleSuggest和Slider两个工程中都用到了数据库驱动包:msbase.jar、mssqlserver.jar、msutil.jar,以此来连接SQL Server数据库。这两个程序都用到了数据库C3C,可以直接将目录下的C3C.dat还原(方法为先在SQL Server的企业管理器中建立一个名为C3C的数据库,然后再在其上还原)-Explained the f
  3. 所属分类:Java Develop

    • 发布日期:2017-03-30
    • 文件大小:846628
    • 提供者:wr
  1. Washer_with_BLDC_ASM_and_PCB_Included

    1下载:
  2. 1.该产品是一个民用高速脱水机,机器最大容量为5公斤。 2.全自动波轮洗衣机的脱水转速为:8000-1000rpm。当脱水转速到达3200rpm时,化纤类衣物在夏天几乎可以直接穿了——非常干了。 3.该产品原来是德国的,他们采用交流感应电动机,我们无法实现——因为没有解决刹车的问题。高速下刹车的解决需要好的材料选择以及精确的设计。BLDC的刹车就好办了。 4.我的设计非常精简——1片MEGA48,6只75NF75,1只20A的桥——详细见电子元器件清单,成本只有不足30元。 5.
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2015-10-19
    • 文件大小:358663
    • 提供者:黄小锋
  1. mdcntcp

    0下载:
  2. 基于网络的跨平台的通讯驱动程序,可以直接从IP地址层面交换数据,具有完整的软件架构!-Web-based cross-platform communications driver can directly exchange data from the IP address level, with a complete software architecture!
  3. 所属分类:Linux Network

    • 发布日期:2017-04-17
    • 文件大小:201478
    • 提供者:电气er
  1. 1394camera644_src

    0下载:
  2. 一个采集满足IIDC-1394标准数码相机的驱动程序源代码,API函数的源代码,应用程序代码,直接可用。-A collection to meet the standard IIDC-1394 Digital Camera driver source code, API function, the source code, application code can be used directly.
  3. 所属分类:Video Capture

    • 发布日期:2017-04-03
    • 文件大小:271867
    • 提供者:彭天
  1. IIC

    0下载:
  2. AVR单片机的TWI(IIC)总线功能驱动函数库,可直接调用本函数库驱动24C08等IIC器件。-AVR microcontroller TWI (IIC) bus function driver functions can directly call this function, database-driven 24C08 devices such as IIC.
  3. 所属分类:SCM

    • 发布日期:2017-04-01
    • 文件大小:2056
    • 提供者:zhuhuiqin
  1. FAT16

    0下载:
  2. FAT16文件系统免费C代码下载 1)兼容FAT16/FAT32文件系统,支持长文件名,多级目录,多盘操作,读写,创建,删除文件,盘遍厉等等功能 2)采用C代码编写,方便的移植于多种计算机应用平台,一般情况下只需编写额外磁盘的读写驱动,即可使用文件系统所有的功能。 3)具备文件数据块缓冲功能:1)读文件时,读位置在数据块缓冲内,即可直接从数据块缓冲中读取数据,而不需读物理磁盘,加快了读取文件的速度;而且,文件数据块缓冲的大小可由编译宏EnableFileBuf,TotalFil
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-03-29
    • 文件大小:454824
    • 提供者:6756
  1. 7219

    0下载:
  2. 7219驱动,基本显示模式。调试通过,直接接51MCU修改IO后可直接使用-7219driver
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-04-17
    • 文件大小:17155
    • 提供者:zhang
  1. LCDc51

    0下载:
  2. 51驱动lcd的源代码,有仿真文件,测试通过.可以直接应用-51 driven lcd source code, there are simulation files, test. Can be applied directly
  3. 所属分类:SCM

    • 发布日期:2017-03-30
    • 文件大小:46019
    • 提供者:12122
  1. 7219w

    0下载:
  2. 本代码为7219芯片的驱动程序,用于led的显示,本代码已经通过验证,可以直接移植,只需修改相应的输入输出口。-The code for the 7219 chip driver for the led display, this code has been validated, can be directly transplanted, only a modification of the corresponding input and output port.
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-04-11
    • 文件大小:975
    • 提供者:龚水朋
  1. ourdev_486937

    0下载:
  2. Delphi能不能开发Windows的驱动程序(这里的驱动程序当然不是指VxD了^_^)一直是广大Delphi fans关注的问题。姑且先不说能或者不能,我们先来看看用Delphi开发驱动程序需要解决哪些技术上问题。 Delphi的链接器是无法生成Windows内核模式程序的,因此用delphi无法直接生成驱动程序。M$的链接器是可以生成Windows内核模式程序的,那么是否可以用Delphi生成目标文件,然后用M$链接呢?要这么做必须要解决以下的问题: Delphi生成的目标文件是
  3. 所属分类:source in ebook

    • 发布日期:2017-04-09
    • 文件大小:1280414
    • 提供者:YF
  1. I2C

    0下载:
  2. I2C驱动,你可以直接使用这个代码来驱动你的I2C接口,不需要自己来写-coder for i2c ,you can use it in your project,no need to code for yourself .
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-04-06
    • 文件大小:10136
    • 提供者:sandy
  1. UART

    0下载:
  2. uart 串口驱动,你可以把这个驱动直接应用在你的工程中,不需要自己重复写-uart serial port driver, you can put the driver applied directly in your project, does not have to repeat the written
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-04-15
    • 文件大小:8488
    • 提供者:sandy
  1. lcd

    0下载:
  2. 个人写的,是普遍的lcd的驱动程序。直接使用gpio编写-Personal writing is a universal lcd driver. Direct use of gpio write
  3. 所属分类:Other Embeded program

    • 发布日期:2017-04-02
    • 文件大小:10582
    • 提供者:张驰
  1. main

    0下载:
  2. tb上风行的27液晶驱动,M16,8M下了直接能用-tb on the popular 27 LCD driver, M16, 8M can be used under the direct
  3. 所属分类:SCM

    • 发布日期:2017-04-07
    • 文件大小:5665
    • 提供者:wu
  1. s3c2410

    0下载:
  2. 一个自己编的s3c2410的触摸屏驱动,可直接运行,用于初学者或教学使用最好-a driver of s3c2410
  3. 所属分类:Other Embeded program

    • 发布日期:2017-04-16
    • 文件大小:79301
    • 提供者:chenfar
  1. uda1341--2.6kernel

    0下载:
  2. 这个驱动的移植主要是是将原来的2..4.18内核中的1341驱动程序直接往2.6.11上移植的,没有采用ALSA。-This was mainly driven by migration is the original 2 .. 4.18 kernel 2.6.11 directly to the 1341 driver on the transplant did not use ALSA.
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-07
    • 文件大小:121409
    • 提供者:along
  1. mysql-connector-java-5.1.10.tar

    0下载:
  2. 最新版的Mysql数据库的Java jdbc驱动程序,可以用来更新magicdraw的jdbc驱动程序,然后就可以用magicdraw的ER图直接生成5.0版本以上的mysql数据库-The latest version of Mysql database Java jdbc drivers, can be used to update the magicdraw the jdbc driver can then be used directly to generate magicdraw th
  3. 所属分类:MySQL

    • 发布日期:2016-01-27
    • 文件大小:3666173
    • 提供者:阿昆
  1. st558_drv

    1下载:
  2. ST558数字功放驱动源程序,包括EQ调节,可以直接使用,是学习使用ST数字功放驱动的参考资料!-ST558 digital power amplifier driver source code, including the EQ adjustment can be directly used to learn the use of ST-driven digital power amplifier reference!
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-03-27
    • 文件大小:1694
    • 提供者:chenwu
  1. track_ball

    0下载:
  2. MTK平台的轨迹球驱动,可以直接在35平台使用。-MTK platform, trackball-driven, you can directly on the 35 platform.
  3. 所属分类:MTK

    • 发布日期:2017-04-04
    • 文件大小:2927
    • 提供者:nanus
  1. video

    0下载:
  2. 视频口的数据采集驱动程序。可以直接使用,适用于DM642.-Video port data acquisition drivers. Can be used directly for DM642.
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-03-28
    • 文件大小:613
    • 提供者:lll
« 1 2 ... 40 41 42 43 44 4546 47 48 49 50 »
搜珍网 www.dssz.com