06 2017 档案
摘要:一、重写函数 Action(){ //重写strupr,小写变大写 char *desc; char *str="123abcd*"; desc=(char *)malloc(100*sizeof(char)); fun_reStrupr(str,desc); lr_message("%s",des
阅读全文
摘要: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
阅读全文
摘要: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
阅读全文
摘要:1、 2、 3、 4、 5、 6、
阅读全文

浙公网安备 33010602011771号