CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - memory read driver

搜索资源列表

  1. RwV015

    0下载:
  2. RW - Read & Write utility, for hardware engineers, firmware (BIOS) engineers, driver developers, QA engineers, performance test engineers, diagnostic engineers, etc., This utility access almost all the computer hardware, including PCI (PCI Express),
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:929690
    • 提供者:使用
  1. Datasample_FIFO_driver1

    0下载:
  2. 打开s3c2410的外中断16,通过该中断信号让内核从外部存储器里读数据。是一个中断驱动程序-open s3c2410 the external interrupt 16, so that the interruption signal from the external memory kernel read data. Is a disruption Driver
  3. 所属分类:嵌入式Linux

    • 发布日期:2008-10-13
    • 文件大小:2382
    • 提供者:徐秋磊
  1. 2188q1

    0下载:
  2. Flash Low Level Driver Code,can read/write all flash memory
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:12224
    • 提供者:mir pu
  1. 获取各种系统信息(操作系统、内存、驱动器、磁盘)

    0下载:
  2. 实现程序的主要函数有四个: GetOsVersion() //取得操作系统版本 GetMemInfo() //取得内存信息 GetDriverInfo() //取得驱动器信息 GetCpuInfo() //取得CPU信息,这里只是读取了注册表的ProcessorNameString具体代码见程序!-procedures to achieve the four main functions : GetOsVersion () / / OS version made GetMemInfo () /
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:31238
    • 提供者:王明
  1. 基于STM32微处理器的SD卡(TF卡)文件系统读写

    4下载:
  2. 基于STM32微处理器的SD卡(TF卡)文件系统读写. 103ZC,ZD等有SDIO,检查中。,This is a simple demonstration, based on STM32 and working with ST Evaluation board MB525 revA (old board), using the Embeddeded Library File System “EFSL” with an "SD" memory card in order
  3. 所属分类:微处理器(ARM/PowerPC等)

    • 发布日期:2016-12-23
    • 文件大小:164171
    • 提供者:Highend
  1. Keil MDK RL-ARM 实时库用户指南

    3下载:
  2. Keil MDK RL-ARM 实时库用户指南 中文版 包括以下内容 RL-RTX 描述了RL-ARM实时操作系统的结构,包括任务优先级、上下文切换、单个CPU下如何管理多个任务以及在RL-RTX中用到的其他一些 RTOS特性。 RL-FlashFS 描述了 RL-ARM中Flash文件系统的结构,包括文件创建、保存、读取以及在标准的flash,RAM或是存储卡设备中修改文件。 RL-TCPnet 描述了RL-ARM中TCP/IP协议栈组的结构,包括多种TCP/IP特性,以及
  3. 所属分类:编程文档

    • 发布日期:2013-05-08
    • 文件大小:1627558
    • 提供者:ecooly
  1. vc.rar

    0下载:
  2. vc驱动级读写内存 仅仅用于学习研究 有不懂就问作者吧,driver vc-class for learning to read and write memory study only asked the authors do not understand it
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-31
    • 文件大小:9478
    • 提供者:陈灿林
  1. Driveread-writememory

    0下载:
  2. 驱动读写内存,易语言写驱动入门例程,很有学习价值,-Drive read-write memory, easy language to write a driver entry routine, the value of great learning,
  3. 所属分类:驱动编程

    • 发布日期:2017-05-02
    • 文件大小:935691
    • 提供者:陈绳武
  1. TestLoadSys

    1下载:
  2. 简单的驱动加载!使用用来写驱动读写内存功能,可过NP,TP等外挂检测-Simple driver loaded! Used to write the drive to read and write memory function, can be over-NP, TP plug-in detection! !
  3. 所属分类:Game Hook Crack

    • 发布日期:2017-12-01
    • 文件大小:744120
    • 提供者:咬牙
  1. pcsc-ctapi-wrapper-0.2

    0下载:
  2. PCSC driver, rapper for CTAPI, read Memory card
  3. 所属分类:Other Embeded program

    • 发布日期:2017-03-31
    • 文件大小:12451
    • 提供者:ndrie
  1. drivers2

    0下载:
  2. 通过编写驱动,可以读写任意地址的内存内容,进而可以修改系统DLL的功能-Through the development driver, you can read and write the contents of arbitrary memory addresses and thus can modify the system DLL functions
  3. 所属分类:Driver Develop

    • 发布日期:2017-04-08
    • 文件大小:9312
    • 提供者:bohaifeng
  1. 2

    0下载:
  2. Linux设备驱动程序,用途是虚拟一段内存空间为设备驱动程序空间,在此段空间实现读写设备驱动程序。-Linux device driver, uses a memory space for the virtual device driver space, space to achieve during this read-write device drivers.
  3. 所属分类:Linux Network

    • 发布日期:2017-04-14
    • 文件大小:3998
    • 提供者:老胖
  1. Windows_Driver_Programming_Tutorial

    0下载:
  2. 第一章 字符串 6 1.1 使用字符串结构 6 1.2 字符串的初始化 7 1.3 字符串的拷贝 8 1.4 字符串的连接 8 1.5 字符串的打印 9 第二章 内存与链表 11 2.1内存的分配与释放 11 2.2 使用LIST_ENTRY 12 2.3 使用长长整型数据 14 2.4使用自旋锁 15 第三章 文件操作 18 3.1 使用OBJECT_ATTRIBUTES 18 3.2 打开和关闭文件 18 3.3 文件的读写操作 21
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-31
    • 文件大小:70551
    • 提供者:chenzifeng
  1. IIC

    0下载:
  2. ATMEL AT24CXX 存储器驱动程序, /* 一个通用的24C01-24C256共9种EEPROM的字节读写操作程序*/-ATMEL AT24CXX memory driver, /* a generic 24C01-24C256 A total of nine kinds of EEPROM byte read and write operating procedures* /
  3. 所属分类:SCM

    • 发布日期:2017-03-30
    • 文件大小:1831
    • 提供者:csl
  1. PCI_IO_M

    1下载:
  2. 9052的驱动程序,采用memory的方式,进行数据的读写-9052 driver, with memory means to read and write data
  3. 所属分类:Driver Develop

    • 发布日期:2017-03-28
    • 文件大小:683891
    • 提供者:王彦华
  1. 1212

    0下载:
  2. 这个是一个炫舞的。 驱动内存读写 -This is a Dancer. The drive memory read and write this is a Dancer. Driver memory read and write
  3. 所属分类:Game Hook Crack

    • 发布日期:2017-11-18
    • 文件大小:119779
    • 提供者:xcs
  1. pKeiil_C_for_r

    0下载:
  2. 提供DataFlash(AT45DB041)的底层读写驱动driver函函数,包含内存读写,缓存读写,内存与缓存之间的数据交换等等。 已通过测试。 -Provided the DataFlash (AT45DB041) read and write the underlying driver driver letter of functions, including the exchange of data between the memory read and write cache re
  3. 所属分类:Windows Develop

    • 发布日期:2017-12-04
    • 文件大小:3204
    • 提供者:cscm0077
  1. LINUX-Device-Driver(att.Source)

    0下载:
  2. LINUX设备驱动程序第三版配套源码; 设备驱动最通俗的解释就是“驱使硬件设备行动”。驱动与底层硬件直接打交道,按照硬件设备的具体工作方式,读写设备的寄存器,完成设备的轮询、中断处理、DMA通信,进行物理内存向虚拟内存的映射等,最终让通信设备能收发数据,让显示设备能显示文字和画面,让存储设备能记录文件和数据。-LINUX device drivers third edition of the supporting source Device Driver is the most popul
  3. 所属分类:source in ebook

    • 发布日期:2017-11-09
    • 文件大小:153407
    • 提供者:石大
  1. Memory

    0下载:
  2. The Memory project is a demo program for the AT91SAM7X256 using Atmel AT91SAM7X-EK Microcontroller Board. It demonstrates an USB Memory based on USB Mass Storage Class. LEDs are used to display the following: - LED1 is on when USB Devi
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-11-06
    • 文件大小:28924
    • 提供者:mahdi
  1. fm25l04

    0下载:
  2. fm25xx系列铁电存储SPI驱动,包括对铁电的初始化、写数据到铁电和从铁电中读取数据,函数都有中文解释,对新手的理解很有帮助-Fm25xx series ferroelectric memory SPI driver, including the initialization of ferroelectric, write data to the ferroelectric and read data the ferroelectric, function have Chinese inte
  3. 所属分类:SCM

    • 发布日期:2017-04-13
    • 文件大小:2130
    • 提供者:陈氏
« 1 23 4 »
搜珍网 www.dssz.com