搜索资源列表
知三点求圆心半径
- 输入三点的三维坐标,求立体空间的圆心所在,使用了对话框架构,里面的算法函数可以提出来单独使用-importation of 3D coordinates for a three-dimensional space where the center of a circle, use the dialog box structure, function inside the algorithm can be made to use separate
Circle11
- 该程序具有计算圆的周长、圆心、边长、面积、直径等功能,是用方便简洁-the procedures calculated the circumference of a circle, the center and side length, size, diameter and other functions, is simple convenience
FittingCircle
- 利用VB对给定坐标点进行拟合圆计算,提供圆心、半径参数。
qiuyuanzhouchang
- 此程序是用VC++做好的求圆心用的.基于数学形态学的,各种算法的,很有用哟
图形学直线的生成算法
- 圆心在原点,半径为R的第一个4分圆的Bresenham画圆算法程序,将该算法程序推广到任一四分圆,从而形成一般的Bresenham画圆算法。并利用Bresenham画圆算法画出一个圆心在点(xc,yc), 半径为R, 圆周颜色为color的圆-Center in the basics of radius R for the first four hours round the Bresenham algorithm Circle procedures, procedures for the pr
sdf
- 钟表显示一.基本设计要求 1 在屏幕上显示一个适当大小的圆形,再圆形道上均匀的分配着60个点,代表1秒—60秒的位置,凡是5倍的点应当比其他的大。 2 以圆中心为轴,画一条斜线代表秒针,采用定时中断方式,每过1秒钟,秒针移动一个位置。 3 定时源可以使用试验箱上的8253。 4 按“ESC”之后,结束演示。 二. 扩展要求 屏幕上显示时、分、秒针,没有使用中断定时方式,采用的是系统实时时间。 三. 课设基本思想 屏幕设置为图形方式,采用模块化编程,主模
setup
- 检测图片里的圆,并提取出圆心坐标和半径数据,需要安装OPenCV。-
yuanxing
- 编写C++程序完成以下功能: (1)定义一个Point类,其属性包括点的坐标,提供计算两点之间距离的方法; (2)定义一个圆形类,其属性包括圆心和半径; (3)创建两个圆形对象,提示用户输入圆心坐标和半径,判断两个圆是否相交,并输出结果。 -The preparation of C++ program to accomplish the following functions: (1) defines a Point class, whose properties include
calcCircle
- calcCircle.m程序采用通过三点来拟合一个圆,可以得到圆的关键参数(圆心坐标和半径)。-Fitting circle through three points
VC
- 用Visual C++程序编写一个程序,使屏幕上出现一个圆心沿正弦曲线轨迹移动的实心圆, 并当每隔1/8个圆周期,圆的填充色和周边颜色都要变化。-Write a program with Visual C++ program, so that a center of the circle along the sinusoidal trajectory moving solid circle on the screen. And need to be changed every 1/8 r
draw-circle
- 利用Labview编写的画圆程序,小巧实用,确定半径和圆心即可-Circle program written with Labview, compact and practical
test4
- 编写一个单文档应用程序,当按下鼠标左键时,以鼠标点击位置为圆心、以20像素为直径输出一个圆,并且在圆心输出这个圆的编号(第一次按下鼠标左键时圆心处输出“1”)。-Write a single document application, when you press the left mouse button, the mouse click position as the center, 20 pixels for the diameter of the output of a circle,
huageyuan
- 该程序可确定圆心和半径,选择弧度,画圆。-The program can determine the center and radius, select the arc, circle.
2
- 先定义“点”类Point,由“点”类派生出“圆”类Circle,再由“圆”类生成“圆柱体”类cylinder。圆类的属性有圆心和半径(指针类型);方法有构造函数、析构函数、显示面积和计算面积。圆柱体类的新增属性是高度,方法有构造函数、析构函数、显示体积和计算体积。类的应用:创建一个圆柱体类,显示信息,求它的体积。类的定义与实现及主函数以多文件组织。-The first definition of "point" Point, "points" class derived from the "Ci
Desktop
- 用matlab实现的最小二乘拟合圆,能输出半斤,圆心坐标,拟合误差-a program for cirfit
dangesaomiao
- 椭圆寻找圆心,利用水平扫描加垂直扫描,拟合2直线求交点的方法-Looking oval center, plus the use of horizontal scan vertical scan, seeking to fit a straight line intersection method 2