-
Desktop
说明: program example3
implicit none
real,parameter::weight=50.0
real,parameter::e=0.1
real guess
write (*,*) " weight is"
do while(abs(guess-weight)>e)
read(*,*) guess
if(abs(guess-weight)
- 2020-01-10 20:18:46下载
- 积分:1
-
pde
说明: 抛物型方程隐格式求解程序 可以自己调整步长 非常方便 还有其他的几个小程序(Implicit schemes for Parabolic Equations)
- 2019-04-28 13:00:09下载
- 积分:1
-
异步电动机模型的自适应控制
Adaptive control of induction motor model
- 2023-08-23 13:45:03下载
- 积分:1
-
NSGA-III
用matlab实现的多目标进化NSGA-3算法,直接修改目标函数后即可使用,十分有用(The multi-objective evolutionary NSGA-3 algorithm implemented by Matlab can be used directly after modifying the objective function, which is very useful.)
- 2021-05-13 06:30:02下载
- 积分:1
-
Hilbert
使用Hilbert变换的隐形标志水印,通过置乱变换对水印,使得水印的鲁棒性和透明性增强(Stealth watermark, which uses Hilbert transform, improves the robustness and transparency of the watermark by scrambling the watermark to the watermark.)
- 2017-12-16 20:23:24下载
- 积分:1
-
鼠标悬停动画特
说明: 一款超炫酷CSS3鼠标悬停动画特效。该特效中,通过CSS圆形渐变来制作圆点(A super cool CSS3 mouse hover animation special effects. In this effect, circle hovering is made by CSS circle gradient.)
- 2019-02-01 15:07:39下载
- 积分:1
-
声音信号互功率谱密度matlab程序
说明: 声音信号互功率谱密度的matlab程序,可得到两个信号互功率谱密度图像(The matlab program of the cross-power spectral density of sound signals can obtain the image of the cross-power spectral density of two signals.)
- 2020-06-25 10:00:01下载
- 积分:1
-
deform3D二次开发步骤
说明: 详细说明deform二次开发中动态再结晶模型的开发步骤(The development steps of dynamic recrystallization model in redevelopment of deform are described in detail)
- 2020-04-05 17:20:35下载
- 积分:1
-
Self
自己开发的抓Radius包并保存为文件的代码-Self-developed grasp Radius package and save it as a file code
- 2022-03-01 07:38:42下载
- 积分:1
-
MATLAB最小二乘
通过使用MATLAB求解非线性最小二乘法拟合问题(Solving the Fitting Problem of Nonlinear Least Square Method by Using MATLAB)
- 2019-03-19 16:04:53下载
- 积分:1