搜索资源列表
nearpiont
- 最接近点对问题是求二维坐标中的点对问题,该算法是为了将平面上点集S线性分割为大小大致相等的2个子集S1和S2,我们选取一垂直线l:x=m来作为分割直线。其中m为S中各点x坐标的中位数。由此将S分割为S1={p∈S|px≤m}和S2={p∈S|px>m}。从而使S1和S2分别位于直线l的左侧和右侧,且S=S1∪S2 。由于m是S中各点x坐标值的中位数,因此S1和S2中的点数大致相等。 递归地在S1和S2上解最接近点对问题,我们分别得到S1和S2中的最小距离δ1和δ2。现设δ=min(δ
aaa
- 分治法解决最近对问题 画一条垂直线x=c,把这些给定点分为两个包含n/2个点的子集S1和S2,使得n/2个点位于直线的左侧或直线上,另外n/2个点位于直线的右侧或直线上;遵循分治法的思想,递归地求出左子集S1和右子集S2中的最近对,分别为d1与d2;之后d=min{d1,d2}。合并过程:在以垂线x=c为对称轴,2d为宽度的区域内求最近两个点的距离,记为d3;求D=min{d,d3};
Bresenham
- (1)用Bresenham算法绘制直线 (2)程序适用各种直线情况,包括水平线,垂直线 (3)采用键盘输入线段的两个端点的坐标
danpianji-zhongli
- 用光电耦合器测量出重物下降过程中经过任何等距离且在同一垂直线上的三点时间间隔t1,t2,及距离h,然后利用公式g=2h(t1-t2)/t1t2(t1+t2)使用浮点数运算方法计算出g的值。最后由单片机p3口送串行显示。
mouse
- 在图形模式下显示鼠标,以鼠标坐标位置为基准点在屏幕上画一条纵贯屏幕的垂直线和一条横贯屏幕的水平直线。当鼠标移动时,两条直线也跟着移动。当按下鼠标右键时停止程序运行
line
- 该程序为一arm参考程序,实现在液晶屏上画垂直线,水平线和直线
12864画图
- 该源码可以在控制芯片为ST7920的12864液晶上任意位置打点,画水平线,垂直线和曲线。,The source can be in the control of the 12864 chip for LCD ST7920 anywhere RBI, drawing horizontal and vertical lines and curves.
MSP430-LCD12864完整驱动
- LCD12864 液晶驱动 带有画点,画圆,画直线,画垂直线等等。
intersection
- 计算水平线与垂直线交点个数问题。扫描方法计算。-Calculation of horizontal and vertical line of intersection the number of questions. Scanning method.
Ex_Draw
- 主要是给予控件的画斜线 垂直线 交叉线等功能,此代码适合初学者-sory,my english is very poor!
uc1698uDriver
- 由uc1698u控制器的64K色液晶屏驱动程序,包含基本功能(打点,画水平线,画垂直线),总线方式,ARM平台。(非本人原创,忘记出处)-By the uc1698u 64K color LCD controller driver, includes the basic functions (dot, horizontal painting, drawing vertical line), bus way, ARM platform. (Non-original, I forget the so
Untitled
- 面阵波束形成,由两条垂直线阵组成的面阵波束接收天线-Planar array beam forming, by the vertical line array consisting of two side beam receiving antenna array
martix_keyboard_sameA
- 在矩阵式键盘中,每条水平线和垂直线在交叉处不直接连通,而是通过一个按键加以连接。这样,一个端口(如P1口)就可以构成4*4=16个按键,比之直接将端口线用于键盘多出了一倍,而且线数越多,区别越明显,比如再多加一条线就可以构成20键的键盘,而直接用端口线则只能多出一键(9键)。-n the matrix in the keyboard, each horizontal and vertical line crossing not directly connected, but rather thr
Cintersectiona
- 计算水平线与垂直线交点个数问问题。扫描方法计算。可直接使用。 -Calculate the horizontal and vertical line intersection number to ask questions. The scanning method of calculation. Can be used directly.
CurrenTtest1
- 自己设计的擦除边缘图像中连续垂直线的算法-Continuous vertical line erasing edge image of their own design algorithm
AboutDrawLine
- C#使用DrawLine对象绘制一条直线,绘制水平线和垂直线,点击对应的按钮,即可调用DrawLine方法绘制直线,一种固定的模式,没有什么难度,C#入门新手参考会不错,学习一点图形绘制方面的基础知识。-C# uses the DrawLine object to draw a straight line, draw horizontal and vertical lines, click the corresponding button, you can call the DrawLine
kagi
- matlab下的kagi图函数。kagi图会显示一系列连接的垂直线,其中线条的粗细和方向会视价格值的动作而定。这个图表类型会忽略时间因素,用来强调资料趋势变动,例如股票市场的趋势。-matlab under kagi pattern function. kagi map will display a series of connecting vertical lines where the line thickness and direction of the price depending o
AboutDrawLine
- C#使用DrawLine对象绘制一条直线,绘制水平线和垂直线,点击对应的按钮,即可调用DrawLine方法绘制直线,一种固定的模式,没有什么难度,C#入门新手参考会不错,学习一点图形绘制方面的基础知识-C# uses the DrawLine object to draw a straight line, draw horizontal and vertical lines, click the corresponding button, you can call the DrawLine m
20130812215112831
- 仿Android手机绘制图形口令特效,属于Javascr ipt的高级编程方面的技术,主要是用Javascr ipt绘制水平线、垂直线和斜线,把焦点的数值存在一个数组里面,保存成一组数作为密码口令,最终效果玩Android手机的网友都非常熟悉,仿屏幕开锁效果,作品里面的每个功能都把注释写得非常清楚-Imitation Android phone password graphics rendering effects, belonging Javascr ipt advanced programm
dsp28335_12864
- dsp28335外接12864显示屏,此程序为驱动程序,包括写字符串函数,画点函数,画水平线函数,画垂直线函数-The external DSP28335 12864 display, this procedure for the driver, including written string functions, painting function, draw horizontal line function, vertical line function etc.