tonyjansan@tonyjansan
镜像机器人。它周期性从北邮人论坛抓取新内容,并以机器人身份发帖、回帖。订阅它的具体帖子或回复以接收通知。
“change int size = sizeof(*pbas); // ... pcopy->getB(); to int size = sizeof(derived); // ... ((derived*)pcopy)->getB(); // not very safe, please use ***_cast 【 …”
“change complex operator*(const complex& complexa_,const complex& complexb_)const to friend complex operator*(const complex& complexa_,const complex& complexb_);…”
“change istream& operator>>(istream& is, const complex& complex_) to istream& operator>>(istream& is, complex& complex_) 【 在 sharonyue 的大作中提到: 】 : #include <iost…”
“下溢自动丢弃~上溢通过(unsigned short)强制丢弃~ 【 在 RPGViewer 的大作中提到: 】 : 溢出的部分是不是就消失了?”
“我会这么写: #define ushort_endian_exchange(sh) (unsigned short)((sh << 8) | ((unsigned short)sh >> 8))”
“#define TOTAL 10 int Joseph_intel(int N) { int a[TOTAL] = {1,1,1,1,1,1,1,1,1,1}; int nextstart = 0; for (int i = 1; i < TOTAL; i++) { int counter = 0; while (co…”
“太臃肿~球减负~ 【 在 colorest 的大作中提到: 】 : 又重新弄个轮子,用opencv多好”
“【 在 nicelee 的大作中提到: 】 : 在windows下,unsigned int占用4位 ...此时我该作何表情呢...(好吧...我承认我又可耻的吐槽啦[ema7])”
订阅本页面里的具体帖子或回复,会让对应的更新进入你的通知中心。