会员
周边
新闻
博问
闪存
众包
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
As198601
博客园
首页
新随笔
联系
订阅
管理
2022年11月26日
网址
摘要: <!DOCTYPE html><html><head><meta charset="utf-8"><title>网址</title></head><boby><a href="http://tongxin.ezcode.cn/#/">童心少年</a><br/><a href="http://tk.m
阅读全文
posted @ 2022-11-26 19:35 chenruolin1
阅读(127)
评论(0)
推荐(0)
2022年11月25日
设置网站
摘要: <img src="https://gimg2.baidu.com/image_search/src=http%3A%2F%2Fzkres1.myzaker.com%2F201904%2F5cbedda0b15ec058f76b4711_raw.gif&refer=http%3A%2F%2Fzkre
阅读全文
posted @ 2022-11-25 19:39 chenruolin1
阅读(115)
评论(0)
推荐(0)
九九乘法表
摘要: #include <iostream> using namespace std; int main() { for(int i=1;i<=9;i++){ for(int j=1;j<=i;j++){ cout<<j<<"x"<<i<<"="<<j*i<<" "; } cout<<endl; } re
阅读全文
posted @ 2022-11-25 18:40 chenruolin1
阅读(18)
评论(0)
推荐(0)
2022年10月29日
字符串分割(3)
摘要: #include <iostream> #include <string> using namespace std; int main() { string a; string str="a:=3;b:=4;c:=5;"; int index=str.find(";"); a=str.substr(
阅读全文
posted @ 2022-10-29 20:19 chenruolin1
阅读(10)
评论(0)
推荐(0)
字符串分割(2)
摘要: #include <iostream> #include <string> using namespace std; int main() { string str="雷猴,我是李玉波,我今年上八年级;"; //replace是替换的意思 //一个汉字是两个字符 str=str.replace(st
阅读全文
posted @ 2022-10-29 20:18 chenruolin1
阅读(10)
评论(0)
推荐(0)
2022年10月15日
连接我的世界
摘要: #include <iostream> #include <string> #include "minecraft.h" using namespace std; TxMinecraft mc; int main() { bool con=mc.ConnectMinecraft("zk.makebl
阅读全文
posted @ 2022-10-15 16:27 chenruolin1
阅读(11)
评论(0)
推荐(0)
2022年10月2日
文件流
摘要: #include <iostream> #include <fstream> using namespace std; int main(int argc, char** argv) { char data[100]; ifstream infile; infile.open("me.txt");
阅读全文
posted @ 2022-10-02 08:19 chenruolin1
阅读(27)
评论(1)
推荐(0)
字符串分割
摘要: #include <iostream> #include <fstream> #include <string> using namespace std; int main() { ifstream readfile; readfile.open("八卦图数据源.txt"); string str;
阅读全文
posted @ 2022-10-02 07:56 chenruolin1
阅读(23)
评论(2)
推荐(0)
公告