-
easyyougai
用于ABAQUS显示分析的子程序,材料本构模型内嵌断裂准则,可用于单元删除。(用于ABAQUS显示分析的子程序,材料本构模型内嵌断裂准则,可用于单元删除。
用于ABAQUS显示分析的子程序,材料本构模型内嵌断裂准则,可用于单元删除。
ABAQUS analysis for the display subroutine, material constitutive model embedded fracture criteria, can be used to remove the unit.)
- 2017-02-20 15:59:14下载
- 积分:1
-
LMS
1,、设置变量和参量:
X(n)为输入向量,或称为训练样本
W(n)为权值向量
e(n)为偏差
d(n)为期望输出
y(n)为实际输出
η为学习速率
n为迭代次数
2、初始化,赋给w(0)各一个较小的随机非零值,令n=0
3、对于一组输入样本x(n)和对应的期望输出d,计算
e(n)=d(n)-X^T(n)W(n)
W(n+1)=W(n)+ηX(n)e(n)
4、判断是否满足条件,若满足算法结束,若否n增加1,转入第3步继续执行(, set the variables and parameters:
X (n) is the input vector, otherwise known as the training sample
W (n) for the weight vector
e (n) for the deviation
d (n) is the desired output
y (n) is the actual output
η is the learning rate
n is the number of iterations)
- 2011-12-10 20:22:05下载
- 积分:1
-
diancichang
中北大学电磁场电磁波课后题答案,很详细的(North University of electromagnetic waves after-school question answers, a very detailed)
- 2009-11-01 15:05:30下载
- 积分:1
-
matlabandVC
本程序实现了matlab与VC++的混合编程。主要实现了基本的matlab处理的一些功能。但方法比较重要,很有用处(A combined way of matlab and VC++ was realized and it is used to process the basic function of matlab. It is an important approaches.)
- 2009-05-17 13:10:04下载
- 积分:1
-
BasicTime
You all might have used CTime or CTimeSpan to manipulate the system timer. Here is an article to show you how your system timer works. I will give you an idea of port communications behind the system clock manipulations. Those who are a little biased on hardware and software interfacing practices would find this article of great help.
- 2007-10-16 09:37:44下载
- 积分:1
-
lihong-wang-mcml
Texas A&M大学Lihong Wang教授编写的经典,用蒙特卡罗模型模拟光在组织、复杂介质、溶液中的传播。附带详细说明文件。(Classics Professor Lihong Wang Texas A & M University, prepared using Monte Carlo simulation model of light in the organization, the complexity of the medium, the solution spread. With detailed documentation.)
- 2020-10-27 10:49:58下载
- 积分:1
-
sort
Shell sort is a very interesting modification of the sorting algorithm simple inserts.
- 2013-10-06 04:38:26下载
- 积分:1
-
matrik_class
simple c++ matrik operation class use dynamic allocation memory
- 2009-11-09 01:26:18下载
- 积分:1
-
han1
这里我们针对三级固体火箭进行研究,主要考虑每一级发动机工作时推力 和比冲 与发动机试车存在摄动偏差(相差 )时所产生火箭关机点时刻的状态偏差。火箭的飞行的动力学方程可建立在地面发射坐标系中,火箭的第一级、第二级和第三级按照固定的俯仰角程序飞行,第二、三级飞行时已在大气层外,此时可忽略气动力的影响。(Here we study for three solid rocket, the main consideration at every level when the engine thrust and state arising the moment the rocket off point perturbation deviation (difference) in the presence of specific impulse and engine test bias. Outside of the rocket flight dynamics equations can be established on the ground coordinate system launch, the rocket s first stage, the second and third stages according to a fixed elevation angle of flight procedures, and the second, when the third flight already in the atmosphere, this when can ignore the effects of gas dynamics.)
- 2020-11-03 20:39:53下载
- 积分:1
-
kalman
kalman滤波,能够读取数据样本,并对下一数据进行滤波(kalman filtering, be able to read data samples, and the next data filtering)
- 2009-04-04 09:21:12下载
- 积分:1