关键字 Max 的文章


由   YIem   撰写于    浏览:4207  评论:0
//// main.m// 第七次作业//// Created by YIem on 15/11/18.// Copyright (c) 2015年 www.yiem.net YIem博客. All rights reserved.//import <Foundation/Foundation.h>import "MyACEn.[...]

由   YIem   撰写于    浏览:3532  评论:0
.h文件/// 1.void max20();int returnMax20();/// 3.void inputNum1();void inputNum2(int a);.m文件void max20() {int max = 0; for (int i = 0; i < 20; i++) { int a = arc4random()[...]

由   YIem   撰写于    浏览:3175  评论:0
//// main.m// C5_函数3.1//// Created by YIem on 15/11/16.// Copyright (c) 2015年 www.yiem.net YIem博客. All rights reserved.//// main 函数中写函数调用import <Foundation/Foundation.h[...]

由   YIem   撰写于    浏览:3507  评论:0
//// main.m// 第四次作业低能儿版本//// Created by YIem on 15/11/13.// Copyright (c) 2015年 www.yiem.net YIem博客. All rights reserved.//import <Foundation/Foundation.h>define SIZ[...]

由   YIem   撰写于    浏览:4523  评论:0
//// main.m// C4_数组//// Created by YIem on 15/11/13.// Copyright (c) 2015年 www.yiem.net YIem博客. All rights reserved.//import <Foundation/Foundation.h>define SIZE (5)[...]

由   YIem   撰写于    浏览:2926  评论:0
//// main.m// 第三节作业//// Created by YIem on 15/11/12.// Copyright (c) 2015年 www.yiem.net YIem博客. All rights reserved.//import <Foundation/Foundation.h>int main(int ar[...]

由   YIem   撰写于    浏览:4098  评论:0
//// main.m// C3_循环结构//// Created by YIem on 15/11/12.// Copyright (c) 2015年 www.yiem.net YIem博客. All rights reserved.//import <Foundation/Foundation.h>int main(int [...]

由   YIem   撰写于    浏览:3710  评论:0
C第一节:1、以下4组用户定义标识符中,全部合法的一组是______。A、_main enclude sinB、If -max turboC、txt REAL 3COMD、int k_2 _0012.下列变量名合法的一组是__________.A、3max TEXT pointerB、_main maxLe va[...]