版权说明:本文档由用户提供并上传,收益归属内容提供方,若内容存在侵权,请进行举报或认领
文档简介
ReviewQuestions
Section2.1
1)Listfivenon-proprietary(IE专有的)Internetapplicationsandthe
application-layerprotocolsthattheyuse.
列举五种非专用的英特网应用以及它们所使用的应用层协议。
applicationsprotocols
e-mailSMTP
WEBHTTP
streamingmultimediaHTTPfRTP
filetransferFTP
remoteterminalaccessTelnet
2)Foracommunicationsession(会议)betweentwohosts,whichhostisthe
clientandwhichistheserver?
对俩主机之间的通信会话,哪个主机是客户机,哪个主机是服务器?
Theprocesswhichinitiates(发起)thecommunicationistheclient;
theprocessthatwaitstobecontactedistheserver.
3)Whatinformationisusedbyaprocessrunningononehosttoidentifya
processrunningonanotherhost?
运行在一台主机上的进程使用什么信息标识运行在另一台主机上的进程?
TheIPaddressofthedestinationhostandtheportnumberofthedestination
socket.
3)Listthevariousnetwork-applicationuseragentsthatyouuseonadaily
basis.
列举你每天都会使用的网络应用程序用户代理。
WebbrowserE-mailapplicationuseragent
FileTransferuseragent
P2puseragent
audio/videouseragent
5)ReferringtoFigure2.1-2,weseethatnotnoneofapplicationslistedinthe
tablerequireboth"nodataloss"and"timing'*.Canyouconceiveofan
applicationthatrequiresnodatalossandthatisalsohighlytimesensitive?
参见图2.1-2,我们可以看到表中所列举的应用没有一个既要求没有数据丢失又要求定时。你能设想
出一个应用,既既要求没有数据丢失又要求定时吗?
Therearenogoodexamplesofanapplicationthatrequiresnodatalossand
timing.
Sections2.2-2.5
6)Whatismeantbyahandshakingprotocol?握手协议的意义?
Aprotocoluseshandshakingifthetwocommunicatingentities
firstexchangecontrolpacketsbeforesendingdatatoeach
other.SMTPuseshandshakingattheapplicationlayer
whereasHTTPdoesnot.
7)WhydoHTTP,FTP,SMTP,POP3andIMAPrunontopofTCPratherthanUDP?
为什么HTTP,FTP,SMTP,POP3和IMAP都运行在TCP协议而不是UDP协议上?
Theapplicationsassociatedwiththoseprotocolsrequirethatall
applicationdatabereceivedinthecorrectorderandwithout
gaps.TCPprovidesthisservicewhereasUDPdoesnot.
8)Considerane-commercesitethatwantstokeepapurchaserecordforeach
ofitscustomers.DescribehowthiscanbedonewithHTTPauthentication.(认
证)Describehowthiscanbedonewithcookies.
考虑一个电子商务网站需要保留每一个客户的购买记录,描述如何使用HTTP认证:描述这是如何
用cookies来实现的。
Whentheuserfirstvisitsthesite,thesitereturnsacookienumber.
Thiscookienumberisstoredontheuser'shostandismanaged
bythebrowser.Duringeachsubsequentvisit(andpurchase),
thebrowsersendsthecookienumberbacktothesite.Thusthe
siteknowswhenthisuser(moreprecisely,thisbrowser)is
visitingthesite.
9)WhatisthedifferencebetweenpersistentHTTPwithpipelining(持久HTTP流
水线)andpersistentHTTPwithoutpipelining(没有流水线的持久HTTP连接)?Which
ofthetwoisusedbyHTTP/1.1?
InpersistentHTTPwithoutpipelining,thebrowserfirstwaitstoreceiveaHTTPresponse
fromtheserverbeforeissuinganewHTTPrequest.InpersistentHTTPwithpipelining,the
browserissuesrequestsassoonasithasaneedtodoso,withoutwaitingforresponse
messagesfromtheserver
persistentHTTPwithpipeliningisusedbyHTTP/l.lo
10)TelnetintoaWebserverandsendamuli-linerequestmessage.Includein
therequestmessagetheif-modified-since:headerlinetoforcearesponse
messageWiththe304NotModifiedstatuscode.
用Telnet向web服务器发送一条多行的请求报文。在该请求报文中包含工£-modi£ied-since:
首部行,迫使响应报文中出现304NotModified状态码。
11)WhyisitsaidthatFTPsendscontrolinformation"outofband"?(频带外的)
为什么说FTP在“带外“发送控制信息?
FTPusestwoparallel(平行的)TCPconnections,oneconnection
forsendingcontrolinformation(suchasarequesttotransfera
file)andanotherconnectionforactuallytransferringthefile.
Becausethecontrolinformationisnotsentoverthesame
connectionthatthefileissentover,FTPsendscontrol
informationoutofband.
12)SupposeAlicewithaWeb-basede-mailaccount(suchasYahoo!mailor
Hotmail)sendsamessagetoBob,whoaccesseshismailfromhismailserver
usingPOP3.DiscusshowthemessagegetsfromAlice'shosttoBob'shost.Be
suretolisttheseriesofapplication-layerprotocolsthatareusedtomovethe
messagebetweenthetwohosts.
假设Alice使用一个基于web的电子邮件账户向Bob发送邮件,而Bob使用POP3协议访问他
的邮件服务器来获取邮件。讨论信息是如何从Alice的主机到Bob的主机的。一定要列出在两台主
机间移动信息所用的应用层协议。
MessageissentfromAlice'shosttohermailserveroverHTTP.Alice's
mailserverthensendsthemessagetoBob'smailserveroverSMTP.Bobthen
transfersthemessagefromhismailservertohishostoverPOP3.
13)Supposethatyousendane-mailmessagewhoseonlydataisaMicrosoft
Excelattachment.Whatmighttheheaderlines(includingMIMElines)look
like?
假定你发送一封电子邮件,唯一的数据就是一个表格附件。可能的首部行(包含MIME行)是什么
样的?
From:123@
To:456@
Subject:hello
MIME-Version:1.0
Content-Transfer-Encoding:base64
Content-Type:Application/MS-Excel
14)Printouttheheaderofamessagethatyouhaverecentlyreceived.How
manyRecieved:headerlinesarethere?Analyzeeachoftheheaderlinesinthe
message.
打印出你最近收到的报文的首部,在Received中,首部行有多少行?分析该报文首部行的每一行。
15)Fromauser'sperspective,whatisthedifferencebetweenthe
download-and-deletemodeandthedownload-and-keepmodeinPOP3?
从用户的观点来看,POP3中“下载并删除”模式和“下载并保留”模式有什么区别?
Withdownloadanddelete,afterauserretrieves(取回)itsmessagesfrom
aPOPserver,themessagesaredeleted.Thisposesaproblemforthenomadic
(游动的)user,whomaywanttoaccessthemessagesfrommanydifferent
machines(officePC,homePC,etc.).
Inthedownloadandkeepconfiguration(配置),messagesarenotdeleted
aftertheuserretrievesthemessages.Thiscanalsobeinconvenient,aseach
timetheuserretrievesthestoredmessagesfromanewmachine,allof
non-deletedmessageswillbetransferredtothenewmachine(includingvery
oldmessages).
16)RedrawFigure2.5-4forwhenallqueriesfromthelocalnameserverare
iterative.
重绘时,从本地域名服务器所有查询迭代图2.5-40
17)EachInternethostwillhaveatleastonelocalnameserverandone
authoratativenameserver.WhatroledoeseachoftheseservershaveinDNS?
每一台英特网主机都至少有一个本地域名服务器和一个权威域名服务器。这两种服务器在域名解析中
起什么作用?
Ahostauthoritativenameserverprovidestheofficial
translationofahostnametoanIPaddress(amongotherthings).
Ahostlocalnameserverisaproxy(代理服务器)totheDNS
system:thehostfirstqueriesitslocalnameserverfora
mapping;thelocalnameserverthenobtainsthemappingonthe
behalfof(代表)thequeryinghost.
18)Isitpossiblethatanorganization'sWebserverandmailserverhave
exactlythesamealias(别名)forahostname(e.g.,)?Whatwouldbethe
"type"fortheRRthatcontainsthehostnameofthemailserver?
一个机构的web服务器和邮件服务器可以有有完全相同的主机别名吗?包含了邮件服务器的主机
名的RR有什么样的类型?
YesoAnorganizationmailserverandWebservercanhavethe
samealiasforahostname.TheMXrecordisusedtomapthe
mailserverhostnametoitsIPaddress.
19)UsenslookuptofindaWebserverthathasmultipleIPaddresses.Doesthe
Webserverofyourinstitution(school,company,etc.)havemultipleIP
addresses?
使用nslookup找到一个Web服务器有多个IP地址。贵机构的Web服务器(如学校,公司,等)
是否有多个IP地址?
c:\>nslookupedu.si
Server:pridns.ynu.edu.cn
Address:202.203.208.33
Non-authoritativeanswer:
Name:cernetnews.sina.com.cn
Addresses:121.194.0.203
05
06
07
08
09
10
Aliases:edu.si
jupiter.si
c:\>nslookupwww.ynu.edu.cn
Server:pridns.ynu.edu.cn
Address:202,203.208.33
Name:www.ynu.edu.cn
Address:202,203.208.165
Myinsititutiondoesn'thavemultipleIPaddress.
Sections2.6-2.9
20)TheUDPserverdescribedinSection2.7onlyneededonesocket,whereas
theTCPserverdescribedinSection2.6neededtwosockets.Why?IftheTCP
serverweretosupportnsimultaneous(同时发生的)connections,eachfroma
differentclienthost,howmanysocketswouldtheTCPserverneed?
2.7节描述的UDP服务器仅需要一个套接字,而2.6节描述的TCP服务器则需要两个套接字。为
什么?如果TCP服务器要支持n个并行连接,且每个连接都来自不同的客户机主机,那么TCP服
务器需要多少个套接字?
WiththeUDPserver,thereisnowelcomingsocket,andalldata
fromdifferentclientsenterstheserverthroughthisonesocket.
WiththeTCPserver,thereisawelcomingsocket,andeach
timeaclientinitiates(发起)aconnectiontotheserver,anew
socketiscreated.Thus,tosupportnsimultaneousconnections,
theserverwouldneedn+1sockets.
21)Fortheclient-serverapplicationoverTCPdescribedinSection2.6,why
musttheserverprogrambeexecutedbeforetheclientprogram?Forthe
client-serverapplicationoverUDPdescribedinSection2.7,whymaytheclient
programbeexecutedbeforetheserverprogram?
在2.6节所描述的运行于TCP上的客户机-服务器应用程序,为什么服务器程序要先于客户机程序运
行?在2・7节描述的运行于UDP上的客户机■服务器应用程序,为什么客户机程序要先于服务器程
序运行?
FortheTCPapplication,assoonastheclientisexecuted,itattemptstoinitiatea
TCPconnectionwiththeserver.IftheTCPserverisnotrunning,thenthe
clientwillfailtomakeaconnection.
FortheUDPapplication,theclientdoesnotinitiateconnections
(orattempttocommunicatewiththeUDPserver)immediatelyupon
execution
PROBLEMS
1)Trueorfalse.
a)SupposeauserrequestsaWebpagethatconsistsofsometextandtwo
images.Forthispagetheclientwillsendonerequestmessageandrecieve
threeresponsemessages?假设一个用户请求一个网页,包含一些文本和两个图像。这
个页面的客户端将发送一个请求消息和接收三个响应消息?
F
b)Trueorfalse.TwodistinctWebpages(e.g.,
/research.htmland/students.html)canbe
sentoverthesamepersistentconnection?真或假。两种截然不同的网页(例
如,/research.html和/students.html)可发
送相同的持久连接?
c)Withnon-persistentconnectionsbetweenbrowserandoriginserver,
itispossibleforasingleTCPsegmenttocarrytwodistinctHTTPrequest
messages?浏览器和源服务器之间的非持久连接,它有可能为一个单一的TCP段进行
两个不同的HTTP请求消息?
F
d)TheDate:headerintheHTTPresponsemessageindicateswhenthe
objectintheresponsewaslastmodified?日期:在HTTP响应消息头指示的
最后修订在响应对象时?
F
2)ReadRFC959forFTP.Listalloftheclientcommandsthataresupportedbythe
RFC.
FTP阅读RFC9590列出所有的客户端支持的命令是由RFC。
Accesscontrolcommands:
USER,PASS,ACT,CWD,CDUP,SMNT,REIN,QUIT.
Transferparameter(参数)commands:
PORT,PASV,TYPESTRU,MODE.
Servicecommands:
RETR,STORZSTOU,APPEZALLO,REST,RNFR,RNTO,ABOR,DELE,
RMD,MRD,PWD,LIST,NLST,SITE,SYST,STAT,HELP,NOOP.
3)ReadRFC1700.Whatarethewell-knownportnumbersforthe"simplefile
transferprotocol"(sftp)?Forthe"networknewstransfoerprotocol"(nntp)?
阅读RFC17。。中。什么是''简单文件传输协议“(SFTP)众所周知的端口号?对于''新闻联播
transfoer博议“(NNTP)?
4)Supposewithinyourwebbrowseryouclickonalinktoobtainawebpage.
SupposethattheIPaddressfortheassociatedURLisnotcached(缓存)inyour
localhost,sothataDNSlookupisnecessarytoobtaintheIPaddress.Suppose
thatnDNSserversarevisitedbeforeyourhostreceivestheIPaddressfrom
DNS;thesuccessivevisitsincur(产生)aRTTofRTTi,RTTn.Furthersuppose
thatwebpageassociatedwiththelinkcontainsexactlyoneobject,asmall
amountofHTMLtext.LetRTTodenote(表示)theRTTbetweenthelocalhostand
theservercontainingtheobject.Assumingzerotransmissiontimeoftheobject,
howmuchtimeelapses(流逝)fromwhentheclientclicksonthelinkuntilthe
clientreceivestheobject.
假定在你的浏览罂中,你点击一个超锌接来获得一个web页面。假定相关的URL的IP地址没有缓
存在你的本地主机上,因此必须进行DNS查询以获得IP地址。假设你的主机从DNS获得IP地址
之前,已经访问了n个DNS服务器,相继产生的RTT依次为RTT1,~RTTn»进一步假设,与
连接相关的web网页只含有一个对象,即少量的HTML文本。让RTT。表示本地主机和包含对象
的服务器之间的RTT。假设对象传输时间为0,从客户点击连接到接收到对象需要多长时间?
ThetotalamountoftimetogettheIPaddressis
R7T}+/?7T2+•+/?7T„.
OncetheIPaddressisknown,RTTOelapsestosetuptheTCPconnectionand
anotherRTT°elapsestorequestandreceivethesmallobject.Thetotalresponse
timeis
2RTT。+RTT】+RTT2++RTTn
4)Referringtoquestion(4),supposethepagecontainsthreeverysmall
objects.Neglectingtransmissiontimes,howmuchtimeelapseswith(a)
nonpersistentHTTPwithnoparallelTCPconnections,(b)nonpersistent
HTTPwithparallelconnections,(c)persistentHTTPwithpipelining.
提到的问题(4),假设该页面包含三个非常小的物体。忽略的传输时间,间隔时间多长(一)
非持久的HTTP没有并行的TCP连接,(b)与并行连接的非持久的HTTP,(c)与持久HTTP
流水线。
a)
RTT]+…+R7Tn+2RTT(t+3-2RTTo
=SRTTo+RTr]+•+/?7T„.
b)
RTT1+…+R7Tn+2RTT(,+2RTT()
=4R7T"+RTTi+…+R7T”.
RTT]+•+RTT.+2RTT。+RTTo
=3R7T0+R77]+…+RTT”
6)TwoHTTPrequestmethodsareGETandPOST.Arethereanyothermethods
inHTTP/1.0?Ifso,whataretheyusedfor?HowaboutHTTP/1.1?
两个HTTP请求方法是GET和POST。在HTTP/1.0是否有任何其他的方法?如果是这样,它们
是什么使用?关于HTTP/1.1的怎么样?
7)WriteasimpleTCPprogramforaserverthatacceptslinesofinputfroma
clientandprintsthelinesontotheserver'sstandardoutput.(Youcandothisby
modifyingtheTCPServer.javaprograminthetext.)Compileandexecuteyour
program.OnanyothermachinewhichcontainsaWebbrowser,settheproxy
serverinthebrowsertothemachineinwhichyourserverprogramisrunning;
alsoconfiguretheportnumberappropriately.Yourbrowsershouldnowsend
itsGETrequestmessagestoyourserver,andyourservershoulddisplaythe
messagesonitsstandardoutput.Usethisplatformtodeterminewhetheryour
browsergeneratesconditionalGETmessagesforobjectsthatarelocally
cached.
写一个简单的TCP服务器接受从客户端的输入线和输出到服务器的标准输出线方案。(您可以通过
修改文本TCPServer.java方案。)编译和执行程序。在任何其他机器,其中包含一个Web浏览
器,在浏览器中设置代理服务器在您的服务器程序运行的机器,也适当配置的端口号。您的浏览器现
在应该GET请求消息发送到您的服务器,您的服务器上显示的消息,它的标准输出。利用这一平台,
以确定是否您的浏览器生成本地缓存的对象,有条件的GET消息。
8)ReadthePOP3RFC,RFC1939.WhatisthepurposeoftheUIDLPOP3
command?
阅读的POP3RFC,RFC1939中。UIDLPOP3命令的目的是什么?
UIDLabbreviates(是~的缩写)"unique.IDlisting”.WhenaPOP3
clientissuestheUIDLcommand,theserverrespondswiththeunique
messageIDforallofthemessagespresentintheusersmailbox.This
commandisusefulfor“downloadandkeep”.Bykeepingafilethat
liststhemessagesretrievedinearliersessions,theclientcanusethe
UIDLcommandtodeterminewhichmessagesontheserverhave
alreadybeenseen.
8)InstallandcompiletheJavaprogramsTCPCIientandUDPCIientononehost
andTCPServerandUDPServeronanotherhost.
a)SupposeyourunTCPCIientbeforeyourunTCPServer.Whathappens?
Why?
b)SupposeyourunUDPCIientbeforeyourunUDPServer.Whathappens?
Why?
c)Whathappensifyouusedifferentportnumbersfortheclientandserver
sides?
9)RewriteTCPServer.javasothatitcanacceptmultipleconnections.(Hint:You
willneedtousethreads.)
WTCPServer.java,以便它能够接受多个连接。(提示:您将需要使用线程)。
DISCUSSIONQUESTIONS
1)WhatisaCGIscript?GiveexamplesoftwopopularWebsitesthatuseCGI
scripts.ExplainhowthesesitesuseCGI.WhichlanguagesareCGIscripts
typicallywrittenin?
什么是CGI脚本?给出了两个流行的网站,使用CGI脚本的例子。说明这些网站如何使用CGI.哪
些语言是CGI脚本通常写在?
AbbreviationofCommonGatewayInterface,aspecificationfortransferring
informationbetweenaWorldWideWebserverandaCGIDroaram.wcanyou
configureyourbrowserforlocalcaching?Whatkindsofoptionsdoyouhave?
2)Canyouconfigureyourbrowsertoopenmultiplesimultaneous(同时发生的)
connectionstoaWebsite?Whataretheadvantagesanddisadvantagesof
havingalargenumberofsimultaneousTCPconnections?
您可以配置您的浏览器打开多个同时连接到一个网站吗?什么是有大量并发的TCP连接的优势
和劣势?
3)Discussionquestion:ConsiderSMTP,POP3andIMAP.Arethesestateless
protocols?Whyorwhynot?
讨论的问题:考虑SMTP,POP3和IMAP。这些无状态协议?为什么或为什么不呢?
4)WehaveseenthatInternetTCPsocketstreatthedatabeingsentasabyte
streambutUDPsocketsrecognizemessageboundaries.Whatisone
advantageandonedisadvantageofbyte-orientedAPIversushavingthe
APIexplicitlyrecognizeandpreserveapplication-definedmessage
boundaries?
我们已经看到,互联网TCP套接字治疗作为一个字节流,但UDP套接字发送的数据识别消息
边界。一个优势,而不是API的明确承认和保护应用程序定义的消息边界面向字节API的一个
缺点是什么?
6)Woulditbepossibletoimplementaconnection-orientedservice(e.g.z
SMTPorHTTP)ontopofaconnectionlessservice?Whatwouldbesomeofthe
difficultiesinvolvedindoingsozandhowcouldthesebeovercome?
怎样才有可能实现一个无连接的服务上的一个面向连接的服务(如SMTP或HTTP)?什么会参与这样的
一些困难,以及如何能加以克服?附录资料:不需要的可以自行
删除
长方体和正方体知识要点
名称面棱顶点
有6个面一般情况下6个面都
有12条棱
是长方形,相对的面完全相同
(相对的4条有8个顶
长方体(特殊情况下有两个相对的面
棱的长度相八占、、
是止方形,其余的4个面是完全
等)
相同的长方形)
有12条棱
有6个面是6个完全相同的正有8个顶
正方体12条棱的长度
方形点
都相等
长方体的棱长总和=长X4+宽X4+高X4或长方体的棱长
总和=(长+宽+局)X4
正方体的棱长总和二棱长X12
长方体或正方体六个面的总面积,叫做它的表面积。
长方体的表面积=(长X宽+长X高+宽X高)X2
上面或下面前面或后面左面或右面
正方体的表面积=棱长义棱长x6
一个面的面积6个面
物体所占空间的大小叫做物体的体积。
容器所能容纳物体的体积,叫做这个容器的容积。
常用的体积单位有:(立方厘米)、(立方分米)、(立方米)。
棱长1厘米的正方体,体积是1立方厘米。
棱长1分米的正方体,体积是1立方分米。
棱长1米的正方体,体积是1立方米。
计量液体的体积,常用(升)和(毫升)作单位。
1立方分米=1升1立方厘米=1毫升
长方体的体积=长X宽X高正方体的体积=棱长X棱长X
棱长
V=abhV=a.a.a或V=a3读作a的立方
表示3个a相乘。
长方体和正方体底面的面积,叫做它们的底面积。
长方体和正方体体积计算的统一公式:长方体(或正方体)的体积
=底面积X高V=sh
正方体的棱长扩大缩小若干倍,它的表面积扩大或缩小这个倍数的
平方,体积扩大或缩小这个倍数的立方。
长方体的长、宽、高同时扩大缩小若干倍,它的表面积扩大或缩小这
个倍数的平方,体积扩大或缩小这个倍数的立方。
分数乘法知识要点:
•分数与分数相乘,用分子相乘的积作分子,分母相乘的积作分母。
•分数与分数相乘的计算方法对于整数与分数相乘也适用,因为整
数可以化成分母是1的分数。
•求一个数的几分之几是多少,用乘法计算。(求一个数的几倍是
多少,也用乘法计算)
•乘积是1的两个数互为倒数。
A、求一个分数的倒数,把它的分子和分母调换位置。
1
B、整数(0除外)的倒数是獭C、1的倒数是1D、
0没有倒数。
E、真分数的倒数都大于1,假分数的倒数都小于或等于1。
分数除法知识要点
1、甲数除以乙数(乙数不为0),等于甲数乘乙数的倒数。
2、一个数(不为0),乘一个小于1的数,得数比这个数小;乘一个
大于1的数,得数比这个数大。
3、被除数(不为0),除数大于1,商比被除数小;除数小于1,商比
被除数大;除数等于1,商等于被除数。
4、做分数乘除法应用题的注意点:
(1)找出关键句,确定单位“1”、比较量,看清单位“1”是已知还是
未知。
(2)单位“1”已知,求比较量,用乘法计算。单位力”
x分率=比较量
单位“1”未知,求单位“1”,用方程或除法计算。对应量小
对应分率=单位力”
5、求一个数是另一个数的几分之几用除法计算。(求一个数是另一
个数的几倍,也用除法计算)
求一个数的几分之几是多少,用乘法计算。(求一个数的几倍是
多少,也用乘法计算)
认识比知识要点
1、两个数的比表示求两个数相除,比的前项除以后项所得的商叫做
比值。
•比与除数、分数的联系:
比前项后项比值
除法
温馨提示
- 1. 本站所有资源如无特殊说明,都需要本地电脑安装OFFICE2007和PDF阅读器。图纸软件为CAD,CAXA,PROE,UG,SolidWorks等.压缩文件请下载最新的WinRAR软件解压。
- 2. 本站的文档不包含任何第三方提供的附件图纸等,如果需要附件,请联系上传者。文件的所有权益归上传用户所有。
- 3. 本站RAR压缩包中若带图纸,网页内容里面会有图纸预览,若没有图纸预览就没有图纸。
- 4. 未经权益所有人同意不得将文件中的内容挪作商业或盈利用途。
- 5. 人人文库网仅提供信息存储空间,仅对用户上传内容的表现方式做保护处理,对用户上传分享的文档内容本身不做任何修改或编辑,并不能对任何下载内容负责。
- 6. 下载文件中如有侵权或不适当内容,请与我们联系,我们立即纠正。
- 7. 本站不保证下载资源的准确性、安全性和完整性, 同时也不承担用户因使用这些下载资源对自己和他人造成任何形式的伤害或损失。
最新文档
- 财务类实习报告模板合集5篇
- 2025年汽车隔音材料项目申请报告模板
- 毕业财务实习报告4篇
- 餐厅服务员的辞职报告15篇
- 我与青少年科技活动600字获奖征文10篇范文
- 个人寒假实习报告
- 军训总结心得体会15篇
- 共青团员个人自我鉴定(合集6篇)
- 求职自荐信(集锦15篇)
- 公司实习报告范文汇编5篇
- 成人经鼻高流量湿化氧疗临床规范应用专家共识解读
- 2024信息技术应用创新信息系统适配改造成本度量
- 广东省广州市2025届高三上学期12月调研测试(零模)英语 含解析
- 陕西测绘地理信息局所属事业单位2025年上半年招聘87人和重点基础提升(共500题)附带答案详解
- 保险学期末试题及答案
- 高一数学上学期期末模拟试卷01-【中职专用】2024-2025学年高一数学上学期(高教版2023基础模块)(解析版)
- 《外伤性颅内积气》课件
- 2024-2025学年人教版八年级上册地理期末测试卷(一)(含答案)
- 统编版(2024新版)七年级上册道德与法治第四单元综合测试卷(含答案)
- 沪教版英语小学六年级上学期期末试题与参考答案(2024-2025学年)
- 北京市海淀区2023-2024学年四年级上学期语文期末试卷
评论
0/150
提交评论