码迷,mamicode.com
首页 >  
搜索关键字:you are the one    ( 52546个结果
《背包问题》 动态规划
问题描述: 思路分析: 编写程序: show you code...
分类:其他好文   时间:2014-06-07 02:06:34    阅读次数:245
CentOS Linux Install Core Development
How do I install all developer tools such as GNU GCC C/C++ compilers, make and others, after installing CentOS from a shell prompt?you can following the nest line do ,install almost all development to...
分类:系统相关   时间:2014-06-07 01:23:47    阅读次数:317
60款开源云应用【Part 1】(60 Open Source Apps You Can Use in the Cloud)
60款开源云应用【Part 1】(60 Open Source Apps You Can Use in the Cloud) 本篇翻译自http://www.datamation.com/open-source/60-open-source-apps-you-can-use-in-the-cloud-1.html,原作者Cynthia Harvey。  本人对云服务也是没有了解太多,希...
分类:移动开发   时间:2014-06-05 09:57:12    阅读次数:609
Leetcode--Best Time to Buy and Sell Stock III
Problem Description: 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 two transa...
分类:其他好文   时间:2014-06-05 09:33:52    阅读次数:342
ubuntu 安装ssh
Ubuntu 安装oepnssh 报错 有时候由于linux版本不够新,或者安装的包不知是什么原因坏了。报如下错误 unable to correct the problems, you have held broken prckages 可以用如下命令解决 sudo apt-get autoclean sudo apt-get autoremov...
分类:其他好文   时间:2014-06-05 09:31:23    阅读次数:174
LeetCode: Climbing Stairs [070]
【题目】 You are climbing a stair case. It takes n steps to reach to the top. Each time you can either climb 1 or 2 steps. In how many distinct ways can you climb to the top? 【题意】 有个梯子有n阶,每次只能爬1阶或者2阶,为爬到梯子顶共有多少种爬法 【思路】 依次确定跳到每一阶上的爬法数目 这其实是一...
分类:其他好文   时间:2014-06-05 07:16:08    阅读次数:203
centOS下进入mysql报错-You must SET PASSWORD before executing this statement
解决办法: mysql>  SET PASSWORD = PASSWORD('123456'); Query OK, 0 rows affected (0.03 sec) mysql> create database roger; Query OK, 1 row affected (0.00 sec) 也就是用mysql>  SET PASSWORD = PASSWORD('123456...
分类:数据库   时间:2014-06-05 00:19:53    阅读次数:294
编写高质量代码改善java程序的151个建议——[1-3]基础?亦是基础
原创地址:   http://www.cnblogs.com/Alandre/  (泥沙砖瓦浆木匠),需要转载的,保留下! Thanks     The reasonable man adapts himself to the world;the unreasonable one persists in trying to adapt the world to himself. —萧...
分类:编程语言   时间:2014-06-04 22:51:46    阅读次数:457
LeetCode: Text Justification [068]
【题目】 Given an array of words and a length L, format the text such that each line has exactly L characters and is fully (left and right) justified. You should pack your words in a greedy approach; that is, pack as many words as you can in each line. Pad ...
分类:其他好文   时间:2014-06-04 22:37:46    阅读次数:389
NYOJ43 24 Point game 【回溯】
24 Point game 时间限制:3000 ms  |  内存限制:65535 KB 难度:5 描述 There is a game which is called 24 Point game. In this game , you will be given some numbers. Your task is to find an expressi...
分类:其他好文   时间:2014-06-04 21:06:57    阅读次数:295
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!