搜索资源列表
cn022921
- microchip公司的新产品源代码,该文件主要实现对EEPROM进行字节写入、页写入、读取操作。-Microchip company's new product source code, the main document for the byte EEPROM write, page write, read operations.
ARM_FlashDown
- 功能:将flash.bin文件写入到NOR Flash中,起始地址为0x000000,实现程序的固化。适合开发板:EasyARM2200、SmartARM2200、MagicARM2200和MagicARM2200-S-function : flash.bin documents written to the NOR Flash, initial address 0x000000 achieve the curing process. Suitable development board : E
BOOTLOADER
- AVRmega128的bootloadr可以把一个bin文件使用Xmodem协议写入flash,按page写入的。-AVRmega128 the bootloadr can use a paper bin Xmod written agreement em flash, according to the written page.
AT24C256application
- AT24C256是一个32Kflash的外部存储芯片,由I2C总线通信,它支持字节和页写入,可作为单片机系统扩展的存储芯片使用。本篇文章列举了一个例子,说明如何使用这类芯片和规划文件管理
main
- 本文件是FLASH读写测试实验;使用外部22.1184MHz晶振. 利用PC机控制FLASH读写文件, * 擦除芯片等功能。利用串口调试终端操作,将字库文件写到FLASH中去. * 使用外部22.1184MHz晶振。由于其他串口传输应用程序是连续传输的,写入时没有足 * 够的延时时间,因此会出错。建议使用光盘中附带的字库文件和串口传输应用程序.
mj
- 可运行的麻将机控制程序,用C51编译机HEX文件后写入单片机即可
flash04
- 代码功能:实现将所要下载的文件写入flash指定的block中,flash型号为k9f1208。
CDMA_Workshop_2.7.zip
- 写号步骤: 1、将手机连通CDMA Workshop 2.7,在security选项卡里的 spc中点击读取,将000000填入spc里的方框,点击spc钮选择send, 于是显示spc解锁成功。 2、点击“nam”选项卡,将min填入10位码(就是imsi码去掉46003剩下的),将mcc填入460,mnc填入03,填入imsi15位码,banner填入你想填的字符(我填的中国电信),点击写入即可 3、这一步,就应该写入akey码了(如果不知道AKEY,可以通过电信机房关闭鉴权,但是不
shizhong2
- 这是一个语音时钟代码文件,把该文件写入ATmega16.接上1602液晶显示器就可以运行.-This is a voice clock code files, the document into the ATmega16. connect 1,602 LCD on the run.
udisk_test0827
- AVR单片机平台Atmega32+CH375A芯片读写U盘代码,可以实现在优盘中创建文件,写入文件等。已经在ICCAVR平台测试通过-AVR single-chip platform Atmega32+ CH375A chip U disk read and write code that can be achieved in the USB to create documents, write documents. ICCAVR platform has been tested through
CFcardreadandwrite
- 单片机对CF卡进行标准文件读写的实现,且写入的文件能被Windows 操作系统读写。-Singlechip of CF card read and write the realization of standard documents, and documents can be written into the Windows operating system to read and write.
sd_ucfs_proteus
- sd卡在proteus上的仿真,加上了ucfs文件系统,整个keil(keil-arm)工程已经建立好,直接可以编译,proteus也是直接可以执行看结果。文件系统可以直接用ultraiso软件打开image.mmc 看到写入的数据。对想学习文件系统和sd卡的人是个入门的好例子。-on the sd card proteus simulation, coupled with the ucfs file system, the entire keil (keil-arm) project has
24c256
- 写24C256内存芯片的驱动程序,带注解.本程序写入的是我写的一个液晶驱动的画面文件.-Write a 24C256 memory chip driver, with annotations. This procedure is written is that I wrote an LCD driver picture files.
MEGA128USBHOST
- MEGA128操作SL811HST对U盘操作,读目录,并完成一个TXT文件的写入. IAR环境,完整的SourceInsight编程环境-U disk Operation SL811HST right MEGA128 operation, read directory, and complete a TXT file to write. IAR environment, a complete programming environment SourceInsight
fat16
- 嵌入式FAT16文件系统C代码免费下载 该文件系统是由本人个人开发的,全部代码在VC下编写,测试。VC下测试基于虚拟磁盘驱动(在Flash_management.c)实现对磁盘的读写。实现的文件系统兼容FAT16/FAT32文件系统格式,兼容长文件名,兼容GB2312/UNICODE汉字编码,并且实现了对子目录的支持,实现了文件的读取,写入,创建,删除等文件系统的常用功能。另个,代码都使用C编写,可以移植到单片机上运行。 (FAT16代码是免费代码,用户可直接使用。 本代
writeAndReadToStructs
- C语言读取文件,写入结构体的功能,读取文件,解析文件,创建链表,打印-read file,and put data to struct use C
C_rogramming_created_data_file_read
- C编程实现对刚创建的数据文件进行读取和写入C programming on the newly created data file read and write-C programming on the newly created data file read and write
os
- 1.编写一个文件复制的C语言程序: 分别使用文件的系统调用read(fd, buf, nbytes), write(fd, buf, nbytes)和文件的库函数fread(buf, size, nitems, fp), fwrite(buf, size, nitems, fp),编写一个文件的复制程序。 当上述函数中nbytes, size和nitems都取值为1时(即一次读写一个字节),比较这两种程序的执行效率。当nbytes取1024字节,size取1024字节,且nitems取1
threadcom
- (1)接收键盘输入线程 负责接收用户的键盘输入,并以适当的方式将由键盘获得的数据交给其它线程处理。 (2)显示线程 负责全部数据显示任务,包括键盘输入数据的显示和提示信息的显示。 (3)分发数据线程 将键盘输入的数据分为3类,即字母、数字和其它,并分别将字母写入文件letter.txt 中,数字写入文件numbet.txt中,除字母和数字外其它数据丢弃。-(1) to receive keyboard input thread is responsible for rec
com-recv
- 利用单片机发送数据,可以发送字符,数字,或者文件,接收端可以将数据写入文件-Microcontroller send data, characters, numbers, or the file can be sent, the receiving end can write data to a file
