數據通信與網絡06-數字數據傳輸:接口與調制解調器-3_第1頁
數據通信與網絡06-數字數據傳輸:接口與調制解調器-3_第2頁
數據通信與網絡06-數字數據傳輸:接口與調制解調器-3_第3頁
數據通信與網絡06-數字數據傳輸:接口與調制解調器-3_第4頁
數據通信與網絡06-數字數據傳輸:接口與調制解調器-3_第5頁
已閱讀5頁,還剩94頁未讀 繼續免費閱讀

下載本文檔

版權說明:本文檔由用戶提供并上傳,收益歸屬內容提供方,若內容存在侵權,請進行舉報或認領

文檔簡介

第六章數字數據傳輸:接口與調制解調器Chapter6TransmissionofDigitalData:InterfacesandModems6.1DigitalDataTransmission6.2DTE-DCEInterface6.3OtherInterfaceStandards6.4Modems6.5SummaryContentsIntroductionInformation-processingdevicescangenerateencodedsignalsbutrequireassistancetotransmitthosesignalsoveracommunicationlink.Whenwewantrelayencodedatafromsourcedevicetothenextdevice,weneedabundleofwires,asortofmini-communicationlink,calledaninterface.Forintercommunication,theinterface’scharacteristicsmustbedefinedandstandardsmustbeestablished.IntroductionCharacteristicsofinterfaceinclude:

mechanicalspecifications;electricalspecifications;functionalspecifications.ThesecharacteristicsarealldescribedbyseveralpopularstandardsandareincorporatedinthephysicallayeroftheOSImodel.6.1DigitalDataTransmissionTheprimaryconcernwhenconsideringthemoveofdatafromonedevicetoanotheristhewiring(配線).Theprimaryconcernwhenconsideringthewiringisdatastream.

Dowesendonebitatatimeoragroupbits?6.1DigitalDataTransmissionThetransmissionofbinarydataacrossalinkcanbeaccomplishedeitherinparallelorserialmode.Thetypeofdatatransmissionmode6.1.1ParallelTransmissionBinarydatamaybeorganizedintogroupsofnbitseach,andcansenddatanbitsatatime.Thismodecalledparalleltransmission(并行傳輸).Themechanismforparalleltransmissionisusenwirestosendnbitsatonetime.

eachbithasitsownwire;allnbitsbetransmittedwitheachclockpulse.6.1.1ParallelTransmission發送方接收方011000108個比特一起發送需要8條線路一般將n根導線組成一根電纜或排線,每端配有連接頭。6.1.1ParallelTransmissionAdvantage:Thetransmissionspeed.

Allelsebeingequal,paralleltransmissioncanincreasethetransferspeedbyafactorofnoverserialtransmission.

Disadvantage:Thecost.

Requirencommunicationlines.

usuallylimitedtoshortdistancestransmission.6.1.2SerialtransmissionInserialtransmissiononebitfollowsanother,soweneedonlyonecommunicationchannel.6.1.2SerialtransmissionTheadvantageofserialtransmission:Onlyonecommunicationchannelbeused,soreducesthecostoftransmissionroughlyafactorofn.Sincecommunicationwithindevicesisparallel,conversiondevicesarerequiredattheinterfacebetweenthesenderandtheline(parallel-to-serial)andbetweenthelineandthereceiver(serial-to-parallel).Serialtransmissionhavetwoways:asynchronousorsynchronous.Asynchronoustransmissionissonamedbecausethetimingofasignalisunimportant.Informationisreceivedandtranslatedbyagreed-uponpatterns.Patternsarebasedongroupingthebitstreamintobytes.Eachgroupissendalongthelinkasaunit.AsynchronousTransmission(異步傳輸)Thesenderhandleseachgroupindependently,sendingitwheneverready,withoutregardtoatimer.Toalertthereceivertothearrivalofanewgroup,anextrabitisaddedtothebeginningofeachbyte(calledstartbit,usuallya0).Toletthereceiverknowthatthebyteisfinished,oneormoreadditionalbitsareappendedtotheendofthebyte(calledstopbits,usually1s).Inaddition,thetransmissionofeachbytemaythenbefollowedbyagapofvaryingduration.AsynchronousTransmission(異步傳輸)AsynchronousTransmission(異步傳輸)Thestartandstopbitsandthegap

