摘要:
#include <stdio.h>#include <stdlib.h>#include <ctype.h> int main(int argc, const char * argv[]) { // 统计键盘输入的字符中字母,数字,其他字符的个数,ctl+z结束 //打印出统计图 int alp, 阅读全文
posted @ 2015-04-28 23:30
IT小不点
阅读(118)
评论(0)
推荐(0)
摘要:
#include <stdio.h>#include <stdlib.h>#include <string.h> int main(int argc, char *argv[]){ /*十进制准换城任何进制的程序*/ int ival, base; //ival 是十进制数,base 是要转换的进制 阅读全文
posted @ 2015-04-28 20:41
IT小不点
阅读(287)
评论(0)
推荐(0)
浙公网安备 33010602011771号