




版權說明:本文檔由用戶提供并上傳,收益歸屬內容提供方,若內容存在侵權,請進行舉報或認領
文檔簡介
英文資料翻譯Amodeling-basedmethodologyforevaluatingtheperformanceofareal-timeembeddedcontrolsystemKlemenPerko,RemyKocik,RedhaHamouche,AndrejTrostABSTRACTThispaperpresentsamodelling-basedmethodologyforembeddedcontrolsystem(ECS)design.Here,insteadofdevelopinganewmethodologyforECSdesign,weproposetoupgradeanexistingonebybridgingitwithamethodologyusedinotherareasofembeddedsystemsdesign.Wecreatedatransformationbridgebetweenthecontrol-schedulingandthehardware/software(HW/SW)co-designtools.Bydefiningthisbridge,weallowforanautomaticmodeltransformation.Asaresult,weobtainmoreaccuratetiming-behavioursimulations,consideringnotonlythereal-timesoftware,butalsothehardwarearchitecture’simpactonthecontrolperformance.Weshowanexamplewithdifferentmodel-evaluationresultscomparedtorealimplementationmeasurements,whichclearlydemonstratesthebenefitsofourapproach.?2021ElsevierB.V.AllrightsreservedKEYWORDS:Modeling,Modeltransformations,Embeddedcontrolsystemsdesign,Real-timesystems1.IntroductionEmbeddedcontrolsystems(ECSs)areubiquitousnowadays.Theyareusedinabroadspectrumofapplications,fromsimpletemperaturecontrolinhouseholdappliancestocomplexandsafety–criticalautomotivebrakesystemsoraircraftflightcontrolsystems.Differentapplicationshavedifferentdemandswithregardstothereal-timeexecution,controlperformance,energyconsumption,price,etc.,oftheECSbeingused.Moderntechnologiesforhardware(HW)andsoftware(SW)designprovideavarietyofpossibilitiesfordesigningECSs(e.g.,distributedandnetworkedHW,multi-processorsystems,avarietyofSWcontrolalgorithmsandreal-timeoperatingsystems(RTOSs),etc.)[1].ItiscommonlyacknowledgedthatthedesigningandverifyingofreliableandefficientECSsforaparticularapplicationarechallengingtasks.1.1.Traditionalcontrol-systemdesignTheaimofdesigninganECSistobuildacomputingsystemthatisabletocontrolthebehaviorofaphysicalsystem,e.g.,aplant.Suchaplantismadeupofinterconnectedmechanical,electricaland/orchemicalelements.AtypicalECSconsistsofelectronicsensorsfordataacquisitionfromtheplant,acomputingsystemforprocessingthecontrolalgorithm,andelectronicactuatorstodrivetheplant.TheECSdesignprocessinvolvesdifferentactorsandareasofexpertise(controltheory,signalprocessing,real-timeSWandHWengineers).Eachoftheseengineersisfamiliarwiththeirownmodelinglanguages,models,designtools,etc.Thisheterogeneityintroducescutsinthedesignprocess.Modeltransformationsareneededbetweeneachdesignstep;however,theyareoftencarriedoutmanuallyand,asaresult,arepronetomistakesandsubjecttointerpretation,whichofcoursedependsontheskillofthedesigner.ThetraditionalformofECSdesignisperformedintwoseparateddomains–thecontrolSWdomainandtheHWdomain–usingspecificdesigntoolsandtheirrespectivesystemmodels.Inthefirstdomain,controlengineersdefinethecontrollawsandtheSWengineerswritethecodethatexecutestheoperationsrequiredbythecontrollaws.Aso-calledcontrol-schedulingco-designisperformed.Decisionsmadeinthereal-time(RT)softwaredesignaffectthecontroldesign,andviceversa.Forinstance,differentSWschedulingpolicieshavedifferentimpactsonthelatencydistributionsinthecontrolloopsand,consequently,ontheirperformance.Also,thecontrol-loopperformancedirectlyaffects(byconstraining)theSWexecutionparameters(i.e.,samplingperiods,task-executionjitter,etc.).IntheseconddomaintheHWengineersdesignanHWplatformthatwillexecutethecontrolSW.Theconnectionsofallthesensorsandactuatorstotheplatformaremadeviatheavailablecommunicationchannels.However,becausetheHWplatformisdesignedseparately,controlengineerscannotestimateitsimpactonthecontrol-loopperformance.Forinstance,thedatafromsensorsandtoactuatorscanpassthroughoneormorecommunicationchannels.AHWengineercan,ingeneral,choosefromamongavarietyofcommunicationprotocols,andeachtypeintroducesdifferentlatenciesandjitter,whichthereforeaffectstheSWexecution.Thecontrolengineercannot,however,evaluatetheeffectoftheselatenciesbeforethesystemisactuallyimplemented.Hence,thedesiredperformanceofthesystemmaynotbeachieved,anditisnecessarytochangeandtunethecontrollaws(calibrationphase)inordertocompensatefortheimpactofthesecommunicationandexecutiondelays.Thefactthatthecalibrationhastobeperformedonanactualplantcanbeveryexpensiveandtime-consuming,especiallywhenthedesiredperformancecannotbeachievedusingthecurrentHWplatformandaredesignisrequired.AnothershortcomingoftraditionalECSdesignistheinabilityofcontrolandSWengineerstoexploitsomeoftheadvantagesofferedbymodernHWtechnologies.Forinstance,controlloopsrunninginparallel,insteadofthetraditionalsequentialexecution,couldgivebetterperformance.Parallelexecutioncanbeachievedwiththeuseofmulti-processorordistributedplatforms.ModernECSdesigntechniquesrelyheavilyonsystemmodeling,whichprovidesameanstoexaminehowvariouscomponentsworktogetherandtoestimatetheimpactoftheECS’simplementationoncontrolperformancebeforeitisactuallyimplemented.Thismakesitpossibletocorrecttheinitialcontrollawsinordertocompensatefortheimplementationimpactsearlyinthedesigncycle.Anotherimportantaspectofmodelingistheabilitytoexploredifferentpossiblesystemimplementations(design-spaceexploration).AppropriatemodelingcansignificantlyshortenthedesigncycleofanECS[2].Toovercometheproblemsintroducedbytheheterogeneityofdesignmodelsandtools,differentmethodologiesandtoolsweredeveloped[3].ThesemethodologiesusuallyprovideameanstocreateauniformECSmodel,simulateandevaluateitsbehavior,formallytransformittowardsanimplementation,etc.1.2.ProposedcontrolsystemdesignToimproveandacceleratethetraditionalECSdesignweproposethemergingoftheseseparateddomains.Onthebasisofthismerging,alltheactorsinthedesignprocesscouldbettercollaborateandexchangetheirdataduringthedesignprocess,theycoulddoamorethoroughdesign-spaceexplorationandthedesigncyclecouldbemadesignificantlyshorter.InsteadofdevelopinganewmethodologyforECSdesign,weproposetoupgradethetraditionalSW-basedcontrol-systemdesignapproachwithefficientmodelinganddesignoftheHWplatforms.Recently,severalmethodologieshavebeendevelopedthatconcernHW/SWco-design.ThesemethodologiesenabletheefficientdesignofSWandHWonembeddedsystemsintermsofSWexecutionspeed,HWresourcesusage,systemflexibility,futureupgradeability,finaldesigncosts,etc.Weproposecreatingaformalbridgebetweentheexistingtoolsforcontrol-schedulingco-designandHW/SWco-design.Thisbridgemakespossiblemodeltransformationsandtheexchangeofsimulationresultsbetweentoolsforcontrol-schedulingco-designandHW/SWco-design.Thebridgeisbasedonaformaltransformationofmodelsbetweendifferentdesigntools.Ourfoundationforthecontrolschedulingco-designmethodologyisworkpresentedin[4]anditsassociatedtool,MoDEST,whichispresentedin[5].ForthepurposeofHW/SWco-designwehaveselectedthemethodologypresentedin[6]withitsassociatedabstract-systemmodelingtool,ASyMod,whichispresentedin[7].Withthebridgeweareabletoobtainmoreaccuratecontrol-performanceevaluationsconsideringarchitecturaldetailsandeventhepossibilitytostudymixedHW/SWimplementationsofthecontrolsystem.Evaluatingtheimpactofimplementationintheearlydesignstagesreducesthenumberofdesign-lifecycleiterationsandshortensthetimeneededforafinalcalibrationofthecontrollaws.Inthenextsectionwepresenttherelatedmethodologies,followedbyshortdescriptionsoftheMoDESTandASyModtoolsandtheirmetamodels.InSection3wedescribetheformalrulesformodeltransformationandtheimplementationofthebridge.InSection4,twoexamplesofanembeddedcontrollerarepresented.Bycomparingsimulationresultstomeasurementsonarealimplementedsystem,weshowthebenefitsofourapproach.Finally,thepaperisconcludedinSection5.1.3.RelatedmethodologiesandtoolsTheincreasingneedtooptimizeECSsintermsoftheircontrolperformance,RTconstraintsandcostefficiencyhasledtolimitedcomputationalresourcescombinedwiththeirefficientexploitationandhas,asaconsequence,encouragedtheemergenceofnewresearchareas.Domain-specifictoolsforcontrol-schedulingco-designhavebeendevelopedrecently.Thesetoolssupportimplementationmodelingandanalysisintermsofcontrolperformance.SeveralofthetoolsarebasedonMatlab,whichistraditionallyusedbycontrolengineersforthedesignofcontrollaws.TheAIDA[8]toolsetisamodel-basedenvironmentforthedesignandanalysisofcontrolsystems,usedeitherinstand-aloneformorwithMatlab.Thetoolsetsupportsthemodelingofcontrol-functionexecutionondistributedHWcomponentscontainingmulti-processorsandcommunicationslinks.Theeffectsofthecontrolalgorithm’simplementationoncontrolperformancecanbeanalyzed.Jitterbug[9]isaMatlab-basedanalysistoolforcomputingaquadraticperformancecriterioninlinearcontrolsystemsundervarioustimingconditions.UsingJitterbug,thesensitivityofcontrolsystemstodelays,jitterandotherinterferencescanbestudied.TheeffectsofdifferentSWimplementationsoncontrolperformancecanbeanalyzed.TrueTime[10]isasimulatorinMatlab/Simulinkdesignedfortheco-simulationofthedistributedcontroller’staskexecutiononseveralRTkernels,networktransmissions,andcontinuousplantdynamics.ItprovidesacontrolperformanceanalysisofdistributedRTcomputer-basedcontrolsystems,consideringtheeffectsofprocessorsandnetworkscheduling,taskattributes,theirdatadependency,etc.TrueTimeandJitterbugcanbeusedtogethertoevaluatetheperformanceofvariouscontrolloopimplementations[11].RecentlyanESMol[12]toolchainhasbeendeveloped.Itincorporatesaprototypeschedulingtoolwhichcalculatesschedulesfortime-triggerednetworksindistributedembeddedsystems.TheESMoLcanbeusedtogetherwiththeTrueTimeinordertoassesplatformeffectstocomputedscheduleandtocontrolperformance.Theresearchactivitiesfocusedonsoftwaredesignfordistributedreal-timeembeddedsystemsleadtodevelopmentseveraltoolsandlanguages.TimingDefinitionLanguage(TDL)isahigh-leveldescriptionlanguageforspecifyingtheexplicittimingrequirementsofatime-triggeredapplication,whichmaybeconstructedoutofseveralcomponents.Itpromotestheideathatthefunctionalandtemporalbehaviorofdevelopedsoftwareshouldbeplatformindependent.Thisreducescostsofsystemintegration,validationandmaintenance.Anautomaticbus-schedulegenerationformessagesovernetworktopologyispresentedin[13].Anapproachtooptimizesoftwarecomponentallocationsystemsondistributedreal-timeembeddedsystemsisexplainedin[14].Authorsprovidebinpackingalgorithmfordeploymentandconfigurationofcomponentsinordertomeettheirrequiredquality-of-service(QoS)properties,suchaspredictablelatency/jitter,throughputguarantees,scalabilityetc.CheddartoolisdesignedforsoftwaretaskschedulingsimulationandfeasibilityanalysisofsystemsdescribedwithArchitectureAnalysis&DesignLanguage(AADL).MethodsforschedulinganalysisandmemoryrequirementsanalysisofbuffersusedforcommunicationbetweenAADLthreadsaredescribedin[15].ResearchershavedefinedseveralHW/SWco-designmethodologiesinordertoleveragesystemdevelopment.MulticomponentarchitecturesallowingRTimplementationsofcomplexalgorithmsatalowcosthavebeenproposed.Severaltoolshavebeenintroducedforsystemmodeling[16],synthesis[17]anddesign[18–20].PtolemyII[16]supportsavarietyofmodelsofcomputation,forexample,atimedmultitaskingmodel[21]foradeterministicdesignoftheconcurrentRTsoftware.Thetoolisabletomodelafixed-priorityschedulingoftaskswithconstantexecutiontimes.SynDEx[20]isaco-designtoolforrapidprototypingandoptimizingtheimplementationofdistributedRTembeddedapplicationsontomulticomponentarchitectures.Itincludesautomaticmappingandscheduling,supportsarchitecturerefinementsandtheautomaticgenerationoftheexecutablecode.Thecomplexityofthealgorithms,reusabilityandtraceability,demandareductioninthedesigncosts,andthediversityofskillsandtoolsinvolvedinthedesignprocesshasdrivenresearcherstodefineanewmodel-drivenmethodology.TheModel-DrivenEngineering(MDE)approachreliesonusingtheconceptsofmodelsasanabstractpresentationofthesystem.Themodelisalwaysconstructedwithaspecificpurposeinmindandisnotintendedtorepresentthesystemasawhole.Thesemanticsoftheconceptsandrelationshandledinthemodelhastobepreciselyspecified.Theroleofthemetamodelistodefinewhatthevalidmodelsexpress,e.g.,amodelisconformabletoametamodel.Metamodelsaredefinedusingoneofthemodelinglanguages.TheapproachwasfirstappliedintheSWengineeringdomain[22],butlaterithasalsobeenincreasinglyusedinthedesignofembeddedsystems[12,14,23,24].IntheMDEapproach,modelsevolvewithmodeltransformationsclassifiedintoverticalandhorizontaltransformations[25].Atypicalexampleofthehorizontaltransformationismodelmigration,andanexampleoftheverticaltransformationismodelrefinement.Verticaltransformationstepsaddmoredetailstothemodelwithrespecttothepreviousstep.Eachverticalrefinementstepleadstoamoredetailedmodel,whilestillimplyingthepropertiesoftheabstractmodelfromthefirststep.Thelevelofabstractionisloweredtowardstheimplementablemodel.Thehorizontaltransformationisatransformationwherethesourceandthetargetmodelsresideatthesameabstractionlevel,butthemodelcanmigratefromonetooltoanother.Withhorizontaltransformations,differentbridgesbetweenthetoolscanbeestablished.Forverticalandhorizontaltransformationsdifferentapproachesandrelatedlanguageshavebeendevelopedthatprovidetransformationenvironments.AcknowledgedrepresentativesofmodeltransformationlanguagesareATL[26,27]andGReAT[28,29].TransformationinGReATreliesongraphtransformationtechniques,whileinATLtransformationisbasedontextualwrittenrules.GReATisusedformodeltransformationsin[14].Detailedoverviewandcomparisonofmodeltransformationtoolsandapproachescanbefoundin[30].Ourworkisatthecrossroadsoftheaboveresearchareas.UsingtheMDEapproachbasedonmetamodelling,weofferadesignframeworkthatsupportsmodeltransformationssoastoenablelinksbetweendifferenttools,suchasthosementionedabove.Withinthetoolweprovideschedulingsimulationasin[15].Itprovidesanalysisofsoftwaretasksexecutiontimejittertocontrolperformance.AmodeltransformationbridgewithHW/SWco-designtoolextendsthisanalysistoconsideralsotheimpactofhardwarearchitecturecomponentsandalsoenablesarchitecturalexploration.2.Model-drivenembeddedsystemdesign2.1.MoDESTtoolTheModel-DrivenEmbeddedSystemDesignTool(MoDEST)tool[5]implementsthemethodologypresentedin[31].ItsmaingoalistounifytheECSdesignstepsintoahomogeneousapproach,byhandlingthecomplexityandtheheterogeneityofmodels,andtoimprovethemodel’sconsistencyandtractabilityalongthedesignstagein‘‘V-shaped’’ECSdesignprocessaspresentedinFig.1.TheMoDESTtooloffersadesignenvironmentrangingfromcontrol-algorithmmodelingtocodegenerationforamono-processortarget.Thetooldoesnotreplacespecializeddomaintools,butenablesthebuildingoflinksbetweentheminordertosupport,inthesameframework,thewholeembedded-systemdesignprocess.TheMoDESTtoolimplementsmulti-facetdesignviews,whereeachviewiswellsuitedtothejobandtheproblemsofeachdesignstep.Itprovidesadomain-orientedtoolsetforbuildingamodel,usingaspecificterminology(control,computer-scienceorRT),withthecorrespondingactor(controldesignerorRTsoftwaredesigner).Thesedomain-orientedlanguagesarebasedonaSW-componentapproach,effectivelyacceleratingthedesigncycle.Thecomponentapproachincreasesthereusabilityofmodels,despitetherapidtechnologicalevolutionofembeddedplatforms.Theembeddedcontrolsystemisdesignedonthebasisofthreefacets:functional,SWspecificationandimplementation.Inthefunctionalfacet,theuserdefinesthealgorithmusingadataflowgraph,wherethenodesarethefunctionsandthedatadependenciesarethesignals.IntheSWspecificationfacet,theuserspecifiesthesoftwarecomponents(IComps)thatwillimplementthenecessaryfunctions,forcomposingthecompletecontrolalgorithm.Intheimplementationfacet,accordingtotheRTconstraintsanddatadependencies,ICompsaregroupedintosequencesexecutedinperiodictasks.Inthisfacet,theusershouldalsogiveinformationabouttheHWresourcesandtheSWplatform,suchastheschedulingpolicy.TheModel-DrivenArchitecture(MDA)approachisused;thisraisestheembedded-systemdesignprocessfromaclassicalcode-orienteddevelopmenttoamodel-drivendevelopmentwithautomaticcodegeneration.Thetoolreliesonaproposedmetamodelabletocapturethethreefacetdescriptionsbydefiningaunifiedterminologyandsemanticstosharetheinformationwithouthavingtoduplicateit.Thus,itensuresconsistencybetweenthemodelsusedineachdesignstepbycarryingoutmodeltransformationsandreconciliationbetweenthefacets:eachchangeinthefacetdescriptionisautomaticallyrelayedtoanotherone.Thetoolprovidesfacilitiesforschedulinganalysisandsimulationaswellascodegenerationformultipletargets.ItincludesanRTbehavior-analysismoduletochecktheschedulingfeasibility(RateMonotonic(RM),DeadlineMonotonic(DM),EarliestDeadlineFirst(EDF),etc.).Itisalsoabletosimulateanddisplay,asachronogramchart,theexecutionoftasks.Thecode-generationandprofilingmodule,whichgeneratesthesourcecodesforthemultipleRTkernels(RTAI[32],DSPBios[33]andreal-timeJava)andcapturesarealtemporalexecutiontrace,hasalsobeenimplemented.TheMoDESTtoolalsoprovidesatiming-measuremodulethatperformslatency,delayandjittermeasurementsontaskexecution.Thistemporalinformationcanbeusedinhybridsimulationsinordertoestimatethelossofcontrolperformance.MetamodeloftheMoDESTimplementationfacetThebridgebetweentheMoDESTandASyModtoolsisbasedonrulesdefiningthetransformationsbetweenasubsetoftheMoDESTMetamodel(ImplementationFacetpart)andtheASyModMetamodel.Sincethegoalofthepaperistodescribethebridge,wewillnotpresentdetailsofthewholeMoDESTMetamodelbutonlyofthesubsetrelevanttotheimplementationfacet.Forthesakeofsimplicity,weshalltermittheMoDESTMetamodel.AsnippetofthemetamodelispresentedinFig.2.Todefinethemetamodel,weuseagraphnotation.Adata-flowgraph(DFG)isadirectedgraphthatrepresentsthedatadependenciesbetweenthenumbersofedgesrepresentthedatapaths.TheMulti-PeriodData-FlowGraph(MPDFG)isaDFGextendedwithinformationabouttheRTexecutionconstraintsofthedataoperations.AnMPDFGisatypeofdirectedacyclicgraph(DAG).IntheMoDESTtool,aMPDFGM(IC,C,TM,R)isusedtorepresenttheimplementationfacetofembeddedsystems,whereIC={IComp1,ICompN}isasetofimplementationcomponents(IComps),C={c1,cM}isasetofcommunicationsbetweentheimplementationcomponents,TM={tM1,tMO}isasetoftasksandRdefinesthetaskscheduler.ICompsrepresentthenodesintheMPDFGandcommunicationrepresentstheedgesbetweenthenodes.ICompisamathematicalfunctionthatcomputestheoutputsfromtheinputs.ICompcanbepresentedasatupleICompn({ok,...,ol},{io,...,ip}),where{ok,...,ol}isalistofallitsoutputsand{io,...,ip}isalistofallitsinputs.ThesetsIMandOMThesharedvariablesarerepresentedascommunication.CommunicationisadatatransferbetweentheoutputandtheinputoftwodistinctIComps.Acommunicationisnotedascn(ok,il,type),whereok?OMistheproducerofthedata,il?IMistheconsumerofthedataandtypedefinesthedatatype.Eachcommunicationcantransferonlyonedatatype,whichcanbechosenfromasetofpredefinedtypes(char,integer,float,double).ThetasksaddRTexecutionconstraintsforperiodicity,deadlinesandprioritiestoasetofIComps.TheexecutionoftasksinMoDESTistime-triggered,witheachtaskdefiningapartitionofIComps?IC.TaskcanbeexpressedasthequintupletMn(PMn,t0Mn,DMn,LMn,SeqMn),wherePMnisthetaskperiod,t0Mnisthestart-timeoffset,DMnisthetaskdeadline,LMnisthetaskpriorityandSeqMn={ICompq,...,ICompr}isanorderedsequencethatdefinestheexecutionsequenceofICompsthatshouldbeexecutedwhenthetaskiscalledataruntime.ThetaskschedulerisdefinedwiththepairR={SchM,PreM},whereSchMdefinestheschedulingalgorithmtypefromapredefinedsetofalgorithms{RM,DM,EDF}andthebooleanPreMdefineswhetherthetaskexecutionscanbepre-empted.2.2.ASyModtoolTheAbstractSystem-levelModelling(ASyMod)toolisarepresentativeoftheHW/SWco-designtools.Itisusedintheevaluationofembeddedsystemsduringtheearlystagesofthedesignprocessintermsoftheconsumptionofmaterialresources(memory,bus,processors,FPGA,etc.)andthedurationoftheRTtaskexecutions.ItprovidesauniformmodellingframeworkfortheHWandSWcomponentsdescribedatahighlevelofabstraction.ThemodellingfollowsrulesdefinedintheASyModmetamodel.TheASyModisconstructedofthreemajorparts.Thefirstpartisagraphicalmodellinginterface[7]basedonaGenericModellingEnvironment(GME)[34].GMEisaconfigurabletoolkitforcreatingdomain-specificmodellingandprogramsynthesisenvironments.InordertoconfiguretheGMEtoserveaspecificdomain,asuitablemetamodelfortheabstractHW/SWco-designisdefined.ThisspecificmetamodelisconformantwiththeGMEmetamodellinglanguage,calledMetaGME,andisbasedonUnifiedModellingLanguage(UML)classdiagramsandObjectConstraintLanguage(OCL)constraints.Adefinedmetamodelcontainsallthesyntactic,semantic,andpresentationinformationregardingtheASyModdomain–i.e.,whichHWandSWconceptscanbeusedtoconstructmodels,therelationshipsthatmayexistamongthoseconcepts,howtheconceptsmaybeorganizedandviewedbythemodeller,andtherulesgoverningtheconstructionofmodels[35].ThesecondpartofASyModisamodelinterpreterthatparsestheinformationfromthegraphicalmodelintoatextualdescription.Theobtaineddescriptioncomplieswiththesimulationkernel.ThiskernelisthethirdpartoftheASyModtool;itisbasedonamethodologypresentedin[6]andprovidesthemeansforthetemporalsimulationofdistributedsystemsonthesystemlevel.ThesimulationofthemodelprovidestemporalinformationabouttheSWtaskexecutions,theHWresourceusage,thecontentionsonthecommunicationdevicesandtheirimpactonthetaskexecutions.TheresultsaresummarizedinaHWresourceutilizationtableandstatisticalinformationabouttheexecutiontime(delays,jitter)foreachtask.Basedonthisi
溫馨提示
- 1. 本站所有資源如無特殊說明,都需要本地電腦安裝OFFICE2007和PDF閱讀器。圖紙軟件為CAD,CAXA,PROE,UG,SolidWorks等.壓縮文件請下載最新的WinRAR軟件解壓。
- 2. 本站的文檔不包含任何第三方提供的附件圖紙等,如果需要附件,請聯系上傳者。文件的所有權益歸上傳用戶所有。
- 3. 本站RAR壓縮包中若帶圖紙,網頁內容里面會有圖紙預覽,若沒有圖紙預覽就沒有圖紙。
- 4. 未經權益所有人同意不得將文件中的內容挪作商業或盈利用途。
- 5. 人人文庫網僅提供信息存儲空間,僅對用戶上傳內容的表現方式做保護處理,對用戶上傳分享的文檔內容本身不做任何修改或編輯,并不能對任何下載內容負責。
- 6. 下載文件中如有侵權或不適當內容,請與我們聯系,我們立即糾正。
- 7. 本站不保證下載資源的準確性、安全性和完整性, 同時也不承擔用戶因使用這些下載資源對自己和他人造成任何形式的傷害或損失。
最新文檔
- 工業領域綠色能源技術應用
- 工業設計在產品創新中的作用與價值研究
- 工作中的情緒管理與壓力緩解
- 工業設計與產品創新的策略研究
- 工作效率提升工具及方法研究
- 工作環境優化對員工滿意度的影響
- 工程塑料在汽車領域的應用
- 工廠廠區綠化規劃
- 工程機械動載荷下的結構強度分析
- 工程機械的維護與修理技術培訓
- 滬教版英語小學四年級上學期試卷與參考答案(2024-2025學年)
- 人工智能訓練師理論知識考核要素細目表二級
- 2024年人教版一年級數學(下冊)期末試卷及答案(各版本)
- 《卒中患者吞咽障礙護理規范》
- DL∕T 698.45-2017 電能信息采集與管理系統 第4-5部分:通信協議-面向對象的數據交換協議
- 2024版房屋租賃合同范本房屋租賃合同
- GB/T 44189-2024政務服務便民熱線運行指南
- 浙江省杭州市學軍中學2025屆數學高一下期末統考試題含解析
- 2025年中考數學專題09 逆等線最值專題(原卷版)
- 中醫醫療技術手冊2013普及版
- 【全球6G技術大會】:2023通感一體化系統架構與關鍵技術白皮書
評論
0/150
提交評論