-
五粮春杯2
智能鱼缸控制系统,可以实现鱼缸的温度自动控制,水位自动控制,超声波测量水位高度,自动换水功能,液晶显现,同时可以手动键盘控制各项参数。(Intelligent fish tank control system)
- 2017-07-30 19:17:41下载
- 积分:1
-
VC 2010操作Word2010
MFC程序 C++开发 基于VS2010 可开发word文件 生成报表(MFC program C++ development based on VS2010, word files can be developed to generate reports.)
- 2018-07-25 18:44:42下载
- 积分:1
-
Gnuplot 5.2 Manual
说明: Gnuplot是一款命令行科学数据绘图软件,功能强大,本文件为gnuplot 5.2官方使用手册,pdf版(Gnuplot is a powerful command-line scientific data mapping software. This document is gnuplot 5.2 official manual, PDF version.)
- 2019-06-11 13:52:51下载
- 积分:1
-
modal_identification
模态参数辨识!单点激励响应,通过模态实验获取模态参数,模态质量,刚度,阻尼(modal parameter identification)
- 2021-03-28 13:49:11下载
- 积分:1
-
multisim中单相桥式PWM逆变电路的仿真
采用ijbt作为开关器件的单相桥式电压逆变电路,通过此电路能直观的观察到我们想要获取的结果(Using ijbt as a single-phase bridge voltage inverter circuit, through which we can intuitively observe the results we want to obtain.)
- 2020-06-29 03:40:02下载
- 积分:1
-
java发送邮件使用的命令行参数
Java Send Mail using command line arguments
- 2022-09-07 17:00:03下载
- 积分:1
-
超棒的纯CSS圆角下拉菜单
一个兼容性极好的超棒的纯CSS圆角下拉菜单,没有任何的JS代码,颜色风格可能些灰暗,这个可以自己二次美化,圆角的实现值得借鉴,具体效果请参见演示截图所示。
- 2023-01-07 00:55:03下载
- 积分: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
-
111-BP-RBF-PSO
说明: Matlab实现BP神经网络进行数据预测(Matlab realizes BP neural network for data prediction)
- 2020-10-25 16:07:36下载
- 积分:1
-
mvcnn-master
说明: 计算机视觉中一个长期存在的问题是关于用于识别的三维形状的表示:三维形状是否应该使用操作在其原生三维格式(如体素网格或多边形网格)上的描述符来表示,还是可以使用基于视图的描述符来有效地表示?我们在学习从一组二维图像上呈现的视图中识别三维图形的背景下解决了这个问题。我们首先介绍了一个经过训练的标准CNN架构,可以独立地识别呈现在视图中的形状,并展示了一个3D形状甚至可以从中识别出来(A longstanding question in computer vision concerns the
representation of 3D shapes for recognition: should 3D
shapes be represented with descriptors operating on their
native 3D formats)
- 2020-12-04 13:13:03下载
- 积分:1