1. 按照应用程序的业务逻辑来组织结构
办公软件:
1. 采购 com.itheima.buy
2. 开会 com.itheima.meeting
3. 请假 com.itheima.leave
2. 根据与代码的类型划分程序包结构
UI界面展现 com.itheima.mobilesafe.activity
自定义的UI co...
分类:
其他好文 时间:
2014-07-10 20:47:37
阅读次数:
199
Say you have an array for which theithelement is the price of a given stock on dayi.Design an algorithm to find the maximum profit. You may complete a...
分类:
其他好文 时间:
2014-07-09 23:32:44
阅读次数:
276
DashboardWatch List自选股MARKET & NEWS市场 & 新闻ALERTS警告MONEY MOVEMENTBRANCH LOCATOR网点定位TUTORIAL向导 Tradetrades交易Buy买入Sell卖出Trade Stock购买股票Trade Option购买...
分类:
移动开发 时间:
2014-07-09 00:58:51
阅读次数:
317
Buy Tickets
Time Limit: 4000MS
Memory Limit: 65536K
Total Submissions: 12296
Accepted: 6071
Description
Railway tickets were difficult to buy around the Lunar New Y...
分类:
其他好文 时间:
2014-07-08 15:24:47
阅读次数:
160
Say you have an array for which theithelement is the price of a given stock on dayi.Design an algorithm to find the maximum profit. You may complete a...
分类:
其他好文 时间:
2014-07-07 08:19:36
阅读次数:
151
将Best Time to Buy and Sell Stock的如下思路用到此题目思路1:第i天买入,能赚到的最大利润是多少呢?就是i + 1 ~ n天中最大的股价减去第i天的。思路2:第i天买出,能赚到的最大利润是多少呢?就是第i天的价格减去0~ i-1天中最小的。和前两道题比起来的话,这道题最...
分类:
其他好文 时间:
2014-07-06 23:40:44
阅读次数:
284
Given a log of stock prices compute the maximum possible earning.
分类:
其他好文 时间:
2014-07-06 20:04:21
阅读次数:
259
HDU 1847 Good Luck in CET-4 Everybody! (博弈论sg)
解题思路:
1、用博弈论sg函数可以解
根据NP图的关系,发现 n%3=0时,Cici赢,否则Kiki赢
2、用DP去解,用dp[n][f] 表示还剩n张牌时,f先走,谁赢。...
分类:
其他好文 时间:
2014-07-06 12:37:25
阅读次数:
154
Good Luck in CET-4 Everybody!
Time Limit: 1000/1000 MS (Java/Others) Memory Limit: 32768/32768 K (Java/Others)
Total Submission(s): 4762 Accepted Submission(s): 3058
Problem Description
...
分类:
其他好文 时间:
2014-07-06 11:50:27
阅读次数:
160
题目
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 (ie, buy one and sell one share of the...
分类:
其他好文 时间:
2014-07-03 17:51:01
阅读次数:
235