您好,欢迎光临本网站![请登录][注册会员]  

搜索资源列表

  1. 混沌映射singer map 和 logistic map分叉图

  2. 两个混沌分叉图 前提: import matplotlib.pyplot as plt import numpy as np singer map python代码 def singermap10(x0, a, b, iters): x = x0 u = np.arange(a, b, 0.001) for i in range(iters): x = u * (7.86 * x - 23.31 * x ** 2 + 28.75 * x ** 3 - 1
  3. 所属分类:其它

    • 发布日期:2021-01-20
    • 文件大小:58368
    • 提供者:weixin_38727694