-
C数据结构
This book explains the data structure of the C language.
- 2020-06-18 14:00:01下载
- 积分:1
-
DSP TMS320vc5416 FFT代码
DSP TMS320vc5416 FFT代码-DSP TMS320vc5416 FFT code
- 2022-03-05 04:01:32下载
- 积分:1
-
rap personal website FLASH do and the whole source, and the exchange of exchange...
超酷的个人网站 全FLASH做及源码,和大家交流交流。-rap personal website FLASH do and the whole source, and the exchange of exchange.
- 2022-05-31 10:59:25下载
- 积分:1
-
OpenGL_ES_1.0.2_Sample.zip, based on Qualcomm
OpenGL_ES_1.0.2_Sample.zip,基于高通BREW平台的的3D游戏引擎.喜欢朋友请下载-OpenGL_ES_1.0.2_Sample.zip, based on Qualcomm
- 2023-03-25 15:10:03下载
- 积分:1
-
DNN for Image Classification
TensorFlow 不是一个严格的“神经网络”库。只要你可以将你的计算表示为一个数据流图,你就可以使用Tensorflow。你来构建图,描写驱动计算的内部循环。我们提供了有用的工具来帮助你组装“子图”(常用于神经网络)(Build and train ML models easily using intuitive high-level APIs like Keras with eager execution, which makes for immediate model iteration and easy debugging.)
- 2019-03-17 09:55:52下载
- 积分:1
-
用vc对信号进行存储因为数字表示可以有冗余数据。通过冗余数据的信息,即使传输过程中信号发生严重变化,也可以恢复原来的信号。因此数据信号被广泛使用:通讯、领航、医...
用vc对信号进行存储因为数字表示可以有冗余数据。通过冗余数据的信息,即使传输过程中信号发生严重变化,也可以恢复原来的信号。因此数据信号被广泛使用:通讯、领航、医药、声音处理、计算机等-With vc the signal that can be stored as digital data have redundancy. Redundant data through the information, even if the transmission signal a serious change, you can revert to the original signal. Thus data signals are widely used: communications, navigation, medicine, voice processing, computer, etc.
- 2022-06-03 05:04:43下载
- 积分:1
-
微机保护MATLAB小程序
说明: 微机保护MATLAB小程序,用于分析线路中距离保护相关事情(Matlab program of microcomputer protection)
- 2019-12-30 09:22:51下载
- 积分:1
-
oracle的内部培训资料,可能有些老,但还是很实用
oracle的内部培训资料,可能有些老,但还是很实用-oracle
- 2022-03-14 08:25:20下载
- 积分: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
-
deltaEdding
说明: 基于delt-edding法计算辐射传输问题 计算透光率等参数(Calculation of radiation transfer problem based on the delt-edding method)
- 2020-06-23 08:20:02下载
- 积分:1