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

Search list

[Linux-Unixled-driver

Description: LINUX下控制LED屏的驱动程序,可以实现内存映射功能-LINUX LED screen under the control of the driver, can be achieved memory mapping function
Platform: | Size: 41602 | Author: deeply2000 | Hits:

[Other resourcew25p40

Description: 铁电存储器驱动程序,已经成功调用过,请放心使用-ferroelectric memory driver, which has been successfully called off, please rest assured that the use of
Platform: | Size: 2689 | Author: shaoan | Hits:

[OS program获取各种系统信息(操作系统、内存、驱动器、磁盘)

Description: 实现程序的主要函数有四个: GetOsVersion() //取得操作系统版本 GetMemInfo() //取得内存信息 GetDriverInfo() //取得驱动器信息 GetCpuInfo() //取得CPU信息,这里只是读取了注册表的ProcessorNameString具体代码见程序!-procedures to achieve the four main functions : GetOsVersion () / / OS version made GetMemInfo () / / obtain information GetDriverInfo memory () / / driver information obtained GetCpuInfo () / / CPU obtained information read here is a specific registry ProcessorNameString see procedure code!
Platform: | Size: 31238 | Author: 王明 | Hits:

[Driver Developramdisk

Description: 一个内存驱动器的源代码- A memory driver source code
Platform: | Size: 21504 | Author: 站长 | Hits:

[OS program获取各种系统信息(操作系统、内存、驱动器、磁盘)

Description: 实现程序的主要函数有四个: GetOsVersion() //取得操作系统版本 GetMemInfo() //取得内存信息 GetDriverInfo() //取得驱动器信息 GetCpuInfo() //取得CPU信息,这里只是读取了注册表的ProcessorNameString具体代码见程序!-procedures to achieve the four main functions : GetOsVersion ()// OS version made GetMemInfo ()// obtain information GetDriverInfo memory ()// driver information obtained GetCpuInfo ()// CPU obtained information read here is a specific registry ProcessorNameString see procedure code!
Platform: | Size: 30720 | Author: 王明 | Hits:

[Software EngineeringDXVA_Spec

Description: DXVA 规范 DXVA 是微软为DVD/Video硬件加速而提供的API, 用于显卡的驱动设计,此规范详细,对于显卡驱动设计人员以及DVD播放器应用程序设计人员有很大帮助-theater is theater norms Microsoft DVD/Video and the hardware acceleration provided by the API, the drive for graphics design, this specification detailed graphics driver for the design and DVD player application programming staff is very helpful
Platform: | Size: 155648 | Author: 陈件 | Hits:

[BooksOReilly-Programming-Embedded-Systems-in-C-and-C++.

Description: This book introduces embedded systems to C and C++ programmers. Topics include testing memory devices, writing and erasing Flash memory, verifying nonvolatile memory contents, controlling on-chip peripherals, device driver design and implementation, optimizing embedded code for size and speed, and making the most of C++ without a performance penalty. -This book introduces embedded systems to C C programmers. Topics include testing memo ry devices, writing and erasing Flash memory, verifying nonvolatile memory contents, controlling on-chip peripherals, device driver design and implementation, optimizing embedded code for size and speed, and making the most of C without a performance pe nalty.
Platform: | Size: 446464 | Author: 古月伦 | Hits:

[Linux-Unixled-driver

Description: LINUX下控制LED屏的驱动程序,可以实现内存映射功能-LINUX LED screen under the control of the driver, can be achieved memory mapping function
Platform: | Size: 40960 | Author: deeply2000 | Hits:

[SCMw25p40

Description: 铁电存储器驱动程序,已经成功调用过,请放心使用-ferroelectric memory driver, which has been successfully called off, please rest assured that the use of
Platform: | Size: 2048 | Author: shaoan | Hits:

[SCMavrhd44780

Description: 这是我自已写的HD44780 LCD1602液晶屏的程序,是基于AVR单片机上实现的。 /************************************************************************************************** * 简介 * * 本模块仅使用于字符显示液晶模块 * * 当前版本的驱动仅支持以下类型LCD模块驱动: * Hitachi HD44780 或与之兼容的芯片. * * LCD显示函数支持以下格式: * 1 line x 16 characters 2 lines x 16 characters 4 lines x 16 characters * 1 line x 20 characters 2 lines x 20 characters 4 lines x 20 characters * 1 line x 24 characters 2 lines x 24 characters * 1 line x 40 characters 2 lines x 40 characters *说明: * 1 line x 16 characters 需要定义为2*8的液晶模块 * * 不支持外部内存模式 **************************************************************************************************/ -This is my own written HD44780 LCD1602 LCD procedure is based on the AVR Single Chip achievable. /*************************************************************************************************** Introduction** This module uses only the characters displayed in the LCD module** the current version of the driver only supports the following types of LCD driver module:* Hitachi HD44780 chip or compatible .** LCD display function supports the following format:* 1 line x 16 characters 2 lines x 16 characters 4 lines x 16 characters* 1 line x 20 characters 2 lines x 20 characters 4 lines x 20 characters* 1 line x 24 characters 2 lines x 24 characters* 1 line x 40 characters 2 lines x 40 characters* Note:* 1 line x 16 characters need to define 2*** 8 LCD modules do not support external memory mode**************************************************************************************************/
Platform: | Size: 6144 | Author: 谢志俊 | Hits:

[Other Embeded programflash_fs

Description: FLASH文件系统的源码,Flash memory is a nonvolatile memory, which allows the user to electrically program (write) and erase information. The exponential growth of flash memory has made this technology an indispensable part of hundreds of millions of electronic devices. Flash memory has several significant differences with volatile (RAM) memory and hard drive technologies which requires unique software drivers and file systems. This paper provides an overview of file systems for flash memory and focuses on the unique software requirements of flash memory devices. -FLASH file system source code, Flash memory is a nonvolatile memory, which allows the user to electrically program (write) and erase information. The exponential growth of flash memory has made this technology an indispensable part of hundreds of millions of electronic devices. Flash memory has several significant differences with volatile (RAM) memory and hard drive technologies which requires unique software drivers and file systems. This paper provides an overview of file systems for flash memory and focuses on the unique software requirements of flash memory devices.
Platform: | Size: 105472 | Author: | Hits:

[Driver DevelopDLPortIO

Description: 端口操作,在windows系统下可以实现端口和内存操作-Port operations, in the windows system can be achieved under the operation of ports and memory
Platform: | Size: 106496 | Author: pipi | Hits:

[Driver Developdriverdev_src3

Description: This the third edition of the Writing Device Drivers articles. The first article helped to simply get you acquainted with device drivers and a simple framework for developing a device driver for NT. The second tutorial attempted to show to use IOCTLs and display what the memory layout of Windows NT is. In this edition, we will go into the idea of contexts and pools. The driver we write today will also be a little more interesting as it will allow two user mode applications to communicate with each other in a simple manner. We will call this the “poor man’s pipes” implementation.-This the third edition of the Writing Device Drivers articles. The first article helped to simply get you acquainted with device drivers and a simple framework for developing a device driver for NT. The second tutorial attempted to show to use IOCTLs and display what the memory layout of Windows NT is. In this edition, we will go into the idea of contexts and pools. The driver we write today will also be a little more interesting as it will allow two user mode applications to communicate with each other in a simple manner. We will call this the poor man s pipes implementation.
Platform: | Size: 22528 | Author: shi | Hits:

[Driver DevelopSubmonitor

Description: Using mirror driver as filter driver in capture desktop screen operation allow system run faster than using device context memory.
Platform: | Size: 3104768 | Author: 锟斤拷英锟斤拷 | Hits:

[SCMNXP_ARM7_driver

Description: 飞利浦LPC213x系列ARM7处理器外设接口驱动,包括LCD,SPI Flash存储器等-Philips LPC213x series of ARM7 processor peripheral interface driver, including LCD, SPI Flash memory, etc.
Platform: | Size: 333824 | Author: 尹思银 | Hits:

[OtherLinux-device-driver-chinese-version

Description: 是久负盛名的LDD3中文版,非常经典的linux驱动开发的好书,包括驱动模块的装载编译,调试,并发和静态,内存分配,中断处理,时间延迟以及字符设备驱动,PCI,USB,块设备,网络设备,TTY设备驱动程序。-Is a prestigious LDD3 Chinese version of the classic linux driver development is very good book, including the driver module loading compiling, debugging, concurrent and static memory allocation, interrupt handling, time delay and character device drivers, PCI, USB, block device, network equipment, TTY device driver.
Platform: | Size: 1196032 | Author: jane | Hits:

[Driver DevelopDRIVER

Description: 如何加内存!一种User Mode下访问物理内存及Kernel Space的实现-How do I increase the memory! Of a User Mode to access physical memory, and the realization of Kernel Space
Platform: | Size: 29696 | Author: helen | Hits:

[Linux-UnixLinux-driver-development2

Description: 作者:华清远见嵌入式学院。《Linux设备驱动开发详解》(08&09年度畅销榜TOP50)第2章、驱动设计的硬件基础。本章讲解底层驱动工程师必备的硬件基础,给出了嵌入式系统硬件原理及分析方法的全景视图。2.1节讲解微控制器、微处理器、数字信号处理器以及应用于特定领域的处理器各自的特点。2.2节对嵌入式系统中所使用的各类存储器与CPU的接口、应用领域及特点进行了详细讲解。2.3节讲解常见的外设接口与总线的工作方式,包括串口、I2C、USB、以太网接口、ISA、PCI和cPCI等。嵌入式系统硬件电路中经常会使用CPLD和FPGA,2.4节讲解了CPLD和FPGA在电路中的作用。2.5~2.7节讲解实际项目开发过程中硬件分析的方法,包括如何进行原理图分析、时序分析以及如何快速地从芯片手册获取有效信息。2.8节讲解了调试过程中常用仪器、仪表的使用方法,涉及万用表、示波器和逻辑分析仪。-Author: HuaQing vision embedded institute. The Linux device driver development "(08 and 09 sep TOP50) annual list of best-selling chapter 2, drive design hardware foundation. This chapter explaining the bottom drive engineers must hardware foundation, gives the embedded system hardware principle and analysis methods of the panoramic views. Section 2.1 explain micro controller, microprocessor, digital signal processor and the application in particular areas of the processor respective characteristics. Section 2.2 of embedded system used in all kinds of memory and CPU interface, application field and features detailed explanation. Section 2.3 interpretation of common interface and peripherals, including bus way of working serial port, the I2C, USB, the Ethernet interface, ISA, PCI and cPCI, etc. The embedded system hardware circuit we often use CPLD and FPGA, section 2.4 explained CPLD and FPGA in a circuit ?
Platform: | Size: 866304 | Author: 华清远见 | Hits:

[ARM-PowerPC-ColdFire-MIPSglobal-driver

Description: 基于ARM9的global内存驱动设计,可以一直到6410上面 非常棒-Based on the ARM9global memory driver design, can have6410above is very good
Platform: | Size: 5120 | Author: wll | Hits:

[Otherflash driver

Description: flash driver for memory : support write, read, erase, etc.
Platform: | Size: 442368 | Author: huanggq | Hits:
« 12 3 4 5 6 7 8 9 10 ... 30 »

CodeBus www.codebus.net