摘要: ` #include #include #include using namespace std; int main() { int n; string *lineWords=new string[n]; int index=0; string line; fstream Englishfile; 阅读全文
posted @ 2021-12-18 01:03 BruceWhisky 阅读(107) 评论(0) 推荐(0)
摘要: 首先确保你已经装好了anaconda 使用conda --version可以查看你的anaconda版本 新建一个python版本3.6的环境(环境名字为tensorFlow):conda create --name tensorflow python=3.6 查看你当前已经存在的环境 conda 阅读全文
posted @ 2020-10-27 15:08 BruceWhisky 阅读(60) 评论(0) 推荐(0)