Welcome![Sign In][Sign Up]
Location:
Search - memory read driver

Search list

[Other resourceEvsLcd

Description: 基于51单片机的图形LCD驱动程序,建立了完成的中英文字符和基本图形输出程序,字符点阵从一片Flash存储器读出.-51 microcontroller-based graphic LCD driver, completion of the establishment of the Chinese and English characters and basic graphics output procedures, a character from a lattice Flash memory read out.
Platform: | Size: 72779 | Author: 杨承凯 | Hits:

[SCMEvsLcd

Description: 基于51单片机的图形LCD驱动程序,建立了完成的中英文字符和基本图形输出程序,字符点阵从一片Flash存储器读出.-51 microcontroller-based graphic LCD driver, completion of the establishment of the Chinese and English characters and basic graphics output procedures, a character from a lattice Flash memory read out.
Platform: | Size: 72704 | Author: | Hits:

[OtherRwV015

Description: 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), PCI Index/Data, Memory, Memory Index/Data, I/O Space, I/O Index/Data, Super I/O, Clock Generator, DIMM SPD, SMBus Device, CPU MSR Registers, ATA/ATAPI Identify Data, ACPI Tables Dump (include AML decode), Embedded Controller, USB Information and LPT Remote Access. And also an Command Window is provided to access hardware manually. Website1: http://rw.net-forces.com/ Website2: http://home.kimo.com.tw/ckimchan.tw/ Website3: http://jacky5488.myweb.hinet.net/ For best view, please change the screen resolution to 1024 x 768 (or above) pixels. -RW- Read
Platform: | Size: 929792 | Author: 使用 | Hits:

[SCM24C256

Description: 读写串行存储器24C256底层驱动程序,在51系列单片机成功应用.-Read and write serial memory 24C256 underlying driver of the 51 successful application of MCS.
Platform: | Size: 2048 | Author: 大圣 | Hits:

[Program docPCI_1

Description: :介绍了一种较为通用的PCI接口卡的硬件结构,说明了硬件设计的几种可行性方案和硬件 设计时需要注意的问题,同时详细地阐述了PCI设备WDM驱动程序开发的基本方法,比较了几种 常用开发工具的优缺点,并对驱动程序中的PCI设备I/0端口与存储器的读写、中断处理以及应用 程序与驱动程序之间多种通信方式作了详细的介绍。-: Introduction of a more universal PCI interface card hardware structure, and describes the hardware design of the feasibility of several programs and hardware design issues requiring attention, while a detailed description of the PCI device driver development WDM basic method, comparative several advantages and disadvantages of commonly used development tools, and the driver of the PCI device I/0 ports and memory read and write, interrupt handling, as well as applications and drivers for a variety of means of communication between the detailed introduction.
Platform: | Size: 187392 | Author: 刘军 | Hits:

[OS programSPD-Z

Description: Windows下通过WinIO驱动,通过SMBUS读取内存的SPD信息。目前支持Intel ICHx / ATI SB400,600 / SIS692 /nForce CK804 / VIA xxx系列南桥。-Windows driver through WinIO through SMbus read the SPD memory information. Currently supports the Intel ICHx/ATI SB400, 600/SIS692/nForce CK804/VIA xxx Series South Bridge.
Platform: | Size: 552960 | Author: 卜随义 | Hits:

[Driver DevelopFileFilter

Description: U盘过滤驱动程序,让U盘成为一个只读存储器。在DISK.sys和USBSTOR.sys驱动之间建立一个过滤驱动-U disk filter driver, so that U disk into a read-only memory. Disk.sys USBSTOR.sys drive in between and a filter driver
Platform: | Size: 722944 | Author: | Hits:

[OS Developuserkernelspace

Description: A user-space device driver can do many of the things that kernel drivers can t, such as perform a long-running computation, block while waiting for an event, or read files from the file system. Unlike kernel drivers, a user-space device driver can use other device drivers--that is, access the network, talk to a serial port, get interactive input from the user, pop up GUI windows, or read from disks. User-space drivers implemented using FUSD can be much easier to debug it is impossible for them to crash the machine, are easily traceable using tools such as gdb, and can be killed and restarted without rebooting even if they become corrupted. FUSD drivers don t have to be in C--Perl, Python, or any other language that knows how to read from and write to a file descriptor can work with FUSD. User-space drivers can be swapped out, whereas kernel drivers lock physical memory.-A user-space device driver can do many of the things that kernel drivers can t, such as perform a long-running computation, block while waiting for an event, or read files from the file system. Unlike kernel drivers, a user-space device driver can use other device drivers--that is, access the network, talk to a serial port, get interactive input from the user, pop up GUI windows, or read from disks. User-space drivers implemented using FUSD can be much easier to debug it is impossible for them to crash the machine, are easily traceable using tools such as gdb, and can be killed and restarted without rebooting even if they become corrupted. FUSD drivers don t have to be in C--Perl, Python, or any other language that knows how to read from and write to a file descriptor can work with FUSD. User-space drivers can be swapped out, whereas kernel drivers lock physical memory.
Platform: | Size: 1024 | Author: harish | Hits:

[Driver Developcode

Description: 驱动级读写内存。过目前一般保护游戏。如NP等-Driver-level memory read and write. General protection than the current game. NP such as
Platform: | Size: 6144 | Author: mfch666 | Hits:

[Embeded Linuxsbull-2.6.22

Description: 基于LINUX下开发的块设备驱动程序源代码,能为初学者提供很好的参考作用,该程序使用一小块内存模拟块设备实现块设备的读写操作-Developed under the LINUX-based block device driver source code, can provide a good reference for beginners role, the process simulation using a small memory block devices to read and write pieces of equipment operation
Platform: | Size: 133120 | Author: 黄伟 | Hits:

[Internet-Networkpci

Description: This character-mode Linux device-driver lets an application program read from (or write to) the computer system s video display memory -- bypassing any software windowing systems. -This character-mode Linux device-driver lets an application program read from (or write to) the computer system s video display memory-- bypassing any software windowing systems.
Platform: | Size: 6144 | Author: jeevan | Hits:

[Driver Developmm-dram

Description: This module implements a Linux character-mode device-driver for the processor s installed physical memory. It utilizes the kernel s kmap() function, as a uniform way to provide access to all the memory-zones (including the "high memory" on systems with more than 896MB of installed physical ram). The access here is read-only because we deem it too risky to the stable functioning of our system to allow every user the unrestricted ability to arbitrarily modify memory-areas which might contain some "critical" kernel data-structures. We implement an llseek() method so that users can readily find out how much physical processor-memory is installed. -This module implements a Linux character-mode device-driver for the processor s installed physical memory. It utilizes the kernel s kmap() function, as a uniform way to provide access to all the memory-zones (including the "high memory" on systems with more than 896MB of installed physical ram). The access here is read-only because we deem it too risky to the stable functioning of our system to allow every user the unrestricted ability to arbitrarily modify memory-areas which might contain some "critical" kernel data-structures. We implement an llseek() method so that users can readily find out how much physical processor-memory is installed.
Platform: | Size: 8192 | Author: jeevan | Hits:

[e-languagesys

Description: 易语言驱动读写内存模块源码,带默认驱动一个。可自行添加驱动修改函数。-Yi language-driven source code to read and write memory module with a default driver. Can add a function-driven changes.
Platform: | Size: 9216 | Author: 刘智强 | Hits:

[OS programddd

Description: 驱动级读写内存演示程序-Driver-level memory read and write demo
Platform: | Size: 27648 | Author: wwe | Hits:

[SCMgsfsq

Description: 一种电机调速控制方法,单片机:P89LPC9401.包括主要是对可控硅移相触发,程序主要包括利用P89LPC9401的FLASH,作数据存储器用的读写(不多见的思路)可控硅的移相触发程序。以及PCF8576笔画液晶屏的驱动程序-A motor speed control method, MCU: P89LPC9401. Including key is to trigger the SCR phase-shift, the program includes the use of P89LPC9401 of FLASH, used for data memory read and write (rare ideas) SCR-shift phase triggers. As well as the PCF8576 LCD driver stroke
Platform: | Size: 82944 | Author: 黎池元 | Hits:

[Driver Developusb_development

Description: USB的驱动程序和应用层设计。应用层包括发光灯,逻辑电平,数模转换,模数转换,键盘测试,内存读写等等。-USB driver and application layer. Application layer, including light-emitting light, the logic level, DAC, ADC, keyboard test, memory read and write and so on.
Platform: | Size: 6456320 | Author: 王烨 | Hits:

[OS programsystemDll

Description: 驱动层读写内存的代码,学习驱动编程的朋友可以看一下-Driver layer to read and write the code memory, learning-driven programming friends can look at
Platform: | Size: 14336 | Author: jimmy | Hits:

[OS programDriver-levelmemoryreadandwrite

Description: 驱动级内存读写 调用驱动读写内存可以读写很多程序-Driver-level memory read and write calls the driver can read and write many programs to read and write memory
Platform: | Size: 508928 | Author: | Hits:

[e-languageDrive-memory

Description: 加载驱动后利用驱动通信直接读写指定内存!让你过掉游戏内存读写保护!-Load the driver driven communication directly read and write to the specified memory! You had lost the game memory read and write protection!
Platform: | Size: 13312 | Author: 李雷雷 | Hits:

[Otherflash driver

Description: flash driver for memory : support write, read, erase, etc.
Platform: | Size: 442368 | Author: huanggq | Hits:
« 12 3 4 »

CodeBus www.codebus.net