搜索资源列表

  1. filter

    0下载:
  2. 模拟滤波器的设计包含了巴特沃斯滤波器,切比雪夫滤波器,椭圆滤波器,以及10阶贝塞尔滤波器的平方幅频率和相频响应曲线,贝塞尔滤波器的特点是:在0拼时具有最平坦的群延迟,并在整个通带群延迟几乎不变-Analog filter design consists of Butterworth filters, Chebyshev filters, elliptic filters, as well as 10 pieces of first-or
  3. 所属分类:其他小程序

    • 发布日期:2024-05-16
    • 文件大小:13312
    • 提供者:王宏
  1. methods

    0下载:
  2. 常用算法包括第一类整数阶贝塞耳函数,积分刚性方程组的吉尔方法,计算多重积分的高斯方法,快速傅利叶变换,离散随机线性系统的卡尔曼滤波,切比雪夫曲线拟合的c语言算法-failed to translate
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-16
    • 文件大小:17556480
    • 提供者:刘迎珍
  1. Bezier

    0下载:
  2. 三次贝塞尔分段插值(按照Excel曲线算法),计算平滑曲线上任意一点的点坐标的自定义函数BezierFit。 Excel的平滑曲线没有提供这个曲线图的公式,所以通过编程查找曲线上的点坐标。-Cubic Bezier Interpolation (in accordance with the Excel curve algorithm) to calculate any point on a smooth curve point coor
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-16
    • 文件大小:5120
    • 提供者:zzt
  1. Mathematica-bessel

    0下载:
  2. Mathematica程序 画贝塞尔bessel曲线-Bezier curve drawing bessel Mathematica program
  3. 所属分类:matlab例程

    • 发布日期:2024-05-16
    • 文件大小:3072
    • 提供者:宫一玉
  1. 321d

    0下载:
  2. Opencv绘图贝塞尔(Bezier)曲线编程, -Opencv drawing Bezier (Bezier) curves of programming,
  3. 所属分类:OpenCV

    • 发布日期:2024-05-16
    • 文件大小:18244608
    • 提供者:sonic
  1. HomeWorkCurvesAndSurfaces

    0下载:
  2. Massachusetts Institute of Technology 麻省理工学院 computer graphics 作业Assignment 8: Curves & Surfaces 的源码 计算机图形学 曲线和曲面 实现了 贝塞尔 比样条 曲线的绘制与互相转换 曲面等-Massachusetts Institute of Technology Massachusetts Institute of Technology c
  3. 所属分类:OpenGL

    • 发布日期:2024-05-16
    • 文件大小:3479552
    • 提供者:
  1. Zero-order-Bessel-and-the-envelope

    0下载:
  2. 零阶一类贝塞尔函数曲线,并画出其包络线的源程序-Zero-order Bessel function curve and draw the envelope of the source
  3. 所属分类:其他小程序

    • 发布日期:2024-05-16
    • 文件大小:1024
    • 提供者:yanzi1225627
  1. Bezier

    0下载:
  2. 对于离散点的基于贝塞尔算法的曲线拟合的可视化实现。 bezier_curve是具体算法实现。 glwidget为基于Qt的图像的绘制。-Visualization of discrete points of curve fitting based on the Bezier algorithm implementation. bezier_curve specific algorithm. glwidget is based o
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-16
    • 文件大小:59392
    • 提供者:hpudn67
  1. BezierDlg

    0下载:
  2. 基于MFC对话框的贝塞尔画曲线算法,用户可以指定N个点来拟合曲线-Bessel curve drawing algorithm MFC based on the dialog box, the user can specify the N points to the fitting curve
  3. 所属分类:GDI/图象编程

    • 发布日期:2024-05-16
    • 文件大小:140288
    • 提供者:杨洪达
  1. DrawDemo

    0下载:
  2. Cocos2d-x实现的一个绘图程序,其中采用了贝塞尔二阶曲线实现了平滑的直线的绘制。 -A draw program written by C++ using game egine Cocos2d-x.The main highlight is using besser to draw smooth line
  3. 所属分类:游戏引擎

    • 发布日期:2024-05-16
    • 文件大小:3974144
    • 提供者:周星
  1. GDIApp2

    0下载:
  2. Visual C#绘制由四个Point点定义的贝塞尔样条曲线,画四个小圆圈代表每个点,使用画刷填充指定区域,用过PhotoShop图形处理工具的朋友会明白,这个和里面的钢笔工具很相似。-Visual C# draw points defined by the four Point Bezier spline curves, draw four small circles represent each point, use a brush
  3. 所属分类:C#编程

    • 发布日期:2024-05-16
    • 文件大小:6144
    • 提供者:gpudn18
  1. DrawingBezier

    0下载:
  2. Visual C#绘制由四个Point点定义的贝塞尔样条曲线,画四个小圆圈代表每个点,使用画刷填充指定区域,用过PhotoShop图形处理工具的朋友会明白,这个和里面的钢笔工具很相似。-Visual C# sorteo puntos definidos por las cuatro curvas spline de Bézier Point, dibujar cuatro círculos pequeñ os represent
  3. 所属分类:C#编程

    • 发布日期:2024-05-16
    • 文件大小:7168
    • 提供者:gpudn18
  1. DrawingBezier

    0下载:
  2. Visual C#绘制由四个Point点定义的贝塞尔样条曲线,画四个小圆圈代表每个点,使用画刷填充指定区域,用过PhotoShop图形处理工具的朋友会明白,这个和里面的钢笔工具很相似。-Visual C# draw points defined by the four Point Bezier spline curves, draw four small circles represent each point, use a brush
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-16
    • 文件大小:7168
    • 提供者:高文
  1. BezierFitting

    0下载:
  2. 随机生成一堆杂乱数据,借助RANSAC和贝塞尔样条拟合出曲线形状,使之最大程度拟合数据-Do the three degree Bezier Spline fitting based on RANSAC
  3. 所属分类:OpenCV

    • 发布日期:2024-05-16
    • 文件大小:16532480
    • 提供者:li qing
  1. Drawing

    0下载:
  2. MFC编写的三次贝塞尔函数曲线和曲面的生成程序-MFC programming of the three Bessel function curves and surfaces of the generating program
  3. 所属分类:绘图程序

    • 发布日期:2024-05-16
    • 文件大小:159744
    • 提供者:陈宇廷
  1. tu

    0下载:
  2. 产生著名的贝塞尔虚线应用于二维图形应用程序的数学曲线。,-It produces the famous Bezier curves, mathematical curve used in two-dimensional graphics applications.
  3. 所属分类:其他小程序

    • 发布日期:2024-05-16
    • 文件大小:1024
    • 提供者:chenhongyang
  1. exam4

    0下载:
  2. 用数值求解一阶贝塞尔函数的前10个零点并作出曲线(Numerical solution of the first-order Bessel function of the top 10 zero point and make a curve)
  3. 所属分类:物理计算

    • 发布日期:2024-05-16
    • 文件大小:1024
    • 提供者:pineapple_xt
  1. Curve

    0下载:
  2. mfc编写的画图小程序,可以画出来曲线,贝塞尔和b样条(MFC prepared drawing applet, you can draw out the circle)
  3. 所属分类:绘图程序

    • 发布日期:2024-05-16
    • 文件大小:519168
    • 提供者:胡果
  1. bessel

    0下载:
  2. 前五阶第一类贝塞尔方程函数曲线,M为阶数,z为自变量。(The first five order first class Bessel equation function curve, M is the order, Z is the independent variable)
  3. 所属分类:matlab例程

    • 发布日期:2024-05-16
    • 文件大小:1024
    • 提供者:漆膜
« 1 2 ... 19 20 21 22 23 24»

源码中国 www.ymcn.org