freepeople性欧美熟妇, 色戒完整版无删减158分钟hd, 无码精品国产vα在线观看DVD, 丰满少妇伦精品无码专区在线观看,艾栗栗与纹身男宾馆3p50分钟,国产AV片在线观看,黑人与美女高潮,18岁女RAPPERDISSSUBS,国产手机在机看影片

正文內(nèi)容

哈工大_機(jī)械設(shè)計(jì)_大作業(yè)_v帶傳動(dòng)電算報(bào)告-資料下載頁

2025-06-26 15:49本頁面

【導(dǎo)讀】根據(jù)型號(hào)確定最大帶速Vmax,額定功率P0中系數(shù)K1,K2,K3,計(jì)算小帶輪包角1?

  

【正文】 ) edited % PreviousData: previous data for the cell(s) edited % EditData: string(s) entered by the user % NewData: EditData or its converted form set on the Data property. Empty if Data was not changed % Error: error string when failed to convert EditData to appropriate value for Data % handles structure with handles and user data (see GUIDATA) % Executes during object creation, after setting all properties. function edit6_CreateF(hObject, eventdata, handles) % hObject handle to edit6 (see GCBO) % eventdata reserved to be defined in a future version of MATLAB % handles empty handles not created until after all CreateFs called % Executes during object creation, after setting all properties. function edit8_CreateF(hObject, eventdata, handles) % hObject handle to edit8 (see GCBO) % eventdata reserved to be defined in a future version of MATLAB % handles empty handles not created until after all CreateFs called function edit7_Callback(hObject, eventdata, handles) % hObject handle to edit7 (see GCBO) % eventdata reserved to be defined in a future version of MATLAB % handles structure with handles and user data (see GUIDATA) % Hints: get(hObject,39。String39。) returns contents of edit7 as text % str2double(get(hObject,39。String39。)) returns contents of edit7 as a double % Executes during object creation, after setting all properties. function edit7_CreateF(hObject, eventdata, handles) % hObject handle to edit7 (see GCBO) % eventdata reserved to be defined in a future version of MATLAB % handles empty handles not created until after all CreateFs called % Hint: edit controls usually have a white background on Windows. % See ISPC and COMPUTER. if ispc amp。amp。 isequal(get(hObject,39。BackgroundColor39。), get(0,39。defaultUicontrolBackgroundColor39。)) set(hObject,39。BackgroundColor39。,39。white39。)。 end function edit9_Callback(hObject, eventdata, handles) % hObject handle to edit9 (see GCBO) % eventdata reserved to be defined in a future version of MATLAB % handles structure with handles and user data (see GUIDATA) % Hints: get(hObject,39。String39。) returns contents of edit9 as text % str2double(get(hObject,39。String39。)) returns contents of edit9 as a double % Executes during object creation, after setting all properties. function edit9_CreateF(hObject, eventdata, handles) % hObject handle to edit9 (see GCBO) % eventdata reserved to be defined in a future version of MATLAB % handles empty handles not created until after all CreateFs called % Hint: edit controls usually have a white background on Windows. % See ISPC and COMPUTER. if ispc amp。amp。 isequal(get(hObject,39。BackgroundColor39。), get(0,39。defaultUicontrolBackgroundColor39。)) set(hObject,39。BackgroundColor39。,39。white39。)。 end % Executes on button press in pushbutton10. function pushbutton10_Callback(hObject, eventdata, handles) h0=figure(39。toolbar39。,39。auto39。,39。name39。,39。ddmin39。,39。NumberTitle39。,39。off39。,39。menubar39。,39。none39。)。 I=imread(39。39。)。 imshow(I)。 guidata(hObject, eventdata, handles)。 % hObject handle to pushbutton10 (see GCBO) % eventdata reserved to be defined in a future version of MATLAB % handles structure with handles and user data (see GUIDATA) % Executes on selection change in listbox1. function listbox1_Callback(hObject, eventdata, handles) % hObject handle to listbox1 (see GCBO) % eventdata reserved to be defined in a future version of MATLAB % handles structure with handles and user data (see GUIDATA) % Hints: contents = cellstr(get(hObject,39。String39。)) returns listbox1 contents as cell array % contents{get(hObject,39。Value39。)} returns selected item from listbox1 % Executes during object creation, after setting all properties. function listbox1_CreateF(hObject, eventdata, handles) % hObject handle to listbox1 (see GCBO) % eventdata reserved to be defined in a future version of MATLAB % handles empty handles not created until after all CreateFs called % Hint: listbox controls usually have a white background on Windows. % See ISPC and COMPUTER. if ispc amp。amp。 isequal(get(hObject,39。BackgroundColor39。), get(0,39。defaultUicontrolBackgroundColor39。)) set(hObject,39。BackgroundColor39。,39。white39。)。 end function Ka=baojiao(alf1,Kaarray) %查找包角修正系數(shù) [a,b]=lookforpos(aerfa1,Kaarray(1,:))。 Ka=interp1([Kaarray(1,a),Kaarray(1,b)],[Kaarray(2,a),Kaarray(2,b)],alf1)。 function changetabledsp(tableh,s,pos,TYPE,data) %用于控制 table 中的顯示 global DSPcellarray HEADMES。 a=0。 switch(TYPE) case 1 xingbie=39。Z39。 case 2 xingbie=39。A39。 case 3 xingbie=39。B39。 case 4 xingbie=39。C39。 case 5 xingbie=39。D39。 case 6 xingbie=39。E39。 end switch(s) case 39。deleteall39。 DSPcellarray=initcell()。 case 39。write39。 DSPcellarray=write(DSPcellarray,pos,xingbie,data)。 end DSP={ DSPcellarray{1}{1:end}。 DSPcellarray{2}{1:end}。 DSPcellarray{3}{1:end}。 DSPcellarray{4}{1:end}。 DSPcellarray{5}{1:end}。 DSPcellarray{6}{1:end}。 DSPcellarray{7}{1:end}。 DSPcellarray{8}{1:end}。 DSPcellarray{9}{1:end}。 }。 set(tableh,39。data39。,DSP)。 DSQ={ 1 DSPcellarray{1}{1:end}。 2 DSPcellarray{2}{1:end}。 3 DSPcellarray{3}{1:end}。 4 DSPcellarray{4}{1:end}。 5 DSPcellarray{5}{1:end}。 6 DSPcellarray{6}{1:end}。 7 DSPcellarray{7}{1:end}。 8 DSPcellarray{8}{1:end}。 9 DSPcellarray{9}{1:end}。 }。 function DSP=write(DSParray,pos,xingbie,data) %寫入數(shù)據(jù) DSParray{pos}={xingbie data{1:end}}。 DSP=DSParray。 function DSPce=initcell() %初始化用于顯示 table 顯示的細(xì)胞數(shù)組 for i=1:9 dsp{i}={39。39。,[],[],[],[],[],[],[],[]}。 end DSPce=dsp。 function Ki=chuandongbixishu(chuandongbi) %查找傳動(dòng)比系數(shù) Ki i=chuandongbi。 if(i=1amp。amp。i) Ki=1。 elseif(i=amp。amp。i) Ki=。 elseif(i=amp。amp。i) Ki=。 elseif(i=amp。amp。i) Ki=。 elseif(i=amp。amp。i) Ki=。 elseif(i=amp。amp。i) Ki=。 elseif(i=amp。amp。i) Ki=。 elseif(i=amp。amp。i) Ki=。 elseif(i=amp。amp。
點(diǎn)擊復(fù)制文檔內(nèi)容
研究報(bào)告相關(guān)推薦
文庫吧 www.dybbs8.com
備案圖鄂ICP備17016276號(hào)-1