alertthereceivertothebeginningandendofeachbyteandallowittosynchronizewiththedatastream.SenderReceiver10111000110111000110111000110111000AsynchronousTransmission(異步傳輸)在字節級別,收發雙方無需同步,即雙方不必在何時發送上達成一致,因此稱這種方式為異步傳輸。在每字節內部,每個數據位仍然需要同步!Advantage:

cheapandeffective.Disadvantage:

Theadditionofstopandstartbitsandtheinsertionofgapsintothebitstreammakeittransmissionslower.Itisanattractivechoiceforlow-speedcommunication.AsynchronousTransmission(異步傳輸)Asynchronousheremeans“asynchronousatthebytelevel,butthebitsarestillsynchronized”

Theirdurationsarethesame.NoteAsynchronousTransmission(異步傳輸)SynchronousTransmission(同步傳輸)Insynchronoustransmissionwesendbitsoneafteranotherwithoutstart/stopbitsorgaps.Itistheresponsibilityofthereceivertogroupthebits.Ifthesenderwishestosenddatainseparatebursts,thegapsbetweenburstsmustbefilledwithaspecialsequenceof0sand1sthatmeansidle.Becausetheaccuracyofthereceivedinformationiscompletelydependentontheabilityofthereceivingdevicetokeepanaccuratecountofthebits,thereforetimingisveryimportant.SynchronousTransmission(同步傳輸)Theadvantageofsynchronoustransmissionisspeed.

Withnoextrabitsorgapstointroduceatthesendingendandremoveatthereceivingendand,thereforewithfewerbitstomoveacrossthelink.

Bytesynchronizationisaccomplishedinthedatalinklayer.SynchronousTransmission(同步傳輸)Insynchronoustransmission,

wesendbitsoneafteranotherwithoutstart/stopbitsorgaps.NoteSynchronousTransmission(同步傳輸)6.2DTE-DCEInterfaceBasicConceptDTE(DataTerminalEquipment,數據終端設備)isanydevicethatisasourceofordestinationforbinarydigitaldata.Atphysicallayer,itcanbeterminal,computer,printer,faxmachine,oranyotherdevicethatgeneratesorconsumesdigitaldata.6.2DTE-DCEInterfaceBasicConceptDCE(DataCircuit-TerminatingEquipment,數據電路終接設備)

isanydevicethattransmitsorreceivesdataintheformofananalogordigitalsignalthroughanetwork.CommonlyusedDCEatphysicallayerincludemodems.6.2DTEandDCEDTEDCEDTEDCE發送端:DTE產生數據,并連同必要的控制字符一同傳輸給與其相連的DCE。DCE將數據轉換為適合傳輸介質的形式,并將信號發送到網絡鏈路中。接收端:相應的逆操作。6.2DTE-DCEInterface通信過程中,發送和接收信號的DCE設備必須采用同一種調制方法(如FSK),并且需要兩個設備協調工作.兩個DTE設備不需要互相協調,但是每個DTE設備必須保持與其直接相連的DCE設備協調工作。Manystandardshavebeendevelopedtodefinetheconnection

betweenaDTEandaDCE.Standardprovidesamodelforthe

mechanical,

electrical,and

functional

characteristicsoftheconnection.6.2.1StandardsTheEIA(電子工業協會)andtheITU-T(國際電信聯盟標準化部)havebeeninvolvedindevelopingDTE-DCEinterfacestandards.

TheEIAstandardsarecalledEIA-232,EIA-442,EIA-449,andsoon.TheITU-TstandardsarecalledtheVseriesandtheXseries.6.2.1Standards6.2.2EIA-232InterfaceTheEIA-232(RS-232,RecommendedStandard)definesthemechanical,electrical,functionalcharacteristicsoftheinterfacebetweenaDTEandaDCE.

Issuedin1962Themostrecentversion:EIA-232-F-199MechanicalSpecificationThemechanicalspecificationoftheEIA-232standarddefinestheinterfaceasa25-wirecablewithamaleandafemaleDB-25pinconnectorattachedtoeitherend.Thelengthofthecablemaynotexceed15meters(about50feet).MechanicalSpecificationmaleconnectorfemaleconnectorADB-25connectorisaplugwith25pinsorreceptacles,eachofwhichisattachedtoasinglewirewithaspecificfunction.ElectricalSpecificationTheelectricalspecificationofthestandarddefinesthevoltagelevelsandthetypeofsignaltobetransmittedineitherdirectionbetweentheDTEandtheDCE.EIA-232statesthatalldatamustbetransmittedaslogical1sand0s(calledmark(傳號)andspace(空白))usingnon-returntozero,level(NRZ-L)encoding,with0definedasapositivevoltageand1definedasanegativevoltage.ElectricalSpecificationEIA-232define

