100DaysOfSwift:学习Swift的100天挑战

时间:2024-05-12 22:30:50
【文件属性】:

文件名称:100DaysOfSwift:学习Swift的100天挑战

文件大小:42KB

文件格式:ZIP

更新时间:2024-05-12 22:30:50

Swift

斯威夫特的100天 100天挑战赛,学习语言。 第1天:Swift的第一步 变数 字符串和整数 多行字符串 双打和布尔值 字符串插值 常数 类型注释 源代码:第一 第2天:复杂数据类型 数组,集合,元组和字典可让您在单个值下存储一组项目。 它们各自以不同的方式执行此操作,因此您使用哪种方法取决于所需的行为。 数组按添加顺序存储项目,并使用数字位置访问它们。 设置存储项目时没有任何顺序,因此您不能使用数字位置访问它们。 元组的大小是固定的,您可以在每个项目中附加名称。 您可以使用数字位置或名称来读取项目。 词典根据键存储项目,您可以使用这些键阅读项目。 枚举是对相关值进行分组的一种方式,因此您可以使用它们而不会出现拼写错误。 您可以将原始值附加到枚举,以便可以从整数或字符串创建它们,也可以添加关联的值来存储有关每种情况的其他信息。 源代码: 第三天:运营商和条件 Swift具有


【文件预览】:
100DaysOfSwift-master
----Day3-OperatorsAndConditions()
--------ComparisonOperators.playground()
--------OperatorOverloading.playground()
--------TernaryOperator.playground()
--------CompoundAssignment.playground()
--------ArithmeticOperators.playground()
--------Conditions.playground()
--------RangeOperators.playground()
--------CombineConditions.playground()
--------SwitchCase.playground()
----Day1-FirstStepsinSwift()
--------DoublesAndBooleans.playground()
--------StringInterpolation.playground()
--------TypeAnnotations.playground()
--------StringsAndIntegers.playground()
--------Variables.playground()
--------MultilineStrings.playground()
--------Constants.playground()
----README.md(2KB)
----Day2-ComplexDataTypes()
--------EmptyCollections.playground()
--------Dictionaries.playground()
--------EnumsAssociatedValues.playground()
--------Differences.playground()
--------Tuples.playground()
--------Arrays.playground()
--------EnumsRawValues.playground()
--------Sets.playground()
--------Enums.playground()
--------DefaultDictValues.playground()

网友评论