最新 最热

CISSP考试指南笔记:4.11 广域网

Wide area network (WAN) technologies are used when communication needs to travel over a larger geographical area.

2021-02-02
0

UVa 11292 - Dragon of Loowater(排序贪心)

Once upon a time, in the Kingdom of Loowater, a minor nuisance turned into a major problem.The shores of Rellau Creek in central Loowater had always been a prim...

2021-01-21
0

HDOJ 1002 A + B Problem II

Problem Description I have a very simple problem for you. Given two integers A and B, your job is to calculate the Sum of A + B.

2021-01-20
0

HDOJ1002题A + B Problem II,2个大数相加

Problem Description I have a very simple problem for you. Given two integers A and B, your job is to calculate the Sum of A + B.

2021-01-19
0

HDOJ1021题 Fibonacci Again 应用求模公式

Problem Description There are another kind of Fibonacci numbers: F(0) = 7, F(1) = 11, F(n) = F(n-1) + F(n-2) (n>=2).

2021-01-19
0

用shell切分文件--split

有个文件要处理,因为很大,所以想把它切成若干份,每份N行,以便并行处理。怎么搞呢?查了下强大的shell,果然有现成的工具--split。 下面记录下基本用法:...

2020-12-07
0

ABAP 运算符

+ 加算 - 减算 * 乘算 / 除算 DIV 整除 MOD 取模 ** 乘方

2020-11-27
0

col命令

在很多UNIX说明文件里,都有RLF控制字符,当我们把说明文件的内容输出成纯文本文件时,控制字符会变成乱码,col命令则能有效滤除这些控制字符。

2020-11-04
0

R语言plot函数部分参数解释

参数main指定标题(图上方),sub指定副标题(图下方), xlab与ylab(lable标签)分别指定x,y轴的标签。plot(x,y,main="这是图片的标题",sub="这是副标题",xlab="x轴",ylab="y轴")...

2020-11-03
0

Extended Traffic LightOJ - 1074

Dhaka city is getting crowded and noisy day by day. Certain roads always remain blocked in congestion. In order to convince people avoid shortest routes, and he...

2020-10-28
0