twodistinctranges,oneforpositivevoltagesandonefornegative.Receiverrecognizesandacceptsasanintentionalsignalanyvoltagethatfallswithintheserange,butnovoltagesthatfalloutsidetheranges.

Toberecognizedasdata,theamplitudeofsignalmustfallbetween+3and+15voltsorbetween-3and-15volts.在EIA-232標準中發送數據的電氣規范電壓時間允許區域允許區域未定義區域未定義區域+15+30-3-15NRZ-L編碼ElectricalSpecification1010Only4wiresoutof25availableinEIA-232interfaceareusefordatafunctions.Theremaining21areusedforfunctionslikecontrol,timing,groundingandtesting.TheelectricalspecificationofEIA-232definesthatsignalsotherthandatamustbesentusingOFF(=>lessthan-3volts)andON(=>greaterthan+3volts).ControlandTiming電壓時間允許區域允許區域未定義區域未定義區域+3-ControlandTimingEIA-232標準中控制信號的電氣規范正電壓表示開狀態;負電壓表示關狀態。

注意:控制線上沒有電壓表示設備狀態不正常,而不是線路處于關閉狀態。ElectricalSpecificationThefinalimportantfunctionofelectricalspecificationisbitrate.

EIA-232allowsformaximumbitrateof20Kbps.Note:在具體的實現過程中,一般都選擇更高的比特率!FunctionalSpecificationDB-25

EIA-232:rate<64Kbps;connectionlength<15meters;25pin

connector-pin3:receive(RxD);pin2:transmit(TxD);pin7:groud-otherpinsfortransmissioncontrolFunctionalSpecificationEIA-232有兩種實現方式:DB-25、DB-9注意:兩種實現的針腳不存在必然的對應關系!DB-25實現方式中各針腳功能分配FunctionalSpecificationFunctionalSpecificationDB-9與DB-25針腳之間的關系Example:SynchronousFull-DuplexTransmissionTheFiguredemonstratestheprocessofEIA-232insynchronousfull-duplexmodeoveraleasedlineusingonlytheprimarychannel.TheDTEsarecomputer;TheDCEsaremodem.

Example:SynchronousFull-DuplexTransmissionStep1:preparationTwogroundingcircuits,1(shield)and7(signalground),areactivebetweenbothend.Pin1:shieldPin7:signalgroundExample:SynchronousFull-DuplexTransmissionStep2:ReadinessItensuresthatallfourdevicesarereadyfortransmission.

20pin:DTE設備就緒

6pin:DCE設備就緒Example:SynchronousFull-DuplexTransmissionStep3:SetupSetupphysicalconnectionbetweenthesendingandreceivingmodems.

Pin4:RequesttosendPin5:CleartosendPin8:ReceivedlinesignaldetectorExample:SynchronousFull-DuplexTransmissionStep4:DatatransferPin2:transmitteddataPin24:transmittersignalelementtimingPin3:receiveddataPin17:receiversignalelementtimingExample:SynchronousFull-DuplexTransmissionStep5:ClearingPin4:requesttosendPin5:cleartosendPin8:receivedlinesignaldetectorModemsarenotneededtoconnecttwocompatibledigitaldevicesdirectly.Butwedoneedaninterfacetohandletheexchange,justasEIA-232cabledose.Thesolution,providedbytheEIAstandards,iscalledanullmodem.AnullmodemprovidestheDTE-DCE/DCE-DTEinterfacewithouttheDCEs.NullModemNullModemPin2:transmitteddataPin3:receiveddataCrossingConnectionsFortransmissiontooccur,thewiresmustbecrossed.

