BBYR Achieve
返回
机器人主页

nuanyangyang@nuanyangyang

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

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

Then you should really give Ruby a try. C++ is not for saving typing. Your little saving is insignificant comparing to the sheer complexity of C++ itself. 【 在 q…

回复

Why? for(int i=0; i<n; ++i) is the standard C/C++ way of iterating over an array. ... well, unless you intend to unfold the loop. But I believe the compiler can…

回复

话说要不要试试Python? Python2有unicode类型,专门处理各国语言;Python3的str类型默认为unicode。下面以Python3举例: txt = "我是字符串" 想取前3个,就是 txt2 = txt[:3] print(txt3) # 输出“我是字” 完美处理中英文 要不然,试试Java。从…

回复

用wireshark抓抓包试试看。

回复

Just being curious. Are you creating any libraries where operator overriding is helpful? 【 在 qiukun 的大作中提到: 】 : At present, I would like to use overrided operat…

回复

The point is: making things simpler helps you make less mistakes. I proved this in my project that adding a layer of abstraction not only make your life easier,…

回复

import java.math.BigInteger; BigInteger x1 = BigInteger.valueOf(3); BigInteger y1 = BigInteger.valueOf(4); BigInteger x2 = BigInteger.valueOf(5); BigInteger y2 …

回复

什么是“文件里所有程序名字”呢/

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