Problem Description Angel was caught by the MOLIGPY! He was put in prison by Moligpy. The prison is described as a N * M (N, M <= 200) matrix. There a ...
分类:
其他好文 时间:
2018-02-13 16:39:51
阅读次数:
185
# http://blog.csdn.net/github_36326955/article/details/54999627 python代码实现可参考: http://blog.csdn.net/dream_angel_z/article/details/46343597 ...
分类:
编程语言 时间:
2018-02-07 22:55:04
阅读次数:
638
本文转自Angel_Kitty。 前言:由于计算机运算是有模运算,数据范围的表示有一定限制,如整型int(C++中int 与long相同)表达范围是(-2^31~2^31-1),unsigned long(无符号整数)是(0~2^32-1),都约为几十亿.如果采用实数型,则能保存最大的double只 ...
分类:
编程语言 时间:
2018-02-06 20:14:59
阅读次数:
182
题目描述 Once there was a pig, which was very fond of treasure hunting. The treasure hunt is risky, and it is inadvertently caught in the peach blossom tr ...
分类:
其他好文 时间:
2017-12-24 21:25:08
阅读次数:
243
转:http://www.cnblogs.com/ECJTUACM-873284962/p/7628894.html#_nav_0 Angel_Kitty的原创博文 ①拥有自己的CSS代码②修改鼠标图案③公告栏的设置关于背景音乐④关于CSS动画特效⑤用Canvas和requestAnimFrame做 ...
分类:
其他好文 时间:
2017-12-21 17:14:24
阅读次数:
228
Caught: java.sql.SQLException: Io 异常: Got minus one from a read call 使用JDBC连接Oracle时,多次出现上述错误,后来去网上找了下,基本提供的方法有这么几种: 1:数据库连接满了,扩大数据库连接池 2:所登录的机子IP不在sq ...
分类:
其他好文 时间:
2017-12-14 04:03:16
阅读次数:
142
void signalHandler(int signo){ switch (signo){ case SIGALRM: printf("Caught the SIGALRM signal!\n"); handleHeartbeat(); break; }}void startHeart() { / ...
分类:
其他好文 时间:
2017-11-10 21:46:21
阅读次数:
191
圣诞广场 (15分) C时间限制:3000 毫秒 | C内存限制:3000 Kb 题目内容: Angel最近无聊,去了圣诞岛(CX *^_^*),他喜欢无目的的乱逛,当然,他不会轻易地回头。Angel想 去广场,那么,他什么时候才能到呢?你已经得到了CX的地图,地图上有N(N <= 100)个交叉路 ...
分类:
其他好文 时间:
2017-10-28 22:04:52
阅读次数:
168
package signal Types of signals The signals SIGKILL and SIGSTOP may not be caught by a program, and therefore cannot be affected by this package. //si ...
分类:
其他好文 时间:
2017-10-27 17:51:36
阅读次数:
199
Paladin Manao caught the trail of the ancient Book of Evil in a swampy area. This area contains n settlements numbered from 1 to n. Moving through the ...
分类:
其他好文 时间:
2017-10-27 13:42:35
阅读次数:
224