- 1
- 0
- 约3.28万字
- 约 22页
- 2016-12-26 发布于辽宁
- 举报
Harbin Institute of Technology
哈尔滨工业大学 机械设计作业设计计算说明书
设计题目: V带传动设计
院 系: 英才学院
哈尔滨工业大学一、程序框图
二、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 EDIT
% --- Executes just before V_caculate is made visible.
function V_caculate_OpeningF
您可能关注的文档
- 学位论文---关山水库除险加固初步设计报告.doc
- 学位论文---固废电子电器(废旧家电)自动化环保处理及再生资源回收项目投资建设环境评估报告书.doc
- 学位论文---关于函数极限的多种求法.doc
- 学位论文---管理系统设计说明书.doc
- 学位论文---管理系统说明文档1.doc
- 学位论文---管理信息系统分析与设计练习题.doc
- 学位论文---灌浆注胶防灭火设计.doc
- 学位论文---光大眼镜厂厂房、办公、宿舍楼工程施工组织设计.doc
- 学位论文---光电计数器设计及制作.doc
- 学位论文---光电计数器设计---论文及制作.doc
- 广东省广州省实验中学教育集团2025-2026学年八年级上学期期中考试物理试题(解析版).docx
- 广东省广州大学附属中学2025-2026学年八年级上学期奥班期中物理试题(解析版).docx
- 广东省广州市第八十六中学2025-2026学年八年级上学期期中物理试题(含答案).docx
- 广东省广州市第八十九中学2025-2026学年八年级上学期期中考试物理试题(解析版).docx
- 广东省广州市第二中学2025-2026学年八年级上学期期中考试物理试题(含答案).docx
- 广东省广州市第八十六中学2025-2026学年八年级上学期期中物理试题(解析版).docx
- 广东省广州市第八十九中学2025-2026学年八年级上学期期中考试物理试题(含答案).docx
- 广东省广州市第二中学2025-2026学年八年级上学期期中考试物理试题(解析版).docx
- 2026《中国人寿上海分公司营销员培训体系优化研究》18000字.docx
- 《生物探究性实验教学》中小学教师资格模拟试题.docx
原创力文档

文档评论(0)