码迷,mamicode.com
首页 >  
搜索关键字:annotation-config co    ( 7094个结果
Add Two Numbers
Add Two NumbersYou are given two linked lists representing two non-negative numbers. The digits are stored in reverse order and each of their nodes co...
分类:其他好文   时间:2014-11-25 14:09:53    阅读次数:171
BZOJ 2879 NOI 2012 美食节 费用流
题目大意:好长,如果不想看可以先看看修车那个题,基本一样。 思路:做过修车就好办了。这个题仅仅是数据范围变大了一坨。建图就不说了,主要是动态加边。倒过来做,因为一个厨师最后一个菜做的时间是不会影响到其他菜的时间的。而且每一个厨师确定了最后一个菜才能去想倒数第二个菜是什么。所以每跑一次SPFA,就回来看看是哪个厨师做的菜,然后在多加一个点限制一下流量,将这个点连向所有的菜。 CO...
分类:其他好文   时间:2014-11-25 10:53:08    阅读次数:273
递归练习之求平方根
/********************************************************************************* Copyright (C), 1988-1999, drvivermonkey. Co., Ltd. File name: Author: Driver Monkey Version: Mail:bo...
分类:其他好文   时间:2014-11-25 00:23:42    阅读次数:236
递归练习之斐波那契数列
/********************************************************************************* Copyright (C), 1988-1999, drvivermonkey. Co., Ltd. File name: Author: Driver Monkey Version: Mail:bo...
分类:其他好文   时间:2014-11-25 00:20:27    阅读次数:164
Valid Parentheses——括号匹配算法
本文是在学习中的总结,欢迎转载但请注明出处:http://blog.csdn.net/pistolove/article/details/41450987 本文是在学习中的总结,欢迎转载但请注明出处:http://blog.csdn.net/pistolove/article/details/41450987 通过本文你能学到如下知识: (1)对数据结构中栈的理解,特别是Stack类中的peek()方法和pop()方法的区别。 (2)理解解题思路,提高思考问题的能力。 Given a string co...
分类:编程语言   时间:2014-11-24 22:40:46    阅读次数:257
【Codeforces Round#279 Div.2】B. Queue
这题看别人的。就是那么诚实。http://www.cnblogs.com/zhyfzy/p/4117481.htmlB. QueueDuring the lunch break allnBerland State University students lined up in the food co...
分类:其他好文   时间:2014-11-24 20:44:26    阅读次数:225
dblink导致执行计划出错,hint也无效
开发的同事发来一条语句,让我帮忙查看下ods和源端的结果是否一致。因为一下执行没出来,问开发人员,这个语句要跑2-3分钟。 因为他们是从本地用dblink连到ods的,我这里把dblink去掉直接从ods查看执行计划。 SELECT XSY_CODE,--发展销售员编码 SLY_CODE,--受理销售员编码 XSD_CODE,--销售点编码 DZS_CO...
分类:数据库   时间:2014-11-24 13:35:26    阅读次数:161
【转载】How to Install & Setup ADB on Mac OS X
文章转载自:https://seo-michael.co.uk/how-to-setup-adb-on-os-x/Here is an easy to follow guide for setting up Android Debug Bridge (ADB) on your Mac.Create ...
分类:数据库   时间:2014-11-24 00:41:46    阅读次数:368
底部百叶窗代码
jquery.nivo.slider.pack.js/* * jQuery Nivo Slider v2.5.2 * http://nivo.dev7studios.com * * Co...
分类:其他好文   时间:2014-11-23 23:06:39    阅读次数:383
redis 总结与应用
url: http://www.cnblogs.com/shanyou/archive/2012/01/28/2330451.htmlurl: http://www.infoq.com/cn/articles/tq-why-choose-redisurl: http://www.tuicool.co...
分类:其他好文   时间:2014-11-23 21:28:57    阅读次数:258
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!