上一页 1 ··· 7 8 9 10 11 12 下一页
摘要: //// main.m// C9-高级指针作业//// Created by dllo on 15/10/16.// Copyright (c) 2015年 dllo. All rights reserved.//#import #import "作业.h"#define PI 3.14#defin... 阅读全文
posted @ 2015-10-20 20:05 挽月细数风流 阅读(183) 评论(0) 推荐(0)
摘要: //// main.m// C9-高级指针作业//// Created by dllo on 15/10/16.// Copyright (c) 2015年 dllo. All rights reserved.//#import #import "作业.h"#define PI 3.14#defin... 阅读全文
posted @ 2015-10-20 20:04 挽月细数风流 阅读(176) 评论(0) 推荐(0)
摘要: //// arrayoperation.h// C10- 动态内存分配//// Created by dllo on 15/10/19.// Copyright (c) 2015年 dllo. All rights reserved.//#import typedef struct student ... 阅读全文
posted @ 2015-10-20 20:02 挽月细数风流 阅读(115) 评论(0) 推荐(0)
摘要: //// main.m// C10- 动态内存分配//// Created by dllo on 15/10/19.// Copyright (c) 2015年 dllo. All rights reserved.//#import #import "arrayoperation.h"int i =... 阅读全文
posted @ 2015-10-20 20:01 挽月细数风流 阅读(161) 评论(0) 推荐(0)
摘要: //// main.m// c9- 高级指针//// Created by dllo on 15/10/16.// Copyright (c) 2015年 dllo. All rights reserved.//#import #import "shu.h"#import "ArrayOperat... 阅读全文
posted @ 2015-10-20 19:57 挽月细数风流 阅读(194) 评论(0) 推荐(0)
摘要: //// main.m// C8-指针//// Created by dllo on 15/10/15.// Copyright (c) 2015年 dllo. All rights reserved.//#import #import "student.h"//指针作为数组参数//void tes... 阅读全文
posted @ 2015-10-20 19:55 挽月细数风流 阅读(184) 评论(0) 推荐(0)
摘要: //// main.m// C8-指针//// Created by dllo on 15/10/15.// Copyright (c) 2015年 dllo. All rights reserved.//#import #import "student.h"//指针作为数组参数//void tes... 阅读全文
posted @ 2015-10-20 19:54 挽月细数风流 阅读(178) 评论(0) 推荐(0)
摘要: //// main.m// C7- 结构体//// Created by dllo on 15/10/14.// Copyright (c) 2015年 dllo. All rights reserved.//#import // 声明一个结构体//关键字(struct) 结构体名(student)... 阅读全文
posted @ 2015-10-20 19:51 挽月细数风流 阅读(231) 评论(0) 推荐(0)
摘要: //// main.m// C6- 函数//// Created by dllo on 15/10/13.// Copyright (c) 2015年 dllo. All rights reserved.//#import //号是到指定的路径下找文件#import "Func.h"#import ... 阅读全文
posted @ 2015-10-17 16:05 挽月细数风流 阅读(207) 评论(0) 推荐(0)
摘要: //// main.m// C5-多维数组,字符串数组//// Created by dllo on 15/10/11.// Copyright (c) 2015年 dllo. All rights reserved.//#import int main(int argc,const char * ... 阅读全文
posted @ 2015-10-17 15:59 挽月细数风流 阅读(312) 评论(0) 推荐(0)
上一页 1 ··· 7 8 9 10 11 12 下一页