搜索资源列表
fileaa
- 作为单片机读写u盘的参考资料。 在u盘上可以建立一个文本文件。 仅做参考-as SCM u disk read and write information. In the period of the plate can create a text file. For reference only
USB
- 单片机C8051F020通过CH375对U盘内文件进行读写。通过TFT液晶屏可以浏览U盘的文件系统,可以查看其中的位图和文本文件。-C8051F020 microcontroller through CH375 U disk file for read and write. TFT LCD screen can browse through the U-disk file system, you can view one of the bitmap and text files.
RK2608_4G_DEMO.rar
- 瑞芯微RK2608固件源代码,该版本,添加文本、图片自动浏览功能,添加BMP图片浏览功能,添加新的文件系统,加快文件查找速度,提高SD卡的读写速度,Rockchip Micro RK2608 firmware source code, the version, add text, pictures, automatically browsing, add BMP picture browsing, add a new file system, speed up file search speed
SD-CARD-P-FAT32
- 配合SD卡读写驱动实现对SD卡中的文本文件的读取,并将读到的数据通过串口输出到串口终端上,这里使用的是超级终端-SD card reader with SD card drive to achieve a text file to read, and read the data through the serial port output to the serial port terminal, where using HyperTerminal
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