版权说明:本文档由用户提供并上传,收益归属内容提供方,若内容存在侵权,请进行举报或认领
文档简介
1、Review QuestionsSection 2.1 List five non-proprietary(非专有的) Internet applications and the application-layer protocols that they use. 列举五种非专用的英特网应用以及它们所使用的应用层协议。applicationsprotocolse-mail SMTPWEBHTTPstreaming multimediaHTTP,RTPfile transferFTPremote terminal accessTelnetFor a communication session(会
2、议) between two hosts, which host is the client and which is the server? 对俩主机之间的通信会话,哪个主机是客户机,哪个主机是服务器?The process which initiates(发起) the communication is the client; the process that waits to be contacted is the server.3) What information is used by a process running on one host to identify a proce
3、ss running on another host? 运行在一台主机上的进程使用什么信息标识运行在另一台主机上的进程?The IP address of the destination host and the port number of the destination socket.List the various network-application user agents that you use on a daily basis. 列举你每天都会使用的网络应用程序用户代理。Web browser E-mail application user agentFile Transfer
4、 user agentP2p user agentaudio/video user agent5) Referring to Figure 2.1-2, we see that not none of applications listed in the table require both no data loss and timing. Can you conceive of an application that requires no data loss and that is also highly time sensitive? 参见图2.1-2,我们可以看到表中所列举的应用没有一
5、个既要求没有数据丢失又要求定时。你能设想出一个应用,既既要求没有数据丢失又要求定时吗?There are no good examples of an application that requires no data loss and timing.Sections 2.2-2.5 6) What is meant by a handshaking protocol? 握手协议的意义?A protocol uses handshaking if the two communicating entities first exchange control packets before sendi
6、ng data to each other. SMTP uses handshaking at the application layer whereas HTTP does not.7) Why do HTTP, FTP, SMTP, POP3 and IMAP run on top of TCP rather than UDP? 为什么HTTP,FTP,SMTP,POP3 和 IMAP 都运行在TCP 协议而不是UDP协议上?The applications associated with those protocols require that all application data
7、be received in the correct order and without gaps. TCP provides this service whereas UDP does not.8) Consider an e-commerce site that wants to keep a purchase record for each of its customers. Describe how this can be done with HTTP authentication. (认证)Describe how this can be done with cookies. 考虑一
8、个电子商务网站需要保留每一个客户的购买记录,描述如何使用HTTP认证;描述这是如何用cookies来实现的。When the user first visits the site, the site returns a cookie number. This cookie number is stored on the users host and is managed by the browser. During each subsequent visit (and purchase), the browser sends the cookie number back to the site
9、. Thus the site knows when this user (more precisely, this browser) is visiting the site.9) What is the difference between persistent HTTP with pipelining(持久HTTP 流水线) and persistent HTTP without pipelining(没有流水线的持久HTTP连接)? Which of the two is used by HTTP/1.1? In persistent HTTP without pipelining,
10、the browser first waits to receive a HTTP response from the server before issuing a new HTTP request. In persistent HTTP with pipelining, the browser issues requests as soon as it has a need to do so, without waiting for response messages from the server. persistent HTTP with pipelining is used by H
11、TTP/1.1。10) Telnet into a Web server and send a muli-line request message. Include in the request message the If-modified-since: header line to force a response message with the 304 Not Modified status code. 用Telnet 向 web 服务器发送一条多行的请求报文。在该请求报文中包含If-modified-since: 首部行,迫使响应报文中出现304 Not Modified 状态码。1
12、1) Why is it said that FTP sends control information out of band?(频带外的)为什么说FTP在“带外“发送控制信息?FTP uses two parallel(平行的) TCP connections, one connection for sending control information (such as a request to transfer a file) and another connection for actually transferring the file. Because the control i
13、nformation is not sent over the same connection that the file is sent over, FTP sends control information out of band.12) Suppose Alice with a Web-based e-mail account (such as Yahoo! mail or Hotmail) sends a message to Bob, who accesses his mail from his mail server using POP3. Discuss how the mess
14、age gets from Alices host to Bobs host. Be sure to list the series of application-layer protocols that are used to move the message between the two hosts. 假设Alice使用一个基于web的电子邮件账户向Bob 发送邮件,而Bob使用POP3 协议访问他的邮件服务器来获取邮件。讨论信息是如何从Alice 的主机到Bob的主机的。一定要列出在两台主机间移动信息所用的应用层协议。Message is sent from Alices host t
15、o her mail server over HTTP. Alices mail server then sends the message to Bobs mail server over SMTP. Bob then transfers the message from his mail server to his host over POP3.13) Suppose that you send an e-mail message whose only data is a Microsoft Excel attachment. What might the header lines (in
16、cluding MIME lines) look like? 假定你发送一封电子邮件,唯一的数据就是一个表格附件。可能的首部行(包含MIME行)是什么样的?From: 123To: 456Subject: helloMIME-Version: 1.0Content-Transfer-Encoding: base64Content-Type: Application/MS-Excel14) Print out the header of a message that you have recently received. How many Recieved: header lines are t
17、here? Analyze each of the header lines in the message. 打印出你最近收到的报文的首部,在Received中,首部行有多少行?分析该报文首部行的每一行。15) From a users perspective, what is the difference between the download-and-delete mode and the download-and-keep mode in POP3? 从用户的观点来看,POP3中“下载并删除”模式和“下载并保留”模式有什么区别?With download and delete, aft
18、er a user retrieves(取回) its messages from a POP server, the messages are deleted. This poses a problem for the nomadic (游动的)user, who may want to access the messages from many different machines (office PC, home PC, etc.). In the download and keep configuration(配置), messages are not deleted after th
19、e user retrieves the messages. This can also be inconvenient, as each time the user retrieves the stored messages from a new machine, all of non-deleted messages will be transferred to the new machine (including very old messages).16) Redraw Figure 2.5-4 for when all queries from the local nameserve
20、r are iterative. 重绘时,从本地域名服务器所有查询迭代图2.5-4。17) Each Internet host will have at least one local name server and one authoratative name server. What role does each of these servers have in DNS? 每一台英特网主机都至少有一个本地域名服务器和一个权威域名服务器。这两种服务器在域名解析中起什么作用?A host authoritative name server provides the official tran
21、slation of a hostname to an IP address (among other things). A host local name server is a proxy(代理服务器) to the DNS system: the host first queries its local name server for a mapping; the local name server then obtains the mapping on the behalf of(代表) the querying host.18) Is it possible that an orga
22、nizations Web server and mail server have exactly the same alias(别名) for a hostname (e.g., )? What would be the type for the RR that contains the hostname of the mail server? 一个机构的web服务器和邮件服务器可以有有完全相同的主机别名吗?包含了邮件服务器的主机名的RR有什么样的类型?Yes 。An organization mail server and Web server can have the same alia
23、s for a host name. The MX record is used to map the mail server host name to its IP address.19) Use nslookup to find a Web server that has multiple IP addresses. Does the Web server of your institution (school, company, etc.) have multiple IP addresses? 使用nslookup找到一个Web服务器有多个IP地址。贵机构的Web服务器(如学校,公司,
24、等)是否有多个IP地址?My insititution doesnt have multiple IP address.Sections 2.6-2.9 20) The UDP server described in Section 2.7 only needed one socket, whereas the TCP server described in Section 2.6 needed two sockets. Why? If the TCP server were to support n simultaneous(同时发生的) connections, each from a d
25、ifferent client host, how many sockets would the TCP server need? 2.7节描述的UDP服务器仅需要一个套接字,而2.6节描述的TCP服务器则需要两个套接字。为什么?如果TCP服务器要支持n个并行连接,且每个连接都来自不同的客户机主机,那么TCP服务器需要多少个套接字?With the UDP server, there is no welcoming socket, and all data from different clients enters the server through this one socket. Wit
26、h the TCP server, there is a welcoming socket, and each time a client initiates(发起) a connection to the server, a new socket is created. Thus, to support n simultaneous connections, the server would need n+1 sockets.21) For the client-server application over TCP described in Section 2.6, why must th
27、e server program be executed before the client program? For the client-server application over UDP described in Section 2.7, why may the client program be executed before the server program? 在2.6节所描述的运行于TCP上的客户机-服务器应用程序,为什么服务器程序要先于客户机程序运行?在2.7节描述的运行于UDP上的客户机-服务器应用程序,为什么客户机程序要先于服务器程序运行?For the TCP ap
28、plication, as soon as the client is executed, it attempts to initiate a TCP connection with the server. If the TCP server is not running, then the client will fail to make a connection. For the UDP application, the client does not initiate connections (or attempt to communicate with the UDP server)
29、immediately upon executionProblems1) True or false. a) Suppose a user requests a Web page that consists of some text and two images. For this page the client will send one request message and recieve three response messages? 假设一个用户请求一个网页,包含一些文本和两个图像。这个页面的客户端将发送一个请求消息和接收三个响应消息? Fb) True or false. Two
30、 distinct Web pages (e.g., /research.html and /students.html) can be sent over the same persistent connection? 真或假。两种截然不同的网页(例如, / research.html和 / students.html)可发送相同的持久连接?Tc) With non-persistent connections between browser and origin server, it is possible for a single TCP segment to carry two dis
31、tinct HTTP request messages? 浏览器和源服务器之间的非持久连接,它有可能为一个单一的TCP段进行两个不同的HTTP请求消息?Fd) The Date: header in the HTTP response message indicates when the object in the response was last modified? 日期:在HTTP响应消息头指示的最后修订在响应对象时? F2) Read RFC 959 for FTP. List all of the client commands that are supported by the R
32、FC. FTP阅读RFC 959。列出所有的客户端支持的命令是由RFC。Access control commands:USER, PASS, ACT, CWD, CDUP, SMNT, REIN, QUIT.Transfer parameter(参数) commands:PORT, PASV, TYPE STRU, MODE.Service commands:RETR, STOR, STOU, APPE, ALLO, REST, RNFR, RNTO, ABOR, DELE, RMD, MRD, PWD, LIST, NLST, SITE, SYST, STAT, HELP, NOOP.3)
33、 Read RFC 1700. What are the well-known port numbers for the simple file transfer protocol (sftp)? For the network news transfoer protocol (nntp)? 阅读RFC 1700中。什么是“简单文件传输协议”(SFTP)众所周知的端口号?对于“新闻联播transfoer协议”(NNTP)?4) Suppose within your web browser you click on a link to obtain a web page. Suppose th
34、at the IP address for the associated URL is not cached(缓存) in your local host, so that a DNS look up is necessary to obtain the IP address. Suppose that n DNS servers are visited before your host receives the IP address from DNS; the successive visits incur(产生) a RTT of RTT1, ., RTTn. Further suppos
35、e that web page associated with the link contains exactly one object, a small amount of HTML text. Let RTT0 denote(表示) the RTT between the local host and the server containing the object. Assuming zero transmission time of the object, how much time elapses(流逝) from when the client clicks on the link
36、 until the client receives the object. 假定在你的浏览器中,你点击一个超链接来获得一个web页面。假定相关的URL的IP地址没有缓存在你的本地主机上,因此必须进行DNS查询以获得IP地址。假设你的主机从DNS获得IP地址之前,已经访问了n个DNS服务器,相继产生的RTT依次为RTT1,RTTn。进一步假设,与连接相关的web网页只含有一个对象,即少量的HTML文本。让RTT0表示本地主机和包含对象的服务器之间的RTT。假设对象传输时间为0,从客户点击连接到接收到对象需要多长时间?The total amount of time to get the IP
37、address is.Once the IP address is known, elapses to set up the TCP connection and another elapses to request and receive the small object. The total response time isReferring to question (4), suppose the page contains three very small objects. Neglecting transmission times, how much time elapses wit
38、h (a) nonpersistent HTTP with no parallel TCP connections, (b) nonpersistent HTTP with parallel connections, (c) persistent HTTP with pipelining. 提到的问题(4),假设该页面包含三个非常小的物体。忽略的传输时间,间隔时间多长(一)非持久的HTTP没有并行的TCP连接,(b)与并行连接的非持久的HTTP,(c)与持久HTTP流水线。a) .b) .c) 6) Two HTTP request methods are GET and POST. Are
39、there any other methods in HTTP/1.0? If so, what are they used for? How about HTTP/1.1 ? 两个HTTP请求方法是GET和POST。在HTTP/1.0是否有任何其他的方法?如果是这样,它们是什么使用?关于HTTP/1.1的怎么样?7) Write a simple TCP program for a server that accepts lines of input from a client and prints the lines onto the servers standard output. (Y
40、ou can do this by modifying the TCPServer.java program in the text.) Compile and execute your program. On any other machine which contains a Web browser, set the proxy server in the browser to the machine in which your server program is running; also configure the port number appropriately. Your bro
41、wser should now send its GET request messages to your server, and your server should display the messages on its standard output. Use this platform to determine whether your browser generates conditional GET messages for objects that are locally cached. 写一个简单的TCP服务器接受从客户端的输入线和输出到服务器的标准输出线方案。(您可以通过修改
42、文本TCPServer.java方案。)编译和执行程序。在任何其他机器,其中包含一个Web浏览器,在浏览器中设置代理服务器在您的服务器程序运行的机器,也适当配置的端口号。您的浏览器现在应该GET请求消息发送到您的服务器,您的服务器上显示的消息,它的标准输出。利用这一平台,以确定是否您的浏览器生成本地缓存的对象,有条件的GET消息。8) Read the POP3 RFC, RFC 1939. What is the purpose of the UIDL POP3 command? 阅读的POP3 RFC,RFC 1939中。UIDL POP3命令的目的是什么?UIDL abbreviates
43、(是的缩写) “unique-ID listing”. When a POP3 client issues the UIDL command, the server responds with the unique message ID for all of the messages present in the users mailbox. This command is useful for “download and keep”. By keeping a file that lists the messages retrieved in earlier sessions, the cl
44、ient can use the UIDL command to determine which messages on the server have already been seen.8) Install and compile the Java programs TCPClient and UDPClient on one host and TCPServer and UDPServer on another host. a) Suppose you run TCPClient before you run TCPServer. What happens? Why? b) Suppos
45、e you run UDPClient before you run UDPServer. What happens? Why? c) What happens if you use different port numbers for the client and server sides?9) Rewrite TCPServer.java so that it can accept multiple connections. (Hint: You will need to use threads.) 重写TCPServer.java,以便它能够接受多个连接。(提示:您将需要使用线程)。Di
46、scussion QuestionsWhat is a CGI script? Give examples of two popular Web sites that use CGI scripts. Explain how these sites use CGI. Which languages are CGI scripts typically written in? 什么是CGI脚本?给出了两个流行的网站,使用CGI脚本的例子。说明这些网站如何使用CGI。哪些语言是CGI脚本通常写在? Abbreviation ofCommonGatewayInterface, a specificat
47、ion for transferring information between a HYPERLINK /TERM/W/World_Wide_Web.html World Wide Web HYPERLINK /TERM/W/Web_server.html serverand a CGI HYPERLINK /TERM/P/program.html program.w can you configure your browser for local caching? What kinds of options do you have? Can you configure your brows
48、er to open multiple simultaneous(同时发生的)connections to a Web site? What are the advantages and disadvantages of having a large number of simultaneous TCP connections? 您可以配置您的浏览器打开多个同时连接到一个网站吗?什么是有大量并发的TCP连接的优势和劣势?Discussion question: Consider SMTP, POP3 and IMAP. Are these stateless protocols? Why or
49、 why not? 讨论的问题:考虑SMTP,POP3和IMAP。这些无状态协议?为什么或为什么不呢?We have seen that Internet TCP sockets treat the data being sent as a byte stream but UDP sockets recognize message boundaries. What is one advantage and one disadvantage of byte-oriented API versus having the API explicitly recognize and preserve a
50、pplication-defined message boundaries? 我们已经看到,互联网TCP套接字治疗作为一个字节流,但UDP套接字发送的数据识别消息边界。一个优势,而不是API的明确承认和保护应用程序定义的消息边界面向字节API的一个缺点是什么?6) Would it be possible to implement a connection-oriented service (e.g., SMTP or HTTP) on top of a connectionless service? What would be some of the difficulties involve
51、d in doing so, and how could these be overcome? 怎样才有可能实现一个无连接的服务上的一个面向连接的服务(如SMTP或HTTP)?什么会参与这样的一些困难,以及如何能加以克服?附录资料:不需要的可以自行删除长方体和正方体知识要点名称面棱顶点长方体有6个面 一般情况下6个面都是长方形,相对的面完全相同(特殊情况下有两个相对的面是正方形,其余的4个面是完全相同的长方形)有12条棱(相对的4条棱的长度相等)有8个顶点正方体有6个面 是6个完全相同的正方形有12条棱12条棱的长度都相等有8个顶点 长方体的棱长总和 = 长4+宽4+高4 或 长方体的棱长总和
52、=(长+宽+高)4 正方体的棱长总和 = 棱长12 长方体或正方体六个面的总面积,叫做它的表面积。长方体的表面积 = (长宽 + 长高 + 宽高) 2 上面或下面 前面或后面 左面或右面正方体的表面积 = 棱长棱长 6 一个面的面积 6个面物体所占空间的大小叫做物体的体积。容器所能容纳物体的体积,叫做这个容器的容积。常用的体积单位有:(立方厘米)、(立方分米)、(立方米)。 棱长1厘米的正方体,体积是1立方厘米。棱长1分米的正方体,体积是1立方分米。棱长1米的正方体,体积是1立方米。计量液体的体积,常用( 升 )和( 毫升 )作单位。1立方分米 = 1升 1立方厘米 = 1毫升长方体的体积=长
53、宽高 正方体的体积=棱长棱长棱长V = abh V =a.a.a 或 V=a3 读作a的立方表示3个a相乘。 长方体和正方体底面的面积,叫做它们的底面积。长方体和正方体体积计算的统一公式:长方体(或正方体)的体积 = 底面积高 V = sh正方体的棱长扩大缩小若干倍,它的表面积扩大或缩小这个倍数的平方,体积扩大或缩小这个倍数的立方。长方体的长、宽、高同时扩大缩小若干倍,它的表面积扩大或缩小这个倍数的平方,体积扩大或缩小这个倍数的立方。分数乘法知识要点:分数与分数相乘,用分子相乘的积作分子,分母相乘的积作分母。分数与分数相乘的计算方法对于整数与分数相乘也适用,因为整数可以化成分母是1的分数。求一
54、个数的几分之几是多少,用乘法计算。(求一个数的几倍是多少,也用乘法计算)乘积是1的两个数互为倒数。A、求一个分数的倒数,把它的分子和分母调换位置。 B、整数(0除外)的倒数是 C、 1的倒数是1 D、 0没有倒数。E、真分数的倒数都大于1,假分数的倒数都小于或等于1。分数除法知识要点1、甲数除以乙数(乙数不为0),等于甲数乘乙数的倒数。2、一个数(不为0),乘一个小于1的数,得数比这个数小; 乘一个大于1的数,得数比这个数大。3、被除数(不为0),除数大于1,商比被除数小;除数小于1,商比被除数大;除数等于1,商等于被除数。4、做分数乘除法应用题的注意点:(1)找出关键句,确定单位“1”、比较
55、量,看清单位“1”是已知还是未知。(2)单位“1”已知,求比较量,用乘法计算。 单位“1” 分率 = 比较量 单位“1”未知,求单位“1”,用方程或除法计算。 对应量对应分率=单位“1”5、求一个数是另一个数的几分之几用除法计算。(求一个数是另一个数的几倍,也用除法计算) 求一个数的几分之几是多少,用乘法计算。(求一个数的几倍是多少,也用乘法计算)认识比知识要点1、两个数的比表示求两个数相除,比的前项除以后项所得的商叫做比值。比与除数、分数的联系:比前项后项比值除法被除数除数商分数分子分母分数值补充:比的后项不能为0 。 比值不能带单位名称。3、比的基本性质:比的前项和后项同时乘或除以相同的数
56、(0除外),比值不变。 4、化简比的依据:比的基本性质。5、化简比与求比值的区别化简比:化成最简单的整数比,有前项、后项和比号; 求比值:是前项除以后项所得的商。认识百分数知识要点1 表示一个数是另一个数的百分之几的数叫做百分数,也叫做百分率或百分比。百分数通常用%来表示。百分号“%”是表示百分数的符号。 2、分母是100的分数不一定是百分数。3、分数既可以表示一个数是另一个数的百分之几(分率),也可以表示具体数量;百分数只表示一个数是另一个数的百分之几(分率)。百分数不能带单位名称。4. 小数化成百分数:只要把小数点向右移动两位,同时在后面添上百分号; 百分数化成小数:把百分数化成小数,只要
57、把百分号去掉,同时把小数点向左移动两位。 5. 分数化成百分数:通常先把分数化成小数(除不尽时,通常保留三位小数),再把小数化成百分数。 6. 百分数化成分数:先把百分数改写成分数,能约分的要约成最简分数。7、求一个数是另一个数的几分之几用除法计算,求一个数是另一个数的百分之几也用除法计算。常用的数量关系式1、每份数份数总数总数每份数份数总数份数每份数 2、速度时间路程路程速度时间路程时间速度 3、单价数量总价总价单价数量总价数量单价 4、工作效率工作时间工作总量工作总量工作效率工作时间工作总量工作时间工作效率 5、加数加数和 一个加数和另一个加数6、被减数减数差 被减数差+减数 减数被减数-
58、 差 7、因数因数积 一个因数积另一个因数 8、被除数商除数 被除数除数商 除数被除数商 9、总数总份数平均数10、相遇问题 相遇路程速度和相遇时间 相遇时间相遇路程速度和 速度和相遇路程相遇时间 运算定律1. 加法交换律: 两个数相加,交换加数的位置,它们的和不变,即a+b=b+a 。 2. 加法结合律: 三个数相加,先把前两个数相加,再加上第三个数;或者先把后两个数相加,再和第一个数相加它们的和不变,即(a+b)+c=a+(b+c) 。 3. 乘法交换律: 两个数相乘,交换因数的位置它们的积不变,即ab=ba。 4. 乘法结合律: 三个数相乘,先把前两个数相乘,再乘第三个数;或者先把后两个
59、数相乘,再和第一个数相乘,它们的积不变,即(ab)c=a(bc) 。5. 乘法分配律:两个数的和与一个数相乘,可以把两个加数分别与这个数相乘再把两个积相加,即(a+b)c=ac+bc 。 6. 减法的性质:从一个数里连续减去几个数,可以从这个数里减去所有减数的和,差不变,即a-b-c=a-(b+c) 。 小学数学图形计算公式 1、正方形周长边长4 正方形面积=边长边长 长方形周长=(长+宽)2 长方形面积=长宽 2、三角形面积=底高2 三角形高=面积 2底 三角形底=面积 2高3、平行四边形面积=底高 4、梯形面积=(上底+下底)高25、圆的周长=直径或=2半径 圆面积=半径2常用单位换算长度
60、单位换算 1千米=1000米 1米=10分米 1分米=10厘米 1米=100厘米 1厘米=10毫米 (1米=100厘米)面积单位换算 1平方千米=100公顷 1公顷=10000平方米 1平方米=100平方分米 1平方分米=100平方厘米 1平方厘米=100平方毫米 1平方米=10000平方厘米体(容)积单位换算 1立方米=1000立方分米 1立方分米=1000立方厘米 1立方分米=1升 1立方厘米=1毫升 1立方米=1000升 质量单位换算1吨=1000 千克 1千克=1000克 1千克=1公斤 人民币单位换算1元=10角 1角=10分 1元=100分 附录资料:不需要的可以自行删除常用面料知
温馨提示
- 1. 本站所有资源如无特殊说明,都需要本地电脑安装OFFICE2007和PDF阅读器。图纸软件为CAD,CAXA,PROE,UG,SolidWorks等.压缩文件请下载最新的WinRAR软件解压。
- 2. 本站的文档不包含任何第三方提供的附件图纸等,如果需要附件,请联系上传者。文件的所有权益归上传用户所有。
- 3. 本站RAR压缩包中若带图纸,网页内容里面会有图纸预览,若没有图纸预览就没有图纸。
- 4. 未经权益所有人同意不得将文件中的内容挪作商业或盈利用途。
- 5. 人人文库网仅提供信息存储空间,仅对用户上传内容的表现方式做保护处理,对用户上传分享的文档内容本身不做任何修改或编辑,并不能对任何下载内容负责。
- 6. 下载文件中如有侵权或不适当内容,请与我们联系,我们立即纠正。
- 7. 本站不保证下载资源的准确性、安全性和完整性, 同时也不承担用户因使用这些下载资源对自己和他人造成任何形式的伤害或损失。
最新文档
- 麻纺企业员工考勤管理规定
- 包装材料研发工程师岗位招聘考试试卷及答案
- 第14讲 牛顿运动定律的应用1
- 4.4 光的折射 课件(共24张) 2025-2026学年人教版初中物理八年级上册
- 护理技术创新在团队服务中的提升
- 子宫动脉超声评估:临床意义、操作方法与参数解读(完整版临床指南)
- 安徽省黄山市重点中学2026届高三第九次调研考试化学试题试卷含解析
- 福建省宁德一中等重点中学2026年高三下学期第六次质量调研考试化学试题含解析
- 14.1《法治与改革相互促进》教案 2025-2026学年统编版道德与法治八年级下册
- 细胞互作在再生中的作用
- 2025年高考数学全国一卷试题真题及答案详解(精校打印)
- T/CCMA 0168-2023土方机械电控手柄技术要求及试验方法
- 成人癌性疼痛护理团体标准
- 2025年统计学期末考试题库:时间序列分析核心考点解析
- 实验室生物安全应急预案
- DG-TJ08-2177-2023建筑工程消防施工质量验收标准
- 《低聚糖功能性质》课件
- 华南理工大学《工程热力学》2023-2024学年第一学期期末试卷
- T-NBHTA 004-2024 热处理企业环境保护技术规范
- DB32T 4786-2024 城镇供水服务质量标准
- 9.1美国基础知识讲解七年级地理下学期人教版
评论
0/150
提交评论