Pin2ofthefirstDTEconnectstopin3ofthesecondDTE;andpin2ofthesecondDTEconnectstopin3ofthefirst.Severalotherpinsalsoneedreconnection.AnullmodemisanEIA-232interfacethatcompletesthenecessarycircuitstofooltheDTEsateitherendintobelievingthattheyhaveDCEsandanetworkbetweenthem.NullModemNullmodempinconnectionsNullModem空調制解調器的兩端都是陰性連接頭,用于連接兩端DTE設備的陽性EIA-232接口。6.3OtherInterfaceStandardsBothdatarateandcablelength(signaldistancecapability)arerestrictedbyEIA-232,datarateto20Kbpsandcablelengthto50feet(15meters).Tomeettheneedsofuserswhorequiremorespeedand/ordistance,theEIAandtheITU-Thaveintroducedadditionalinterfacestandards:EIA-449,EIA-530andX.2l.EIA-449的機械規范定義了兩種連接頭:DB-37與DB-9,兩種組合成一種46針的配置。EIA-449的功能規范給DB-37定義了與DB-25類似的功能,但在DB-37中沒有與輔助信道相關的功能,EIA-449將這些功能單獨分離,用DB-9來提供這些功能。6.3.1EIA-449DB-37andDB-9connectors6.3.1EIA-449CategoryIincludesthosepinswhosefunctionsarecompatiblewiththoseofEIA-232.ForeachcategoryIpin,EIA-449definestwopins.CategoryIIpinsarethosethathavenoequivalentinEIA-232orhavebeenredefined.DB-376.3.1EIA-449ForeachcategoryIpin,EIA-449definestwopins.

Pin4andpin22:senddataPin5andpin23:sendtimingPin6andpin24:receivedataDB-37PinFunctionsPinFunctionsCategoryPinFunctionsCategory12345678910111213141516171819ShieldSignalrateindicatorUnassignedSenddataSendtimingReceivedataRequesttosendReceivetimingCleartosendLocalloopbackDatamodeTerminalreadyReceivereadyRemoteloopbackIncomingcallSelectfrequencyTerminaltimingTestmodeSignalground202122232425262728293031323334353637ReceiveCommonUnassignedSenddataSendtimingReceivedataRequesttosendReceivetimingCleartosendTerminalinserviceDatamodeTerminalreadyReceivereadySelectreadySignalqualityNewsignalTerminaltimingStandbyindicatorSendcommonIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIDB-37CategoryIIPins:Localloopback.Pin10isusedforlocalloopbacktesting.Remoteloopback.Pin14isusedforremoteloopbacktesting.Selectfrequency.Pin16isusedtochoosebetweentwodifferentfrequencyrates.Receivecommon.Pin20providesacommonsignalreturnlineforunbalancedcircuitsfromtheDCEtotheDTE.CategoryIIPins:Selectstandby(選擇備用).Pin32allowstheDTEtorequesttheuseofstandbyequipmentintheeventoffailure.Newsignal.Pin34isavailableformultiplepointapplicationswhereaprimaryDTEcontrolsseveralsecondaryDTEs.Whenactivated,pin34indicatesthatoneDTEhasfinisheditsdataexchangeandanewoneisabouttostart.DB-37CategoryIIPins:Standbyindicator(備用指示).Pin36providestheconfirmationsignalfromtheDCEinresponsetoselectstandby(pin32).Sendcommon.Pin37providesacommonsignalreturnlineforunbalancedcircuitsfromtheDTEtotheDCE.Terminalinservice(終端服務中).Pin28indicatestotheDCEwhetherornottheDTEisoperational.DB-3DB-9PinFunctionEIA-232Equivalent123456789ShieldSecondaryreceivereadySecondarysenddataSecondaryreceivedataSignalgroundReceivecommonSecondaryrequesttosendSecondarycleartosendSendcommon114167121913PinfunctionsElectricalSpecificationsEIA-449usestwostandardstodefineitselectricalspecifications:RS-423:unbalancedcircuitsRS-422:balancedcircuitsElectricalSpecificationsRS-423isanunbalancedcircuitspecification,meaningthatitdefinesonlyonelineforpropagatingitssignal.Allsignalsinthisstandarduseacommonreturntocompletethecircuit.在非平衡電路模式中,EIA-449使用每一對I類針腳的第一個針腳和所有的II類針腳。

NoteElectricalSpecificationsElectricalSpecificationsRS-422isbalancedcircuitspecification,meaningthatitdefinestwolinesforpropagationofeachsignal.Signalsagainuseacommonreturnforthereturnofthesignal.在平衡模式中,EIA-449使用了每對I類針腳但不使用II類針腳。

NoteElectricalSpecifications在平衡模式中,兩條線路承載相同的傳輸。但是它們并不傳輸相同的信號。在一條線路上的信號是另一條線路上信號的互補值。此時接收方并不監聽其中任何一個實際的信號,而是檢測兩個信號之間的差值。

