CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 嵌入式/单片机编程 其他嵌入式/单片机内容 搜索资源 - file.read

搜索资源列表

  1. demo_MPC02_motor

    1下载:
  2. MPC02板卡VB控制程序:这是一个非常简单的演示示例: 使用方法如下: 1、 用安装光盘安装驱动程序及函数库。 1、 在硬盘上建立一个文件夹。 2、 将文件夹下所有文件拷贝到硬盘上所建文件夹中,并去掉所有文件的只读属性。 3、 启动VB6.0集成环境,并打开工程。 4、 确保板卡已经正确插入到计算机中。 6、 编译该工程生成EXE文件。 7、 运行生成的EXE文件。-MPC02 Card VB control procedures : This is a
  3. 所属分类:其他嵌入式/单片机内容

    • 发布日期:2008-10-13
    • 文件大小:4.94kb
    • 提供者:jun
  1. DE2_SDCARD.rar

    0下载:
  2. 在de2上用niosii实现fat文件系统源代码,可以实现文件的读写操作,介质为sd卡。,In the de2 on the file system using niosii to achieve fat source code, the file read and write operations can be achieved, the medium for the sd card.
  3. 所属分类:Other Embeded program

    • 发布日期:2017-05-14
    • 文件大小:3.57mb
    • 提供者:彭天
  1. SD_Card

    0下载:
  2. 基于MSP430F149的SD卡驱动程序,选用的是SPI模式,可实现基本的数据读写,注: 次程序不带FAT文件系统,故不能实现对文件操作,小弟初出茅庐,望多多指教。-MSP430F149-based SD card driver, use the SPI mode allows basic data read and write, Note: meeting program without the FAT file system, it can not be achieved for file
  3. 所属分类:Other Embeded program

    • 发布日期:2017-03-29
    • 文件大小:130.88kb
    • 提供者:
  1. kfd

    2下载:
  2. 实现模式识别KFD学习算法预防老年人跌倒,利用keil调试,是学习嵌入式和模式识别的好资料~-This section presents the example C code of the proposed solution-based ADXL345 and ADuC7026 platform. There are four .h files and one .c file in the project, compiled by Keil UV3. The FallDetection.
  3. 所属分类:Other Embeded program

    • 发布日期:2014-07-25
    • 文件大小:5kb
    • 提供者:幻叶
  1. U-Disk

    0下载:
  2. U盘读写协议:我开发U盘的重要参考代码。 bulk_only传输协议,FAT16文件系统.-U disk read and write an agreement: I developed an important reference U disk code. bulk_only Transfer Protocol, FAT16 file system.
  3. 所属分类:Other Embeded program

    • 发布日期:2017-03-22
    • 文件大小:16.24kb
    • 提供者:杨尚元
  1. FAT16

    0下载:
  2. 1)兼容FAT16文件系统,长文件名,最大路径长度260个字节,符合Microsoft Longfilename specification。 2)可移植于各种平台,只需编写sector驱动驱动,共计两个函数:1)read_flash_sector() 2)write_flash_sector()。 3)文件缓冲功能:1)读文件时,读位置在文件缓冲区内,则可直接读文件缓冲区,不需要读物理磁盘;文件缓冲区大小可使用编译宏EnableFileBuf,TotalFileBUFsQTYeachF
  3. 所属分类:Other Embeded program

    • 发布日期:2017-04-05
    • 文件大小:423.02kb
    • 提供者:
  1. srrial.c

    0下载:
  2. READ SERIAL PORT AND WRITE INTO a FILE
  3. 所属分类:Other Embeded program

    • 发布日期:2017-04-12
    • 文件大小:713byte
    • 提供者:jackel
  1. i2c_gpio

    0下载:
  2. This file contains routines to write to and read from the I2C bus using the GPIO pins of the CS5530. -This file contains routines to write to and read from the I2C bus using the GPIO pins of the CS5530.
  3. 所属分类:Other Embeded program

    • 发布日期:2017-04-02
    • 文件大小:4.28kb
    • 提供者:Mani
  1. Sl118_host

    0下载:
  2. 这是使用EM78P447/EM78P451以及SL811HS开发的 USB HOST 程序,它可以读取USB device 数据并且予以显示在LCD上.并且配有相应的原理图。-This is the use of EM78P447/EM78P451 and SL811HS developed USB HOST program that can read data of USB device and be displayed on the LCD。there is a right schema
  3. 所属分类:Other Embeded program

    • 发布日期:2017-03-31
    • 文件大小:76.77kb
    • 提供者:RaymondHuang
  1. RTC

    0下载:
  2. 用keil编写的arm7核lpc2103的实时时钟,两种读取时间方式。包括头文件及整个工程文件-Keil written with real-time clock arm7 nuclear lpc2103 two ways to read the time. Including the header file and the entire project file
  3. 所属分类:Other Embeded program

    • 发布日期:2017-04-04
    • 文件大小:57.21kb
    • 提供者:罗旭
  1. File_SD_OS1

    1下载:
  2. SD卡读图片显示,基于周立功smart2200开发板,挂ucos-II,有文件系统,我的课程实验,下载即可运行,附带说明。-SD card read picture show, based on ZLG smart2200 development board, hang ucos-II, a file system, my test program, download to run, with instructions.
  3. 所属分类:Other Embeded program

    • 发布日期:2017-05-10
    • 文件大小:2.09mb
    • 提供者:陈晓
  1. SDCARD_FATFileSystem

    0下载:
  2. [FAT文件系统读写程序(目前在已经在fs2410开发板上经过sd卡测试,实现多级目录,文件的创建读写,24位bmp的读写),对FAT16文件系统进行了改进,主要是引入了缓冲队列,同时对缓冲队列使用了hash表的管理-[FAT file system read and write program (current board has been developed in fs2410 sd card test, multi-level directory, file creation readin
  3. 所属分类:Other Embeded program

    • 发布日期:2017-05-15
    • 文件大小:3.75mb
    • 提供者:于岩
  1. ExRam

    0下载:
  2. 本程序是访问外部RAM空间,与外部RAM可以实现读写数据当程序比较大时,在仿真时,内部18K的RAM无法满足空间需求的情况下,可以将文件下载到外部扩展的RAM空间,当然,此时,需要对CMD进行相应的配置。 本实验中,请在RamRead(0x4000)这一行设置断点,当运行至断点时,点击view然后点击memory来查看存储空间,Address填写0x00100000,点击ok,就能看到0x00100000开始,各个存储单元的值从0开始递增。-This procedure is to acce
  3. 所属分类:Other Embeded program

    • 发布日期:2017-03-29
    • 文件大小:303.35kb
    • 提供者:张良
  1. flvtobin

    0下载:
  2. 为了写一个把flash转换成bin或dat格式的数据流文件 放入sd卡中。 再用单片机取出放入sram中供cpld取出发送到显示屏中 抓取一张图片的流程-transform flash file to bin and dat file ,and save it into SD card and read it from mcu and save it o sram
  3. 所属分类:Other Embeded program

    • 发布日期:2017-04-10
    • 文件大小:1.88mb
    • 提供者:华晓明
  1. rtdsr_0.6_src.tar

    0下载:
  2. rtdsr v0.6 - RTD 1283 bootloader recovery (sources)-rtdsr: Serial Recovery utility for Realtek RTD1283/Mars SoCs This program is meant to be used in the Serial Recovery console from the Realtek RTD1283 SoC BootROM ("s/d/g/c>"). It provides
  3. 所属分类:Other Embeded program

    • 发布日期:2017-03-29
    • 文件大小:54.33kb
    • 提供者:cxjt
  1. MP3-and-SD-card-file-code

    0下载:
  2. MP3代码和SD卡文件,包含VS1003解码芯片程序,SD卡及FAT文件系统的读写方法,液晶显示程序,收音机模块操作,音频处理程序,是你自己动手DIY个性化MP3的重要参考-MP3 code and SD card files, the program contains VS1003 decoder chip, SD card and the FAT file system read and write methods, liquid crystal display program, a rad
  3. 所属分类:Other Embeded program

    • 发布日期:2017-03-22
    • 文件大小:530.36kb
    • 提供者:zhaoxingchen
  1. LM3S1138_ILI9320_SD

    0下载:
  2. LM3S1138;TFT:ili9320,240*320; 通过FatFs文件系统从SD卡中读取bmp图片并送显示。-LM3S1138 TFT: ili9320, 240* 320 by FatFs file system to read from the SD card and sent to display bmp images.
  3. 所属分类:Other Embeded program

    • 发布日期:2017-04-10
    • 文件大小:1.09mb
    • 提供者:程少康
  1. Read-BIOS-information

    0下载:
  2. 本代码实现了读取BIOS内容保存在文件中。关键字:bios,ZwOpenSection,ZwMapViewOfSection,物理内存-The implementation of the code read BIOS content stored in the file. Keywords: BIOS, ZwOpenSection, ZwMapViewOfSection, physical memory
  3. 所属分类:Other Embeded program

    • 发布日期:2017-04-25
    • 文件大小:77.6kb
    • 提供者:destinyhenry
  1. loadcell-ADC-read

    0下载:
  2. this for read the 50kg load cell. and deisplay using code. librery file is attached-this is for read the 50kg load cell. and deisplay using code. librery file is attached
  3. 所属分类:Other Embeded program

    • 发布日期:2017-04-02
    • 文件大小:2.19kb
    • 提供者:ismail
  1. C1A8E2_main

    0下载:
  2. file read and replace
  3. 所属分类:Other Embeded program

    • 发布日期:2017-04-12
    • 文件大小:683byte
    • 提供者:mxl0333
« 12 3 »
搜珍网 www.dssz.com