CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 系统编程 搜索资源 - flash read

搜索资源列表

  1. rw_card

    0下载:
  2. 读闪存卡的读写程序,包括读和写FLASH卡的操作子程序实例,很有价值。-Reading memory card reader procedures, including Flash cards read and write operations subroutine examples of great value.
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:1.04kb
    • 提供者:毛国辉
  1. jtagtools-bfin-0.3

    0下载:
  2. 本源码支持blackfin系列DSP的jtag协议转换,支持linux下访问blackfin系列DSP的jtag链,读取和写入边界控制信号,是处理器初始化写入flash代码的必备程序-This source to support the Blackfin DSP series of JTAG protocol conversion, support for linux to access the JTAG Blackfin DSP series chain, read and write the
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-09
    • 文件大小:1.61mb
    • 提供者:雷杰
  1. xmlyap_flashden

    0下载:
  2. read xml from flash.. awesome code
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-12
    • 文件大小:1.23kb
    • 提供者:volkan
  1. jtag

    1下载:
  2. JTAG Tools is a software package which enables working with JTAG-aware (IEEE 1149.1) hardware devices (parts) and boards through JTAG adapter. This package has open and modular architecture with ability to write miscellaneous extensions (like b
  3. 所属分类:Windows Kernel

    • 发布日期:2015-03-25
    • 文件大小:935.35kb
    • 提供者:asdf
  1. DesktopSearchEngine

    0下载:
  2. 一款开源的桌面搜索引擎源代码,技术特色包括快速搜索文件(作者称经常会少于1秒),支持音乐/文档/图片筛选过滤,文件类型筛选过滤,文件访问和文件大小筛选等。源代码包括了一个加速技术及有关函数,以及闪速注册表读取类。源代码中包含使用CopyMemory API函数构建的二进制文件转储功能,从内存获取对象集合,使用WMI脚本对象,多线程递归搜索以及其他的技术,总之是一款不错的源代码,对希望编写桌面搜索引擎的网友可以提供借鉴。 首先把 Engine目录下的prjEngine.vbp编译为Hyper
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-31
    • 文件大小:257.13kb
    • 提供者:subzero_cn
  1. directtest

    0下载:
  2. 此源码为嵌入式系统中用的较多的NAND FLASH上的文件系统源码,源码经过整理与提炼更加方便阅读与理解!-The source code for embedded systems using the larger file system on NAND FLASH source code, source code after finishing and refining it easier to read and understand!
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-22
    • 文件大小:58.46kb
    • 提供者:zjx
  1. WNPID

    0下载:
  2. 通过并口读取NAND FLASH的ID,比较巧妙,用在Wii的FLASH替换上-NAND FLASH through a parallel port to read the ID, more clever, with a replacement on the Wii' s FLASH
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-01
    • 文件大小:1.95kb
    • 提供者:Li yuanzhang
  1. Flash-picwall-uhome2

    0下载:
  2. 看说明操作很简单的,一步一步来,这个是uch utf-8版本的我已经测试过了-Read the instructions very simple, step by step, this is uch utf-8 version I' ve tested
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-29
    • 文件大小:225.64kb
    • 提供者:江荣
  1. an10600

    0下载:
  2. LPC2000对flash的操作,包括读写擦除-LPC2000 on the flash operation, including read and write erase
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-05
    • 文件大小:275.34kb
    • 提供者:沈国军
  1. flash_test

    0下载:
  2. 简单的flash设备速测测试工具,方便好用,可以测裸设备-read and write test program code about flash device
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-08
    • 文件大小:970byte
    • 提供者:song
  1. simple_nand_fs

    0下载:
  2. 这是一个裸板的基于s3c6410的nand flash文件系统,里面包含nand flash初始化,读写,擦出操作,同时包含一个最简单的文件系统的实现。-This is a bare board nand flash-based s3c6410 the file system, which contains the nand flash initialization, read and write, given rise to operation, also includes a simple
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-03
    • 文件大小:82.34kb
    • 提供者:use life to
  1. extern

    0下载:
  2. 本文章是关于一种FLASH的操作读写的文档,喜欢的话,就给加点分-This article is about a document to read and write operation of FLASH, like it, give plus points points
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-03
    • 文件大小:10.38kb
    • 提供者:杨洋
  1. u-boot-flash-remove

    0下载:
  2. FLASH的编程原理都是只能将1写为0,而不能将0写为1.所以在FLASH编程之前,必须将对应的块擦除,而擦除的过程就是把所有位都写为1的过程,块内的所有字节变为0Xff。 对FALSH进行的最基本操作由读操作,写操作,和擦除操作。以下将详细介绍,所有的都是参考sst39vf1601 datasheet -FLASH programming principles are the only one written as 0, can not be written as one. Befo
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-29
    • 文件大小:291.77kb
    • 提供者:ral
  1. ARM-read-Uusbhost

    0下载:
  2. mini2440arm裸机实现读写u盘,控制为超级终端-armmini2440.sumsun,without Operating system read、write about u flash disk
  3. 所属分类:Linux驱动

    • 发布日期:2017-03-31
    • 文件大小:572.2kb
    • 提供者:宋富旺
  1. 10.SPI-FLASH

    0下载:
  2. SPI FLASH(W25X16)读写程序(神舟III号)其中对FLASH有了较好的解读和讲解-SPI FLASH (The W25X16) read and write program (Shenzhou III) have a better interpretation and explanation which the FLASH
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-05-11
    • 文件大小:2.44mb
    • 提供者:sandy
  1. FlashWrite

    0下载:
  2. STM32单片机对FLASH的读写功能,只针对内部FLASH,经过测试可以使用-STM32 microcontroller FLASH read and write capabilities, only for the internal FLASH tested can be used
  3. 所属分类:Windows Kernel

    • 发布日期:2017-11-18
    • 文件大小:466.61kb
    • 提供者:weige
  1. cmdlinepart

    0下载:
  2. Read flash partition table from command line.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-11-22
    • 文件大小:3.7kb
    • 提供者:hognkaizhu
  1. falSH

    0下载:
  2. 外部扩展FLASH,读FLASH进行读写操作。-External expansion FLASH read FLASH read and write operations.
  3. 所属分类:Network Security

    • 发布日期:2017-11-11
    • 文件大小:1.68kb
    • 提供者:
  1. flashwriter2.0

    0下载:
  2. flash的读写工具,适用于各种flash的读写-flash reading and writing tool for a variety of flash read and write
  3. 所属分类:Driver develop

    • 发布日期:2017-05-07
    • 文件大小:1.15mb
    • 提供者:王磊
  1. nand-flash-writer

    0下载:
  2. 基于Linux的nand flash读写驱动,(nand flash write/read driver)
  3. 所属分类:Linux/Unix编程

    • 发布日期:2018-04-21
    • 文件大小:368kb
    • 提供者:chunerge
« 12 »
搜珍网 www.dssz.com