版权说明:本文档由用户提供并上传,收益归属内容提供方,若内容存在侵权,请进行举报或认领
文档简介
1、RClimDex (1.0)极端气候指数计算软件用户手册 张学斌 Feng Yang加拿大环境部气候研究中心2004年9月10日南京信息工程大学遥感学院 陈昌春 译注20138 作 者 致 谢 RClimDex 由Xuebin Zhang(张学斌)and Feng Yang(加拿大气象局气候研究部)开发与维护,最初的开发由加拿大国际发展办事处通过加中气候协作项目,C5资助。Lisa Alexander, Francis Zwiers, Byron Gleason, David Stephenson, Albert Klan Tank, Mark New, Lucie Vincent与Tom P
2、eterson对R包的开发与测试作出了重要贡献。CCl/CLIVAR ETCCDMI的有关研讨会也对RClimDex的改进提供了宝贵的意见。. 译者的话原英文说明中所介绍的下载网址链接已无效,新网址包括http:/www.pcic.uvic.ca/tools-and-data/climdex/software.shtmlRClimdex可计算极端气候指数27项,以下摘录来自一硕士论文内蒙古地区极端气候事件时空变化及其与NDVI的相关性(使用RClimdex软件)的15项指数名称翻译及一段简要说明。.指数名称、解释、单位FD0 霜日
3、一年中日最低温0的日数 天SU25 夏日日数 日最高气温25的日数 天GSL 作物生长期 连续6 日>5或<5的时间跨度 天TN10p 冷夜日数 日最低气温<10%分位值的日数 天TN90p 暖夜日数 日最低气温>90%分位值的日数 天TX10p 冷昼日数 日最高温<10%分位值的日数 天TX90p 暖昼日数 日最高温>90%分位值的日数 天WSDI 热持续指数 连续6 日最高温在90%分位值日数 天CSDI 冷持续指数 连续6 日最低温在10%分位值日数 天RX5day 5 日最大降水量 每月内连续五日的最大降水量 mmCDD 持续干燥指数 日降水量<
4、;1mm 的最长连续日数 天CWD 持续湿润指数 日降水量mm 的最大持续日数 天SDII 普通日降水强度 降水量1mm 的总量与日数之比 mmR10 强降水日数 每年日降水量=10mm 的总日数 天R95pTOT 强降水量 95%分位值强降水之和 mm.简要说明在应用RClimDex 处理数据之前,必须确保每个站点的数据以文本格式储存,并且储存的气象数据必须按照年、月、日、24 小时日降水量、日最高气温、日最低气温等顺序排列,各记录项之间通过空格将其隔开。由于研究的气象记录年限跨度很大,难免有些记录值缺测,因此程序要求所有的缺测值都统一设为-99.9。启动R 编辑器,读入RClimDex 程
5、序,在桌面窗口的引导下读入某站点气象数据的文本文件,程序将对文件数据进行检验处理,用于提高所用数据的质量。检验处理主要涉及几个方面的错误记录检查:(1)日最低温>日最高温(2)日降水量<0mm(3)记录值严重偏离本地区气象实际情况,即超出3 倍标准差的值定义为出界值,通过人工检查同相邻站点的记录进行比对,合理的保留,不合理的按缺测进行处理。进行完质量控制处理后就可以对数据进行计算处理,得出一系列的excel 格式的文件结果。目录1. 简介2. R语言安装2.1 How to install R2.2 How to run R3. 如何使用RClimDex?3.1 RClimDex的
6、加载与使用3.2 数据质量控制3.3 指数计算4. 已知的bugs5. Bug报告Appendix A: 气候指数列表Appendix B: 输入数据格式Appendix C: 指数定义Appendix D: Threshold and in-base period temperature indices calculationAppendix E: R for Windows FAQ1. 介绍加拿大气象研究中心的Xuebin Zhang(张学斌,华人)与Feng Yang 开发的RClimDex(1.0)是对ClimDex软件(由加拿大国家气候数据中心的Byron Gleason开发)的R语
7、言改写与改进。RClimDex(1.0)是基于R 编辑器开发的用于计算多种极端气候指数。ClimDex是以Excel为基础的程序,意在提供容易使用的软件包用于计算监测气候变化的气候极值。它由加拿大国家气候数据中心的Byron Gleason开发,已经用于CCl/CLIVAR workshops on climate indices from 2001. 使用者可以在窗口界面的提示和引导下将研究区域的气象记录值文件进行处理和计算,结果将以excel 文件的形式输出。ClimDex项目软件开发之初就强调运行环境不依赖于特定的操作系统。因此使用R语言就就非常自然,因为R语言是健壮的、强大的统计分析与
8、绘图软件。它既可运行于Windows 系统,也可运行于Unix系统。2003年发现,在ClimDex及其他程序中,计算百分位基础的温度指数在指数序列组中出现了不一致性,修正工作需要的引导(又称“自展”)工作在EXCEL中难以进行,这使开发ClimDex的R语言包显得更加迫切。RClimDex (1.0)有着比较友好的操作界面,计算由CCl/CLIVAR推荐及可由用户定义门槛值的重要极端气候指数27 种,包括16 个极端温度指数和11 个极端降水指数,这27 个极端气候指数都是世界气象组织气候委员会推荐使用的核心极端气候指数,已包括了ClimDex (Version 1.3)中的几乎全部指数。R
9、ClimDex (1.0)在R 1.84下进行开发,它应该可以运行于R 1.84及其后的版本。开发极端气候指数软件的目的之一是用于气候监测研究,这要求各项指数必须均一化(一致化)。数据均一化在本版中已经设想并未实施。当前的RClimDex版只包括一个简单的数据质量控制程序,由ClimDex计划(译者注:ClimDex是一个专门的计划,有专门的网站。当前分别有EXCEL版本、R语言版本、FORTRAN语言版本的ClimDex软件)提供。 对于ClimDex的用户,我们希望,在计算极端指数前已进行数据质量控制。本用户手册提供逐步操作的说明。2. R语言的安装与运行(译者注:很方便,几乎不需要设置,
10、一路点击即可)R is a language and environment for statistical computing and graphics. It is a GNU implementation of the S language developed by John Chambers and colleagues at Bell Laboratories (formerly AT&T, now Lucent Technologies). S-plus provides a commercial implementation of the S language.2.1 H
11、ow to install RRClimDex需要R包与图形用户界面TclTk。R的安装过程非常简单:1) 登录网站 , 2) Follow the links to download the most recent version of R for your computer operating system from any mirror site of CRAN. 对于Microsoft Windows (95, 98, 2000, and XP)系统,下载 Windows版安装程序 。进行安装后,R将出现在你的机器中,并且在你的桌面增加快捷
12、图标。TclTk程序已包含在R 1.9.0及以后版本中。对于Linux系统, download proper precompiled binaries and follow the instruction to install R. For other unix systems, you many need to download source code and compile it yourself. 2.2 How to run R在 Windows系统环境下,双击桌面的R快捷图标,或者在“开始”菜单中点击, R用户界面将会出现。第一次使用时你可能需要配置称做“HOME”的环境变量。详情可
13、参见附录E中用户常问的问题(FAQ)。在unix 环境下,直接在 R程序界面运行。 欲在R界面退出,输入 q()即可。在Windows系统下,还可以选择 “File”菜单然后点击 “Exit”选项。3. 如何使用RClimDex3.1 RClimDex的加载1. 直接在R窗口中操作,RClimDex可以通过下拉菜单加载R包。在RGui菜单下选 “File” ,再选 “Source R code”。这将弹出一个窗口,你应指向你保存RClimDex的位置。 2.在R语言命令提示符 “>”下,输入源文件(R包)名称:source(“rclimdex.r”)。如文件不在缺省目录( 什么目录? )
14、中,在rclimdex.r名称之前,你可能需要用全路径名,此时在提示符下输入:source("f:/rclimdex/rclimdex.r"(注意:全路径名之间的间隔符为unix下采用的“/”而不是windows操作系统命令行(即以前的DOS操作系统)下的“”)。这将加载RClimDex。 一旦源程序加载成功,RClimDex主菜单就会出现:译者注:英文原文中,3.1中1、2方法出现次序相反。为便利用户使用作了调换。3.2. 加载数据,运行质量控制模块(QC)数据质量控制模块是计算极端指数的预备性处理工作。RClimDex质量控制模块执行如下功能: 1) 用R语言认可的数据
15、格式代替缺失值 (假设原数据以-99.9表示), 如用“NA”表示“不可得”;2) 用“NA”代替所有的不合理值。这些值包括 a) 小于0的日降水量; b) 小于日最小气温的日最大气温。此外,质量控制模块还能识别日最大气温与日最大气温的离群值(不正常值)。这些离群值是由用户定义的区域之外的日特征值。 当前,这个区域被定义为均值±日特征值的n倍标准差(翻译待审核!),即mean n*std, mean+n*std。std表示日特征值的标准差 , n 表示一个用户的输入,mean(均值) 表示气候特征的日值。 在RClimDex主菜单中选择 “Load Data and Run QC”
16、,打开的窗口形式如下。用户能够选取用于计算极端指数的气候数据文件。 文件名的格式应该有如“stationname.txt”。文件中数值格式应该符合附录B的要求。 在这个实例中,我们使用一个名为“21946.txt”、 ASCII格式的站点数据。 数据加载成功之后,一个弹出窗口出现。 如果这一步没有顺利完成,一个错误信息提示将会出现。这通常是由于输入格式有误。请比较你的数据格式与手册提供的样例数据格式。 不合理的值将被自动识别,但离群值需要用户进行确认。 n的缺省值是3 (根据“为数据质量控制设定参数”的设定),但这个数值用户可以改写。因为3可能标志(flag)着一个很大的数值,用户可能希望设定
17、为4。当参数设定是为了以后使用(翻译待复核!),不需要填写“Station name or code”,点击 “OK” 继续。译者注:此处n表示原始气象数据序列的标准差。如某地实际降水等变化超出此缺省值,可以适当放大,如将“”改成“5”以避免误将真实值当成离群值。如果发现不合理值,将会出现弹出窗口。例如,日最小气温大于日最大气温。 如果在日降水量中出现负值 (除了以-99.9表示缺测的情况) ,将会出现以下窗口: 如果有离群值出现,将出现以下窗口。 译者注:离群值的查找很方便。如果出现离群值,根据系统提示的目录中生成的文件21946tepstdQC.csv对原始数据中的不合理值进行查找与修改即
18、可。数据控制模块完成,将会弹出一个窗口。同时,4个Excel文件: “21946tempQC.csv”, “21946prcpQC.csv”, “21946tepstdQC.csv”, and “21946indcal.csv” 将建立在一个名为log 的子目录中。开始的2个文件包含着气温与降水中存在的不合理值(比“离群值”还不合理)信息,第3个文件标记所有可能的气温离群值及其出现日期。最后一个文件包含着数据控制模块的信息,并将用于指数的计算。注意:在最后的一个文件中,仅用NA代替缺失值 和不合理值,并未改变作了标记的离群值。 为了可视化,4个 用于日最高、最低气温、日降水时间序列范围绘图的P
19、DF文档 (缺失值被标为红点) 放置在log目录之中。. 因此,用户可能需要检查文件 “21946tepstdQC.csv” 中的数据,是否标记为离群值的数据真的为离群值。文件 “21946indcal.csv” 可以用Windows 系统下的Excel 软件或Unix系统下的编辑器进行修改。这一步操作完成之后,用户点击OK,进入后续的指数计算。 注意:指数采用数据质量控制后的数据进行计算。原始的输入文件并未改变。译者注:21946tepstdQC.csv中保存着软件认为可能不合理的值,用户可以查看或修改。不合理值包括:降水量为负值、最低气温大于最高气温。系统自动生成一个校核过的新数据文件进行
20、后续处理,并不直接使用原始数据文件)因此,用户想要修改原始数据文件以改正错误值的话,应当重新加载数据,数据质量控制模块也需要再次运行。3.3. 指数计算RClimDex能够计算附录A中全部的27种核心气候指数,用户可以根据需要选择指数进行计算。 在主菜单中选择值“计算指数(Indices Calculation)”之后,用户被要求设置某些参数。“设置参数值(Set Parameter Values)”窗口允许用户输入用于门槛值计算的基期的第1年和最后1年、站点纬度(南半球为负值)、用户定义的日降水门槛值P (用毫米mm表示), 当日降水超过这个门槛值时计算持续日数 (Rnn指示器)、4个用户定
21、义的气温门槛值。“用户定义的日最高限值(User defined Upper Limit of Day High)”用于计算日最高气温高于门槛值时的持续日数。 “用户定义的日最高限值(User defined Lower Limit of Day High)”用于计算日最高气温低于该值时的持续日数。 “用户定义的日低值上限(User defined Upper Limit of Day Low)” 用于计算日最低气温超过该值时的持续日数。“用户定义的日低值下限(User defined Lower Limit of Day Low)” 用于计算日最低气温低于此值的持续日数。这些指数分别被称作S
22、Umm、FDmm、TRmm、IDmm, “mm”对应于用户定义的值。 译者注:基期的第1年系统自动识别为原始序列的第2个值的年份,而不是第个值的年份,原因见4. 已知的差错。采用默认设置不作改动可以运行,但具体影响本人尚未深入分析。对于降水指数的计算可能无直接影响,但影响温度指数的计算。4. 已知的差错提供的一个补救方法是在观测数据前面增加一个值(但标为-99.9)详见4. 已知的差错。“用户定义的日降水门槛值P (用毫米mm表示), 当日降水超过这个门槛值时计算持续日数 (Rnn指示器)”的修改可能影响连续湿润指数的计算(CWD)。这一步完成之后,一个窗口会出现,允许用户选择需要计算的指数。
23、缺省设置为计算所有指数。 退选不需计算的指数项目后,点击 “OK” 进行计算。根据选择计算的指数多少,这一步的计算时间各有长短。译者注:在调试过程中,为节约运算时间可退选暂不需要计算的项目。如仅需CDD,保留CDD选项即可。需要计算的指数运算完成之后 ,出现一个弹出窗口。 计算所得的指数序列以Excel格式存放在名为indices 的子目录中。指数结果文件名称类似 “21946_XXX.cvs”, XXX表示指数的名称。数据的各列用逗号(“,”)分隔 。考虑可视化需要,绘制了年序列、趋势(最小线性二乘法solid line,locally weighted linear regression
24、(dashed line))的图形,线性回归的趋势拟合也进行了绘制。这些图形被保存在名为JPEG的子目录中,图形文件名命名方法与前述类似,仅将 “cvs”换成 “jpg”。 译者注:提示窗口仅标出了plots目录,其他结果文件也在相应目录之中。选择“计算指数(Indices Calculation)”可以为同样的站点计算其它的指数。对于其他站点,选择“数据质量控制模块(Data QC)”、重复上述的同样过程。所有的计算完成之后,选择 “Exit”即可。 4. 已知的差错在RClimDex本版以及此前版本中有一个已知的差错。假如可得数据 的第1年与基期的第1年相同 的话,程序将中止执行。产生这个
25、差错的原因之一是气温百分比指数计算中需要一个基期以外的数据。避免这个差错的一个方法是在观测序列的第1个数据之前增加一个值,比如数据文件的基期为1961-1990、现有数据从1961年1月1日开始,可以在数据文件中增加1个前1天的数据(视作缺测,标为-99.9):“1960 12 31 -99.9 -99.9 -99.9”5. 差错报告Please report any bugs/errors to yang.fengec.gc.ca with error messages and data being used for the calculation of the indices. This
26、will be helpful in producing a better release in the near future. We would also appreciate your suggestions for further improvement. APPENDIX A: List of ETCCDMI core Climate IndicesIDIndicator nameDefinitionsUNITSFD0Frost daysAnnual count when TN(daily minimum)<0ºCDaysSU25Summer daysAnnual c
27、ount when TX(daily maximum)>25ºCDaysID0Ice daysAnnual count when TX(daily maximum)<0ºCDaysTR20Tropical nightsAnnual count when TN(daily minimum)>20ºCDaysGSLGrowing season LengthAnnual (1st Jan to 31st Dec in NH, 1st July to 30th June in SH) count between first span of at leas
28、t 6 days with TG>5ºC and first span after July 1 (January 1 in SH) of 6 days with TG<5ºCDaysTXxMax TmaxMonthly maximum value of daily maximum tempºCTNxMax TminMonthly maximum value of daily minimum tempºCTXnMin TmaxMonthly minimum value of daily maximum tempºCTNnMin Tm
29、inMonthly minimum value of daily minimum tempºCTN10pCool nightsPercentage of days when TN<10th percentileDaysTX10pCool daysPercentage of days when TX<10th percentileDaysTN90pWarm nightsPercentage of days when TN>90th percentileDaysTX90pWarm daysPercentage of days when TX>90th percen
30、tileDaysWSDIWarm spell duration indicatorAnnual count of days with at least 6 consecutive days when TX>90th percentileDaysCSDICold spell duration indicatorAnnual count of days with at least 6 consecutive days when TN<10th percentileDaysDTRDiurnal temperature rangeMonthly mean difference betwee
31、n TX and TNºCRX1dayMax 1-day precipitation amountMonthly maximum 1-day precipitationMmRx5dayMax 5-day precipitation amountMonthly maximum consecutive 5-day precipitationMmSDIISimple daily intensity indexAnnual total precipitation divided by the number of wet days (defined as PRCP>=1.0mm) in
32、the yearMm/dayR10Number of heavy precipitation daysAnnual count of days when PRCP>=10mmDaysR20Number of very heavy precipitation daysAnnual count of days when PRCP>=20mmDaysRnnNumber of days above nn mmAnnual count of days when PRCP>=nn mm, nn is user defined thresholdDaysCDDConsecutive dry
33、 daysMaximum number of consecutive days with RR<1mmDaysCWDConsecutive wet daysMaximum number of consecutive days with RR>=1mmDaysR95pVery wet daysAnnual total PRCP when RR>95th percentileMmR99pExtremely wet daysAnnual total PRCP when RR>99th percentilemmPRCPTOTAnnual total wet-day precip
34、itationAnnual total PRCP in wet days (RR>=1mm)mmAPPENDIX B: 输入数据格式译者注:用于输入的观测数据文件只能使用纯文本格式,不能使用CSV文件等。All of the data files that are read or written are in list formatted format. The exception is the very first data file that is processed in the “ Quality Control” step. This input data file has s
35、everal requirements:1. ASCII text file 译者注:ASCII码文本文件2. Columns as following sequences: Year, Month, Day, PRCP, TMAX, TMIN. (NOTE: PRCP units = millimeters and Temperature units= degrees Celsius)3. The format as described above must be space delimited (e.g. each element separated by one or more spac
36、es).4. For data records, missing data must be coded as -99.9; data records must be in calendar date order. Missing dates allowed.Example data Format for the initial data file (e.g. used in the Quality Control step):190111-99.9-3.1-6.8190112-99.9-1.3-3.6190113-99.9-0.5-7.9190114-99.9-1-9.1190117-99.9
37、-1.8-8.4译者注:数据格式必须与上表保持一致,年、月、日、降水值(mm)、最高气温、最低气温(摄氏温度)。缺测值必须使用-99.9。所有记录必须按日历年排序,但允许有缺失。比如上表中1月5、6、7日缺失。APPENDIX C: Indices definitionsDefinitions for indicators listed in Appendix A. For practical reasons, in this version of the software, not all indices are calculated on a monthly basis. Monthly
38、indices are calculated if no more than 3 days are missing in a month, while annual values are calculated if no more than 15 days are missing in a year. No annual value will be calculated if any one months data are missing. For threshold indices, a threshold is calculated if at least 70% of data are
39、present. For spell duration indicators (marked with a *), a spell can continue into the next year and is counted against the year in which the spell ends e.g. a cold spell (CSDI) in the Northern Hemisphere beginning on 31st December 2000 and ending on 6th January 2001 is counted towards the total nu
40、mber of cold spells in 2001.1. FD0Let be the daily minimum temperature on day in period. Count the number of days where:2. SU25Let be the daily maximum temperature on day period. Count the number of days where:3. ID0Let be the daily maximum temperature on day in period. Count the number of days wher
41、e:4. TR20Let be the daily minimum temperature on dayin period. Count the number of days where:5. GSL Let be the mean temperature on dayin period. Count the number of days between the first occurrence of at least 6 consecutive days with:and the first occurrence after 1st July (1st January in SH) of a
42、t least 6 consecutive days with:6. TXxLet be the daily maximum temperatures in month, period. The maximum daily maximum temperature each month is then:-7. TNxLet be the daily minimum temperatures in month, period. The maximum daily minimum temperature each month is then:-8. TXnLet be the daily maxim
43、um temperatures in month, period. The minimum daily maximum temperature each month is then:-9. TNnLet be the daily minimum temperatures in month, period. The minimum daily minimum temperature each month is then:-10. Tn10pLet be the daily minimum temperature on day in period and let be the calendar d
44、ay 10th percentile centred on a 5-day window (calculated using method from Appendix D). The percentage of time is determined where:11. Tx10pLet be the daily maximum temperature on dayin period and let be the calendar day 10th percentile centred on a 5-day window (calculated using method from Appendi
45、x D). The percentage of time is determined where:12. Tn90pLet be the daily minimum temperature on day in period and let be the calendar day 90th percentile centred on a 5-day window (calculated using method from Appendix D). The percentage of time is determined where:13. Tx90pLet be the daily maximu
46、m temperature on day in period and let be the calendar day 90th percentile centred on a 5-day window (calculated using method from Appendix D). The percentage of time is determined where:14. WSDI*Let be the daily maximum temperature on day in period and let be the calendar day 90th percentile centre
47、d on a 5-day window (calculated using method from Appendix D). Then the number of days per period is summed where, in intervals of at least 6 consecutive days:-15. CSDI*Let be the daily minimum temperature at day in period and let be the calendar day 10th percentile centred on a 5-day window (calcul
48、ated using the method from Appendix D). Then the number of days per period is summed where, in intervals of at least 6 consecutive days:-16. DTRLet and be the daily maximum and minimum temperature respectively on day in period. If represents the number of days in, then:17. RX1dayLet be the daily pre
49、cipitation amount on day in period. Then maximum 1-day values for period are:18. Rx5dayLet be the precipitation amount for the 5-day interval ending, period. Then maximum 5-day values for period are:19. SDIILet be the daily precipitation amount on wet days,in period. If represents number of wet days
50、 in, then:20. R10Let be the daily precipitation amount on day in period. Count the number of days where:21. R20Let be the daily precipitation amount on day in period. Count the number of days where:22. RnnLet be the daily precipitation amount on day in period. If represents any reasonable daily prec
51、ipitation value then, count the number of days where:23. CDD*连续无雨日数(持续干燥指数),阈值为<1mmLet be the daily precipitation amount on day in period. Count the largest number of consecutive days where:译者注:译者通过对源程序CDD模块的分析,找到了修改阈值的语句。因为RCLIMDEX自带的CDD阈值仅是<1mm,而农业干旱等实际研究中存在多种降水阈值的设定。如<3mm,<5mm等。一篇美国农业
52、干旱文献设为<6.35mm。 仅需修改3处,其他操作不变如下(以6.35为例):1.第300行 将prcp>=1 改为 prcp>=6.35(或其他因地制宜之干旱指标阈值)2.第303行 将PRCP>=1mm 改为 PRCP>=6.35mm(此句仅用作绘图标题,并不参与计算,不改亦无大碍) 3.第1905行这是最关键的一句。应将midj<1 改
53、为 midj<6.3524. CWD*Let be the daily precipitation amount on day in period. Count the largest number of consecutive days where:25. R95pTOTLet be the daily precipitation amount on a wet day in periodand letbe the 95th percentile of precipitation on wet days in the 1961-1990 period. If r
54、epresents the number of wet days in the period, then:26. R99pLet be the daily precipitation amount on a wet day in periodand letbe the 99th percentile of precipitation on wet days in the 1961-1990 period. If represents number of wet days in the period, then:27. PRCPTOTLet be the daily precipitation
55、amount on day in period. If represents the number of days in, thenAppendix D : 阈值(门槛值)估计与基期温度指数计算Empirical quantile estimation:The quantile of a distribution is defined as , 1<p<1,where F(x) is the distribution function. Let denote the order statistics of (i.e. sorted values of X), and le
56、t denote the ith sample quantile definition. The sample quantiles can be generally written as.Hyndman and Fan (1996) suggest a formula to obtain medium un-biased estimate of the quantile by letting and letting , where int(u) is the largest integer not greater than u. The empirical quantile is set to the smallest or largest value in the sam
温馨提示
- 1. 本站所有资源如无特殊说明,都需要本地电脑安装OFFICE2007和PDF阅读器。图纸软件为CAD,CAXA,PROE,UG,SolidWorks等.压缩文件请下载最新的WinRAR软件解压。
- 2. 本站的文档不包含任何第三方提供的附件图纸等,如果需要附件,请联系上传者。文件的所有权益归上传用户所有。
- 3. 本站RAR压缩包中若带图纸,网页内容里面会有图纸预览,若没有图纸预览就没有图纸。
- 4. 未经权益所有人同意不得将文件中的内容挪作商业或盈利用途。
- 5. 人人文库网仅提供信息存储空间,仅对用户上传内容的表现方式做保护处理,对用户上传分享的文档内容本身不做任何修改或编辑,并不能对任何下载内容负责。
- 6. 下载文件中如有侵权或不适当内容,请与我们联系,我们立即纠正。
- 7. 本站不保证下载资源的准确性、安全性和完整性, 同时也不承担用户因使用这些下载资源对自己和他人造成任何形式的伤害或损失。
最新文档
- 湖南工程学院《经济学方法论》2023-2024学年第一学期期末试卷
- 节前安全经验分享
- 糖尿病合并肾病综合征护理
- 电气成套厂检验员培训
- 【天津卷】天津市北辰区2024-2025学年高三上学期11月期中考试(11.4-11.6)政治试卷含答案及解析
- 班长管理培训结业汇报
- 西餐厅实践报告范文
- 有关保护动物倡议书(31篇)
- 伤感唯美的毕业感言(31篇)
- 艾滋病日主题扳回
- 版画公开课(原版)课件
- 固定污染源废气在线比对监测培训课件
- 网络信息安全教学实验系统v3.2(参考答案)
- 外固定架ppt参考课件
- DB15T 435-2006 内蒙古自治区公路风吹雪雪害防治技术
- 《口算除法》课堂实录
- 《相似三角形的判定与性质-相似三角形的判定》-完整版课件
- 八年级物理光学部分竞赛试题(卷)与答案
- 《花卉栽培技术》课程思政教学案例
- 福乐伟离心机说明书
- 小学科学教育科学五年级上册光《光是怎样传播的》教学设计
评论
0/150
提交评论