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

搜索资源列表

  1. 多边形内点

    0下载:
  2. 详细用法请看文件说明,该程序用matlab编写,挂用vc++编译器编译而成,程序用途:找出在任意多变形内的象素点-detailed document indicates that the procedures used to prepare Matlab, linked with vc + + compiler compiler which, procedures purposes : to identify more arbitrary deformation within the pixel
  3. 所属分类:绘图程序

    • 发布日期:2008-10-13
    • 文件大小:224205
    • 提供者:林雄
  1. BaseGraph

    0下载:
  2. 实现在文本区域内的画点与画线功能,响应键盘信息,通用DLL使用!-text in the region to achieve the painting point line drawing functions, in response to keyboard information, the use of generic DLL!
  3. 所属分类:绘图程序

    • 发布日期:2008-10-13
    • 文件大小:86723
    • 提供者:新欣
  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. vb+surfer

    3下载:
  2. vb调用surfer主要程序 用克立格法将资料内插到格点上 生成一个空白的绘图页 生成一个等值线图 -vb call surfer main proceeding with kriging information grid within stabbing a generation gap on the field Generating a map page contour map
  3. 所属分类:绘图程序

    • 发布日期:2008-10-13
    • 文件大小:22981
    • 提供者:z
  1. chen1

    0下载:
  2. 五角星的直充程序,将五角星内的点按行自动直充。
  3. 所属分类:绘图程序

    • 发布日期:2014-01-17
    • 文件大小:1957556
    • 提供者:王保庆
  1. 判断点是否在区域内

    0下载:
  2. 判断点是否在区域内.rar-The codes give the function of judge if a point is in the Region, witch you are cared.
  3. 所属分类:绘图程序

    • 发布日期:2008-10-13
    • 文件大小:1429
    • 提供者:李建中
  1. inshape

    0下载:
  2. 判断point与rgn关系的小程序,如果点在四边形内则画星,并统计。-judgment point CMN relations with the small programs, if the point is within the quadrilateral-painting, and statistics.
  3. 所属分类:绘图程序

    • 发布日期:2008-10-13
    • 文件大小:30095
    • 提供者:回忆
  1. WebEdit

    0下载:
  2. 在浏览器内实现了点、线、面的编辑(增加、删除、修改、移动等),使用java面向对象类派生方法设计。-the browser within a point, line, surface editing (add, delete, modify, mobile), the use of java object-oriented design methodology derived class.
  3. 所属分类:绘图程序

    • 发布日期:2008-10-13
    • 文件大小:24553
    • 提供者:netm
  1. uCGUI V3.90 For Skyeye

    1下载:
  2. uCGUI V3.90 Porting 于 Skyeye 上,可直接点选 Skyeye.exe 模拟 uCGUI 的执行状态显示于 PC 机上,内附 uCGUI V3.90 源代码.
  3. 所属分类:绘图程序

    • 发布日期:2011-06-27
    • 文件大小:3354687
    • 提供者:xyz543
  1. zhengliubianxing

    1下载:
  2. Matlab实现,可以画任意中心任意边长的正六边形,并在正六边形内随机撒点-Matlab for any regular hexagon randomly scattered points
  3. 所属分类:Graph Drawing

    • 发布日期:2017-04-03
    • 文件大小:162916
    • 提供者:
  1. 判断点是否在区域内!

    0下载:
  2. 判断点是否在区域内!-whether a judge in the region!
  3. 所属分类:Graph Drawing

    • 发布日期:2017-11-18
    • 文件大小:1433
    • 提供者:陈昌华
  1. ScanLineSeedFill

    0下载:
  2. 4连通内点定义区域的scan line seed fill algorithm-4-connected region interior-point definition of scan line seed fill algorithm
  3. 所属分类:Graph Drawing

    • 发布日期:2017-04-12
    • 文件大小:1398
    • 提供者:章礼平
  1. rr

    0下载:
  2. 在圆形范围内点击移动鼠标就能重新画一个圆。-Click within the circle can move the mouse to re-draw a circle.
  3. 所属分类:Graph Drawing

    • 发布日期:2017-05-08
    • 文件大小:1943451
    • 提供者:司徒空
  1. DrawCosCurve

    0下载:
  2. 在屏幕上用‘*‘横向显示0~360度的cos(x)曲线。此题关键在于余弦曲 线在0~360度的范围内,一行要显示两个点。考虑到cos的对称性,将屏幕的行方向定义为x,列方向定义为y,则0~180度的图形是左右对称的。若将图形的总宽度定义为62列,计算出x行0~180度时y点的坐标m,那么在同一行与之对称的180~360度的y点的坐标就应为62-m。程序中利用反余弦函数acos计算坐标(x,y)的对应关系。 -On the screen using the ' *' hori
  3. 所属分类:Graph Drawing

    • 发布日期:2017-04-02
    • 文件大小:2949
    • 提供者:方米
  1. mytest--25

    0下载:
  2. 最基础的图形填充,即通过判断点是否在多边形内,来决定是否填充该像素-The most basic graphics fill, namely, by judging whether a polygon, to decide whether to fill the pixel
  3. 所属分类:Graph Drawing

    • 发布日期:2017-05-10
    • 文件大小:2456497
    • 提供者:
  1. hduobianxing

    0下载:
  2. 判断点在多边形内,射线与多边形交点奇数个为内,-Determine the point in polygon
  3. 所属分类:Graph Drawing

    • 发布日期:2017-04-10
    • 文件大小:646
    • 提供者:fhuu68
  1. parzen

    0下载:
  2. Parzen窗估计法是一种非参数函数估计方法,它能够较好地描述多维数据的分布状态。其基本思想就是利用一定范围内各点密度的平均值对总体密度函数进行估计。-Parzen window estimation method is a nonparametric function estimation method, which can describe the distribution of multi-dimensional data. The basic idea is to use the ave
  3. 所属分类:Graph Drawing

    • 发布日期:2017-04-12
    • 文件大小:658
    • 提供者:李乐樯
  1. ym_vb-constraint_mouse_hicode

    0下载:
  2. VB鼠标坐标点获取,XY坐标信息,随着鼠标的移动,XY坐标会分别显示在程序窗口的方框内,并可限制鼠标只在本窗口的范围内移动。-VB point obtaining mouse coordinates, XY coordinate information, with the movement of the mouse, XY coordinates will show in the box of the program window, and can restrict mouse movement
  3. 所属分类:Graph Drawing

    • 发布日期:2017-04-30
    • 文件大小:8199
    • 提供者:倪少华
搜珍网 www.dssz.com