实用,借助模板,轻松简便完成课程设计任务,而且准确有用
2022-02-28 15:47:39 732KB 减速器
1
减速器箱体的加工工艺,很全面的,适合机械制造和自动化
2022-02-25 11:35:39 166KB 减速器箱体 加工工艺
1
//S加减速计算 //分频器计算,结合定时器设置计算加减速表 for(i=0;i减速表 for(i=0;i
2022-02-24 14:00:24 79.41MB stm32 arm 嵌入式硬件 单片机
1
三菱GM减速机样本pdf,三菱GM减速机样本
2022-02-22 11:21:42 634KB 综合资料
1
2020年工业机器人减速器调研报告
2022-02-20 17:58:09 410KB 2020年 工业机器人 减速器 调研报告
1
齿轮减速器solidwoks图,有一级的,也有二级的,圆柱,锥齿轮,斜齿轮的都有,要的就下吧!含有减速器的所有零件!
2022-02-18 17:49:40 18.35MB 减速器
1
超大扭矩(大于10kNm)行星减速机行业调研
2022-02-15 19:03:04 394KB 行业分析
1
大扭矩(1-2kNm)行星减速机行业调研
2022-02-15 19:03:04 384KB 行业分析
1
大扭矩(5-10kNm)行星减速机行业调研
2022-02-15 19:03:03 367KB 行业分析
1
MATLAB_GUI控制小球加减速运动 btn.start.m function btn_start() global hball ipos delt isforward npos ispaused x y ispaused = false; while (1) set(hball, 'xdata', x(ipos), 'ydata', y(ipos)); drawnow; pause(delt); ipos = ipos-(-1)^isforward; if ipos==npos+1 ipos = 1; elseif ipos == 0 ipos = npos; end if ispaused break end end ball.m hfigure = figure('name', '控制小球运动 ver 1.0', 'menubar', 'none', 'numbertitle', 'off', 'position', [600 200 350 400], 'visible', 'off'); global hball ipos delt isforward npos ispaused x y haxes = axes('position', [0.25 0.45 0.5 0.5], 'visible', 'off'); axis equal t = 0:0.1:2*pi+0.1; x = sin(t); y = cos(t); line(x, y, 'linewidth', 2); set(0, 'defaultuicontrolbackgroundcolor', get(hfigure, 'color')); set(0, 'defaultuicontrolfontsize', 12); set(0, 'defaultuicontrolunits', 'points'); hball = line('xdata', 0, 'ydata', 1, 'marker', 'o', 'markerfacecolor', 'r', 'markersize', 15); npos = length(t); ipos = 1; delt = 0.01; ispaused = false; isforward = true; uicontrol('string', '开始', 'position', [30 50 50 20], 'callback', 'btn_start;'); uicontrol('string', '停止', 'position', [100 50 50 20], 'callback', 'ispaused = true;'); uicontrol('string', '换向', 'position', [170 50 50 20], 'callback', 'isforward = ~isforward;'); uicontrol('string', '退出', 'position', [100 20 50 20], 'callback', ['ispaused = true;', 'closereq;', ... 'clear delt hball ipos ispaused t y haxes hfigure isforward npos x;']); uicontrol('style', 'slider', 'value', 0.5, 'position', [40 90 190 15], 'callback', 'delt = get(gcbo, ''value'')/100+0.01;'); uicontrol('style', 'text', 'position', [40 110 190 20], 'fontsize', 12, 'string', 'speed'); % newicon = javax.swing.imageicon('1.png'); % figframe = get(hfigure, 'javaframe'); % figframe.setfigureicon(newicon); set(hfigure, 'visible', 'on');
2022-02-14 10:42:17 1000B MATLAB
1