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

搜索资源列表

  1. Raster_vb

    0下载:
  2. For i = 0 To PicMain.Height MaskLine = False 初始化MaskLine变量 For j = 0 To PicMain.Width CurrentColor = GetPixel(PicMain.hdc, j, i) 取得当前所在点的颜色值 If j < PicMain.Width Then TwoColor = GetPixel(PicMain.hdc, j + 1, i) 取得当前所在点前面一点的值, 用途是当是一条很宽的线条
  3. 所属分类:绘图程序

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

    0下载:
  2. 过型值点的b样条算法 速度快。 Line.rc This is a listing of all of the Microsoft Windows resources that the program uses. It includes the icons, bitmaps, and cursors that are stored in the RES subdirectory. This file can be directly edited in Microsoft
  3. 所属分类:绘图程序

    • 发布日期:2008-10-13
    • 文件大小:18.46kb
    • 提供者:zzzzzz
  1. B-SPLINE

    0下载:
  2. 二次或三次B样条函数插值函数vc++实现
  3. 所属分类:绘图程序

    • 发布日期:2008-10-13
    • 文件大小:3.47kb
    • 提供者:xxt
  1. B

    0下载:
  2. B样条曲线和三次B样条插值的相关知识不完全总结
  3. 所属分类:绘图程序

    • 发布日期:2008-10-13
    • 文件大小:1.43mb
    • 提供者:xxt
  1. B-spline

    1下载:
  2. B样条曲线插值程序,实现B样条曲线的经典算法
  3. 所属分类:绘图程序

    • 发布日期:2008-10-13
    • 文件大小:21.95kb
    • 提供者:zhu
  1. RGB

    0下载:
  2. 用如求直立主图统计程序。RGB有3个座标,分别是R,G,B,其值从0-255。把0-255分成4段,那么每个座标有4种取值,共可以表示4*4*4=64种颜色。程序中主要是histogram函数,它有两个参数,第1个参数是一个64位数组,每一位表示一种颜色,其值是该颜色出现的次数。另外两个函数numbercolor是对每个像素计算它的颜色值,fenduan是对参数x返回0-255中的某一段。主函数测试一副图片的颜色直方图的统计。
  3. 所属分类:绘图程序

    • 发布日期:2008-10-13
    • 文件大小:15.88kb
    • 提供者:陈一工
  1. 绘制三次B样条

    1下载:
  2. 一个绘制三次B样条的类,可通过型值点计算控制点,可进行拆分,可计算拟合误差-a cubic B-spline drawing of the category, through point-value calculation control points can be split, translate fitting error
  3. 所属分类:绘图程序

    • 发布日期:2008-10-13
    • 文件大小:8.56kb
    • 提供者:lll
  1. 2003374315

    0下载:
  2. 采用两种不同的方法绘制曲线 a) 二次B样条曲线 二次B样条曲线段的函数表达式为 (1) 其中 为控制顶点。 说明: ① 对任给定的一组控制顶点 ,每相邻三个控制顶点为一组进行曲线段绘制。即 为一组, 为一组,…, 为一组,所有曲线段连在一起即构成了整个B样条曲线。事实上,前一条曲线段的终点即是下一条曲线段的起点。 ② 在每一段曲线的绘制过程中, 取不同的值便得到曲线上不同的点。例如 时,由公式(1)可得到曲线的起点, 时可计算得到曲线的终点。为处理方便,可进行等距离选择,如10等份, 依次取0
  3. 所属分类:绘图程序

    • 发布日期:2008-10-13
    • 文件大小:1.8kb
    • 提供者:梁小秋
  1. Work3_lyl

    0下载:
  2. 对已有的坐标数据用B样条插值的方法进行曲线拟合,左边可以显示数据,并可通过调用文件的方法输入数据。-have the right coordinates data with B-spline interpolation method of curve fitting, and to the left shows data, as well as by calling the document the input data.
  3. 所属分类:绘图程序

    • 发布日期:2008-10-13
    • 文件大小:54.12kb
    • 提供者:lyl
  1. Bsplinecurve.rar

    0下载:
  2. 基于VC的三种端点条件的插值B样条曲线绘制,包括夹持端点,自由端点,抛物线端点,线性方程组的解法采用了追赶法。,VC based on the conditions of the three endpoint interpolation B-spline curve drawing, including the gripping end, the Liberal endpoint, the endpoint parabola, the solution of linear equations u
  3. 所属分类:Graph Drawing

    • 发布日期:2017-04-06
    • 文件大小:138.5kb
    • 提供者:梦琦
  1. ControlPt.rar

    0下载:
  2. 根据曲线上的型值点,用追赶法求反算出3次B样条的曲线控制顶点,再由3次B样条的系数矩阵设定均匀节点(50份)矢量求出50个点。 左键输入,完后右键完成输入,重新绘制,Under the curve data points, with catch-up method to calculate the anti-3 B-spline curve control points, and then 3 times by B-spline coefficient matrix of the node s
  3. 所属分类:Graph Drawing

    • 发布日期:2014-04-08
    • 文件大小:8.5mb
    • 提供者:GongChun
  1. ThreeBsplinecurve

    1下载:
  2. 用VC++写的三次B样条曲线算法,能够实现与控制多边形的外形更接近,局部修改能力 任意形状,包括尖点、直线的曲线,易于拼接,阶次低,与型值点数目无关,计算简便-Using VC++ to write the three B-spline curve algorithm, can be achieved with the control polygon is closer to the shape, the capacity of local modification of arbitrary
  3. 所属分类:Graph Drawing

    • 发布日期:2016-05-07
    • 文件大小:3.81mb
    • 提供者:fan
  1. B-SPLINE

    0下载:
  2. 两篇关于B样条处理的英文文章,涉及到插值等相关内容-2 on the B-spline to deal with the English articles, related to interpolation and other related content
  3. 所属分类:Graph Drawing

    • 发布日期:2017-05-14
    • 文件大小:3.7mb
    • 提供者:田建勋
  1. BSpline

    0下载:
  2. 三次四阶b样条插值算法(Deboor算法)的mfc程序实现-Three fourth-order b-spline interpolation algorithm (Deboor algorithm) of mfc program
  3. 所属分类:Graph Drawing

    • 发布日期:2017-03-24
    • 文件大小:53.9kb
    • 提供者:litchi
  1. ColorPicker

    0下载:
  2. ColorPicker是一个基于对话框的应用程序,它具有以下功能:1. 色彩编辑功能用户可以通过可以调整R、G、B的值来编辑颜色,亦可通过调整H、S、V的值来选取颜色。颜色编辑的结果会马上反馈到颜色面板和颜色预览框中。 -the progarmm for color change
  3. 所属分类:Graph Drawing

    • 发布日期:2017-05-15
    • 文件大小:3.45mb
    • 提供者:keyule
  1. myselfB

    1下载:
  2. 已知型值点反求控制点,最后获得B样条曲线-Data points are known to reverse the control point, and finally obtain B-spline curve
  3. 所属分类:Graph Drawing

    • 发布日期:2017-03-29
    • 文件大小:901byte
    • 提供者:汪鑫
  1. 等值线图的彩色填充方法

    3下载:
  2. 等值线图的彩色填充方法、三次B样条插值算法、基于Delaunay三角网的区域等值线绘制关键算法、基于边界点追踪的等值线图区域填充算法相关论文和程序,难得研究算法和程序。-Contour color filling method, three B spline interpolation algorithm, based on the Delaunay triangulation area contour drawing key algorithm, based on boundary track
  3. 所属分类:绘图程序

    • 发布日期:2012-12-31
    • 文件大小:7.19mb
    • 提供者:yan
  1. BSample

    0下载:
  2. 第一类B样条差值,跟平时看到的方式不太一样,采用的是均匀节点矢量。-The first B-spline difference, with the usual see quite the same way, using the uniform knot vector.
  3. 所属分类:Graph Drawing

    • 发布日期:2017-12-08
    • 文件大小:834byte
    • 提供者:董枫
  1. lorenz-xiangtu

    0下载:
  2. lorenz系统的相图实现,参数a,b取固定值,变化c,从而观察lorenz系统解的性质的变化-lorenz phase diagram of the system implementation, parameters a, b take a fixed value, the change c, lorenz system solutions to observe the changing nature of
  3. 所属分类:Graph Drawing

    • 发布日期:2017-11-13
    • 文件大小:996byte
    • 提供者:苏小希
  1. Color-value-and-Display

    0下载:
  2. 颜色值确定显示。通过拖拉滚动条来改变RGB的颜色值;通过十进制输入R、G、B的到相应的颜色状态;输入#******十六进制RGB(C#.net)值,显示对应颜色。-Determine the display color values​ ​ . Changed the RGB color value by dragging the scroll bar Through input decimal R, G, B to get the corresponding color
  3. 所属分类:Graph Drawing

    • 发布日期:2017-04-01
    • 文件大小:309.9kb
    • 提供者:第二圣贤
搜珍网 www.dssz.com