Common Subsequence
Time Limit: 2000/1000 MS (Java/Others) Memory Limit: 65536/32768 K (Java/Others)
Total Submission(s): 24489 Accepted Submission(s): 10823
Problem Description
A sub...
分类:
其他好文 时间:
2014-12-18 01:42:11
阅读次数:
225
Given a two-dimensional array of positive and negative integers, a sub-rectangle is any contiguous sub-array of size 1*1 or greater located within the...
分类:
其他好文 时间:
2014-12-17 17:44:05
阅读次数:
148
The Sum of Sub-matricesDescriptionSeen draw a big 3*n matrix , whose entries Ai,j are all integer numbers ( 1 = k). The next three lines with n intege...
分类:
其他好文 时间:
2014-12-17 01:34:34
阅读次数:
260
--[[
lua元表完成
数值和逻辑运算
]]
--[[
Lua不支持函数默认值
所以通过是否为nil来判断
如果是nil的话,not nil为true
Lua支持的元表函数
__add 加
__sub 减
__div 除
__unm 负
__pow 幂
Lua支持的元表逻辑运算
__eq 等于
__lt 小于
__le 小于等于
]]
require("math")
functio...
分类:
其他好文 时间:
2014-12-17 00:22:01
阅读次数:
133
HDU3415 Max Sum of Max-K-sub-sequence (DP+单调队列)...
分类:
其他好文 时间:
2014-12-16 17:04:56
阅读次数:
162
对文件的操作创建空文件: touch +文件名 # 一般是先touch好一个文件然后vim这个文件. 很好奇为什么叫touch.删除文件: rm +文件名 # 直接就没了,不会到回收站复制文件到指定位置: cp +文件 + 目标目录 # 例如 cp file sub 把当前目录下的file文件复制....
分类:
系统相关 时间:
2014-12-15 23:21:15
阅读次数:
288
http://acm.hdu.edu.cn/showproblem.php?pid=2602 Bone CollectorTime Limit: 2000/1000 MS (Java/Others)Memory Limit: 32768/32768 K (Java/Others) Total Sub...
分类:
其他好文 时间:
2014-12-15 21:38:37
阅读次数:
243
事务函数:lr_end_sub_transaction 标记子事务的结束以便进行性能分析lr_end_transaction 标记 LoadRunner 事务的结束lr_end_transaction_instance 标记事务实例的结束以便进行性能分析lr_fail_trans_with_erro...
分类:
其他好文 时间:
2014-12-15 13:40:14
阅读次数:
195
Release Notes - Apache Storm - Version 0.9.2-incubating Sub-task [STORM-207] - Add storm-starter as a module [STORM-208] - Add storm-kafka as a module [STORM-223] - Safe YAML Parsing [STORM-232] - ...
分类:
Web程序 时间:
2014-12-12 15:07:15
阅读次数:
429
Thread:在使用多线程处理比较大的数据量的扫描,遇到读写文件可能死锁的问题。 Perl 线程的生命周期 1.使用 threads 包的 create() 方法: use threads;
sub say_hello {
printf("Hello thread! @_.\n"); ...
分类:
编程语言 时间:
2014-12-12 15:04:41
阅读次数:
173