登录
首页 » Python » 周期性边界条件

周期性边界条件

于 2021-04-11 发布
0 986
下载积分: 1 下载次数: 79

代码说明:

说明:  abaqus周期性边界条件代码,可以参考学习(Periodic boundary conditions)

文件列表:

周期性边界条件\AbaqusScriptFunc.py, 8467 , 2018-08-24
周期性边界条件\Example1_PeriodicBound_3D.py, 9243 , 2018-08-24
周期性边界条件\Example2_PeriodicBound_2D.py, 6034 , 2018-08-24
周期性边界条件\General_Mpc_Cube.py, 644 , 2018-08-24
周期性边界条件\material_library.py, 1329 , 2018-08-24
周期性边界条件\mpc_cube-Right.py, 51841 , 2018-08-24
周期性边界条件\MPC_Cube.py, 492 , 2018-08-24
周期性边界条件\Subroutine.py, 48864 , 2018-08-24
周期性边界条件\Subroutine.pyc, 32827 , 2018-08-24
周期性边界条件\Subroutines.py, 37385 , 2018-08-24
周期性边界条件\Subroutines.pyc, 24741 , 2018-08-24
周期性边界条件\untitled.py, 38797 , 2018-08-24
周期性边界条件\untitled.pyc, 23782 , 2018-08-24
周期性边界条件\一般性周期性边界条件.pdf, 1386837 , 2018-08-24
周期性边界条件\一般性周期性边界条件代码\General_Mpc_Cube.py, 644 , 2018-09-11
周期性边界条件\一般性周期性边界条件代码\Subroutine.py, 48864 , 2018-09-11
周期性边界条件\一般性周期性边界条件代码\Subroutine.pyc, 32827 , 2018-09-11
周期性边界条件\一般性周期性边界条件代码\untitled.py, 38797 , 2018-09-11
周期性边界条件\一般性周期性边界条件代码\untitled.pyc, 23782 , 2018-09-11
周期性边界条件\周期性边界条件代码\mpc_cube-Right.py, 51841 , 2018-09-11
周期性边界条件\周期性边界条件代码\Periodic2DRVE-ok-v1.py, 6025 , 2018-09-11
周期性边界条件\周期性边界条件代码version1\Example1_PeriodicBound_3D.py, 9243 , 2018-09-11
周期性边界条件\周期性边界条件代码version1\Example2_PeriodicBound_2D.py, 6034 , 2018-09-11
周期性边界条件\材料库代码\material_library.py, 1329 , 2018-09-11
周期性边界条件\潘清的mpc\MPC_Cube.py, 492 , 2018-09-11
周期性边界条件\潘清的mpc\Subroutines.py, 37385 , 2018-09-11
周期性边界条件\潘清的mpc\Subroutines.pyc, 24741 , 2018-09-11
周期性边界条件\一般性周期性边界条件代码, 0 , 2018-09-11
周期性边界条件\周期性边界条件代码, 0 , 2018-09-11
周期性边界条件\周期性边界条件代码version1, 0 , 2018-09-11
周期性边界条件\材料库代码, 0 , 2018-09-11
周期性边界条件\潘清的mpc, 0 , 2018-09-11
周期性边界条件, 0 , 2018-11-29

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

发表评论

0 个回复

  • 基于socket和tkinter的python网络聊天室
    基于python socket和tkinter界面库实现的网络聊天室程序,实现登录、注册、在线成员显示、聊天等功能
    2019-06-10下载
    积分:1
  • C_teaching_material
    Reshipped,A good C language teaching material.
    2007-08-08 20:30:40下载
    积分:1
  • dataset-master
    深度学习进行调制识别的数据集,用于卷积神经网络(dataset for cnn include generate_RML2016.04c and generate_RML2016.10a)
    2020-06-20 09:00:01下载
    积分:1
  • CSO_source_code
    CSO source code for protein complex prediction in large PPI networks
    2016-03-18 09:25:30下载
    积分:1
  • 3d_heatmap-master
    利用python语言构建三维的热力图模型,输入数据可以直接计算导出3D热力图(Using Python language to build three-dimensional thermodynamic chart model, input data can directly calculate the 3D thermal diagram.)
    2021-04-21 18:28:49下载
    积分:1
  • python (1)
    图形界面编辑,各种python语言基础语句运用,以及各种库的教程(Graphic Interface Editing, Basic Statement Application of Python Language, and Courses of Various Libraries)
    2018-12-24 21:23:41下载
    积分:1
  • Neville插值CUMT
    说明:  输入一天内的小时和分钟以及阶数,自动读取精密星历文件,Neville插值在所给阶数数据中间精度最高,所以会自动选择精度最高的情况插值。替换目录下sp3文件即可完成修改。(Input the hour, minute and order of a day, and automatically read the precise ephemeris file. Neville interpolation has the highest accuracy among the given order data, so it will automatically select the case with the highest accuracy. Replace the SP3 file in the directory to complete the modification.)
    2020-10-22 17:37:22下载
    积分:1
  • Python_Data_Science_Handbook
    python data science handbook
    2020-06-23 10:20:02下载
    积分:1
  • 从Python开始学
    说明:  本书以Python为样本,不仅介绍了编程的基本概念,还着重讲解了 编程语言的范式(面向过程、面向对象、面向函数),并把编程语言的 范式糅在Python中,让读者不仅学会Python,未来在学习其他编程语言 时也变得更加容易。(aking Python as a sample, this book not only introduces the basic concepts of programming, but also focuses on the programming language paradigm (process-oriented, object-oriented, function-oriented), and incorporates the programming language paradigm into Python, so that readers can not only learn Python, but also become easier to learn other programming languages in the future.)
    2020-06-18 03:00:02下载
    积分:1
  • reguralization
    说明:  利用python的深度学习优化算法,比如优化算法:Adam,RmsProp等(DeepLearning optimize algorithm by python such as optimize algorithm Adam,rmsprop and so on)
    2020-04-22 16:54:02下载
    积分:1
  • 696518资源总数
  • 104228会员总数
  • 45今日下载