码迷,mamicode.com
首页 >  
搜索关键字:most water    ( 6947个结果
Python学习第二篇之tuple
#!/usr/bin/python tup =("a","b","c"); tup[1]=7 执行后出现如下错误: Traceback (most recent call last):   File "C:\Program Files\Sublime Text 3\time.py", line 4, in     tup[1]=7 TypeError: 'tup...
分类:编程语言   时间:2015-05-24 23:40:03    阅读次数:296
C#学习日志 day10 -------------- problem statement
Revision HistoryDateIssueDescriptionAuthor15/May/20151.0Finish most of the designed function. Only the Windows application is finished.litianpeng、yanw...
分类:Windows程序   时间:2015-05-24 23:22:18    阅读次数:266
POJ 2386 Lake Counting
Time Limit: 1000MSMemory Limit: 65536KTotal Submissions: 22932Accepted: 11567DescriptionDue to recent rains, water has pooled in various places in Far...
分类:其他好文   时间:2015-05-24 21:36:11    阅读次数:98
leetcode_80_Remove Duplicates from Sorted Array II
欢迎大家阅读参考,如有错误或疑问请留言纠正,谢谢 80 Remove Duplicates from Sorted Array II  Follow up for "Remove Duplicates": What if duplicates are allowed at most twice? For example, Given sorted array nums...
分类:其他好文   时间:2015-05-24 11:37:57    阅读次数:102
LAMP的搭建
>>>>>LAMP详细学习记录文档----------------仅供参考一、Apache-->configureapache时出错:[root@moshanhttpd-2.4.12]#./configure--prefix=/application/apache2.4.12/--enable-deflate--enable-expires--enable-headers--enable-modules=most--enable-so--..
分类:其他好文   时间:2015-05-24 06:42:21    阅读次数:388
the big bang _AMY
About the big bang ,now,I find AMY is the woman i love most in this series.when she said “It is so cute when she tries.”, I saw the very very beautifu...
分类:其他好文   时间:2015-05-24 00:11:06    阅读次数:202
200-Number of Islands
【题目】 Given a 2d grid map of'1's (land) and'0's (water), count the number of islands. An island is surrounded by water and is formed by connecting adj....
分类:其他好文   时间:2015-05-23 16:47:04    阅读次数:138
[Lintcode] Best Time to Buy and Sell Stock IV
问题描述Say you have an array for which the ith element is the price of a given stock on day i. Design an algorithm to find the maximum profit. You may complete at most k transactions.Example Given price...
分类:其他好文   时间:2015-05-23 11:30:26    阅读次数:124
python 安装 MySQL-python
$python>>> import MySQLdbTraceback (most recent call last): File "", line 1, in ImportError: No module named MySQLdbwget http://jaist.dl.sourceforge.....
分类:数据库   时间:2015-05-22 18:37:51    阅读次数:243
A Message to the Future
A Message to the FutureLinda RisingMAYBE iT’S BECAUSE MOST OF THEM ARE SMART PEOPLE, but in all the years I’ve taught and worked side by side with programmers, it seems that most of them thought that s...
分类:其他好文   时间:2015-05-21 10:54:29    阅读次数:130
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!