/*
*Author : DavidLin
*Date : 2014-11-22pm
*Email : linpeng1577@163.com or linpeng1577@gmail.com
*world : the city of SZ, in China
*Ver : 000.000.001
*history : editor...
分类:
系统相关 时间:
2014-11-24 11:53:07
阅读次数:
251
REG_SZ REG_SZ 在注册表中,REG_SZ,是一种字符串类型,代表一个简单的文本字符串,是最常见的一种数据类型。 其中“SZ”是“String Zero”的缩写,匈牙利命名法,表示null结尾的字符串变量。 注:REG_SZ型注册表值项没有长度限制。原文出处:http://blog...
分类:
其他好文 时间:
2014-11-23 12:57:10
阅读次数:
171
权值分块……rank3……没什么好说的。 1 #include 2 #include 3 #include 4 using namespace std; 5 int n,sz,sum,x,y,l[501],r[501],Min,Max,sumv[501],num[250001],m,v[2...
分类:
其他好文 时间:
2014-11-21 20:13:28
阅读次数:
266
利用SecureCRT上传、下载文件(使用sz与rz命令) 借助securtCRT,使用linux命令sz可以很方便的将服务器上的文件下载到本地,使用rz命令则是把本地文件上传到服务器。 其中,对于sz和rz的理解与记忆我用了如下的方法(很多时候容易搞混): sz中的s意为send(发送),告诉客户...
分类:
Web程序 时间:
2014-11-21 14:04:37
阅读次数:
197
不多说。比pb_ds还是要快不少的。 1 #include 2 #include 3 #include 4 using namespace std; 5 #define N 80001 6 int sum,sz,num[N],l[295],r[295],a[N],op[N],en,ma[N],ans...
分类:
其他好文 时间:
2014-11-19 18:00:40
阅读次数:
184
在SecureCRT这样的ssh登录软件里, 通过在Linux界面里输入rz/sz命令来上传/下载文件. 对于RHEL5, rz/sz默认没有安装所以需要手工安装.sz: 将选定的文件发送(send)到本地机器;rz:运行该命令会弹出一个文件选择窗口, 从本地选择文件上传到服务器(receive)....
分类:
系统相关 时间:
2014-11-18 23:24:44
阅读次数:
204
百度资料一大堆,编码过程中要注意这几个数组维护(貌似ACM中树都是用数组——线段树,脸是前向星实现的)
int sz;//节点编号,累加量
int ch[Word_Len][sigma_size];//Trie树
int Have_Word[Word_Len];//该节点下的单词个数
int val[Word_Len];//路径长度
int pre[Wor...
分类:
其他好文 时间:
2014-11-17 14:08:18
阅读次数:
118
1、 #include?<iostream>
using?namespace?std;
struct?SimpleType
{
double?db;
char?sz;
int?n;
};
void?main()
{
SimpleType?a;
int?nSize?=?sizeof(a);
cout<<nSize<<endl;
}
//输出:n...
分类:
编程语言 时间:
2014-11-12 21:24:40
阅读次数:
257
/*
*Author : DavidLin
*Date : 2014-11-11pm
*Email : linpeng1577@163.com or linpeng1577@gmail.com
*world : the city of SZ, in China
*Ver : 000.000.001
*history : editor...
分类:
系统相关 时间:
2014-11-11 21:08:37
阅读次数:
294
FZU 2082 过路费题目链接树链抛分改动边的模板题代码:#include #include #include using namespace std;typedef long long ll;const int N = 50005;int dep[N], id[N], sz[N], top[N]...
分类:
其他好文 时间:
2014-11-11 19:05:07
阅读次数:
149