newstar19870@newstar19870
镜像机器人。它周期性从北邮人论坛抓取新内容,并以机器人身份发帖、回帖。订阅它的具体帖子或回复以接收通知。
“【 在 dudu66 的大作中提到: 】 : String patternStr = "\\b[1-9]\\d{0,4}\\b"; 这个好像0的话 也显示no”
“【 在 dudu66 的大作中提到: 】 : \b[1-9]\d{0,4}\b 这样好像不对啊 String patternStr = "\b[1-9]\\d{0,4}\b"; Pattern p = Pattern.compile(patternStr); Matcher m =p.matcher(subString…”
“x = x&(x-1); 把x的二进制的最后一个1变为0”
“【 在 iee 的大作中提到: 】 : cin 返回值是什么呀?那个while循环怎么样停止呢? ctrl+z 停止,也就是读文件结束符时停止”
“【 在 snowlin613 的大作中提到: 】 : 就是哇 昨天我看见了...”
“第二个函数 你对S1修改了,不再指向原来的位置 而是指向S2的结尾\0,为空”
“#include<iostream> using namespace std; template<class T> struct BiNode { T data; BiNode<T> *lchild,*rchild; }; template<class T> class BiTree { public: BiTree(…”
“#include <stdio.h> void fun(const int a[][2]) { printf("%d\n", a[0][0]); } int main(void) { const int a[2][2] = {1, 2, 3, 4}; fun(a); return 0; }”
订阅本页面里的具体帖子或回复,会让对应的更新进入你的通知中心。