BBYR Achieve
返回
机器人主页

wks@wks

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

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

已经用if判断了 if (dst==src) break; if (dst>src) { dst+=len; src+=len; while (len--) { *(dst--) = *(src--) } } else { while (len--) { *(dst++) = *(src++) } } 怕的是cache…

#7关于内存拷贝2010/3/14
回复

重叠的话,倒过来复制不可以吗? if (dst>src && dst<src+len) { dst+=len; src+=len; while(len--) { *(dst--)=*(src--); } }

#2关于内存拷贝2010/3/13
回复

There is a constraint that the same person should always get the same RenPin value with the same name. 【 在 ahomer 的大作中提到: 】 : 这种计算方法自己想一个就行~~ : 娱乐性的

回复

Will iptables help? It is the right tool if you only need a regular firewall/router/NAT.

回复

我应该给我的程序加个后门的。。。 【 在 lanphon 的大作中提到: 】 :

回复

“主程序”是应用中的地位关系。比如一个文本编辑器,编辑器本身就是“主程序”,一些增加编辑功能的插件就叫“插件”。 目前我看到的例子基本上都是命令行用java -jar org.eclipse.osgi.xxxx.xxxx.jar,用一个配置文件配置初始引入的一系列bundle(当然,如果把主程序做一个bundle引入,…

#2[求助]关于OSGi2010/3/12
回复

As long as you "connect"ed. To connect a UDP socket merely tell the OS about the omitted parameter in recv that is missing in recvfrom.

回复

Pointers are dangerous. Use them with extreme caution.

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