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 complet...
分类:
其他好文 时间:
2014-08-14 23:05:56
阅读次数:
165
Say you have an array for which the ith element is the price of a given stock on day i.If you were only permitted to complete at most one transaction ...
分类:
其他好文 时间:
2014-08-14 20:30:19
阅读次数:
197
文件监控DIMstrDateDIMstrDatestringOldDIMstrPath01,strPath02,strPath03DIMfsDIMTextbodystrDate=DatestrDatestringOld=Year(strDate)&Right("0"&Month(strDate),2)&Right("0"&Day(strDate),2)&".rar"strPath="D:\backup\10.65.14.61\"&strDatestrin..
Problem Description
One day , Kiki wants to visit one of her friends. As she is liable to carsickness , she wants to arrive at her friend’s home as soon as possible . Now give you a map of the city...
分类:
其他好文 时间:
2014-08-14 16:51:58
阅读次数:
219
Q: I have one question about how to get the clocking data from COOIS every day , because we need to check and monitor the clocking for more accuracy ....
分类:
其他好文 时间:
2014-08-13 17:41:17
阅读次数:
210
小猪的Android入门之路 Day 6
Android应用核心:Intent(意图)
-----转载请注明出处:coder-pig
本节引言:
通过前面的学习中,我们都知道可以调用startActivity(intent)或者startActivityForResult(intent)
来启动一个新的Activity了,他们的参数都是Intent类型的实例,那么这个Intent是什么东西呢?
有...
分类:
移动开发 时间:
2014-08-12 19:02:04
阅读次数:
234
HDU 4028 The time of a day(动态规划)
题目大意:
有n组测试数据,接下来n和m,n表示n个指针1~n,分别是 k 下回到起点,问你从n个选出任意多个指针,同时停在起点算1天,1天的时间超过m的方案有多少种?
解题思路:
动态规划,状态较分散,所以用Map离散化。...
分类:
其他好文 时间:
2014-08-12 17:11:44
阅读次数:
208
转载:http://swiftist.org/topics/96这款App的灵感来自于我家厨房的百利达计时器,平时我主要用它来控制烹饪的时间和实践番茄工作法。它的操作很简单:点击复位可以对时间清零;点击秒、1分、3分、5分可以不断增加倒计时时间;点击开始/停止来启动或停止倒计时;通过此教程,你将学习...
分类:
其他好文 时间:
2014-08-12 16:31:34
阅读次数:
379
1、Calendar
Calendar c = Calendar.getInstance();
取得系统日期:year = c.get(Calendar.YEAR)
month = c.grt(Calendar.MONTH)
day = c.get(Calendar.DAY_OF_MONTH)
取得系统时间:hour = c.get(Calendar.HOUR_O...
分类:
移动开发 时间:
2014-08-12 13:44:14
阅读次数:
308
//输入年月日,推断是该年的第几天,还能够进一步推断从1年開始的第几天#includeusing namespace std;int main(){int Day(int x,int y,int r);int Calculate_1(int x,int y,int r);int Calculate_...
分类:
其他好文 时间:
2014-08-12 12:45:04
阅读次数:
297