ElectricalSpecificationsAsthecomplementarysignalsarriveatthereceiver,theyareputthroughasubtracter.Thismechanismsubtractsthesecondsignalfromthefirstbeforeinterpretation.Becausethetwosignalscomplementeachother,theresultofthissubtractionisadoublingofthevalueofthefirstsignal.Ifnoiseisaddedtothetransmission,itimpactsbothsignalsinthesameway.Asaresult,thenoiseiseliminatedduringthesubtractionprocess.ElectricalSpecificationsExample:CancelingofnoiseusingbalancedmodeElectricalSpecifications例如,如果在某時刻第一個信號值為5V,第二個信號值將是-5V。所以,相減的結果是5-(-5)=10。如果在傳輸中有噪聲,則噪聲會以同樣方式影響兩個互補信號(正噪聲對信號產生正的影響,負噪聲對信號產生負的影響)。結果是在減法過程中消除噪聲。例如,假定在某點存在2V噪聲,而此時第一個信號是+5V,它的互補信號是-5V。額外的歧變使第一個信號值變為7V,第二個信號為-3V。此時7-(-3)仍然是10V,這種特性有助于中和噪聲的影響并使得高速的平衡模式傳輸成為可能。6.3.2EIA-530EIA-530:aversionofEIA-449thatusesDB-25pins.ThepinfunctionsofEIA-530areessentiallythoseofEIA-449CategoryIplusthreepinsfromCategoryII.EIA-530doesnotsupportasecondarycircuit.6.3.3X.21X.21標準是lTU-T制訂的。它的目的是為了解決EIA接口中存在的問題,同時為完全的數字通信提供解決方案。Usingdatacircuitsforcontrol在EIA接口中一大部分的電路被用于控制信息。X.21撤消了EIA中大多數控制線路,并將控制信息導向數據線路。X.21標準僅采用了較少的針腳,并且能夠在數字化遠程通信中使用。X.21設計的工作環境是64Kbps的平衡線路。X.21定義的連接頭稱為DB-15。它在EIA標準提供的比特同步之外還提供了用于控制字節同步的時鐘線。同時,它通過控制和指示線來進行初始化握手過程或開始傳輸的約定過程。PinFunctionsDB-15ConnectorBytetiming(字節時序).AdvantageofferedbyX.21isthatoftiminglinestocontrolbytesynchronizationinadditiontothebitsynchronizationprovidedbytheEIAstandards.Byaddingabytetimingpulse(pins7and14),X.21improvestheoverallsynchronizationoftransmissions.Controlandindication(控制與初始化).Pins3and5oftheDB-15connectorareusedfortheinitialhandshake,oragreementtobegintransmitting.(Pin3istheequivalentofrequesttosend.Pin5istheequivalentofcleartosend.)PinFunctionsDB-15pinsPinFunction12345678Pin9101112131415FunctionShieldTransmitdataorcontrolControlReceivedataorcontrolIndicationSignalelementtimingByetimingSignalgroundTransmitdataorcontrolControlReceivedataorcontrolIndicationSignalelementtimingBytetimingReservedPinFunctions6.4MODEMSThetermmodemisacompositewordthatreferstothetwofunctionalentitiesthatmakeupthedevice:asignalmodulatorandasignaldemodulator.Amodulatorconvertsadigitalsignaltoananalogsignal.Ademodulatorconvertsananalogsignaltoadigitalsignal.ModemConcept6.4MODEMSEachDCEmustbecompatiblewithbothitsownDTEandwithotherDCEs.6.4.1TransmissionRateBandwidthEverylinehasanupperlimitandalowerlimitonthefrequenciesofthesignalsitcancarry,Thislimitedrangeiscalledthebandwidth.ModemSpeed

ThespeedofmodemisdependuponitssignalmodulatingmethodsASKFSKPSKandQAMBandwidthTraditionaltelephonelinescancarryfrequenciesbetween300Hzand3300Hz,givingthemabandwidthof3000Hz.Theeffectivebandwidthofatelephonelinebeingusedfordatatransmissionis2400Hz,coveringtherangefrom600Hzto3000Hz.ModemSpeedThebandwidthrequiredforASKtransmissionisequaltothebaudrateofthesignal.①

