代码搜索:串行闪存

找到约 5,515 项符合「串行闪存」的源代码

代码结果 5,515
www.eeworm.com/read/418205/10958900

txt 13.3 文档文档串行化.txt

13.3 文档文档串行化 13.3.1 文档类的 Serialize函数 读者可以看到 CGraphicDoc类有一个 Serialize函数,该函数原始定义代码如例 13-10所示。可以 看到,该函数有一个参数,类型是 CArchive引用类型。 例 13-10 void CGraphicDoc::Serialize(CArchive& ar) if (ar.isStori
www.eeworm.com/read/453550/7417190

plg 串行写入数据控制led.plg

礦ision2 Build Log Project: E:\编程\c51\IIC总线\串行写入数据控制led.uv2 Project File Date: 09/20/2008 Output:
www.eeworm.com/read/453550/7417191

lst 串行写入数据控制led.lst

C51 COMPILER V7.06 ______入数_菘刂芁ED 09/20/2008 01:05:43 PAGE 1 C51 COMPILER V7.06, COMPILATION OF MODULE ______入数_菘刂芁ED OBJECT MODULE PLACED
www.eeworm.com/read/453550/7417197

hex 串行写入数据控制led.hex

:0508D5001208DAD2A1B7 :0108DA0022FB :0D08A700EFD3940040077E64DEFE1F80F357 :0108B4002221 :0A08C100D2A01208D5C2A00208DA86 :080869001208C17FA0120889EA :10087100D2A11208DA30A00BE509C394FA5004059D :
www.eeworm.com/read/453550/7417199

c 串行写入数据控制led.c

/*先将数据0x01通过IIC写入到AT24C02中, 再将其从AT24C02中读出来付给P1口,期间 需要编写延时、写数据、读数据、应答、起始、 结束这几个子函数*/ #include #define uchar unsigned char sbit sda=P2^0; sbit scl=P2^1; uchar a; void delay1()//
www.eeworm.com/read/453550/7417201

opt 串行写入数据控制led.opt

### uVision2 Project, (C) Keil Software ### Do not modify ! cExt (*.c) aExt (*.s*; *.src; *.a*) oExt (*.obj) lExt (*.lib) tExt (*.txt; *.h; *.inc) pExt (*.plm) CppX (*.cpp) DaveTm {
www.eeworm.com/read/442566/7649347

c 最后完整的串行显示程序.c

#include #include #define uchar unsigned char #define uint unsigned int sbit L_SCK =P3^2; sbit L_SI =P3^1; sbit L_EN =P3^0; sbit L_PS= P3^3; #define LOW 0 #define HIGH 1