摘要: #include char getChar(int x,int y){ char c; unsigned int a = x; (a+y>10)?(c=1):(c=2); return c;}int main(){ char c1 = getChar(7, 4); ... 阅读全文
posted @ 2015-08-12 15:18 微博和csdn还有你 阅读(725) 评论(0) 推荐(0) 编辑
摘要: //// ViewController.m// 图片轮播器//// Created by YaguangZhu on 15/8/12.// Copyright (c) 2015年 YaguangZhu. All rights reserved.//#import "ViewControlle... 阅读全文
posted @ 2015-08-12 12:27 微博和csdn还有你 阅读(175) 评论(0) 推荐(0) 编辑
摘要: //// HMViewController.m// 08-倒计时//// Created by apple on 14-8-18.// Copyright (c) 2014年 itcast. All rights reserved.//#import "HMViewController.h"... 阅读全文
posted @ 2015-08-12 09:50 微博和csdn还有你 阅读(186) 评论(0) 推荐(0) 编辑