自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(13)
  • 资源 (6)
  • 收藏
  • 关注

原创 伸展树(插入区间,修改区间,区间置数,区间反转,区间求和,连续最大和)BZOJ1500

1500: [NOI2005]维修数列 Time Limit: 10 Sec  Memory Limit: 64 MB Submit: 6678  Solved: 2018 [Submit][Status] Description Input 输入文件的第1行包含两个数N和M,N表示初始时数列中数的个数,M表示要进行的操作数目。第2行包含N个数字,描述初始时的数列。

2014-11-30 17:20:16 1403

原创 线段树离散化hdu5124

Online Judge Online Exercise Online Teaching Online Contests Exercise Author F.A.Q Hand In Hand Online Acmers Forum | Discuss Statistical Charts Problem Archive Realtime Judge Statu

2014-11-30 14:53:30 472

原创 伸展树hdu3487

Online Judge Online Exercise Online Teaching Online Contests Exercise Author F.A.Q Hand In Hand Online Acmers Forum | Discuss Statistical Charts Problem Archive Realtime Judge Statu

2014-11-29 22:59:03 466

原创 伸展树(插入、删除区间)BZOJ1269

1269: [AHOI2006]文本编辑器editor Time Limit: 10 Sec  Memory Limit: 162 MB Submit: 2019  Solved: 734 [Submit][Status] Description 这些日子,可可不和卡卡一起玩了,原来可可正废寝忘食的想做一个简单而高效的文本编辑器。你能帮助他吗?为了明确任务目标,可可对“文本编辑器

2014-11-29 18:58:20 716

原创 伸展树(区间加值,反转,循环移动,插入,删除区间,求区间最小值)poj3580

Language: Default SuperMemo Time Limit: 5000MS   Memory Limit: 65536K Total Submissions: 10056   Accepted: 3234 Case Time Limit: 2000MS Description Your frie

2014-11-26 23:11:53 758

原创 hdu1890(区间反转,删除根节点)

Online Judge Online Exercise Online Teaching Online Contests Exercise Author F.A.Q Hand In Hand Online Acmers Forum | Discuss Statistical Charts Problem Archive Realtime Judge Statu

2014-11-24 21:44:05 1322

原创 Splay+poj3468

Language: Default A Simple Problem with Integers Time Limit: 5000MS   Memory Limit: 131072K Total Submissions: 65829   Accepted: 20274 Case Time Limit: 2000MS Des

2014-11-19 16:48:51 400

原创 DLX(n皇后)spoj1771

1771. Yet Another N-Queen Problem Problem code: NQUEEN After solving Solution to the n Queens Puzzle by constructing, LoadingTime wants to solve a harder version of the N-Queen Problem. Some

2014-11-16 14:09:13 744

原创 Codeforces Round #277 (Div. 2)(D)

D. Valid Sets time limit per test 1 second memory limit per test 256 megabytes input standard input output standard output As you know, an undirected connected graph with n nodes

2014-11-16 13:39:42 433

原创 数位统计Bestcoder18

Online Judge Online Exercise Online Teaching Online Contests Exercise Author F.A.Q Hand In Hand Online Acmers Forum | Discuss Statistical Charts Problem Archive Realtime Judge Statu

2014-11-16 11:24:15 655

原创 BestCoder17(B,C)good

Online Judge Online Exercise Online Teaching Online Contests Exercise Author F.A.Q Hand In Hand Online Acmers Forum | Discuss Statistical Charts Problem Archive Realtime Judge Statu

2014-11-09 19:42:27 435

原创 Codeforces Round #276 (Div. 2)(C贪心,D)

C. Bits time limit per test 1 second memory limit per test 256 megabytes input standard input output standard output Let's denote as the number of bits set ('1' bits) in the bina

2014-11-08 09:58:41 609

转载 DFS+uva10317

Problem F Equating Equations Input: standardinput Output: standardoutput Time Limit: 6 seconds Memory Limit: 32MB   Read equations with up to 16 terms and + and – operators (not unary) and reo

2014-11-03 21:19:43 393

Kubernetes实战-英文版

Kubernetes in Action teaches you to use Kubernetes to deploy container-based distributed applications. You'll start with an overview of Docker and Kubernetes before building your first Kubernetes cluster. You'll gradually expand your initial application, adding features and deepening your knowledge of Kubernetes architecture and operation. As you navigate this comprehensive guide, you'll explore high-value topics like monitoring, tuning, and scaling.

2019-02-01

高效awk编程

awk是一个强大的文本分析工具,相对于grep的查找,sed的编辑,awk在其对数据分析并生成报告时,显得尤为强大。简单来说awk就是把文件逐行的读入,以空格为默认分隔符将每行切片,切开的部分再进行各种分析处理。 awk有3个不同版本: awk、nawk和gawk,未作特别说明,一般指gawk,gawk 是 AWK 的 GNU 版本。 awk其名称得自于它的创始人 Alfred Aho 、Peter Weinberger 和 Brian Kernighan 姓氏的首个字母。实际上 AWK 的确拥有自己的语言: AWK 程序设计语言 , 三位创建者已将它正式定义为“样式扫描和处理语言”。它允许您创建简短的程序,这些程序读取输入文件、为数据排序、处理数据、对输入执行计算以及生成报表,还有无数其他的功能。

2018-06-03

hadoop-eclipse-plugin-2.7.2.jar

2016-03-19

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除