NetworkingTime Limit: 1000msMemory Limit: 10000KBThis problem will be judged on PKU. Original ID: 1287 64-bit integer IO format: %lld Ja...
分类:
Web程序 时间:
2015-03-12 22:23:33
阅读次数:
115
Building a Space StationTime Limit: 1000msMemory Limit: 30000KBThis problem will be judged on PKU. Original ID: 2031 64-bit integer IO fo...
分类:
其他好文 时间:
2015-03-12 22:16:42
阅读次数:
138
学习论坛:轩辕软件论坛中国IT实验室C/C++论坛编程爱好者论坛编程中国论坛进阶站点:浙江工业http://acm.zjut.edu.cn浙江大学http://acm.zju.edu.cn北京大学http://acm.pku.edu.cn/JudgeOnline天津大学http://acm.tju....
分类:
编程语言 时间:
2015-02-23 15:22:47
阅读次数:
264
题目
http://acm.pku.edu.cn/JudgeOnline/problem?id=1222 描述
给你一个5行6列的矩阵分别表示30个灯,矩阵map[i][j]为1表示灯亮着, 0表示灯没亮. 要求你输出解决方案. press[i][j]为1表示按一下,0表示不按。使得最后状态为所有灯都熄灭。 分析
高斯消元法(Gaussian eliminati...
分类:
其他好文 时间:
2015-02-15 21:52:24
阅读次数:
180
食物链Description动物王国中有三类动物A,B,C,这三类动物的食物链构成了有趣的环形。A吃B, B吃C,C吃A。 现有N个动物,以1-N编号。每个动物都是A,B,C中的一种,但是我们并不知道它到底是哪一种。有人用两种说法对这N个动物所构成的食物链关系进行描述:第一种说法是"1 X Y",表...
分类:
其他好文 时间:
2015-01-28 17:16:39
阅读次数:
135
mysql下载:ftp://mirror.switch.ch/mirror/mysql/Downloads/MySQL-5.5/ftp://ftp.pku.edu.cn/open/db/MySQL/说明:MySQL自5.5版本以后开始使用cmake编译。1、安装所需要系统库相关库文件[root@centos64~]#yuminstall-ygccgcc-c++gcc-g77autoconfautomakezlib*fiex*libxml*ncur..
分类:
数据库 时间:
2015-01-13 10:41:59
阅读次数:
258
浙江大学 acm在线测试http://acm.zju.edu.cn/onlinejudge/北京大学 acm在线测试http://acm.pku.edu.cn/JudgeOnline/http://www.spoj.pl/
分类:
其他好文 时间:
2014-12-28 00:19:26
阅读次数:
170
函数讲解部分参考http://net.pku.edu.cn/~yhf/linux_c/
calloc(配置内存空间)
相关函数
malloc,free,realloc,brk
表头文件
#include
定义函数
void *calloc(size_t nmemb,size_...
分类:
系统相关 时间:
2014-12-17 21:03:21
阅读次数:
337
函数讲解部分参考http://net.pku.edu.cn/~yhf/linux_c/
isalnum(测试字符是否为英文或数字)
相关函数
isalpha,isdigit,islower,isupper
表头文件
#include
定义函数
int isalnum (int c)
...
分类:
系统相关 时间:
2014-12-16 22:43:52
阅读次数:
385