• 大小: 88KB
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2021-01-05
  • 语言: 其他
  • 标签: iOSoccocoa  

资源简介

iOS实现四则运算计算器的开发 具体内容:利用 Object C 和 Cocoa 框架,利用上次实验实现的表达式求值的类来开发一个四则运算器在模拟器中运行。

资源截图

代码片段和文件信息

//
//  AppDelegate.m
//  MyCalculator
//
//  Created by Joyce on 10/20/15.
//  Copyright (c) 2015 Joyce. All rights reserved.
//

#import “AppDelegate.h“

@interface AppDelegate ()

@end

@implementation AppDelegate


- (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions {
    // Override point for customization after application launch.
    return YES;
}

- (void)applicationWillResignActive:(UIApplication *)application {
    // Sent when the application is about to move from active to inactive state. This can occur for certain types of temporary interruptions (such as an incoming phone call or SMS message) or when the user quits the application and it begins the transition to the background state.
    // Use this method to pause ongoi

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     目录           0  2015-10-25 11:37  MyCalculator\
     文件        6148  2015-11-22 09:55  MyCalculator\.DS_Store
     目录           0  2015-11-22 09:55  __MACOSX\
     目录           0  2015-11-22 09:55  __MACOSX\MyCalculator\
     文件         120  2015-11-22 09:55  __MACOSX\MyCalculator\._.DS_Store
     目录           0  2015-11-03 22:33  MyCalculator\.git\
     目录           0  2015-10-20 10:54  MyCalculator\.git\branches\
     文件          15  2015-10-20 10:54  MyCalculator\.git\COMMIT_EDITMSG
     文件         137  2015-10-20 10:54  MyCalculator\.git\config
     文件          73  2015-10-20 10:54  MyCalculator\.git\description
     文件          23  2015-10-20 10:54  MyCalculator\.git\HEAD
     目录           0  2015-10-20 10:54  MyCalculator\.git\hooks\
     文件         452  2015-10-20 10:54  MyCalculator\.git\hooks\applypatch-msg.sample
     文件         896  2015-10-20 10:54  MyCalculator\.git\hooks\commit-msg.sample
     文件         189  2015-10-20 10:54  MyCalculator\.git\hooks\post-update.sample
     文件         398  2015-10-20 10:54  MyCalculator\.git\hooks\pre-applypatch.sample
     文件        1642  2015-10-20 10:54  MyCalculator\.git\hooks\pre-commit.sample
     文件        1352  2015-10-20 10:54  MyCalculator\.git\hooks\pre-push.sample
     文件        4951  2015-10-20 10:54  MyCalculator\.git\hooks\pre-rebase.sample
     文件        1239  2015-10-20 10:54  MyCalculator\.git\hooks\prepare-commit-msg.sample
     文件        3611  2015-10-20 10:54  MyCalculator\.git\hooks\update.sample
     文件        1800  2015-11-02 22:46  MyCalculator\.git\index
     目录           0  2015-10-20 10:54  MyCalculator\.git\info\
     文件          40  2015-10-20 10:54  MyCalculator\.git\info\exclude
     目录           0  2015-11-22 09:55  __MACOSX\MyCalculator\.git\
     目录           0  2015-11-22 09:55  __MACOSX\MyCalculator\.git\info\
     文件         171  2015-10-20 10:54  __MACOSX\MyCalculator\.git\info\._exclude
     目录           0  2015-10-20 10:54  MyCalculator\.git\logs\
     文件         158  2015-10-20 10:54  MyCalculator\.git\logs\HEAD
     目录           0  2015-10-20 10:54  MyCalculator\.git\logs\refs\
     目录           0  2015-10-20 10:54  MyCalculator\.git\logs\refs\heads\
............此处省略119个文件信息

评论

共有 条评论

相关资源