学位论文---哈工大机械设计大作业v带传动电算报告.docVIP

  • 1
  • 0
  • 约3.29万字
  • 约 22页
  • 2016-12-26 发布于辽宁
  • 举报

学位论文---哈工大机械设计大作业v带传动电算报告.doc

Harbin Institute of Technology 哈尔滨工业大学 机械设计作业设计计算说明书 设计题目: V带传动设计 院 系: 英才学院 班 级: 设 计 者: 学 号: 设计时间: 2012.11.25 哈尔滨工业大学 一、程序框图 二、V带设计程序 function varargout = V_caculate(varargin) %本程序用于计算V带的各项数据 %部分中文注释复制出来之后为乱码 % V_CACULATE M-file for V_caculate.fig % V_CACULATE, by itself, creates a new V_CACULATE or raises the existing % singleton*. % % H = V_CACULATE returns the handle to a new V_CACULATE or the handle to % the existing singleton*. % % V_CACULATE(CALLBACK,hObject,eventData,handles,...) calls the local % function named CALLBACK in V_CACULATE.M with the given input arguments. % % V_CACULATE(Property,Value,...) creates a new V_CACULATE or raises the % existing singleton*. Starting from the left, property value pairs are % applied to the GUI before V_caculate_OpeningFcn gets called. An % unrecognized property name or invalid value makes property application % stop. All inputs are passed to V_caculate_OpeningFcn via varargin. % % *See GUI Options on GUIDEs Tools menu. Choose GUI allows only one % instance to run (singleton). % % See also: GUIDE, GUIDATA, GUIHANDLES % Edit the above text to modify the response to help V_caculate % Last Modified by GUIDE v2.5 06-Dec-2012 15:27:18 % Begin initialization code - DO NOT EDIT gui_Singleton = 1; gui_State = struct(gui_Name, mfilename, ... gui_Singleton, gui_Singleton, ... gui_OpeningFcn, @V_caculate_OpeningFcn, ... gui_OutputFcn, @V_caculate_OutputFcn, ... gui_LayoutFcn, [] , ... gui_Callback, []); if nargin ischar(varargin{1}) gui_State.gui_Callback = str2func(varargin{1}); end if nargout [varargout{1:nargout}] = gui_mainfcn(gui_State, varargin{:}); else gui_mainfcn(gui_State, varargin{:}); end % End initialization code - DO NOT E

您可能关注的文档

文档评论(0)

1亿VIP精品文档

相关文档