自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(4)
  • 收藏
  • 关注

转载 The three existing studies also have some limitations

The three existing studies also have some limitations. Hyde et al. (2014) and Khanum et al. (2016) only asked school-age children to undergo a very brief ANS training, and it is unclear how generalizable their findings are. All three studies used calculati

2023-11-26 11:39:02 146

转载 研究生学术英语读写教程(中国科学院大学)Unit 2 Are we ready for the next volcanic catastrophe?

2023-10-07 10:52:13 2475

原创 c++在文件中提取数字或字母

c++在文件中提取数字或字母以下是提取数字,字母的话只需要简单的更改一下就可以啦#include<iostream>#include<fstream>using namespace std;int main(){ ifstream in; string s; in.open("./a.txt",ios::in); if(!i...

2020-04-13 23:09:25 1799

原创 c++ 从一文本文件中删除所有指定的某字符串

c++ 从一文本文件中删除所有指定的某字符串期待更改的建议和更方便的操作。#include<iostream>#include<fstream>using namespace std;int main(){ ifstream in; string s; in.open("./a.txt",ios::in);//文件名a.txt ...

2020-04-13 23:01:21 2882

空空如也

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除