随笔分类 -  C语言提高小项目

摘要:#include<stdio.h> /*函数作用:实加法功能 *返回值:float 返回结果 *参数:operaed 被减数 opera 减数*/float Calculator_add(float operaed, float opera){ return (operaed + opera);}/ 阅读全文
posted @ 2019-07-23 15:26 莫负年华向东流 阅读(114) 评论(0) 推荐(0)
摘要:1.头文件 #ifndef _PHONESHOW_H_#define _PHONESHOW_H_ #include<stdio.h>#include<string.h>#include<stdlib.h>typedef unsigned char UINT8;typedef unsigned cha 阅读全文
posted @ 2019-07-23 15:12 莫负年华向东流 阅读(405) 评论(0) 推荐(0)