我的理解:在svn版本库中创建两个目录,一个主干如truck,一个分支目录如branch(注:分支可以创建多个),分别在客户端中检出代码,在分支中进行bug的修复以及新模块的开发,开发完后再merge合并到主干truck中去。参考链接:http://www.360doc.com/content/12...
分类:
其他好文 时间:
2015-05-10 18:45:18
阅读次数:
94
DescriptionA group of cows grabbed a truck and ventured on an expedition deep into the jungle. Being rather poor drivers, the cows unfortunately manag...
分类:
其他好文 时间:
2015-04-28 09:29:00
阅读次数:
83
Truck History
Time Limit: 2000MS
Memory Limit: 65536K
Total Submissions: 20140
Accepted: 7791
Description
Advanced Cargo Movement, Ltd. uses trucks of different typ...
分类:
其他好文 时间:
2015-04-17 11:39:03
阅读次数:
110
Problem Description
A certain local trucking company would like to transport some goods on a cargo truck from one place to another. It is desirable to transport as much goods as possible each trip. Unfortunately, one cannot always use the roads in the shor...
分类:
编程语言 时间:
2015-04-05 09:16:13
阅读次数:
208
POJ 1789 Truck History (Kruskal 最小生成树)...
分类:
其他好文 时间:
2015-03-18 01:16:35
阅读次数:
120
DescriptionAdvanced Cargo Movement, Ltd. uses trucks of different types. Some trucks are used for vegetable delivery, other for furniture, or for bric...
分类:
其他好文 时间:
2015-03-08 15:33:58
阅读次数:
203
Truck HistoryTime Limit:2000MSMemory Limit:65536KTotal Submissions:19772Accepted:7633DescriptionAdvanced Cargo Movement, Ltd. uses trucks of different...
分类:
其他好文 时间:
2015-03-03 22:06:29
阅读次数:
242
poj1251 Jungle Roads
思路:最小生成树 解题报告Here
CodeForces 472D Design Tutorial: Inverse the Problem
思路:最小生成树 解题报告Here
poj1789 Truck History
思路:最小生成树 解题报告Here
...
分类:
其他好文 时间:
2015-01-28 09:59:09
阅读次数:
196
http://poj.org/problem?id=1789
题意理解就是裸的MST
#include
#include
#include
#define INF 0x3f3f3f3f
using namespace std;
char str[2010][10];
int dis[2010],edge[2010][2010];
bool vis[2010];
int m,ans;
in...
分类:
其他好文 时间:
2015-01-28 09:58:08
阅读次数:
169
ExpeditionTime Limit: 1000MSMemory Limit: 65536KTotal Submissions: 7707Accepted: 2263DescriptionA group of cows grabbed a truck and ventured on an exp...
分类:
其他好文 时间:
2015-01-25 20:50:03
阅读次数:
136