参考:http://blog.csdn.net/rually/article/details/8585268#includeusing namespace std;#define MAX 126int first[MAX],second[MAX];void pow(char base[],int ....
分类:
其他好文 时间:
2014-09-12 01:10:42
阅读次数:
305
搜索....
Machine
Time Limit: 2 Seconds Memory Limit: 65536 KB
In a typical assembly line, machines are connected one by one. The first machine's output product will be the second mac...
分类:
其他好文 时间:
2014-09-11 20:59:42
阅读次数:
186
组合数,这题的关键是不能漏解。第一感觉应该是分治法。这里,为了方便叙述,使用一个辅助函数vector> combhelper(int first, int last, int k);含义是从first 到last(左闭右开)的区间中选择K个数的组合数,我们倒过来看,最后一个数(last - 1)或者...
分类:
其他好文 时间:
2014-09-11 20:55:12
阅读次数:
187
The 2014 ACM-ICPC Asia Mudanjiang Regional First Round
题目链接
A题解题报告
B题解题报告
C题解题报告
D题解题报告
E题解题报告
F题解题报告
G题(未完成)
H题解题报告
I题解题报告
J题解题报告...
分类:
其他好文 时间:
2014-09-11 11:15:31
阅读次数:
133
Problem D
FILL
There are three jugs with a volume of a, b and c liters. (a, b, and c are positive integers not greater than 200). The first and the second jug are initially empty, while the thi...
分类:
其他好文 时间:
2014-09-11 09:42:51
阅读次数:
210
#include
#include
#include
using namespace std;
const int maxm = 40010;
const int maxn = 1010;
int first[maxn], cnt;
struct edge
{
int u, v, next;
}e[maxn*maxn];
int ans[maxm];
bool vis[maxm];
int...
分类:
其他好文 时间:
2014-09-10 22:30:11
阅读次数:
206
让我们打开之前的项目:My_First_SSIS_Project_After_Step_2.zip之前项目中我们已经向dbo.contact 导入了19972行,如果再次执行包会重复导入,让我们来解决这个问题.增量导入目标 (Incremental Load Goals)在我们批量处理之前,先来明确...
分类:
其他好文 时间:
2014-09-10 17:32:10
阅读次数:
311
1. DevExpress TreeList控件的复选框 2. Code First Entity Framework基本与最佳添加(add-create),删除(delete-remove),修改(update-modify)操作 3. linq to oracle读取数据到DataSet4. C...
分类:
其他好文 时间:
2014-09-10 17:15:10
阅读次数:
176
Just installed the KDE on my Ubuntu, and the Internet explorer comes with the KDE is the Konqueror, however the first time I was using the Konqueror found it cannot display the Chinese properly, all becomes gubbish characters, found the solution by google...
分类:
其他好文 时间:
2014-09-10 12:36:20
阅读次数:
253