随笔分类 -  Note

Record various processes
摘要:c语言经典算法例程 1 #include <stdio.h> 2 #include <stdlib.h> 3 #include <string.h> 4 // 5 6 7 // 8 void test1() 9 { 10 char str1[] = "abcdefg"; 11 char str2[] 阅读全文
posted @ 2021-06-24 17:01 楚格 阅读(162) 评论(0) 推荐(0)
摘要:嵌入式软件测试题(C语言)V1.0 以下50个选择题,每题都可能存在一个或多个正确答案,请找出所有正确答案填在每题对应的括号中。多选、错选、漏选或不选,均不得分。每题2分。总计100分。 为了缩短篇幅和节约大家的时间,试题中的代码可能不是完整的代码,答题时请不用考虑代码是否具有可编译和可执行性,仅分 阅读全文
posted @ 2018-09-08 21:12 楚格 阅读(593) 评论(0) 推荐(0)