码迷,mamicode.com
首页 >  
搜索关键字:guarantee    ( 149个结果
Leetcode 76: Minimum Window Substring
Given a string S and a string T, find the minimum window in S which will contain all the characters in T in complexity O(n). For example,S = "ADOBECOD ...
分类:Windows程序   时间:2017-11-11 11:29:22    阅读次数:227
Optimal Account Balancing
Backtracking: time complexity O(N!) Use HashMap to store the initial debts of each person, negative means the person sends money to others, positive m ...
分类:其他好文   时间:2017-11-08 13:17:47    阅读次数:231
information gathring (信息收集) ——Dmitry
Dmitry是一个由C语言编写的UNIX/(GNU)Linux命令行工具,它可用于收集主机相关信息,比如子域名、Email地址、系统运行时间信息。 同时,它也可以进行TCP端口扫描和whois查询等等,下面是它收集信息的方式: 执行whois查询; 检索系统运行时间数据、系统和服务器的相关数据; 针 ...
分类:其他好文   时间:2017-11-06 17:13:38    阅读次数:151
Godfather POJ - 3107
Last years Chicago was full of gangster fights and strange murders. The chief of the police got really tired of all these crimes, and decided to arres ...
分类:其他好文   时间:2017-10-28 23:49:28    阅读次数:177
1034. Head of a Gang (30)
One way that the police finds the head of a gang is to check people's phone calls. If there is a phone call between A and B, we say that A and B is re ...
分类:其他好文   时间:2017-10-28 21:10:30    阅读次数:203
HDU_5521_Meeting
Meeting Time Limit: 12000/6000 MS (Java/Others) Memory Limit: 262144/262144 K (Java/Others)Total Submission(s): 3704 Accepted Submission(s): 1187 Prob ...
分类:其他好文   时间:2017-10-09 20:54:05    阅读次数:161
weblogic <BEA-000402>
## A fatal error has been detected by the Java Runtime Environment:## Internal Error (c1_Optimizer.cpp:271), pid=7644, tid=6296# guarantee(x_compare_r ...
分类:Web程序   时间:2017-08-24 14:51:47    阅读次数:450
oracle课堂笔记--第二十一天
死锁: session1: SQL> select * from t1; X 1 2 SQL> update t1 set x=11 where x=1; session2: SQL> update t1 set x=22 where x=2; session1: SQL> update t1 se ...
分类:数据库   时间:2017-08-14 10:01:54    阅读次数:198
OGG新增表下发详细步骤及相关注意事项
背景: 工作任务OGG新增下发表,根据系统架构,数据下发流程为:系统A --> 系统B --> 系统C 系统A:在与系统B相关的抽取进程(EXTSJXF)的参数文件中新增相关表,在与系统B相关的投递进程(DPDJZSJ1)的参数文件中新增相关表。 系统B:复制进程(REPDJZ2)的参数文件中新增相 ...
分类:其他好文   时间:2017-08-09 13:00:48    阅读次数:566
POJ1122_FDNY to the Rescue!(逆向建图+最短路树)
FDNY to the Rescue! Time Limit: 1000MS Memory Limit: 10000K Total Submissions: 2368 Accepted: 721 Description The Fire Department of New York (FDNY) h ...
分类:其他好文   时间:2017-07-31 10:11:43    阅读次数:245
149条   上一页 1 ... 8 9 10 11 12 ... 15 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!