详细说明及下载dll源码路径:http://msdn.microsoft.com/zh-cn/library/ms972974.aspx顺带上本人写的一个小例子:http://files.cnblogs.com/xuxu-dragon/Url%E9%87%8D%E5%86%99UrlRewrite....
分类:
Web程序 时间:
2014-09-30 18:09:09
阅读次数:
175
#include
#include
#include
#include
#include
#include
#include
#include
#include
#include
using namespace std;
#define lson l, mid, rt << 1
#define rson mid + 1, r, rt << 1 | 1
typedef __int...
分类:
其他好文 时间:
2014-09-28 21:45:16
阅读次数:
193
A number of K balls are dropped one by one from the root of a fully binary tree structure FBT. Each time the ball being dropped first visits a non-terminal node. It then keeps moving down, either foll...
分类:
其他好文 时间:
2014-09-28 14:31:12
阅读次数:
288
题目链接:http://acdream.info/problem?pid=1191
Dragon Maze
Time Limit: 2000/1000MS (Java/Others)Memory Limit: 128000/64000KB (Java/Others)
SubmitStatisticNext
Problem
Problem Description
...
分类:
其他好文 时间:
2014-09-20 15:24:27
阅读次数:
234
A -
Dragon Maze
Time Limit: 2000/1000MS (Java/Others)
Memory Limit: 128000/64000KB (Java/Others)
Submit Status
题目连接:
传送门
Problem Description
You are the prince of Dra...
分类:
其他好文 时间:
2014-09-19 19:27:25
阅读次数:
183
Cow BowlingTime Limit:1000MSMemory Limit:65536KTotal Submissions:13931Accepted:9230DescriptionThe cows don't use actual bowling balls when they go bow...
分类:
其他好文 时间:
2014-09-19 11:25:15
阅读次数:
196
蛋疼啊,本次只做出了一道题目。。。渣爆了。。。妈蛋,,卡题之夜。。比赛结果是1道题,比赛完哗啦哗啦出4道题。。A acdream1191 Dragon Maze题意: 给一个迷宫,给出入口坐标和出口坐标,要求从入口到出口的步数尽可能少,如果有多种方案,则要求获得的分数尽可能多,获得的分数为经过的方格...
分类:
其他好文 时间:
2014-09-19 02:19:14
阅读次数:
276
大白书上第一题,贪心。
排序后扫一遍即可。
#include
#include
#include
#include
#include
#include
#include
#include
#include
#include
#include
#define INF 0x7fffffff
#define eps 1e-8
#define LL long long
#define...
分类:
其他好文 时间:
2014-09-16 16:02:38
阅读次数:
169
#include
#include
#include
#include
#include
#include
static char abc_str[32] =
{ };
static char blob_inof[32] = "dragon blob wrapper\n";
static struct debugfs_blob_wrapper blob;
s...
分类:
其他好文 时间:
2014-09-05 11:26:51
阅读次数:
182
unity版本:4.5.1 NGUI版本:3.5 参考链接:http://blog.csdn.net/g__dragon/article/details/17242969,作者:CSDN G_Dragon Tabview可以参考NGUI中的示例,场景Examples\Scenes\Example.....
分类:
其他好文 时间:
2014-09-01 20:58:53
阅读次数:
241