上一页 1 ··· 88 89 90 91 92 93 94 95 96 ··· 164 下一页
  2018年8月13日
摘要: 集合是无序的,内部元素是唯一的 阅读全文
posted @ 2018-08-13 07:50 蔡军帅 阅读(86) 评论(0) 推荐(0)
摘要: 集合是无序的,内部元素是唯一的 阅读全文
posted @ 2018-08-13 07:50 蔡军帅 阅读(111) 评论(0) 推荐(0)
  2018年8月12日
摘要: This time, you are supposed to find A*B where A and B are two polynomials. Input Specification: Each input file contains one test case. Each case occu 阅读全文
posted @ 2018-08-12 18:00 蔡军帅 阅读(323) 评论(0) 推荐(0)
摘要: 1009 Product of Polynomials (25)(25 分)This time, you are supposed to find A*B where A and B are two polyno... 阅读全文
posted @ 2018-08-12 18:00 蔡军帅 阅读(89) 评论(0) 推荐(0)
摘要: 1.写入excel,一开始不需要自己新建一个excel,会自动生成attribute_proba是我写入的对象 import xlwt myexcel = xlwt.Workbook() sh... 阅读全文
posted @ 2018-08-12 13:45 蔡军帅 阅读(680) 评论(0) 推荐(0)
摘要: 1.写入excel,一开始不需要自己新建一个excel,会自动生成 attribute_proba是我写入的对象 import xlwt myexcel = xlwt.Workbook() sheet = myexcel.add_sheet('sheet') si=-1 sj=-1 for i in 阅读全文
posted @ 2018-08-12 13:45 蔡军帅 阅读(9601) 评论(0) 推荐(0)
摘要: 今天,我成功将项目要导入的测试数据导入并呈现了,虽然还不是很完美,但我之后仍会继续改进。 1.首先在主页面上加一个超链接按钮: 其它的不需要管,其它是我的另一个项目,没什么大用的 2.之后配置URL: 3.去views.py里写函数 4.去编写show_excel.html。 大功告成,pip ma 阅读全文
posted @ 2018-08-12 13:26 蔡军帅 阅读(5443) 评论(3) 推荐(0)
  2018年8月11日
摘要: 我出现了报错 Could not find 'cudnn64_7.dll'. TensorFlow requires that this DLL be installed in a directory that is named in your %PATH% environment variable 阅读全文
posted @ 2018-08-11 22:50 蔡军帅 阅读(26872) 评论(0) 推荐(0)
摘要: 我出现了报错Could not find 'cudnn64_7.dll'. TensorFlow requires that this DLL be installed in a directory th... 阅读全文
posted @ 2018-08-11 22:50 蔡军帅 阅读(194) 评论(0) 推荐(0)
摘要: .keys(), .values(), .items() dict1.clear() ,建议清空用.clear(),而不是dict1={},a=b时,a={},b仍有,而a.calear()以后,a、b都为{} dict1.copy()为浅拷贝,浅拷贝地址是不一样的,id()来查看地址,而赋值的话, 阅读全文
posted @ 2018-08-11 13:57 蔡军帅 阅读(117) 评论(0) 推荐(0)
上一页 1 ··· 88 89 90 91 92 93 94 95 96 ··· 164 下一页