码迷,mamicode.com
首页 >  
搜索关键字:financial markets    ( 240个结果
2015 HUAS Summer Trainning #5~E
DescriptionThe world financial crisis is quite a subject. Some people are more relaxed while others are quite anxious. John is one of them. He is very...
分类:其他好文   时间:2015-08-11 22:57:49    阅读次数:111
HDU-1114(背包DP)
Piggy-BankProblem DescriptionBefore ACM can do anything, a budget must be prepared and the necessary financial support obtained. The main income for t...
分类:其他好文   时间:2015-08-11 00:03:22    阅读次数:179
ACM找出一串数字是否能被分成两部分使其中一部分全部为负数,加上另一部分可以为0
DescriptionMost financial institutions had become insolvent during financial crisis and went bankrupt or were bought by larger institutions, usually b...
分类:其他好文   时间:2015-08-09 20:36:49    阅读次数:106
POJ-1004: financial-management 详解1: 求平均数
> 分析 >> 本题就是求输入参数的平均数> 注意 >> 输出时保留两位小数> 附代码 1 #include "stdio.h" 2 3 int main(void) 4 { 5 float sum = 0.0 ; 6 float tmp = 0.0 ; 7 int cou...
分类:其他好文   时间:2015-08-09 12:11:45    阅读次数:117
Most financial institutions 贪心 H
H - 贪心Crawling in process... Crawling failed Time Limit:3000MS Memory Limit:0KB 64bit IO Format:%lld & %lluSubmit StatusDescriptionMost financial inst...
分类:其他好文   时间:2015-08-06 22:11:31    阅读次数:108
sql多表更新
--sql多表更新update PMS_Financial_Gathering set ShouldMoney=PMS_Contract_RentScheme.Rentfrom PMS_Financial_Gatheringinner join PMS_Contract_RentScheme on ...
分类:数据库   时间:2015-08-06 22:06:41    阅读次数:135
UVA - 1614 Hell on the Market(贪心)
Time Limit:3000MSMemory Limit:Unknown64bit IO Format:%lld & %lluSubmitStatusDescriptionMost financial institutions had become insolvent during financi...
分类:其他好文   时间:2015-08-06 21:57:46    阅读次数:119
POJ 1004 Financial Management 水
?? Financial Management Time Limit: 1000MS   Memory Limit: 10000K Total Submissions: 165700   Accepted: 61629 Description Larry graduated this year and finally has a job. ...
分类:其他好文   时间:2015-08-05 20:26:57    阅读次数:116
UVA 1614 - Hell on the Markets 奇怪的股市(贪心,结论)
先证明一个结论吧,对于1≤ai≤i+1,一定可以表示出1~sum[i]中的任意一个数.对于i=1显然成立,假设对于i=k结论成立,那么对于i=k+1来说,只要证明sum[k]+i,1≤i≤ak+1可以凑出来就行了。因为sum[k]+i≥k+1,且1≤ak+1≤k+1,所以可以先选一个ak+1,剩下的...
分类:其他好文   时间:2015-08-04 18:55:11    阅读次数:104
1614 - Hell on the Markets(贪心)
n很大,不能DP甚至nlogn都有可能超时,令我不得不想到了贪心。。。结果贪心...
分类:其他好文   时间:2015-07-27 15:01:49    阅读次数:67
240条   上一页 1 ... 14 15 16 17 18 ... 24 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!