-
Euu0529
说明: POT 平均超出量函数 用于计算POT极值分布 用于确定 Pareto分布的阈值(Pot average exceedance function)
- 2021-03-19 11:29:18下载
- 积分:1
-
opus-tools-master
Tools for OPUS Library for Asterisk
- 2018-04-04 22:04:05下载
- 积分:1
-
triangleploar222
说明: 简单建模模型,利用CADFEKO建模,该例程为角反射器建模(Simple modeling model, modeling using CADFEKO, this routine is modeling corner reflector.This routine is for your reference only.)
- 2021-01-17 14:58:44下载
- 积分:1
-
transient_eng.pdf
The document is on transient enginerig
- 2018-02-03 20:28:07下载
- 积分:1
-
关机程序,大家可以实现系统的正真关机,下载看看再说吧
关机程序,大家可以实现系统的正真关机,下载看看再说吧-Shutdown procedures, we can realize the system is really shut down, download看看再说吧
- 2023-01-26 07:25:04下载
- 积分:1
-
biaodashiyulibianyicx
编写编译程序实现多行表达式的表达式序列的文法语言的编译执行(To write the compiler to achieve the expression sequence of multi-line expression grammar language compiler execution
)
- 2012-02-26 18:32:53下载
- 积分:1
-
wind turbine model
风力发电系统模型(内含详细的风机、发电机,Malab 模型子程序)(wind turbine model, PMSG model; Mppt)
- 2017-08-14 08:57:07下载
- 积分:1
-
07红外
抄读电表号 更改电表号 更改日期时间 更改时间(Read the meter number, change the meter number, change the time)
- 2017-09-24 17:56:45下载
- 积分:1
-
使用说明. 一、为什么要进行大气纠正? (1) 太阳辐射通过大气以某种方式入射到物体表面 ... 用户可以选择MODTRAN 模型的光谱分辩率. 三、如何使用F...
使用说明. 一、为什么要进行大气纠正? (1) 太阳辐射通过大气以某种方式入射到物体表面 ... 用户可以选择MODTRAN 模型的光谱分辩率. 三、如何使用FLAASH. 打开FLAASH ...
-modtan
- 2022-01-26 06:55:30下载
- 积分:1
-
2
说明: Background
Given a set of rectangles {R1, R2, …, Rn}, compute the area of their common intersection. i.e.,
Area(R1∩R2∩…∩Rn)
The edges of the rectangles R1, R2, …, Rn, are either vertical or horizontal lines.
For example, the intersection of 4 rectangles, R1, R2, R3, and R4, in the following figure is the shaded rectangle.
Input
The input contains (N + 1) lines. The first line specifies the number of rectangles N, where 1 < N < 1000. Since the sides of the rectangles are parallel to the x-axis and y-axis, each rectangle is bounded by the lines x = x1, x = x2, y = y1 and y = y2 and each subsequent line of the input file thus specifies one rectangle in the following format:
x1 x2 y1 y2
such that 0 <= x1 < x2 <= 10000 and 0 <= y1 < y2 <= 10000, and x1, x2, y1 and y2 are integers.
Output
The output file contains the area of the intersection of all the rectangles.
- 2013-11-15 02:58:38下载
- 积分:1