image
No fishing cat

这家伙很懒,什么也没写

Ta上传的资源(0)个

Karman Vortex Street behind a Circular Cylinder by the Series Truncation Method

采用新的数值方法详细计算了不同Re下圆柱绕流流场,研究了卡门涡街

教育 25 0 PDF 2019-07-31 23:07:34

SIMPLE算法Matlab代码

%--------------------------------------------------------%%SIMPLEAlgorithm-staggeredmesh%IncompressibleLid-drivenFlowinCavity%------------------------

制造 23 0 M 2019-06-04 14:06:50

Bezier曲线Matlab代码

Matlab编写的代码用以生成Bezier曲线%2DBezierCurve%Thiswillplota2DBeziercurveforncontrolpoints

制造 20 0 M 2019-05-21 17:05:27

Matlab通用3D圆生成代码

Matlab通用3D圆生成代码%input:n0=[0,0,1]';%unitnormalvectorbeforerotation%circle1%Pc=[0,0,0]';%circle'scenterpoint%R=10;%radius%n1=[0,1,0]';%unitnormalvectora

制造 19 0 M 2019-05-16 14:05:20

多功能Matlab进度条

function progressbar(varargin) % Description: % progressbar() provides an indication of the progress of some task using % graphics and text. Calling p

制造 32 0 M 2019-01-10 22:01:57

Matlab平板2D空中运动轨迹模拟代码

2D运动轨迹模拟代码-依据Holmas模型编写 Trajectory of 2D plate based on Holmes's model 包括主程序及气动系数计算代码: Trajectory_of_plate_2D.m c_l.m C_Lr.m Cd.m Cl.m Cm.m Cn.m sign.

制造 25 0 RAR 2018-12-27 21:12:03

计算点到曲线距离的Matlab代码

function [xy,distance,t_a] = distance2curve(curvexy,mapxy,interpmethod) % distance2curve: minimum distance from a point to a general curvilinear n-dim

制造 107 0 M 2018-12-20 03:12:34