Xylon_
Xylon_
全部文章
分类
C++(1)
Codeforce(32)
Codefroce(2)
CPU(1)
HDU(21)
Java(1)
NOI(1)
POJ(6)
PTA(9)
Python(4)
二分(1)
傅里叶变换(1)
头文件(1)
技术日常(1)
数塔(1)
数论(1)
未归档(115)
着色(1)
算法笔记(3)
蓝桥(1)
计蒜客(1)
资源分享(1)
题解(5)
归档
标签
去牛客网
登录
/
注册
Xylon
或许是不知梦的缘故,流离之人追逐幻影
全部文章
(共211篇)
Trie字典树 模板
Trie树详解:https://www.cnblogs.com/llllllpppppp/p/9449846.html #include<bits/stdc++.h> using namespace std; #define ll long long #define inf 0x3...
2019-07-26
0
767
【CF 1197C】Array Splitting 差分序列
C. Array Splitting You are given a sorted array a1,a2,…,ana1,a2,…,an (for each index i>1i>1 condition a...
Codeforce
2019-07-25
0
933
既视感/海马效应:我曾在梦里见过你
原文地址:https://www.jianshu.com/p/41d5f8dd4c42 你是否有过这样的经历: 1、有时正做一件事,一瞬间脑子里突然感觉自己曾做过这件事,相同的场景与感觉,一切都相同。 2、有时到一个地方,明明第一次去,却感觉非常熟悉,强烈感觉自己曾来过这里。 3有时做一个梦...
2019-07-25
0
1016
【CF 1196A】Three Piles of Candies
A. Three Piles of Candies Alice and Bob have received three big piles of candies as a gift. Now they want to divi...
2019-07-25
0
640
【CF 1197B】Pillars
B. Pillars There are nn pillars aligned in a row and numbered from 11 to nn. Initially each pillar conta...
Codefroce
2019-07-24
0
795
深入浅出的讲解傅里叶变换(真正的通俗易懂)
原文出处: 韩昊 1 2 3 4 5 6 7 8 9 10 作 者:韩 昊 知 乎:Heinrich 微 博:@花生油工人 知乎专栏:与时间无关的故事 谨以此文献给大连海事大学的吴楠老师,柳晓鸣老师,王新年老师以及张晶泊老师。 转载的同学请保留上面这句...
傅里叶变换
2019-07-24
1
1211
【CF 1197A】DIY Wooden Ladder
A. DIY Wooden Ladder Let's denote a kk-step ladder as the following structure: exactly k+2k+2 wooden planks, of w...
Codeforce
2019-07-24
0
945
Python 爬虫实战 | 完美爬取LOL全英雄皮肤高清原画 JavaScript动态网页
Github项目地址 https://github.com/xylon666/Xylon_Code 爬取结果展示: 全原画+皮肤名称分类 所需环境 IDE:Pycharm 第三方库:requests,PIL 浏览器:Chrome 爬取目标: LOL官网皮肤原画 https...
Python
爬虫
JavaScript动态网页
英雄联盟
LOL
2019-07-23
0
1345
python PIL 图像处理库简介
原文地址:https://www.cnblogs.com/lyrichu/p/9124504.html 1. Introduction PIL(Python Image Library)是python的第三方图像处理库,但是由于其强大的功能与众多的使用人数,几乎已经被认为是python官...
Python
PIL
2019-07-23
0
652
Python编码问题| UnicodeEncodeError: ‘gbk’ codec can’t encode character 错误的解决办法
写入文件中遇到 UnicodeEncodeError: ‘gbk’ codec can’t encode character 错误的解决办法 sys.stdout = io.TextIOWrapper(sys.stdout.buffer,encoding='utf-8') #改变标准输出的默认编...
Python
编码
2019-07-22
0
772
首页
上一页
1
2
3
4
5
6
7
8
9
10
下一页
末页