如果你正在设计一个带有可移动存储设备的系统,请尝试使用文件存储系统,比如FAT文件系统。乔治描述了如何利用系统打开文件,使用CF卡,以及执行其他基本操作。
Open Files and Perform Operations If you are designing a system
with a removable memory device, try using a file storage system
such as the FAT file system. George describes how to open files
with the system, use a CompactFlash card, and perform other basic
operations. For the past two years, we ’ve been exploring the C
language and specifically h...
阅读全文>>