WordCounter:演示项目,显示 iOS 应用程序从 Objective-C 到 Swift 的转换

时间:2024-07-18 01:31:28
【文件属性】:

文件名称:WordCounter:演示项目,显示 iOS 应用程序从 Objective-C 到 Swift 的转换

文件大小:1.29MB

文件格式:ZIP

更新时间:2024-07-18 01:31:28

Objective-C

项目笔记 这个项目演示了一些代码从 Objective-C 到 Swift 的转换。 它由 Michael Patrick Ellard 于 2014 年 11 月 12 日在演讲中。 该项目: 读入 9MB,包含希腊语新约中每个词的形态分析。 以字典形式编译唯一单词列表 跟踪每个单词出现的次数 创建一组唯一的专有名称 写出唯一单词列表以及每个单词出现的次数 写出唯一专有名称列表以及每个名称出现的次数 该项目的原始 Objective-C 版本旨在展示自动释放池的价值。 因此,它在执行这项工作的过程中创建了超过 800,000 个临时对象。 许可信息 形态分析文件中使用的 SBLGNT 文本受。 形态分析文件本身由 James Tauber 创建,并受。 James Tauber 的 morphgnt 项目可以上找到。 该项目的其余部分由 Michael Patrick Ell


【文件预览】:
WordCounter-master
----WordFiles()
--------67-1Co-morphgnt.txt(425KB)
--------71-Php-morphgnt.txt(103KB)
--------65-Ac-morphgnt.txt(1.17MB)
--------78-Phm-morphgnt.txt(21KB)
--------85-3Jn-morphgnt.txt(14KB)
--------86-Jud-morphgnt.txt(31KB)
--------66-Ro-morphgnt.txt(442KB)
--------64-Jn-morphgnt.txt(942KB)
--------68-2Co-morphgnt.txt(285KB)
--------77-Tit-morphgnt.txt(45KB)
--------72-Col-morphgnt.txt(100KB)
--------69-Ga-morphgnt.txt(142KB)
--------62-Mk-morphgnt.txt(725KB)
--------87-Re-morphgnt.txt(602KB)
--------76-2Ti-morphgnt.txt(82KB)
--------82-2Pe-morphgnt.txt(74KB)
--------79-Heb-morphgnt.txt(326KB)
--------63-Lk-morphgnt.txt(1.21MB)
--------81-1Pe-morphgnt.txt(112KB)
--------75-1Ti-morphgnt.txt(108KB)
--------80-Jas-morphgnt.txt(112KB)
--------84-2Jn-morphgnt.txt(15KB)
--------61-Mt-morphgnt.txt(1.13MB)
--------74-2Th-morphgnt.txt(52KB)
--------83-1Jn-morphgnt.txt(128KB)
--------73-1Th-morphgnt.txt(94KB)
--------70-Eph-morphgnt.txt(153KB)
----WordCounterTests()
--------Info.plist(764B)
--------WordCounterTestsObjC.m(2KB)
--------WordCounterTestsSwift.swift(3KB)
----WordCounter-Bridging-Header.h(104B)
----README.md(4KB)
----WordCounter()
--------ViewController.m(584B)
--------Info.plist(1KB)
--------main.m(365B)
--------FileParserObjC.m(6KB)
--------Base.lproj()
--------Images.xcassets()
--------ViewController.h(246B)
--------AppDelegate.h(308B)
--------FileParserObjC.h(598B)
--------FileParserSwift.swift(6KB)
--------AppDelegate.m(2KB)
----WordCounter.xcodeproj()
--------xcuserdata()
--------project.pbxproj(19KB)

网友评论