登录
首页 » Python » 中国石油大学油藏数值模拟作业

中国石油大学油藏数值模拟作业

于 2020-12-01 发布
0 413
下载积分: 1 下载次数: 4

代码说明:

刘月田老师的作业,大家可以参考参考。

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 联邦学习实战代码
    联邦学习实战代码
    2021-05-07下载
    积分:1
  • 认识NumPy数组对象
    【实例简介】
    2021-10-24 00:30:58下载
    积分:1
  • LSTM入门正弦波序列预测
    LSTM入门学习,正弦波序列预测         for i, input_t in enumerate(input.chunk(input.size(1), dim=1)):             h_t, c_t = self.lstm1(input_t, (h_t, c_t))             h_t2, c_t2 = self.lstm2(h_t, (h_t2, c_t2))             output = self.linear(h_t2)  # output.shape:[batch,1]             outputs = [output]  # outputs.shape:[[batch,1],...[batch,1]], list composed of n [batch,1],         for i in range(future):  # if we should predict the future             h_t, c_t = self.lstm1(output, (h_t, c_t))             h_t2, c_t2 = self.lstm2(h_t, (h_t2, c_t2))             output = self.linear(h_t2)  # output.shape:[batch,1]             outputs = [output]  # outputs.shape:[[batch,1],...[batch,1]], list composed of n [batch,1],         outputs = torch.stack(outputs, 1).squeeze(2)  # shape after stack:[batch, n, 1], shape after squeeze: [batch,n]         return outputs
    2021-06-30 00:31:01下载
    积分:1
  • python实验课做的一些小程序
    bp、爬虫、cnn 实验
    2020-12-12下载
    积分:1
  • Python/Matlab 小波包变换实例源码
    1、用自己采样得到的故障诊断数据分别采用Python/MATLAB两种方式对样本数据进行故障特征提取。  2、附有数据文件夹,里面包含有9种不同的故障样本集原始数据,每一种故障样本集共有100组样本。文件夹共有900组样本数据。  3、两份用Python或MATLAB写的源码都是对故障样本进行特征提取并归一化操作,改变文件路径可以直接运行
    2019-06-28下载
    积分:1
  • WORD文档操作(python源码)
    需安装 pip install python_docx 生成的word文档如下
    2019-12-08下载
    积分:1
  • python采集数据并保存到excel文件
    【实例简介】 python采集【东方财富网 > 行情中心 > 沪深指数 > 上证系列指数】数据 解压后直接运行,本地产出.xlsx
    2021-06-11 00:31:28下载
    积分:1
  • python书籍:A Primer on Scientfic Programming with Python, Third Edition
    【实例简介】
    2021-08-09 00:31:01下载
    积分:1
  • 告白树(于turtle)
    【实例简介】python 画表白树,树叶上可以写上心爱的人的名字,适用于表白场景
    2021-06-02 00:31:40下载
    积分:1
  • GAN时序预测python代码
    【实例简介】 该代码使用生成对抗网络 进行时序预测
    2021-07-23 00:31:14下载
    积分:1
  • 696518资源总数
  • 106235会员总数
  • 12今日下载