CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 图形图象 搜索资源 - radius R

搜索资源列表

  1. C++(Circle)

    0下载:
  2. 算法实现题1-2 平面几何问题 .问题描述: 试用C++ 的类来定义表示简单平面几何对象的抽象数据类型Geometry 。 (1) 用浮点数定义2 个几何量m1 和m2;m2 的缺省值为0.0。 (2) 实现2 个构造函数:允许用1 个参数或2 个参数声明几何对象。用1 个参数r 声明 的几何对象为半径为r 的圆;用2 个参数r1 和r2 声明的几何对象为r1′r2 的矩形。所声明 的几何对象的中心在原点。 (3) 定义计算几何对象的面积,周长和对角
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:66427
    • 提供者:stzxxxstz
  1. jisuanjituxing

    0下载:
  2. 根据多边形区域的填充原理可以推广到圆域的填充,由于圆的特殊属性,即可根据任何欲填充的像素点与圆心的距离是否大于或小于半径来判断是否在圆内或圆外,具体实现程序如下; 利用中点画圆算法实现边界程序: void CArea_FillData::MidpointCircle(int xc, int yc, int r, int color) {//画八分之一的圆 int x,y,d x=0 y=r d=1-r WholeCircle(xc,yc,x,y,color
  3. 所属分类:绘图程序

    • 发布日期:2008-10-13
    • 文件大小:81758
    • 提供者:周林
  1. CircleFitByPratt

    0下载:
  2. Input: XY(n,2) is the array of coordinates of n points x(i)=XY(i,1), y(i)=XY(i,2) Output: Par = [a b R] is the fitting circle: center (a,b) and radius R Note: this fit does not use built-in matrix functions (except "mean"), so it can be
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-04
    • 文件大小:1254
    • 提供者:田雨
  1. dda

    0下载:
  2. DDA的模拟算法。指定的显示窗口的屏幕划分成64X64的区域;每个区域有一个象素,是位于区域中心半径为r的圆。进行DDA直线段绘制时,算法中选中的象素就用窗口中相应的圆代替。-DDA simulation algorithm. The specified display window of the screen is divided into 64X64 areas each region has a pixel is located in the Regional Center radius
  3. 所属分类:Graph program

    • 发布日期:2017-04-01
    • 文件大小:975
    • 提供者:
  1. QTGLwidget

    0下载:
  2. vc2008+osg2.8+qt4.43 的直线-弧线-直线绘制程序 其中直线与弧线相切,在平面中。 最初的0 和直线的方向假设为了 (-200,0,1),方向是(1,0)。 也就是A等于0时点的坐标是(-200,0,1),方向是(1,0)那么B点坐标是(-100,0,1) 如下 A B R:半径(正代表逆时针的弧,负代表顺时针的弧) 0 100 0 直线 100 120 -10 圆弧 120 140 0 直线 140 160 15 圆弧
  3. 所属分类:3D Graphic

    • 发布日期:2017-03-27
    • 文件大小:79080
    • 提供者:王伟
  1. Network_Drawer.m

    0下载:
  2. THis function make and plot a random network with N nodes input N: number of nodes r: radius of adjacency s = [s1 s2] is the coordinates of the rectangular in which the nodes are spread output adj_mat: adjacency matrix Lap_ma
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-04
    • 文件大小:1097
    • 提供者:Arash
  1. circles_matlab

    1下载:
  2. 两个同心圆的matlab算法,且标注有半径R,用于2D图形编程-Matlab algorithm in two concentric circles, and marked with radius R, for 2D graphical programming
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-04
    • 文件大小:12449
    • 提供者:
  1. happy

    0下载:
  2. 已知圆半径r=2.5 圆柱高h=4,求圆的周长,面积,圆球体积,圆柱体积,用cin输入要计算的项目,然后输出计算结果,输入输出时要有文字提示。-Known radius r = 2.5 cylinder h, = 4, of circular perimeter, area, the sphere volume, cylinder volume, cin input to calculate the project, and then output the calculated results
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:15327
    • 提供者:Geoffrey
  1. jiyuchuatuchengxu

    0下载:
  2. 程序一运行,屏幕上出现一个黄色的边框来设定画图的区域,区域中间出现提起的画笔符号 ,当按下"W"键时,画笔符号变为 ,此时可移动方向键(上、下、左、右、左上、左下、右上、右下)来画图 当按下"R"键时,画笔符号变为 ,此时可移动方向键来擦图 在画图过程中,按下"C"键,可画出一个半径为20个象素点的圆 当结束画图时,按下"S"键,将画好的图形存盘 按下"E"键可调出已有的图形进行编辑.-Program running, a yellow border appears on the screen
  3. 所属分类:Graph Drawing

    • 发布日期:2017-04-12
    • 文件大小:1212
    • 提供者:袁昊苏
  1. jiyucyuyanhuatuchengxu

    0下载:
  2. 程序一运行,屏幕上出现一个黄色的边框来设定画图的区域,区域中间出现提起的画笔符号 ,当按下"W"键时,画笔符号变为 ,此时可移动方向键(上、下、左、右、左上、左下、右上、右下)来画图 当按下"R"键时,画笔符号变为 ,此时可移动方向键来擦图 在画图过程中,按下"C"键,可画出一个半径为20个象素点的圆 当结束画图时,按下"S"键,将画好的图形存盘 按下"E"键可调出已有的图形进行编辑.-Program running, a yellow border appears on the screen
  3. 所属分类:Graph Drawing

    • 发布日期:2017-04-11
    • 文件大小:1217
    • 提供者:袁昊苏
  1. jiyucyuyan--huatuchengxu

    0下载:
  2. 程序一运行,屏幕上出现一个黄色的边框来设定画图的区域,区域中间出现提起的画笔符号 ,当按下"W"键时,画笔符号变为 ,此时可移动方向键(上、下、左、右、左上、左下、右上、右下)来画图 当按下"R"键时,画笔符号变为 ,此时可移动方向键来擦图 在画图过程中,按下"C"键,可画出一个半径为20个象素点的圆 当结束画图时,按下"S"键,将画好的图形存盘 按下"E"键可调出已有的图形进行编辑.-Program running, a yellow border appears on the screen
  3. 所属分类:Graph Drawing

    • 发布日期:2017-03-30
    • 文件大小:1219
    • 提供者:袁昊苏
  1. circle

    0下载:
  2. 在VC++6.0的环境下完成用Bresenham算法实现圆的绘制。 已知圆的半径R,请用算法绘制出圆。 -In the VC++6.0 the environment to complete the circle drawn using Bresenham algorithm. Known circle of radius R, the algorithm used to draw a circle.
  3. 所属分类:Special Effects

    • 发布日期:2017-11-07
    • 文件大小:621
    • 提供者:若风
  1. M_P_O_8

    0下载:
  2. 八方向均值比例算子,对每个像素点取半径为r的矩阵,分成八个区域,计算均值比例,选取图像中的对比较为明显的区域-Mean proportion of the eight directions operator, a radius r of the matrix for each pixel is divided into eight regions, and calculate the mean ratio, the selected image of the more obvious contr
  3. 所属分类:Special Effects

    • 发布日期:2017-11-11
    • 文件大小:940
    • 提供者:赵冠一
  1. cor

    0下载:
  2. cor(r)生成半径为r的极坐标矩阵,矩阵大小为(2r+1)*(2r+1)-COR (r) generating matrix of the polar coordinates whose radius is r , the matrix size (2r+1)* (2r+1)
  3. 所属分类:Special Effects

    • 发布日期:2017-11-16
    • 文件大小:126424
    • 提供者:张亚秋
  1. jgs

    0下载:
  2. 案例描述:将半径为r的圆周n等分,然后用直线将各等分点隔点相连,形成的图案称为“金刚石”。-Case Descr iption: The circumference of radius r n aliquots, and each aliquot points with a straight line across the points connected to form a pattern called a " diamond."
  3. 所属分类:Graph Drawing

    • 发布日期:2017-11-06
    • 文件大小:2726921
    • 提供者:苏秀云
  1. Circul-plot

    0下载:
  2. it is used to plot cicul by nice way. Plot a circle v - center (either 2 or 3 dimensional vector) r - radius default = 1 c - color default = white n - number of plot points default = 20 -it is used to plot cicul by nice way.
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-14
    • 文件大小:5381
    • 提供者:Hussein
  1. lbp

    0下载:
  2. 将灰度图转化为lbp图谱,邻域选择为圆域,半径为r,邻域内点的数目为p。-Lbp map will be converted to grayscale, neighborhood circle domain, the number of radius r, neighborhood point is p.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-11
    • 文件大小:929
    • 提供者:元晨
  1. W14N1

    0下载:
  2. 1.W14N1.m是一个函数文件,以下是它已有功能的描述:它最多有3个输入量。该函数具有以下功能:(A)如果输入量个数为0,则用蓝色虚线画出半径为3的圆。(B)如果输入了边的个数N,则用蓝色虚线画出N边形,其外接圆的半径为3。(C)如果输入了边的个数N、外接圆半径R,则用蓝色虚线画出外接圆半径为R的正N边形。(D)如果输入了边的个数N、外接圆半径R、线型str,则用给定的线型str画出内切圆半径为R的红色正N边形。 请在原文件中添加代码以完成以下要求:1)当输出量为1个时,这个输出是正多边形
  3. 所属分类:Graph Drawing

    • 发布日期:2017-04-12
    • 文件大小:863
    • 提供者:liujin
  1. DrawArc

    0下载:
  2. WINCE下的画圆弧算法,输入参数为hdc,x0,y0,r,a,b。x0,y0为圆心坐标,r为半径,a为起始角度(逆时针),b为b和a之间的夹角(逆时针)。采用离散的算法。-WINCE under an arc algorithm, the input parameters for hdc, x0, y0, r, a, b. x0, y0 as the center coordinates, r is the radius, a starting angle (counterclockwise)
  3. 所属分类:Graph Drawing

    • 发布日期:2017-05-07
    • 文件大小:1214011
    • 提供者:朱长健
  1. 极图极坐标转换成反极图

    1下载:
  2. This is the inverse of ImToPolar. imP is the polar image with M rows and N columns of data (double data between 0 and 1). M is the number of samples along the radius from rMin to rMax (which are between 0 and 1 and rMax > rMin). Mr and Nr are t
  3. 所属分类:2D图形编程

搜珍网 www.dssz.com