CFileDialog这个类用来选择文件不错,不过针对多选,默认的最大选择文件数量有限,它的最大字符串缓冲大小仅有260,这时候需要对它的数据成员m_ofn进理处理,如下代码所示: DWORD nFileNumbers = 500; //CFileDialog最大选择文件数量 CF...
分类:
其他好文 时间:
2014-07-25 13:55:21
阅读次数:
329
Among other things, Bob is keen on photography. Especially he likes to take pictures of sportsmen. That was the reason why he placed himself in position x0 of
a long straight racetrack and got ready...
分类:
其他好文 时间:
2014-07-25 11:26:31
阅读次数:
447
自从做了多校,整个人都不好了,老是被高中生就算了,题老是都不懂=-=原谅我是个菜鸟,原谅我智力不行。唯一的水题。
Problem Description
Though ZCC has many Fans, ZCC himself is a crazy Fan of a coder, called "Memset137".
It was on Codefires(CF),...
分类:
其他好文 时间:
2014-07-24 23:30:23
阅读次数:
313
题目链接:hdu 4882 ZCC Loves Codefires
题目大意:就是CF的比赛,根据时间的推迟会相应的扣掉题目的分数,问说最少扣几分。
解题思路:相邻交换法,判断两个题目之间的比率确定前后位置。
#include
#include
#include
using namespace std;
const int maxn = 1e5+5;
typedef __in...
分类:
其他好文 时间:
2014-07-24 23:07:53
阅读次数:
190
Jzzhu has invented a kind of sequences, they meet the following property:
You are given x and y,
please calculate fn modulo 1000000007 (109?+?7).
Input
The first line contains two int...
分类:
其他好文 时间:
2014-07-22 22:49:33
阅读次数:
296
Jzzhu has a big rectangular chocolate bar that consists of n?×?m unit squares. He wants to cut this bar exactly k times.
Each cut must meet the following requirements:
each cut should be straig...
分类:
其他好文 时间:
2014-07-22 22:49:15
阅读次数:
192
There are n children in Jzzhu's school. Jzzhu is going to give some candies to them. Let's number all the children from 1 to n.
The i-th child wants to get at least ai candies.
Jzzhu asks childre...
分类:
其他好文 时间:
2014-07-22 22:49:13
阅读次数:
237
在Cloud Foundry v2中,当应用用户需要启动应用的实例时,用户通过cf CLI向cloud controller发送请求,而cloud controller通过NATS向DEA转发启动请求。真正执行启动的事,是由DEA来完成,DEA主要做的工作为启动一个warden container, 并将droplet等内容拷贝进入container内部,最后配置完指定的环境变量,在这些环境变量下启动应用的启动脚本。
本文将从阐述Cloud Foundry中DEA如何为应用实例的启动配置环...
分类:
其他好文 时间:
2014-07-22 14:04:42
阅读次数:
269
CF上的题一向都是非常灵活的,很注重想法,而不是依赖固定的算法。今天做了一道,虽然只是C难度的题,但是也还是做了将近3个小时。说说题吧。题目就是说有n个数,每两个数分成一堆,条件是这两个数GCD不能小于2.问最多可以分多少堆。我刚开始就想,要先求出素数,然后根据每个素数分成几份,从最大的数开始,依次...
分类:
其他好文 时间:
2014-07-22 00:17:35
阅读次数:
195
转发自:http://www.aichengxu.com/article/%CF%B5%CD%B3%D3%C5%BB%AF/16306_12.htmlIOS UIVIEW layer动画 总结,有需要的朋友可以参考下。这是我搜索的所有动画效果,感谢前辈在网上分享.//翻页效果动画 左边 [UI...
分类:
移动开发 时间:
2014-07-21 09:09:11
阅读次数:
335