摘要:
//// main.c// 数组练习//// Created by zhangxueming on 15/6/2.// Copyright (c) 2015年 zhangxueming. All rights reserved.//#include //#include //7.计算某个由英... 阅读全文
摘要:
//// main.c// 函数递归//// Created by zhangxueming on 15/6/2.// Copyright (c) 2015年 zhangxueming. All rights reserved.//#include //n! = n*(n-1)!//(n-1... 阅读全文
摘要:
//// main.c// 数组练习//// Created by zhangxueming on 15/6/2.// Copyright (c) 2015年 zhangxueming. All rights reserved.//#include //#include //7.计算某个由英... 阅读全文
摘要:
//// main.c// 数组排序与二维数组//// Created by zhangxueming on 15/6/1.// Copyright (c) 2015年 zhangxueming. All rights reserved.//#include //冒泡排序(从小到大)//9 ... 阅读全文
摘要:
//// main.c// 条件表达式//// Created by qianfeng on 15/5/28.// Copyright (c) 2015年 qianfeng. All rights reserved.//#include #include //int* p;//void ... 阅读全文
摘要:
//// Calculator.h// 函数-头文件//// Created by zhangxueming on 15/6/2.// Copyright (c) 2015年 zhangxueming. All rights reserved.//#ifndef __Calculator_h... 阅读全文
摘要:
//// main.c// 函数//// Created by zhangxueming on 15/6/2.// Copyright (c) 2015年 zhangxueming. All rights reserved.//#include extern int score;//声明全局... 阅读全文