In the rectangle packing problem, encoding schemes to represent the placements of rectangles are the key factors of efficient algorithms. In 1995, an epoch-making encoding scheme
标签: placements rectangles the rectangle
上传时间: 2017-06-16
上传用户:hn891122
In the rectangle packing problem, encoding schemes to represent the placements of rectangles are the key factors determining the efficiency of algorithms. SEQP AIR is one of the most sophisticated encoding sheme, which has been considered to have a small solution space
标签: placements rectangles the rectangle
上传时间: 2013-12-24
上传用户:hphh
detect rectangle by open cv.
上传时间: 2013-12-31
上传用户:xuanjie
This code draw a red rectangle aroud the face
上传时间: 2013-12-03
上传用户:chenbhdt
设计了水声信号发生系统中的功率放大电路,可将前级电路产生的方波信号转换为正弦信号,同时进行滤波、功率放大,使其满足换能器对输入信号的要求。该电路以单片机AT89C52,集成6阶巴特沃思低通滤波芯片MF6以及大功率运算放大器LM12为核心,通过标准RS232接口与PC进行通信,实现信号增益的程控调节,对干扰信号具有良好的抑制作用。经调试该电路工作稳定正常,输出波形无失真,在输出功率以及放大增益、波纹系数等方面均满足设计要求。 This paper presented a design and implementation of underwater acoustic power amplifer. This circuit converted the rectangle signal generated by frontend circuit into the sine signal, then filtered and power amplification, it meets the requirements of the transducer.Included AT89C52, 6th order Butterworth filter MF6, hipower amplififier LM12.Communication with PC through the RS232 port. The signal gain is adjustable and could be remote controlled. It has a good inhibitory effect on the interference signal. After debugged, this circuit works stable, the output waveform has no distortion, it meets the design requirement in outprt power, amplifier gain and ripple factor.
上传时间: 2013-11-20
上传用户:qwe1234
基于LabVIEW和单片机的空调温度场测量系统的研究:室内温度是空调系统舒适性的重要指标,对其及时、准确地测量显得非常重要。介绍单片机AT89C51 和数字式、单总线型温度传感器DS18B20 组成矩形测量网络采集空调室内40 点温度,LabVIEW作为开发平台,二者之间通过串口实现数据通信,利用LabVIEW强大的数据处理和显示功能对采集的空调温度场数据进行实时处理、分析和显示,详细介绍了系统的硬件结构和软件模块的设计方案。关键词:单片机;DS18B20 ;LabVIEW;串行通信 Abstract : Temperature is a very important criterion of air condition system′s comfort , so it is very significant to measure it accurately and real timely. This paper int roduces a data acquisition system of measuring 40 point s temperature for air condition room based on single wire digital sensor DS18B20 and microcont roller AT89C51 which are composed of rectangle measuring meshwork. The data communication between LabVIEW and microcont roller is executed via serial port ,and the temperature field data of air condition room are processed analyzed and displayed on LabVIEW. The hardware and software modules are also given in detail.Keywords : single chip ;DS18B20 ;LabVIEW; serial communication
上传时间: 2014-05-05
上传用户:KSLYZ
3. 设计一个接口Shape,接口中包含方法:Draw和Resize。定义一些具体类,如:Point、Line、Circle、rectangle等,每个类都实现接口Shape。Draw方法绘制图形,Resize方法改变图形大小。用Java实现这些接口和类,并用测试类测试它们。 注意:不需要真正绘制图形,如Line的Draw方法只需输出下面文本即可: “直线的起点是(x1,y1,),终点是(x2,y2)”
上传时间: 2015-02-09
上传用户:frank1234
用于解决嵌入式设备启动时向LCD屏输出文字的难题。运行电脑的画图工具和本程序,点击“rectangle”按钮,屏幕上出现一个矩形,在该区域内输入想要显示的文字。然后点击“GetPixel”按钮,读取文字点阵的坐标信息,将它作为数组存入启动程序,作为像素点输出,字体的颜色根据需要确定。
上传时间: 2013-12-18
上传用户:叶山豪
中南赛区ACM竞赛题 Description Given a two-dimensional array of positive and negative integers, a sub-rectangle is any contiguous sub-array of size 1*1 or greater located within the whole array. The sum of a rectangle is the sum of all the elements in that rectangle. In this problem the sub-rectangle with the largest sum is referred to as the maximal sub-rectangle.
标签: two-dimensional Description negative integers
上传时间: 2013-12-22
上传用户:lijianyu172
定义一个Shape抽象类,在此基础上派生出rectangle和circle类,二者都有GetArea()函数计算对象面积,GetPerim()函数计算对象的周长。使用rectangle类派生出一个新类Squre。
上传时间: 2014-11-30
上传用户:moshushi0009