Baudrareinsimplexorhalf-duplexASK②Baudrareinfull-duplexASKModemSpeed③Baudrateinhalf-duplexFSKModemSpeed④Baudrateinfull-duplexFSKModemSpeedPSKandQAMTheminimumbandwidthrequiredforPSKorQAMtransmissionisthesameasthatrequiredforASKtransmission.Thebitratecanbegreaterdependingonthenumberofbitsthatcanberepresentedbyeachsignalunit.ModemSpeedTheoreticalbitratesfarmodernsEncodingHalf-DuplexFull-DuplexASK,FSK,2-PSK4-PSK,4-QAM8-PSK,8-QAM16-QAM32-QAM64-QAM128-QAM256-QAM240048007200960012,00014,40016,80019,20012002400360048006000720084009600ModemSpeed貝爾調制解調器和ITU-T調制解調器:

20世紀70年代早期,貝爾電話公司生產了第一臺商用調制解調器。作為市場上第一家和相當長時間內惟一的一家生產商,貝爾公司規定了技術的開發并為后來的廠商提供了一套事實上的標準。許多常用的調制解調器是基于ITU-T發布的標準的。這些調制解調器可以分為兩組:一組是與貝爾系列調制解調器等價的(例如,V.21與貝爾調制解調器103類似);另一組是不同的。6.4.2ModemStandards6.4.2ModemStandardsBellModemsITU-TModem103/113202212201208209V.22bitsV.32v.32bitsV.32terboV.33V.34TwomodemstandardsBellModemsITU-TModemITU-T/BellcompatibilityITU-TBellBaudRateBitRateModulationV.21V.22V.23V.26V.27V.29103212202201208209300600120012001600240030012001200240048009600FSK4-PSKFSK4-PSK8-PSK16-QAMModemStandardsTheIntelligentmodems(智能調制解調器):containsoftwaretosupportanumberofadditionalfunctions,suchasautomaticanswering(自動應答)anddialing(撥號).IntelligentmodemswerefirstintroducedbyHayesMicrocomputerProducts,Inc.IntelligentModems用調制解調器從一臺計算機發送數據到另一臺計算機Example:從A處到B處的數據傳輸用調制解調器從一臺計算機發送數據到另一臺計算機的情況:1、數字數據被A處的調制解調器調制;2、從調制解調器發送模擬數據并利用本地回路傳送到A處的交換局;3、在交換局,模擬信號用PCM方法轉換為數字信號;4、通過電話公司的數字網絡輸送數字數據,到達B處的交換局;5、在B處的交換局,數字數據用PCM方法轉換成模擬數據;6、從B處的交換局發送模擬數據并利用本地回路傳送到調制解調器;7、用B處的調制解調器解調模擬數據。Example:從A處到B處的數據傳輸SUMMARYDigitaltransmissioncanbeeitherparallelorserialinmode.Inparalleltransmission,agroupofbitsissentsimultaneously,witheachbitonaseparateline.Inserialtransmission,thereisonlyonelineandthebitsaresentsequentially.Serialtransmissioncanbeeithersynchronousorasynchronous.Inasynchronousserialtransmissioneachbyte(groupofeightbits)isframedwithastartbitandastopbit.Theremaybeavariable-lengthgapbetweeneachbyte.SUMMARYInsynchronousserialtransmission,bitsaresentinacontinuousstreamwithoutstartandstopbitsandwithoutgapsbetweenbytes.Regroupingthebitsintomeaningfulbytesisther

溫馨提示

  • 1. 本站所有資源如無特殊說明,都需要本地電腦安裝OFFICE2007和PDF閱讀器。圖紙軟件為CAD,CAXA,PROE,UG,SolidWorks等.壓縮文件請下載最新的WinRAR軟件解壓。
  • 2. 本站的文檔不包含任何第三方提供的附件圖紙等,如果需要附件,請聯系上傳者。文件的所有權益歸上傳用戶所有。
  • 3. 本站RAR壓縮包中若帶圖紙,網頁內容里面會有圖紙預覽,若沒有圖紙預覽就沒有圖紙。
  • 4. 未經權益所有人同意不得將文件中的內容挪作商業或盈利用途。
  • 5. 人人文庫網僅提供信息存儲空間,僅對用戶上傳內容的表現方式做保護處理,對用戶上傳分享的文檔內容本身不做任何修改或編輯,并不能對任何下載內容負責。
  • 6. 下載文件中如有侵權或不適當內容,請與我們聯系,我們立即糾正。
  • 7. 本站不保證下載資源的準確性、安全性和完整性, 同時也不承擔用戶因使用這些下載資源對自己和他人造成任何形式的傷害或損失。

評論

0/150

提交評論