Welcome![Sign In][Sign Up]
Location:
Search - 主机驱动

Search list

[WinSock-NDIS局域网扫描空密码主机和ftp共享资源

Description: 本安全评估系统通过对网络设备进行自动的安全漏洞检测和分析,模拟漏洞分析专家及安全专家的技术,提供基于策略的安全风险管理过程。网络漏洞扫描可执行预定的或事件驱动的网络探测,去识别可能被入侵者利用的网络安全漏洞。网络漏洞扫描提供了多种缺省的扫描策略配置,同时允许用户自己订做符合特定要求的策略。通过确认正确的配置,保证用户不会忽略正式的安全策略,使所有的系统都保持合理的安全性来抵御外部的攻击。-assessment of the security system of network equipment for the automatic detection and vulnerability analysis, vulnerability analysis simulation experts and the technical experts, policy-based security risk management process. Network Vulnerability scanning executable scheduled or event-driven network detection, to identify possible intruders use network security loopholes. Network Vulnerability Scanning providing a wide variety of scanning default policy configuration, and allows the user to build with their own specific requirements of the strategy. By identifying the correct configuration ensures that the users will not overlook the formal security policy, so that all the systems are to maintain a reasonable security to withstand external attack.
Platform: | Size: 165763 | Author: 石林 | Hits:

[Linux-Unixohci-s3c2410

Description: 这是s3c2410USB主机驱动程序,编译linux内核然后烧进2410板-s3c2410USB host driver, compile Linux kernel then burned into the 2410 Plate
Platform: | Size: 3955 | Author: 王庆 | Hits:

[Other resourceZLG.hostdriver

Description: 这是周立功开发的基于ISP1160的USB2.0主机驱动程序
Platform: | Size: 54899 | Author: 戴计生 | Hits:

[Other resourceusb_driver_VxWorks

Description: :分析了VxWorks 下的USB 驱动程序模型的结构以及功能,详细说明USB 主机驱动协议栈,并将软件设计分为 Client Driver ,USBD 和HCD 三层。由于对于开发USBD 和Client Driver 已有很多研究和讨论,但对HCD 的研究比较缺乏, 为了提供全面可行的开发基于VxWorks 的USB 驱动程序的技术方案,详细地阐述了USB 主控制器OHCI 驱动程序的功 能、OHCI 驱动程序中的核心功能链表功能,为USB 在嵌入式系统开发中的应用提供技术参考。-: Analysis of VxWorks USB Driver Model structure and function, detailed description USB mainframe-driven protocol stack and software design into Client Driver, USBD and HCD three. As for the development of USBD and Client Driver has been a lot of studies and discussions, But right HCD Research lacking. To provide a comprehensive and workable development based on VxWorks USB Driver for technology programs, expounded in detail on the USB OHCI host controller driver functions, OHCI driver for the core functions of Chain function, USB in embedded systems development for the application of information technology.
Platform: | Size: 173031 | Author: 刘军 | Hits:

[Linux-Unixsl811hs_linux_host_driver_v1_0_13

Description: 基于Linux的USB芯片SL811主机驱动程序,由芯片厂家提供.
Platform: | Size: 650098 | Author: longuolin | Hits:

[Other resourceSPI_7SegLed

Description: SPI主机驱动,利用74HC595驱动7段数码管进行数字显示。
Platform: | Size: 24603 | Author: 李东 | Hits:

[Driver Developisousb

Description: usb主机驱动 同步端点 用于 语音视频
Platform: | Size: 68630 | Author: 挽救团 | Hits:

[Driver Developsecbulk

Description: usb 主机驱动 用于 异步 数据传输
Platform: | Size: 269112 | Author: 挽救团 | Hits:

[Embeded-SCM DevelopUSBHost

Description: 基于LPC2000系列的USB主机驱动程序,可在此基础上进行USB主机相关的开发
Platform: | Size: 8918 | Author: 哈哈 | Hits:

[ARM-PowerPC-ColdFire-MIPSLPC241X USB 主机驱动

Description:

该驱动层次清晰,可读性强,无操作系统,对无操作系统的USB项目开发很有帮组,初学者也容易入手,要下的赶紧了。


Platform: | Size: 51775 | Author: tyj_ieie | Hits:

[ARM-PowerPC-ColdFire-MIPSLPC229XUSB主机驱动

Description:

基于LPC229x的USB主机驱动开发源码,并移植有uCOS操作系统,对USB主机驱动项目开发将很有帮助,将大大缩减开发周期。


Platform: | Size: 469637 | Author: tyj_ieie | Hits:

[Bookslinux设备驱动程序开发详解

Description: 详细讲述了linux设备驱动程序的开发,想学习linux下设备驱动程序开发工作的人员可以参考。文件清单列出如下: linuxdriver_code_tool |-- 03 | `-- 2.6内核升级工具 | |-- device-mapper-1.00.19-2.i386.rpm | |-- lvm2-2.00.25-1.01.i386.rpm | |-- mkinitrd-4.2.0.3.tar.tar | |-- module-init-tools-3.2.2.tar.bz2 | `-- modutils-2.4.5-1.src.rpm |-- 04 | |-- 内核模块参数范例 | | `-- book.c | |-- 内核模块导出符号 | | `-- export_symb.c | `-- 最简单的内核模块 | `-- hello.c |-- 05 | `-- udev源代码 | `-- udev-114.tar.gz |-- 06 | |-- globalmem驱动 | | `-- globalmem.c | `-- 包含2个globalmem设备的驱动 | `-- globalmem_two.c |-- 07 | `-- 含并发控制的globalmem驱动 | `-- globalmem_lock.c |-- 08 | |-- globalfifo驱动 | | `-- globalfifo.c | `-- poll应用程序范例 | `-- pollmonitor.c |-- 09 | |-- 异步通知应用程序范例 | | `-- asyncmonitor.c | `-- 支持异步通知的globalfifo | `-- globalfifo_async.c |-- 10 | |-- S3C2410实时钟驱动 | | `-- s3c2410-rtc.c | `-- 秒设备驱动与应用程序 | |-- second.c | `-- second_test.c |-- 11 | |-- DMA范例 | | |-- 3c505.c | | |-- 3c505.h | | `-- dma.h | `-- 静态映射范例 | `-- mach-smdk2440.c |-- 12 | |-- NVRAM驱动 | | `-- generic_nvram.c | |-- 触摸屏驱动 | | |-- 作为input设备 | | | |-- s3c2410_ts.c | | | `-- s3c2410_ts.h | | `-- 作为普通字符设备 | | `-- s3c2410-ts.c | |-- 看门狗驱动 | | `-- s3c2410_wdt.c | `-- 平台设备 | `-- devs.c |-- 13 | |-- IDE驱动 | | |-- ide-disk.c | | `-- ide-h8300.c | `-- RAMDISK驱动 | `-- rd.c |-- 14 | |-- S3C2410串口驱动 | | |-- regs-gpio.h | | |-- regs-serial.h | | `-- s3c2410.c | `-- 串口核心层 | |-- serial_core.c | `-- serial_core.h |-- 15 | |-- S3C2410 I2C主机驱动 | | |-- i2c-s3c2410.c | | |-- iic.h | | |-- regs-gpio.h | | `-- regs-iic.h | `-- SAA711x I2C设备驱动 | `-- saa711x.c |-- 16 | `-- CS8900以太网设备驱动 | |-- cs89x0.c | `-- cs89x0.h |-- 17 | |-- ALSA工具及库 | | |-- alsa-driver-1.0.15.tar.bz2 | | |-- alsa-firmware-1.0.15.tar.bz2 | | |-- alsa-lib-1.0.15.tar.bz2 | | |-- alsa-oss-1.0.15.tar.bz2 | | |-- alsa-tools-1.0.15.tar.bz2 | | |-- alsa-utils-1.0.13.tar.bz2 | | `-- pyalsa-1.0.15.tar.bz2 | |-- ALSA驱动范例 | | |-- sa11xx-uda1341.c | | `-- uda1341.h | |-- ALSA应用程序范例 | | |-- pcm.c | | `-- pcm_min.c | |-- OSS驱动范例 | | `-- s3c2410-uda1341.c | `-- OSS应用程序范例 | |-- mixer.c | `-- sound.c |-- 18 | |-- FRAMEBUFFER应用程序范例 | | `-- fb_display | | |-- fb_display.c | | |-- fb_display.h | | |-- Makefile | | |-- README | | `-- test.c | `-- S3C2410 LCD驱动 | |-- s3c2410fb.c | `-- s3c2410fb.h |-- 19 | |-- busybox源代码 | | `-- busybox-1.2.1.tar.bz2 | |-- MTD工具 | | `-- mtd-utils-1.0.0.tar.gz | |-- nand驱动范例 | | `-- s3c2410.c | |-- nor驱动范例 | | `-- s3c2410nor.c | `-- yaffs&yaffs2源代码 | |-- yaffs.tar.gz | `-- yaffs2.tar.gz |-- 20 | |-- USB串口驱动 | | |-- usb-serial.c | | `-- usb-serial.h | |-- USB工具 | | `-- usbview-1.0.tar.tar | |-- USB骨架程序 | | `-- usb-skeleton.c | |-- USB键盘驱动 | | |-- input.h | | |-- usb_input.h | | `-- usbkbd.c | `-- usb主机控制器驱动范例 | |-- ohci-s3c2410.c | `-- usb-control.h |-- 21 | |-- PCI骨架程序 | | `-- pci-skeleton.c | `-- PCI驱动范例 | `-- i810_audio.c `-- 22 |-- 范例代码 | |-- oops范例 | | |-- oops_example.asm | | `-- oops_example.c | `-- proc范例 | `-- sim_proc.c `-- 内核调试工具 |-- ddd-3.3.11.tar.gz |-- gdbmod-2.4.bz2 |-- kdb-v4.4-2.6.15-rc5-common-1.bz2 |-- kdb-v4.4-2.6.15-rc5-common-2.bz2 |-- kdb-v4.4-2.6.15-rc5-i386-1.bz2 `-- linux-2.6.15.5-kgdb-2.4.tar.tar
Platform: | Size: 25078324 | Author: zxx000 | Hits:

[SCM硬件SPI驱动的AT45DB041B读写程序

Description: 这是主机C8051F005有硬件SPI的AT45DB041B的读写驱动-This is a C8051F005 mainframe hardware SPI AT45DB041B literacy drive
Platform: | Size: 1024 | Author: 李明 | Hits:

[Linux-Unixohci-s3c2410

Description: 这是s3c2410USB主机驱动程序,编译linux内核然后烧进2410板-s3c2410USB host driver, compile Linux kernel then burned into the 2410 Plate
Platform: | Size: 4096 | Author: 王庆 | Hits:

[Software Engineeringusb_driver_VxWorks

Description: :分析了VxWorks 下的USB 驱动程序模型的结构以及功能,详细说明USB 主机驱动协议栈,并将软件设计分为 Client Driver ,USBD 和HCD 三层。由于对于开发USBD 和Client Driver 已有很多研究和讨论,但对HCD 的研究比较缺乏, 为了提供全面可行的开发基于VxWorks 的USB 驱动程序的技术方案,详细地阐述了USB 主控制器OHCI 驱动程序的功 能、OHCI 驱动程序中的核心功能链表功能,为USB 在嵌入式系统开发中的应用提供技术参考。-: Analysis of VxWorks USB Driver Model structure and function, detailed description USB mainframe-driven protocol stack and software design into Client Driver, USBD and HCD three. As for the development of USBD and Client Driver has been a lot of studies and discussions, But right HCD Research lacking. To provide a comprehensive and workable development based on VxWorks USB Driver for technology programs, expounded in detail on the USB OHCI host controller driver functions, OHCI driver for the core functions of Chain function, USB in embedded systems development for the application of information technology.
Platform: | Size: 173056 | Author: 刘军 | Hits:

[Embeded-SCM DevelopUSBHost

Description: 基于LPC2000系列的USB主机驱动程序,可在此基础上进行USB主机相关的开发-Based on the LPC2000 series of USB host drivers, can be conducted on the basis related to the development of USB host
Platform: | Size: 8192 | Author: 哈哈 | Hits:

[ARM-PowerPC-ColdFire-MIPSS3C2410_I2C

Description: S3C2410 I2C主机驱动-S3C2410 I2C host drive
Platform: | Size: 14336 | Author: 叶子 | Hits:

[Embeded LinuxLinuxDrivers

Description: Linux2.6内核驱动实例包: globalmem驱动、含并发控制的globalmem驱动、globalfifo驱动、poll应用程序范例、异步通知应用程序范例、支持异步通知的globalfifo、 S3C2410实时钟驱动、秒设备驱动与应用程序、DMA范例、静态映射范例、作为input设备触摸屏驱动、 作为普通字符设备触摸屏驱动、看门狗驱动、平台设备、S3C2410串口驱动、S3C2410 I2C主机驱动、 SAA711x I2C设备驱动、CS8900以太网设备驱动、S3C2410 LCD驱动、FRAMEBUFFER应用程序范例-Linux2.6 kernel driver package examples: globalmem drive, including concurrency control globalmem drive, globalfifo-driven, poll sample applications, asynchronous notification application examples to support asynchronous notification globalfifo, S3C2410-driven real-time clock and second device drivers and applications, DMA example, static mapping example, as a touch screen input device driver, as a general character-driven touch-screen equipment, the watchdog driver, platform equipment, S3C2410 serial driver, S3C2410 I2C host drive, SAA711x I2C device driver, CS8900 Ethernet device drivers, S3C2410 LCD driver, FRAMEBUFFER application example
Platform: | Size: 585728 | Author: 清木 | Hits:

[Otherlinux驱动程序

Description: 驱动测试,基于LINUX操作系统的底层应用,主机将事务安排在 1ms 的帧中。每帧都包含一个帧开始(SOF)(Driver testing, based on the underlying application of the LINUX operating system, the host arranges the transaction in the frame of the 1ms. Each frame contains a frame start (SOF))
Platform: | Size: 98304 | Author: 龙焱 | Hits:

[Driver Developch374驱动

Description: CH374是一个USB总线的通用接口芯片,支持USB-HOST主机方式和USB-DEVICE/SLAVE设备方式,内置3端口HUB根集线器,支持低速和全速的控制传输、批量传输、中断传输以及同步/等时传输。在本地端,CH374具有8位数据总线和读、写、片选控制线以及中断输出,可以方便地挂接到单片机/DSP/MCU/MPU等控制器的系统总线上。除此之外,CH374还提供了节约I/O引脚的SPI串行通讯方式,通过3线或者4线SPI串行接口以及中断输出与单片机/DSP/MCU/MPU等相连接。(CH374 is a universal interface chip for USB bus, supports USB-HOST host mode and USB-DEVICE / SLAVE device mode, built-in 3-port HUB root hub, supports low-speed and full-speed control transmission, batch transmission, interrupt transmission, and synchronization / isochronous transmission. At the local end, CH374 has an 8-bit data bus and read, write, chip select control lines, and interrupt output, which can be easily connected to the system bus of a microcontroller / DSP / MCU / MPU controller. In addition, CH374 also provides a SPI serial communication method that saves I / O pins. It is connected to a single-chip computer / DSP / MCU / MPU through a 3- or 4-wire SPI serial interface and interrupt output.)
Platform: | Size: 3163136 | Author: 17273423 | Hits:
« 12 3 4 5 6 7 8 9 10 ... 13 »

CodeBus www.codebus.net