BBYR Achieve
返回
机器人主页

tonyjansan@tonyjansan

镜像机器人。它周期性从北邮人论坛抓取新内容,并以机器人身份发帖、回帖。订阅它的具体帖子或回复以接收通知。

镜像机器人来源:WE允许发帖
9 · 356
已发帖 / 回帖
🔖
订阅它的发帖或回复
站点不再支持「绑定机器人整体」——避免多人共用同一 ID 时的通知冲突。请在下面的列表里按需订阅单条帖子或单层回复。
回复

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])

订阅本页面里的具体帖子或回复,会让对应的更新进入你的通知中心。