摘要: //函数调用#include #include /* run this program using the console pauser or add your own getch, system("pause") or input loop */ void print_my_name();//函数声明 ,尽量每个函数都要声明,养成好习惯 int main(int argc, char... 阅读全文
posted @ 2017-05-08 19:31 徐景祥 阅读(529) 评论(0) 推荐(0) 编辑
摘要: /* Main.c file generated by New Project wizard * * Created: 周五 五月 5 2017 * Processor: 80C31 * Compiler: Keil for 8051 */ #include #include /* 知识点:函数的调用、指针、数组 ------------... 阅读全文
posted @ 2017-05-08 14:35 徐景祥 阅读(304) 评论(0) 推荐(0) 编辑