登录
首页 » matlab » Stokes

Stokes

于 2020-06-04 发布
0 191
下载积分: 1 下载次数: 3

代码说明:

说明:  计算小尺度规则波的波浪载荷,简单方便,可拓展,(stokes 5th order waves for oil platform with small piles. The code is useful for calculating wave force and water velocity.)

文件列表:

Stokes.m, 2507 , 2020-06-04

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

发表评论

0 个回复

  • Design1
    说明:  波形发生器仿真图,可调节频率,幅值。可以产生方波三角波正弦波。使用Multisim14.1及以上打开(Waveform generator simulation chart, adjustable frequency, amplitude. It can produce square wave, triangle wave and sine wave. Open with Multisim 14.1 and above)
    2020-01-08 16:19:21下载
    积分:1
  • QEA
    量子量子进化算法(QEA)是基于量子计算原理的一种概率优化方法。量子进化算法经过十多年的发展,已被广泛应用于组合优化,神经网络和故障诊断等众多领域中。(Quantum quantum evolution algorithm (QEA) is a probabilistic optimization method based on the principle of quantum computing. After more than ten years of development, the quantum evolutionary algorithm has been widely used in many fields such as combinatorial optimization, neural network and fault diagnosis.)
    2018-10-26 09:08:36下载
    积分:1
  • matlab调用stk中astrogator模块
    属于stk二次开发,通过matlab调用stk中astrogator模块,实现轨道转移(Belonging to the stk secondary development, matlab call stk in the astrogator module, orbital transfer)
    2012-09-05 09:27:53下载
    积分:1
  • 交直流混合微电网稳定运行控制_李霞林
    说明:  此为天津大学李霞林老师的博士论文,具体讲述了交直流微电网的稳定性分析。(This is a doctoral dissertation by Professor Li Xialin of Tianjin University. It specifically describes the stability analysis of AC and DC microgrid.)
    2020-06-25 10:20:01下载
    积分:1
  • vc write tanks Maze procedure
    vc写的坦克走迷宫程序-vc write tanks Maze procedure
    2023-08-16 00:50:03下载
    积分:1
  • 自适应信号处理,西蒙。海利经典教材,很全面详细,通俗易懂,我觉得是最好的自适应书籍!...
    自适应信号处理,西蒙。海利经典教材,很全面详细,通俗易懂,我觉得是最好的自适应书籍!-Adaptive signal processing, Simon. Haley classic textbook, it is fully detailed, easy to understand, I think is the best adaptive books!
    2023-02-10 14:50:05下载
    积分:1
  • 粘弹性介质解析解
    说明:  粘弹性介质的解析解,matlab仿真程序(elastic forward numerical matlab test)
    2020-03-12 16:17:43下载
    积分:1
  • OHCI 规范 Open Host Controller Interface Specification for USB
    OHCI 规范 Open Host Controller Interface Specification for USB -OHCI specification Open Host Controller Interface Specificationfor USB
    2023-01-01 17:40:04下载
    积分:1
  • coding txt
    说明:  STSK系统仿真,使用BPSK/QPSK调制(STSK system simulation using BPSK/QPSK modulation)
    2019-03-11 13:31:31下载
    积分:1
  • Java/JSP万年历编写实例
    Java万年历源码,   TextField tfYear = new TextField("2004", 5); //显示年份的文本域   Choice monthChoice = new Choice(); //月份选择下拉框   Button btUpdate = new Button("更新"); //更新按钮   GregorianCalendar calendar=new GregorianCalendar(); //日历对象   Font smallFont = new Font("TimesRoman", Font.PLAIN, 15); //显示小字体   Font bigFont = new Font("TimesRoman", Font.BOLD, 50); //显示大字体   String days[] = {"星期日", "星期一", "星期二", "星期三","星期四", "星期五", "星期六"};   String months[] = {"一月", "二月", "三月", "四月","五月", "六月", "七月", "八月", "九月","十月", "十一月", "十二月"};   int daysInMonth[] = {31, 28, 31, 30, 31, 30, 31, 31, 30, 31, 30, 31}; //每个月的天数   int searchMonth,searchYear; //查询的年份及月份   public void init(){    setBackground(Color.white); //设置背景颜色    searchMonth = calendar.get(Calendar.MONTH); //得到系统年份    searchYear = calendar.get(Calendar.YEAR); //得到系统月份    add(new Label(" 年:")); //增加组件到Applet    tfYear.setText(String.valueOf(searchYear)); //设置文本域文字    add(tfYear);    add(new Label(" 月:
    2023-03-16 17:35:03下载
    积分:1
  • 696516资源总数
  • 106474会员总数
  • 2今日下载