资源简介
用OC编写的计算机小程序,实现了加减乘除等等,清零,删除等功能
代码片段和文件信息
//
// AppDelegate.m
// UI_Homework1_Computer
//
// Created by 姜鑫 on 14-6-7.
// Copyright (c) 2014年 l@yout.com 雷鸥科技. All rights reserved.
//
#import “AppDelegate.h“
#import “MainViewController.h“
@implementation AppDelegate
- (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions
{
self.window = [[UIWindow alloc] initWithframe:[[UIScreen mainScreen] bounds]];
// Override point for customization after application launch.
self.window.backgroundColor = [UIColor whiteColor];
[self.window makeKeyAndVisible];
MainViewController *mainVC = [[MainViewController alloc]init];
self.window.rootViewController = mainVC;
[mainVC release];
[_window release];
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 ongoing tasks disable timers and throttle down OpenGL ES frame rates. Games should use this method to pause the game.
}
- (void)applicationDidEnterBackground:(UIApplication *)application
{
// Use this method to release shared resources save user data invalidate timers and store enough application state information to restore your application to its current state in case it is terminated later.
// If your application supports background execution this method is called instead of applicationWillTerminate: when the user quits.
}
- (void)applicationWillEnterForeground:(UIApplication *)application
{
// Called as part of the transition from the background to the inactive state; here you can undo many of the changes made on entering the background.
}
- (void)applicationDidBecomeActive:(UIApplication *)application
{
// Restart any tasks that were paused (or not yet started) while the application was inactive. If the application was previously in the background optionally refresh the user interface.
}
- (void)applicationWillTerminate:(UIApplication *)application
{
// Called when the application is about to terminate. Save data if appropriate. See also applicationDidEnterBackground:.
}
@end
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
目录 0 2014-06-08 12:46 UI_Homework1_Computer\
文件 6148 2014-06-09 23:39 UI_Homework1_Computer\.DS_Store
目录 0 2014-06-19 22:45 __MACOSX\
目录 0 2014-06-19 22:45 __MACOSX\UI_Homework1_Computer\
文件 120 2014-06-09 23:39 __MACOSX\UI_Homework1_Computer\._.DS_Store
目录 0 2014-06-12 23:26 UI_Homework1_Computer\UI_Homework1_Computer\
文件 300 2014-06-07 14:00 UI_Homework1_Computer\UI_Homework1_Computer\AppDelegate.h
目录 0 2014-06-19 22:45 __MACOSX\UI_Homework1_Computer\UI_Homework1_Computer\
文件 171 2014-06-07 14:00 __MACOSX\UI_Homework1_Computer\UI_Homework1_Computer\._AppDelegate.h
文件 2391 2014-06-07 14:46 UI_Homework1_Computer\UI_Homework1_Computer\AppDelegate.m
文件 171 2014-06-07 14:46 __MACOSX\UI_Homework1_Computer\UI_Homework1_Computer\._AppDelegate.m
目录 0 2014-06-07 14:00 UI_Homework1_Computer\UI_Homework1_Computer\en.lproj\
文件 45 2014-06-07 14:00 UI_Homework1_Computer\UI_Homework1_Computer\en.lproj\InfoPlist.strings
目录 0 2014-06-19 22:45 __MACOSX\UI_Homework1_Computer\UI_Homework1_Computer\en.lproj\
文件 171 2014-06-07 14:00 __MACOSX\UI_Homework1_Computer\UI_Homework1_Computer\en.lproj\._InfoPlist.strings
目录 0 2014-06-07 14:00 UI_Homework1_Computer\UI_Homework1_Computer\Images.xcassets\
目录 0 2014-06-07 14:00 UI_Homework1_Computer\UI_Homework1_Computer\Images.xcassets\AppIcon.appiconset\
文件 333 2014-06-07 14:00 UI_Homework1_Computer\UI_Homework1_Computer\Images.xcassets\AppIcon.appiconset\Contents.json
目录 0 2014-06-19 22:45 __MACOSX\UI_Homework1_Computer\UI_Homework1_Computer\Images.xcassets\
目录 0 2014-06-19 22:45 __MACOSX\UI_Homework1_Computer\UI_Homework1_Computer\Images.xcassets\AppIcon.appiconset\
文件 171 2014-06-07 14:00 __MACOSX\UI_Homework1_Computer\UI_Homework1_Computer\Images.xcassets\AppIcon.appiconset\._Contents.json
目录 0 2014-06-07 14:00 UI_Homework1_Computer\UI_Homework1_Computer\Images.xcassets\LaunchImage.launchimage\
文件 442 2014-06-07 14:00 UI_Homework1_Computer\UI_Homework1_Computer\Images.xcassets\LaunchImage.launchimage\Contents.json
目录 0 2014-06-19 22:45 __MACOSX\UI_Homework1_Computer\UI_Homework1_Computer\Images.xcassets\LaunchImage.launchimage\
文件 171 2014-06-07 14:00 __MACOSX\UI_Homework1_Computer\UI_Homework1_Computer\Images.xcassets\LaunchImage.launchimage\._Contents.json
文件 359 2014-06-07 16:56 UI_Homework1_Computer\UI_Homework1_Computer\main.m
文件 171 2014-06-07 16:56 __MACOSX\UI_Homework1_Computer\UI_Homework1_Computer\._main.m
文件 530 2014-06-12 23:26 UI_Homework1_Computer\UI_Homework1_Computer\MainViewController.h
文件 171 2014-06-12 23:26 __MACOSX\UI_Homework1_Computer\UI_Homework1_Computer\._MainViewController.h
文件 13346 2014-06-12 23:26 UI_Homework1_Computer\UI_Homework1_Computer\MainViewController.m
文件 171 2014-06-12 23:26 __MACOSX\UI_Homework1_Computer\UI_Homework1_Computer\._MainViewController.m
............此处省略30个文件信息
- 上一篇:优化scp传输文件到多个主机
- 下一篇:教师科研成果管理系统-毕业设计
相关资源
- oc学生成绩管理系统和计算器
- 闭合导线的坐标计算器
- Xcode9.4
- 用OC storyboard写的计算器
- 安卓高仿小米计算器源码,完美
- 1150-600 rx584 samsung.rom 白牌rx584三星显存
- 8086计算器及Proteus电路图
-
ob
jective-c实现简单计算器 - 蓝天780M清凉版BIOS
- ios 高仿网易新闻客户端
- dos和bios开发讲解.pdf
- 盈通584三星显存bios.rom
- ios简易计算器
- 测量两点距离与方位角计算器
- 超大整数计算器,理论上位数无限大
- swift-豆瓣电台源代码、以及图片资源
- FlashBios+(WIN下消除BIOS密码)
- 计算器代码web程序设计
- sg-dma dma传输在nios中实现
- 解决ipa导出的png无法在windows 下查看的
- iOS CoreData实现简易的成绩管理系统
- IOS简易的成绩管理系统
- 嵌入式课程设计QT完美实现任意进制运
- IOS计算器源码
- 湍流k-ε经验值计算器
- 关东升《iOS开发指南》第5版链接
- TDOA positioning in NLOS scenarios by particle
- 精确小数计算器含dll
- 用QT设计的一个计算器
- DLL版计算器 编程练习必备
评论
共有 条评论