-
-
-
mmc.rar
单片机操作MMC/SD卡读写fat12/16/32文件系统的程序,外国网站找到的,支持文件open,read write mkdir close 等,基本pc文件功能都支持,专门针对8位mcu,方便移植到各种单片机系统,占用资源很少
-
TDL_Calendar_src.zip
... of your tasklist
2. You may want to go that one step further and write your own plugin.
If you re here for reason #1 and scared of reason #2, please don t worry. Read on - it s easy!
[ref]http://www.codeproject.com/KB/applications/TDL_Calendar.aspx
-
api.rar
dbf文件数据的读取api,Shapfile (*. AutoCAD, *. shx. *. dbf) format data to read.
-
F12x_SPI0_EEPROM_Polled_Mode.rar
... program accesses a SPI EEPROM using polled mode access. The F12x MCU is configured in 4-wire Single Master Mode, and the EEPROM is the only slave device connected to the SPI bus. The read/write operations are tailored to access a Microchip 4 kB EEPROM
-
flash.zip
WRITE AMD 29LV010 FLASH
easy to read and use
-
-
ReadFile.rar
... *buffer
HGLOBAL hgl=::GlobalAlloc(GMEM_MOVEABLE,nFileLength+1)
buffer=(char *)::GlobalLock(hgl)
file.Read(buffer,nFileLength)
SetDlgItemText(IDC_EDIT1,buffer)
::GlobalUnlock(hgl)
::GlobalFree(hgl)
}
UpdateData(false) ...
-
-
-