-
abaqus 二次开发子程序之塑性大变形代码
abaqus 二次开发子程序之塑性大变形代码-UMAT for plane strain and axial symmetry
for elastic, linear strain hardening plastic behaviour
using explicit integration with continuum Jacobian,
using ABAQUS stress and strain quantities.
Suitable for large deformations
- 2022-04-11 08:53:06下载
- 积分:1
-
向u盘拷贝文件
调用windows的dl文件,获取u盘在pc上的盘符,然后向u盘中拷贝文件。
源方法如下。
判断指定驱动器的类型:GetDriveTypeA函数
该函数能依据根目录识别1个驱动器是软驱或光驱或硬盘等。声明:
Declare Function GetDriveType Lib "kernel32" Alias "GetDriveTypeA" (ByVal nDrive As String) As Long
参数nDrive:驱动器根目录路径的字符串,如"C : ".
函数返回值为1个常数,指定驱动器类型:DRIVE_ REMOVABLE=2,软驱; REMOVABLE是可移动的
如果驱动器不能识别,则返回0,如指定目录不 DRIVE_ FIXED=3,硬盘。
存在,则返回1。 DRIVE _REMOTE=4,网络驱动器;
DRIVE _CDROM=5,光驱;
DRIVE_ RAMDISK=6虚拟磁盘
调用如:
Private Const DRIVE_CDROM = 5
- 2023-02-14 04:40:03下载
- 积分:1
-
local computer network programming examples
本地计算机网络编程实例-local computer network programming examples
- 2022-04-22 05:28:26下载
- 积分:1
-
solution of linear equations Ax = b SOR method of common procedures
解线性方程组Ax=b的SOR方法的通用程序-solution of linear equations Ax = b SOR method of common procedures
- 2022-03-21 05:41:20下载
- 积分:1
-
graph algorithm will learn one of the elements in hopes of giving the incoming y...
图论算法中必学的内容之一,希望能给学习编程的学弟学妹们有所帮助-graph algorithm will learn one of the elements in hopes of giving the incoming young men and women to learn programming help
- 2023-05-29 02:35:03下载
- 积分:1
-
一个USB驱动代码,实现了USB枚举,组包发包等操作
一个USB驱动代码,实现了USB枚举,组包发包等操作-A USB driver code, and realized the USB enumeration, group packages contracting and other operations
- 2022-04-12 05:09:11下载
- 积分:1
-
C语言编程的一些例子《C语言课程设计案例精编》源代码
C语言编程的一些例子《C语言课程设计案例精编》源代码-C programming language are some examples of the "C language curriculum design case precision-made" source code
- 2022-03-05 09:25:15下载
- 积分:1
-
Messaging API(MAPI)的了解文件 MAPI98.chm
Messaging API(MAPI)的了解文件 MAPI98.chm-Messaging API (MAPI) files MAPI98.chm understanding
- 2023-08-09 06:10:03下载
- 积分:1
-
ZOO压缩软件C语言开发源程序 ,都是源代码,对学习C语言有一定的帮助....
ZOO压缩软件C语言开发源程序 ,都是源代码,对学习C语言有一定的帮助.-ZOO compression software developed C language source code, are the source code for learning C language certainly helps.
- 2022-12-30 21:35:03下载
- 积分:1
-
自己编写的一个产生随机数的小程序,很简单,希望对初学者有所帮助....
自己编写的一个产生随机数的小程序,很简单,希望对初学者有所帮助.-I have written a small program generating random numbers is very simple, want to be helpful for beginners.
- 2023-01-12 20:55:04下载
- 积分:1