• 大小: 3.68MB
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2023-08-16
  • 语言: 其他
  • 标签: 电子琴  iphone  代码  

资源简介

买的ios编程书,清华出版的,光盘中的源代码.调试过,运行正常,,可以用来学习简单的ios编程.希望对初学者有一定的帮助.

资源截图

代码片段和文件信息

//
//  main.m
//  Day19
//
//  Created by Ying Lu on 21/10/10.
//  Copyright 2010 __MyCompanyName__. All rights reserved.
//

#import 

int main(int argc char *argv[]) {
    
    NSAutoreleasePool * pool = [[NSAutoreleasePool alloc] init];
    int retVal = UIApplicationMain(argc argv nil nil);
    [pool release];
    return retVal;
}

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     文件      12292  2010-10-28 21:51  电子琴\.DS_Store

     文件       4096  2010-10-28 22:01  电子琴\._.DS_Store

     文件       4096  2010-10-28 22:01  电子琴\._build

     文件       4096  2010-10-28 22:01  电子琴\._Day19-Info.plist

     文件      56467  2010-10-28 22:01  电子琴\._keyBackground01.png

     文件      45427  2010-10-28 22:01  电子琴\._keyBackground02.png

     文件      60986  2010-10-28 22:01  电子琴\._pianoBackground.png

     文件     120790  2010-08-03 14:15  电子琴\001.mp3

     文件     168856  2010-08-03 14:15  电子琴\002.mp3

     文件     221100  2010-08-02 18:39  电子琴\003.mp3

     文件     160914  2010-08-02 18:39  电子琴\004.mp3

     文件     128731  2010-08-02 18:39  电子琴\005.mp3

     文件     157571  2010-08-02 18:40  电子琴\006.mp3

     文件     118282  2010-08-02 18:41  电子琴\007.mp3

     文件       4096  2010-10-28 22:01  电子琴\build\._Day19.build

     文件       4096  2010-10-28 22:01  电子琴\build\Day19.build\._Day19.pbxindex

     文件       1268  2010-10-28 21:51  电子琴\build\Day19.build\Day19.pbxindex\categories.pbxbtree

     文件     153928  2010-10-28 21:51  电子琴\build\Day19.build\Day19.pbxindex\cdecls.pbxbtree

     文件     153656  2010-10-28 21:51  电子琴\build\Day19.build\Day19.pbxindex\decls.pbxbtree

     文件       3104  2010-10-28 21:51  电子琴\build\Day19.build\Day19.pbxindex\files.pbxbtree

     文件       8456  2010-10-28 21:51  电子琴\build\Day19.build\Day19.pbxindex\imports.pbxbtree

     文件         24  2010-10-28 21:51  电子琴\build\Day19.build\Day19.pbxindex\pbxindex.header

     文件       1648  2010-10-28 21:51  电子琴\build\Day19.build\Day19.pbxindex\protocols.pbxbtree

     文件     117544  2010-10-28 21:51  电子琴\build\Day19.build\Day19.pbxindex\refs.pbxbtree

     文件     262164  2010-10-28 21:51  电子琴\build\Day19.build\Day19.pbxindex\strings.pbxstrings\control

     文件     341192  2010-10-28 21:51  电子琴\build\Day19.build\Day19.pbxindex\strings.pbxstrings\strings

     文件       1328  2010-10-28 21:51  电子琴\build\Day19.build\Day19.pbxindex\subclasses.pbxbtree

     文件     637296  2010-10-28 21:51  电子琴\build\Day19.build\Day19.pbxindex\symbols0.pbxsymbols

     文件      40561  2010-10-28 21:52  电子琴\build\Day19.build\Debug-iphonesimulator\Day19.build\build-state.dat

     文件      33333  2010-10-22 00:05  电子琴\build\Day19.build\Debug-iphonesimulator\Day19.build\build-state~.dat

............此处省略79个文件信息

评论

共有 条评论