登录
首页 » matlab » MBD

MBD

于 2020-04-10 发布
0 177
下载积分: 1 下载次数: 5

代码说明:

说明:  基于Ti DSP 28335得代码生成实例详解,很有学习价值(Examples of MBD based on Ti DSP28335)

文件列表:

MBD.pdf, 22319149 , 2019-12-20

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

发表评论

0 个回复

  • time-stiffness
    matlab编写的斜齿轮刚度计算程序,其原理基于微分思想的势能法。(The calculation program of helical gear stiffness written by Matlab is based on the potential energy method of differential thought.)
    2021-02-18 20:29:44下载
    积分:1
  • micro-grid based on CSO
    说明:  本文分析微网中微电源包括光伏发电、风力发电、微燃机、柴油发电机和燃料电池的电气特性,构建微电网优化运行的模型,以微网的经济成本和环境成本最小为目标函数,充分考虑了电压越限、功率平衡、微电源出力限制等约束条件,应用鸡群算法进行求解。 解决了粒子群算法易早熟、易陷入局部最优解的问题。并通过典型的微网系统进行仿真分析,仿真结果验证了该算法的有效性。(In this paper, the electrical characteristics of micro-power sources in micro-grid, including photovoltaic power generation, wind power generation, micro-gas engine, diesel generator and fuel cell, are analyzed. The optimal operation model of micro-grid is constructed. The objective function is to minimize the economic cost and environmental cost of micro-grid. The constraints of voltage overshoot, power balance and output limitation of micro-power are fully considered. The chicken swarm algorithm is applied to solve the problem. Particle swarm optimization (PSO) is easy to premature and fall into local optimal solution. The simulation results of a typical microgrid system show the effectiveness of the proposed algorithm.)
    2019-01-21 09:14:44下载
    积分:1
  • 舵机云台
    说明:  使用SG90转动,MPU6050显示角度,OLED显示,STM32F103C8,PWM控制。(Using SG90 rotation, MPU6050 display angle, OLED display, STM32F103C8, PWM control.)
    2020-06-18 06:40:01下载
    积分:1
  • Visual C# 隐藏、显示开始按钮
    C# 隐藏、显示开始按钮,把Windows的开始菜单隐藏起来,看不到“开始”菜单了,Windows7则隐藏了窗口图标,不过这样会很不方便哦,本源码只是学习C#与Windows之间的相关编程技巧,下面的代码实现了隐藏显示开始菜单的功能:   [DllImport("user32.dll")]//寻找窗口列表中第一个符合指定条件的顶级窗口   public static extern int FindWindow(string lpClassName, string lpWindowName);   [DllImport("user32.dll")]//在窗口列表中寻找与指定条件相符的第一个子窗口   public static extern int FindWindowEx(int hWnd1, int hWnd2, string lpsz1, string lpsz2);   [DllImport("user32.dll")]//控制窗口的可见性   public static extern int ShowWindow(int hwnd, int nCmdShow);   private void button1_Click(object sender, EventArgs e)   {    if (radioButton1.Checked)    ShowWindow(FindWindowEx(FindWindow("Shell_TrayWnd", null), 0, "Button", null), SW_HIDE);//隐藏开始按钮    else if (radioButton2.Checked)    ShowWindow(FindWindowEx(FindWindow("Shell_TrayWnd", null), 0, "Button", null), SW_SHOW);//显示开始按钮   }
    2022-05-20 11:42:02下载
    积分:1
  • 将C语言写的程序代码转换成pascal代码,用过还可以!
    将C语言写的程序代码转换成pascal代码,用过还可以!-to write C-language code into pascal code can be used also.
    2022-06-12 08:31:01下载
    积分:1
  • ddcf
    说明:  Five level neutral point clamped converter(Five level neutral point clamped converter dvf)
    2020-06-24 16:20:02下载
    积分:1
  • FBMC
    说明:  FBMC modulation for 5g networks
    2021-04-29 00:18:43下载
    积分:1
  • 动态聚类数据分析算法(ISODATA)
    说明:  该算法包适用于动态聚类数据分析算法(ISODATA)(Dynamic clustering data analysis algorithm)
    2020-03-09 12:46:44下载
    积分:1
  • UVM1.1_verify
    验证方法学文档,用于验证方法学习,验证平台搭建。(the method of verification)
    2019-05-21 14:30:44下载
    积分:1
  • 2009年各类数学建模论文集
    说明:  2009年各类数学建模论文集,提供历年优秀数模论文(Collection of Mathematical Modeling Papers in 2009,Provide excellent digital and analog papers over the years)
    2020-06-18 21:40:01下载
    积分:1
  • 696518资源总数
  • 106161会员总数
  • 5今日下载