登录
首页 » Fortran » UMAT_SMA_BENJABER_ET_AL

UMAT_SMA_BENJABER_ET_AL

于 2018-12-13 发布 文件大小:4KB
0 223
下载积分: 1 下载次数: 4

代码说明:

  实现Cu基材料的本构关系的回滞模型,可用于超弹性材料的子程序,但对于残余应变的实现不足(A hysteresis model for realizing the constitutive relationship of Cu-based materials can be used for subroutines of superelastic materials, but the implementation of residual strain is insufficient.)

文件列表:

UMAT_SMA_BENJABER_ET_AL.for, 24822 , 2014-12-02

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

发表评论

0 个回复

  • digital image processing
    经典数字图像处理教科书,美国大学数字图像处理课程专用教材(The classic textbook for digital image processing)
    2019-01-16 02:08:59下载
    积分:1
  • Space_Truss_System
    空间桁架的静力分析,很好用的,任意三维空间桁架都可以用(analysis for space truss system)
    2009-12-01 02:31:36下载
    积分:1
  • jiyu-stm32--RTC
    基于STM32的rtc实时时钟,实现时分秒到年月日的转化,适合初学者的学习与开发。(Based on the STM32 rtc real-time clock, minutes and seconds to the date to achieve the transformation, suitable for beginners to learn and develop.)
    2013-07-23 16:54:03下载
    积分:1
  • MSPRO
    利用MFC开发的数据库系统,用的是微软的Access,有详细的链接数据库的代码。(Use of MFC development of database systems, using Microsoft Access, there are more links to the database code.)
    2011-09-06 21:40:03下载
    积分:1
  • Calculator
    計算機,可以自行延伸,很簡單的寫法,希望可以幫助有需要的人(Computer, you can extend its own, very simple wording, I hope to help people in need)
    2013-08-23 23:14:55下载
    积分:1
  • EASYUI的经典后台模板 - 1.2.2
    经典模板,Easyui版本1.2.2,Jquery版本1.4.4(Classic template, Easyui version 1.2.2, Jquery version 1.4.4)
    2020-06-21 00:00:02下载
    积分:1
  • Ajax JSP留言本实例
    Ajax JSP留言本实例,只是实现了基本的留言功能,主要是想表现Ajax在JSP中的应用,学习JSP环境中的Ajax技术,是一个范例程序。
    2022-05-15 08:21:28下载
    积分:1
  • gprs read data simple. atmega8 with communication by com port with meastro heri...
    gprs read data simple. atmega8 with communication by com port with meastro heritage
    2022-07-13 21:01:59下载
    积分:1
  • 商品信息爬取
    说明:  简单的爬虫实例,通过各种方式从商品网站上爬取各种不同的信息,主要用于练习爬虫的应用,更加熟悉爬虫的应用(A simple crawler instance that crawls a variety of different information from a product website in a variety of ways, mainly for practicing reptile applications and more familiar with reptile applications.)
    2020-06-20 12:20:02下载
    积分:1
  • Java绘图:绘制虚线与实线
    Java绘图:绘制虚线与实线   public LineDemo(){    super("实线与虚线"); //调用父类构造函数    setSize(300,200); //设置窗口尺寸    setVisible(true); //设置窗口可视    setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE); //关闭窗口时退出程序   }   public void paint(Graphics g){ //绘制组件方法    Graphics2D g2=(Graphics2D)g; //得到2D图形    Dimension dim = this.getSize(); //得到组件尺寸    g2.setColor(Color.white); //设置绘制颜色为白色    g2.fillRect(0, 0, dim.width, dim.height); //填充整个组件    g2.setColor(Color.black); //设置绘制颜色    g2.drawLine(40,160,280,160); //绘制实线    g2.drawLine(40,160,40,40);    g2.drawString("0",30,165); //绘制字符串    g2.drawString("100",16,50);    g2.drawString("200",270,175);    float[] dash={5,5}; //短划线图案    BasicStroke bs = new BasicStroke(1,BasicStroke.CAP_BUTT,BasicStroke.JOIN_MITER, 10.0f,dash,0.0f); //实例化新画刷    g2.setStroke(bs); //设置新的画刷    g2.drawLine(40,160,100,120); //用新的画刷绘制虚线
    2022-01-28 07:52:17下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载