虫虫首页| 资源下载| 资源专辑| 精品软件
登录| 注册

read-modify-write

  • This driver is based on the 2.6.3 version of drivers/usb/usb-skeleton.c but has been rewritten to

    This driver is based on the 2.6.3 version of drivers/usb/usb-skeleton.c but has been rewritten to be easy to read and use, as no locks are now needed anymore.

    标签: usb-skeleton rewritten drivers version

    上传时间: 2015-11-20

    上传用户:talenthn

  • STK500_2下载器 M8 支持bootloader(带bootloader源码) 使用STK500_2 协议的ISP下载器

    STK500_2下载器 M8 支持bootloader(带bootloader源码) 使用STK500_2 协议的ISP下载器,监控芯片 M8,数据通讯RS232.使用 ATMEL AVRStudio 4.xx STK500工具的进行软件升级。可通过ATMEL AVRStudio 4.xx STK500工具升级固件程序。升级方法:通过设定电压 即按“write voltage”按钮进入bootloader程序。

    标签: bootloader STK 500 ISP

    上传时间: 2014-08-27

    上传用户:haoxiyizhong

  • This leon3 design is tailored to the Altera NiosII Startix2 Development board, with 16-bit DDR SDR

    This leon3 design is tailored to the Altera NiosII Startix2 Development board, with 16-bit DDR SDRAM and 2 Mbyte of SSRAM. As of this time, the DDR interface only works up to 120 MHz. At 130, DDR data can be read but not written. NOTE: the test bench cannot be simulated with DDR enabled because the Altera pads do not have the correct delay models. * How to program the flash prom with a FPGA programming file 1. Create a hex file of the programming file with Quartus. 2. Convert it to srecord and adjust the load address: objcopy --adjust-vma=0x800000 output_file.hexout -O srec fpga.srec 3. Program the flash memory using grmon: flash erase 0x800000 0xb00000 flash load fpga.srec

    标签: Development Startix2 tailored Altera

    上传时间: 2014-01-19

    上传用户:chongcongying

  • FLASH文件系统的源码

    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 文件系统 源码

    上传时间: 2015-11-29

    上传用户:问题问题

  • The FatFs/Tiny-FatFs module is opened for education, reserch and development. fat file.You can use

    The FatFs/Tiny-FatFs module is opened for education, reserch and development. fat file.You can use, modify and republish it for personal, non-profit or profit use without any limitation under your responsibility.

    标签: development Tiny-FatFs education reserch

    上传时间: 2013-11-29

    上传用户:wcl168881111111

  • TTS

    TTS,TTS To Speech,Read the text using the microsoft TTS engine,and ACE libraly

    标签: TTS

    上传时间: 2015-12-11

    上传用户:气温达上千万的

  • DATA:BEGIN OF HEADDATA. INCLUDE STRUCTURE BAPIMATHEAD. DATA:END OF HEADDATA. DATA:BEGIN OF PLAN

    DATA:BEGIN OF HEADDATA. INCLUDE STRUCTURE BAPIMATHEAD. DATA:END OF HEADDATA. DATA:BEGIN OF PLANTDATA. INCLUDE STRUCTURE BAPI_MARC. DATA:END OF PLANTDATA. DATA:BEGIN OF PLANTDATAX. INCLUDE STRUCTURE BAPI_MARCX. DATA:END OF PLANTDATAX. READ TABLE XMKPF INDEX 1. IF XMKPF-TCODE2 = MIGO_GR . LOOP AT XMSEG.

    标签: DATA HEADDATA BEGIN BAPIMATHEAD

    上传时间: 2015-12-17

    上传用户:古谷仁美

  • 一个简单的同学录系统,有增、删、修改、查询、分页功能

    一个简单的同学录系统,有增、删、修改、查询、分页功能,非常适合JSP的初学者。 编程环境:MyEclipse+Access+Tomcat5.5 文件列表: index.jsp-------------------首页文件模块 add_new.jsp-----------------增加记录模块 modify.jsp------------------修改记录模块 del.jsp---------------------删除记录模块 save.jsp--------------------保存记录模块 search.jsp------------------查找记录模块 in.jsp----------------------导入常用的类模块 src\ConDb.java--------------连接数据库的JavaBean 数据库文件:TXL.mdb 安装运行:解压后放入Tomcat\webapps 配置数据源:控制面板--->数据源ODBC---->系统DNS---->添加----->Driver do Micrsoft Access(*.mdb) ---->数据源名称:class---->选择数据库文件所在目录 在浏览器下输入:http://localhost:8080/txl

    标签: 同学录 修改

    上传时间: 2015-12-23

    上传用户:zhangyi99104144

  • 一本介绍j2ee的书籍

    一本介绍j2ee的书籍,write enterprise application。

    标签: j2ee 书籍

    上传时间: 2016-01-02

    上传用户:dave520l

  • 《JavaServer Faces》 In JavaServer Faces, developers learn how to use the new JavaServer Faces framew

    《JavaServer Faces》 In JavaServer Faces, developers learn how to use the new JavaServer Faces framework to build real-world web applications. The book contains everything you ll need: how to construct the HTML on the front end how to create the user interface components that connect the front end to your business objects how to write a back-end that s JSF-friendly and how to create the deployment descriptors that tie everything together. This book is a complete guide to the crucial new JSF technology.

    标签: JavaServer Faces developers framew

    上传时间: 2016-01-02

    上传用户:redmoons