06 2017 档案

摘要:一、重写函数 Action(){ //重写strupr,小写变大写 char *desc; char *str="123abcd*"; desc=(char *)malloc(100*sizeof(char)); fun_reStrupr(str,desc); lr_message("%s",des 阅读全文
posted @ 2017-06-14 16:48 Elsa-软件测试工程师 阅读(953) 评论(0) 推荐(0)
摘要:Action() { //统计字符019aBcd8***,4,4,3 int i,z,t; char *str="019aBcd8***"; fun_Count(str,i,z,t); lr_output_message("存在数字%d 存在字母%d 存在特殊字符%d",i,z,t);//输出000 阅读全文
posted @ 2017-06-13 16:25 Elsa-软件测试工程师 阅读(469) 评论(0) 推荐(0)
摘要:Action() { //实现一个3位数的倒序输出(123输出321) int n; int m=321; n=fun_mod(m,n); lr_output_message("%d",n); return 0; } int fun_mod(int m,int n){ while(m){ n=n*1 阅读全文
posted @ 2017-06-13 15:07 Elsa-软件测试工程师 阅读(1092) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2017-06-12 16:48 Elsa-软件测试工程师 阅读(237) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2017-06-12 16:47 Elsa-软件测试工程师 阅读(226) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2017-06-02 15:23 Elsa-软件测试工程师 阅读(137) 评论(0) 推荐(0)
摘要:1、 2、 3、 4、 5、 6、 阅读全文
posted @ 2017-06-02 15:21 Elsa-软件测试工程师 阅读(162) 评论(0) 推荐(0)