代码搜索:yuanma

找到约 56 项符合「yuanma」的源代码

代码结果 56
www.eeworm.com/read/448300/7535326

yuanma

www.eeworm.com/read/392105/8362769

cpp yuanma.cpp

//【例12-7】学生成绩信息采集程序,利用异常处理,对输入信息进行检查。 #include #include #define max 3 //定义宏max class Info //定义类Info { protected: //定义保护类的成员变量 int no; char nam
www.eeworm.com/read/389672/8508921

doc yuanma.doc

www.eeworm.com/read/388109/8635241

doc yuanma.doc

www.eeworm.com/read/360533/10088843

doc yuanma.doc

www.eeworm.com/read/354374/10361129

c yuanma.c

//=================================================================================== // 基于单片机的DDS频率综合器 // //=============================
www.eeworm.com/read/353247/10459604

txt yuanma.txt

1、先进先出算法(FIFO) #include #include #define mSIZE 3 #define pSIZE 8 static int memery[mSIZE] = {0}; static int process[pSIZE] = {0}; //static int process[pSIZE] =
www.eeworm.com/read/469989/6922108

txt yuanma.txt

www.eeworm.com/read/453084/7427392

doc yuanma.doc

www.eeworm.com/read/320980/13414615

txt yuanma.txt

源程序 sbit CTRL = P1^0; sbit BP = P1^1; // 密码宏定义 #define KEY_A 0xaa #define KEY_B 0xbb #define KEY_DEFAULT 0xff // 返回值宏定义 #define OK 0 // 操作成功 #define ERR_N 'N'