最新 最热

POJ 1581 优先队列 priority_queue -- 比赛胜者求解

给定选手姓名,及答题提交次数(提交正确前,错误一次罚20分),每题的做题时间罚分(未正确作答的不罚分),最后求谁是胜出者(优先条件,答对题目多,次要条件,总罚分最低)。...

2021-02-20
1

你真的会用 VS Code 的 Ctrl、Shift和Alt吗?高效易用的快捷键:多光标、跳转引用等轻松搞定

本文仅讨论 Ctrl 、 Shift 与 Alt 与方向键结合,暂不讨论如 Ctrl+Shift+<字母> 这种常用操作。就我个人的心得而言,学习使用快捷键,完全不需要死记硬背。当我们写代码时,给自己提出需求:如果这个操作能有个快捷键该多好?之...

2021-02-12
1

时间序列的Transformer

https://towardsdatascience.com/the-time-series-transformer-2a521a0efad3

2021-02-04
1

CISSP考试指南笔记:3.23 内部支持系统

Protecting power can be done in three ways: through UPSs, power line conditioners, and backup sources.

2021-02-02
1

hdoj 1711 KMP Number Sequence

Given two sequences of numbers : a[1], a[2], ...... , a[N], and b[1], b[2], ...... , b[M] (1 <= M <= 10000, 1 <= N <= 1000000). Your task is to find a number ...

2021-01-22
1

HDOJ/HDU 2710 Max Factor(素数快速筛选~)

Problem Description To improve the organization of his farm, Farmer John labels each of his N (1 <= N <= 5,000) cows with a distinct serial number in the rang...

2021-01-21
1

HDOJ/HDU 2560 Buildings(嗯~水题)

Problem Description We divide the HZNU Campus into N*M grids. As you can see from the picture below, the green grids represent the buidings. Given the size of...

2021-01-21
0

HDOJ(HDU) 2317 Nasty Hacks(比较、)

Problem Description You are the CEO of Nasty Hacks Inc., a company that creates small pieces of malicious software which teenagers may use to fool their fri...

2021-01-21
1

HDOJ(HDU) 2309 ICPC Score Totalizer Software(求平均值)

Problem Description The International Clown and Pierrot Competition (ICPC), is one of the most distinguished and also the most popular events on earth in the ...

2021-01-21
1

HDOJ(HDU) 2162 Add ‘em(求和)

Problem Description Write a program to determine the summation of several sets of integers.

2021-01-21
0