上一页 1 ··· 13 14 15 16 17 18 19 20 21 ··· 164 下一页
  2020年1月13日
摘要: 举例,求解下列常微分方程: # -*- coding: utf-8 -*- import numpy as np import random as r import matplotlib.pyplot as plt import math p0=2 lam=5 #dp/dt=lam*p,p(0)=p 阅读全文
posted @ 2020-01-13 10:40 蔡军帅 阅读(598) 评论(0) 推荐(0) 编辑
摘要: 举例,求解下列常微分方程:# -*- coding: utf-8 -*-import numpy as npimport random as rimport matplotlib.pyplot as ... 阅读全文
posted @ 2020-01-13 10:40 蔡军帅 阅读(200) 评论(0) 推荐(0) 编辑
  2020年1月12日
摘要: 版权声明:本文为CSDN博主「TechXYM」的原创文章,遵循 CC 4.0 BY-SA 版权协议,转载请附上原文出处链接及本声明。原文链接:https://blog.csdn.net/zaishuiyifangxym/article/details/88170827 目录 一、 LaTex简介 ( 阅读全文
posted @ 2020-01-12 12:15 蔡军帅 阅读(1092) 评论(0) 推荐(0) 编辑
摘要: 版权声明:本文为CSDN博主「TechXYM」的原创文章,遵循 CC 4.0 BY-SA 版权协议,转载请附上原文出处链接及本声明。原文链接:https://blog.csdn.net/zaishuiyi... 阅读全文
posted @ 2020-01-12 12:15 蔡军帅 阅读(302) 评论(0) 推荐(0) 编辑
摘要: ... 阅读全文
posted @ 2020-01-12 12:10 蔡军帅 阅读(376) 评论(0) 推荐(0) 编辑
摘要: # -*- coding: utf-8 -*- import matplotlib.pyplot as plt import random as r p=0.495 p1=0.095 p2=0.745 a=3 b=2 s=0 a1=[0]*100 a2=[0]*100 a32=[0]*100 a22 阅读全文
posted @ 2020-01-12 10:46 蔡军帅 阅读(331) 评论(0) 推荐(0) 编辑
摘要: # -*- coding: utf-8 -*-import matplotlib.pyplot as plt import random as rp=0.495p1=0.095p2=0.745... 阅读全文
posted @ 2020-01-12 10:46 蔡军帅 阅读(168) 评论(0) 推荐(0) 编辑
  2020年1月5日
摘要: I 考试性质计算机学科专业基础综合考试是为高等院校和科研院所招收计算机科学与技术学科的硕士研究生而设置的具有选拔性质的联考科目,其目的是科学、公平、有效地测试考生掌握计算机科学与技术学科大学本科阶段专业知... 阅读全文
posted @ 2020-01-05 21:09 蔡军帅 阅读(983) 评论(0) 推荐(0) 编辑
摘要: I 考试性质 计算机学科专业基础综合考试是为高等院校和科研院所招收计算机科学与技术学科的硕士研究生而设置的具有选拔性质的联考科目,其目的是科学、公平、有效地测试考生掌握计算机科学与技术学科大学本科阶段专业知识、基本理论、基本方法的水平和分析问题、解决问题的能力,评价的标准是高等院校计算机科学与技术学 阅读全文
posted @ 2020-01-05 21:09 蔡军帅 阅读(6322) 评论(0) 推荐(2) 编辑
  2019年12月24日
摘要: 1081 Rational Sum (20分) Given N rational numbers in the form numerator/denominator, you are supposed to calculate their sum. Input Specification: Each 阅读全文
posted @ 2019-12-24 00:47 蔡军帅 阅读(327) 评论(0) 推荐(0) 编辑
上一页 1 ··· 13 14 15 16 17 18 19 20 21 ··· 164 下一页