DP。 1 #include 2 #include 3 #include 4 #include 5 #include 6 using namespace std; 7 8 #define MAXN 105 9 int score[MAXN];10 bool map[MAXN][MAXN]...
分类:
其他好文 时间:
2014-11-16 23:01:54
阅读次数:
197
又在Wikipedia上把GNU、Linux等看了一下。 GNU: The GNU Project is a free software, mass collaboration project, announced on 27 September 1983, by Richard Stall...
分类:
其他好文 时间:
2014-11-16 18:40:05
阅读次数:
232
Uva 10118 Free Candies (DP+记忆化搜索) —— black的专栏 ——waShaXiu...
分类:
其他好文 时间:
2014-11-16 17:25:33
阅读次数:
289
1 % A script for display the process of Fourier Transform of FID 2 % FID stands for Free Induction Decay,which is a signal over time domain.We 3 % ca....
分类:
其他好文 时间:
2014-11-16 17:06:44
阅读次数:
188
char* p = (char *) malloc (0);
代码也能通过编译,但事实上只分配了0个字节大小的内存空间,当你往里头存入一个整数,就会有3个字节无家可归
,结果是后面的内存中原有数据内容被改写。这样做是很危险的。
这种错误也可以自己测试出来,虽然写入动态空间,但是在释放动态空间是没法释放的,因为free函数不能释放别人的空间。...
分类:
其他好文 时间:
2014-11-16 14:47:55
阅读次数:
396
Bounding volumeFrom Wikipedia, the free encyclopediaA three-dimensional model with its bounding box drawn in dashed lines.Forbuilding codecompliance, ...
分类:
其他好文 时间:
2014-11-15 22:59:51
阅读次数:
347
1.loadaveragetopuptime2.CPU利用率top1多核CPU查看Shift+H用线程查看-p指定查看的进程top|grepCpu3.磁盘剩余空间df-h按单位格式输出du-h按单位格式输出4.网络trafficsar-nDEV11-n汇报网络状况DEV查看各个网卡网络流量n间隔秒数n总共取几次5.磁盘I/Oiostat-d-k6.内存使用free-m..
分类:
系统相关 时间:
2014-11-14 15:54:35
阅读次数:
266
很多PHP搭建的网站都在由apache转向了nginx。nginx的日志信息如何分析呢?推荐一款结果信息非常详尽的开源工具——Awstats ,它基于perl编写,它的介绍如下:AWStats is a free powerful and featureful tool that generates...
分类:
其他好文 时间:
2014-11-14 14:16:41
阅读次数:
166
|Main|Site Index|Download|mimetic A free/GPL C++ MIME Librarymimetic is a free/GPL Email library (MIME) written in C++designed to be easy to use and i...
分类:
编程语言 时间:
2014-11-14 10:42:54
阅读次数:
2797
Microsoft于2014年11月12日(PST)宣布.NET开源,一个“闭关锁国”的商业帝国也迎来了“改革开放”。。。
Q1:为什么要开源?
Ans:因为要将.NET这种与系统层紧密结合的框架移植到Linux、Android、IOS、Mac OS等平台下必须遵守GPL等开源协议,所以.NET开源是迫不得已。
Q2:为什么要将.NET移植到Linux、Android、IOS、Mac OS等...
分类:
Web程序 时间:
2014-11-14 07:05:09
阅读次数:
236