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

搜索资源列表

  1. fat_filesystem_demo_for_sales

    0下载:
  2. 嵌入式FAT16文件系统,code C , Full version,function contains read file,write file,create file,etc
  3. 所属分类:嵌入式/单片机编程

    • 发布日期:2008-10-13
    • 文件大小:210087
    • 提供者:6756
  1. FileExam.rar

    0下载:
  2. WinCE下evc实现文件的写入和读取,可以装有evc软件的XP机器上运行,EVC realize under WinCE file write and read, can be equipped with EVC software running on XP machines
  3. 所属分类:Windows CE

    • 发布日期:2017-04-09
    • 文件大小:1514570
    • 提供者:陈玥
  1. SD

    0下载:
  2. 本程序实现了MSP430读写SD卡,MSP430对fat文件系统的操作-This program implements MSP430 to read and write SD card, MSP430 to the fat file system operations
  3. 所属分类:SCM

    • 发布日期:2017-03-30
    • 文件大小:30108
    • 提供者:haohaitao
  1. ReadUDisk

    0下载:
  2. 单片机读写U盘源码 基于51单片机和国产USB芯片CH374,挂载FAT文件系统、USB海量存储设备驱动,读写使用FAT文件系统的U盘。-Disk read and write single-chip U-source and based on 51 single-chip USB chip made CH374, mount FAT file system, USB mass storage device driver, read and write using the FAT file
  3. 所属分类:SCM

    • 发布日期:2017-04-17
    • 文件大小:81877
    • 提供者:Freeman
  1. fat16

    0下载:
  2. 嵌入式FAT16文件系统C代码免费下载 该文件系统是由本人个人开发的,全部代码在VC下编写,测试。VC下测试基于虚拟磁盘驱动(在Flash_management.c)实现对磁盘的读写。实现的文件系统兼容FAT16/FAT32文件系统格式,兼容长文件名,兼容GB2312/UNICODE汉字编码,并且实现了对子目录的支持,实现了文件的读取,写入,创建,删除等文件系统的常用功能。另个,代码都使用C编写,可以移植到单片机上运行。 (FAT16代码是免费代码,用户可直接使用。 本代
  3. 所属分类:SCM

    • 发布日期:2017-03-29
    • 文件大小:453738
    • 提供者:6756
  1. sd-file-system

    1下载:
  2. 本程序是采用KEIL开发的,利用STM32F系列单片机为SD卡上创造文件系统,可以进行读文件、写文件、创建和删除操作。是嵌入式数据采集系统的首选。-This procedure is used KEIL developed using STM32F Microcontroller for SD cards to create the file system, can read files, write documents, create and delete operations. Embedd
  3. 所属分类:SCM

    • 发布日期:2016-11-04
    • 文件大小:8374740
    • 提供者:wl
  1. EVCchengxu

    0下载:
  2. 实现属性页的添加; 实现文件的写入与读取; 实现更改对话框颜色;-Add to achieve property pages implementation file write and read to achieve the color change dialog box
  3. 所属分类:Windows CE

    • 发布日期:2017-05-06
    • 文件大小:1348787
    • 提供者:yinweini2
  1. 2TP_test

    0下载:
  2. 简介: 基于ADS1.2开发环境,周立功LPC2300开发板,彩色触屏软件硬件配置,编写了本工程文件,编写函数用于LCD触屏校正、操作。 关键词:ARM7 LCP2300 触屏校正 嵌入式开发-Descr iption: ADS1.2 based development environment, ZLG LPC2300 development board, color touch screen software and hardware configuration, the pr
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-05-08
    • 文件大小:1833677
    • 提供者:杨成
  1. ABC

    0下载:
  2. 插座测试设备,综合程序.插座测试设备,综合程序.-This is C51 program.This is C51 program.This is C51 program.
  3. 所属分类:SCM

    • 发布日期:2017-04-02
    • 文件大小:118587
    • 提供者:施炽义
  1. AAC_APP

    0下载:
  2. Presentation of Advanced Audio Coding in Portuguese Version.
  3. 所属分类:SCM

    • 发布日期:2017-05-08
    • 文件大小:1909835
    • 提供者:ricardo
  1. sdupdate

    0下载:
  2. Freescale eboot Load file from SD and Write into flash
  3. 所属分类:SCM

    • 发布日期:2017-04-02
    • 文件大小:36732
    • 提供者:lee lin
  1. 110316

    0下载:
  2. 简单16位汇编,通过int 21h的中断调用,进行文件读取,并写入到其他文件。-Simple 16-bit assembly, through the int 21h interrupt call, the file read and write to other files.
  3. 所属分类:SCM

    • 发布日期:2017-04-07
    • 文件大小:801
    • 提供者:q
  1. assembler-source-file

    0下载:
  2. 通过汇编语言编写程序,对7个基本音节频率的定义设计,写入硬件内存,使其在按按键时发出对应音阶声音!-Achieved through the assembly language programming, the basic syllables of the seven frequencies define the design, write hardware memory, so when you press the button to issue the corresponding scale
  3. 所属分类:SCM

    • 发布日期:2017-03-27
    • 文件大小:1247
    • 提供者:reaven
  1. bf561-SD-write-code

    0下载:
  2. BF561上用的SD卡读写程序,能操作FAT32的文件系统,也支持fat16系统,但并未测试。底层sd驱动为ADI官网驱动-BF561 SD card reader program can operate FAT32 file system, and also supports fat16 system, but not tested. Underlying driver for the ADI official website sd driver
  3. 所属分类:DSP program

    • 发布日期:2017-03-28
    • 文件大小:21771
    • 提供者:open
  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
    • 文件大小:543091
    • 提供者:zhaoxingchen
  1. File-RW

    0下载:
  2. 读写txt文件的例程,便于数据的记录和查询,并可由U盘转存。-Txt file to read and write routines for easy data records and queries, and by the U disk dump.
  3. 所属分类:Windows CE

    • 发布日期:2017-04-01
    • 文件大小:17860
    • 提供者:huxc
  1. DrvTimer

    0下载:
  2. NUC100系列的定时器的驱动文件,写定时器就靠它-NUC100 series timer driver file, write the timer depends on it
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-04-04
    • 文件大小:1652
    • 提供者:吴育聪
  1. FAT-based-file-system-to-SD-card

    0下载:
  2. 基于FAT文件系统的SD卡单片机读写方法详解-FAT-based file system to read and write methods Detailed microcontroller SD card
  3. 所属分类:SCM

    • 发布日期:2017-03-23
    • 文件大小:256897
    • 提供者:文良
  1. linux_file

    0下载:
  2. 程序功能:实现打开一个文件,写入一串字符,文件大小不超过file_size_max 文件超过file_size_max则将文件移动到最终存储位置,并重命名(按原文件名+数字方式) 文件暂时存储位置:“/home/test/test_file/file_test.txt” 最终文件存储为:“/home/test/file_save/file_testXX.txt”其中XX为数字0-Max_cont-Program Function: Opens a fil
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-01
    • 文件大小:1646
    • 提供者:孙代表
  1. register file generation

    0下载:
  2. the zip file consist of the verilog code which generate the 32 bit reg file so that u can read and write the data into them
  3. 所属分类:VHDL编程

    • 发布日期:2013-10-19
    • 文件大小:21368
    • 提供者:shabbeerahamad
« 12 3 4 5 6 7 8 9 10 ... 25 »
搜珍网 www.dssz.com