随笔分类 -  算法

摘要:// // main.swift // // // Created by LongMa on 2020/7/4. // Copyright © 2020 . All rights reserved. // import Foundation print("Hello, World!") func k 阅读全文
posted @ 2020-07-04 15:30 Dast1 阅读(170) 评论(0) 推荐(0) 编辑
摘要:1 // 2 // main.c 3 // 统计输入单词数 4 // 5 // Created by LongMa on 2019/6/27. 6 // Copyright © 2019 . All rights reserved. 7 // 8 9 #include <stdio.h> 10 #i 阅读全文
posted @ 2019-06-28 00:37 Dast1 阅读(620) 评论(0) 推荐(0) 编辑
摘要:// // main.c // 数组-冒泡排序 // // Created by LongMa on 2019/6/26. // Copyright © 2019. All rights reserved. // #include <stdio.h> int main(int argc, const 阅读全文
posted @ 2019-06-26 23:27 Dast1 阅读(215) 评论(0) 推荐(0) 编辑
摘要:1 //用playground运行即可 2 import UIKit 3 4 var str = "Hello, playground" 5 6 let lTestPointsOne : [(Double, Double)] = [(0,0)] 7 let lTestPoints : [(Doubl 阅读全文
posted @ 2019-03-14 11:07 Dast1 阅读(1068) 评论(0) 推荐(0) 编辑