http://acm.hdu.edu.cn/showproblem.php?pid=1114Problem DescriptionBefore ACM can do anything, a budget must be prepared and the necessary financial sup...
分类:
其他好文 时间:
2016-01-17 17:39:50
阅读次数:
160
转载请注明出处:http://blog.csdn.net/u012860063题目链接:id=3903">http://poj.org/problem?id=3903DescriptionThe world financial crisis is quite a subject. Some peop...
分类:
其他好文 时间:
2015-12-23 09:16:25
阅读次数:
159
A data stream is a real-time, continuous, ordered sequence of items. Some examples include sensor data, Internet traffic, financial tickers, on-line a...
分类:
编程语言 时间:
2015-12-07 20:30:34
阅读次数:
223
3135 - Argus A data stream is a real-time, continuous, ordered sequence of items. Some examples include sensordata, Internet traffic, financial tic...
分类:
其他好文 时间:
2015-12-01 22:48:42
阅读次数:
209
题意: 输入n个数,第i个数ai满足1≤ai≤i。对每个数添加符号,使和值为0。分析: 排序后从最大的元素(假设为k)开始,凑出sum/2即可。用去掉了k的集合,一定可以凑出sum/2 - a[k]。只要sum是偶数,就一定会有解。代码: #include #include #include ...
分类:
其他好文 时间:
2015-11-01 21:17:39
阅读次数:
244
DescriptionGood news for us: to release the financial pressure, the government started selling galaxies and we can buy them from now on! The first one...
分类:
其他好文 时间:
2015-10-24 21:59:03
阅读次数:
244
POJ 2010题目大意:奶大招生,从C头里招N头,每头都有自己的成绩score_i和需要的补助金financial aid_i.学校一共有资金F发放。求满足招满N头牛,总共补助金不超过F的条件下,求N头里最大的中位数。贪心策略:招N头,中间那个牛的成绩是重点,其它忽略不看。所以,按牛的成绩对牛进行...
分类:
其他好文 时间:
2015-10-23 13:16:06
阅读次数:
166
QuickFix/N简介 FIX是Financial Information eXchange的简称。FIX是一种专门为实时电子证券交易设计的标准消息协议。该协议由FIX protocol, Ltd(FPL)所有并维护。FIX协议的官方网址为http://www.fixprotocol.org/ Q...
分类:
其他好文 时间:
2015-10-18 00:55:17
阅读次数:
359
题目大意:一个整数序列a,1≤a[i]≤i。问能否通过在一些元素前加上负号,使得整个序列和为0。题目分析:贪心。贪心策略:每次都先选最大的元素加负号(或保留,不加负号)。 贪心依据:对于1≤a[i]≤i,1~sum[i]总能表示出来。 贪心依据证明:用数学归纳法证明,当i=1时,显...
分类:
其他好文 时间:
2015-10-12 20:45:24
阅读次数:
136
为什么研究金融市场financial markets 在金融市场中,货币从拥有闲置货币的人手中转移到资金短缺的人手中,提高了经济效率。运转良好的金融市场是经济高速增长的一个关键因素,金融市场上的活动对于个人财富、企业和消费者行为以及经济周期都有着直接影响。 债券市场与利率 证券security,又称...
分类:
其他好文 时间:
2015-09-24 20:54:11
阅读次数:
298