上一页 1 2 3 4 5 6 ··· 9 下一页
摘要: /* Name: Copyright: Author: 流照君 Date: data Description: */ #include <iostream> #include<string> #include <algorithm> #include <vector> #define inf 0x3 阅读全文
posted @ 2019-12-17 16:32 流照君 阅读(203) 评论(0) 推荐(1) 编辑
摘要: 今天python实训,本来想划水的,因为之前已经做过了。感觉没什么意思。奈何队友选了个通讯录管理系统,要用到pygame,这种东西当然是我来做了, 然后居然弄了一下午,——我太难了 总是出现pygame.error: Unable to open file 'xx.mp3'这样的错误提示,我哪想到是 阅读全文
posted @ 2019-09-23 19:16 流照君 阅读(207) 评论(0) 推荐(1) 编辑
摘要: /* Name: Copyright: Author: 流照君 Date: 2019/9/22 22:29:36 Description: */ #include #include #include #include #define inf 0x3f3f3f3f using namespace std; typedef long long ll; ... 阅读全文
posted @ 2019-09-22 22:53 流照君 阅读(272) 评论(0) 推荐(0) 编辑
摘要: 先吐槽一下我的民科老师吧,要不是你,我tm也不用自学一遍离散.脏话。 要想学好算法,先学离散,我的学校课程安排也不合理,一般都是先ds再离散的,我学校偏偏反着来,呵呵 ———————————————————————————————————————————————————————————— 二元关系顾 阅读全文
posted @ 2019-09-20 19:43 流照君 阅读(5930) 评论(0) 推荐(0) 编辑
摘要: 给电脑装了虚拟器,然后装了Linux,学习一下关于Linux的知识 date命令 查看当前时间 cal calendar的简称, pwd 查看当前位置 cd +文件名 进入该文件 cd ..返回上一级 ls (ls -l) 查看查看当前文件下的文件 mkdir +文件名 在当前目录新建一个文件m r 阅读全文
posted @ 2019-09-18 17:41 流照君 阅读(154) 评论(0) 推荐(0) 编辑
摘要: 开始学Java了,纪念一下我的第一篇Java代码 阅读全文
posted @ 2019-09-15 17:23 流照君 阅读(126) 评论(0) 推荐(0) 编辑
摘要: 分治法的思想就是把一个难以解决的大问题分解成很多个小规模的问题--分而治之,说实话我不明白和dp的区别 /* Name: Copyright: Author: 流照君 Date: 2019/9/13 11:03:29 Description: */ #include <iostream> #incl 阅读全文
posted @ 2019-09-13 12:02 流照君 阅读(269) 评论(0) 推荐(0) 编辑
摘要: Given a constant K and a singly linked list L, you are supposed to reverse the links of every K elements on L. For example, given L being 1→2→3→4→5→6, 阅读全文
posted @ 2019-08-23 10:19 流照君 阅读(273) 评论(0) 推荐(1) 编辑
摘要: Scientific notation is the way that scientists easily handle very large numbers or very small numbers. The notation matches the regular expression [+- 阅读全文
posted @ 2019-08-22 12:05 流照君 阅读(240) 评论(0) 推荐(0) 编辑
摘要: People often have a preference among synonyms of the same word. For example, some may prefer "the police", while others may prefer "the cops". Analyzi 阅读全文
posted @ 2019-08-21 11:24 流照君 阅读(169) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 ··· 9 下一页