摘要: #define QUE_SIZE 1000 typedef struct que { int front; int rear; int node[QUE_SIZE]; }Que; int QueInit(Que *p); int QueIsEmpty(Que *p); int QueIsFull(Que *p); int QueAddRear(Que *p, int n); int Q... 阅读全文
posted @ 2016-04-22 16:36 SLOOP 阅读(133) 评论(0) 推荐(0)
摘要: 毁人不倦 - 大公司小公司我要阻止做java开发的男朋友去创业型公司工作吗? 不禁有些感慨。有些话,似乎不吐不快;但这种月经帖,似乎确实没多少意义。——但有意思呀!呵呵。最后通过扔硬币的方式决定还是写吧。首先还是回答妹子的问题吧。要想阻止你男朋友,有两种方法。但都需要一个前提:知道你男朋友想要什么,... 阅读全文
posted @ 2015-07-15 13:07 SLOOP 阅读(130) 评论(0) 推荐(0)