CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 贝塞尔

搜索资源列表

  1. graphics

    0下载:
  2. 一个TC下编写的绘图程序,可以鼠标操作画直线、画多边形、画贝塞尔曲线、填充、反色、清屏、橡皮擦功能,初学C语言的朋友可以研究下。-Prepared under a TC drawing program, you can mouse draw line, draw polygons, Bezier curve drawing, filling, anti-color, clear screen, eraser function, beginner C language can be studied
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-02
    • 文件大小:37385
    • 提供者:明建
  1. Beziercurve

    0下载:
  2. 方便的实现贝塞尔曲线的算法实现,可以下载来研究一下,提高水平-Facilitate the implementation of Bezier curve algorithm, you can download to study and improve the level of
  3. 所属分类:GDI/图象编程

    • 发布日期:2017-04-13
    • 文件大小:1544
    • 提供者:jet
  1. Bezier_generation

    0下载:
  2. 本程序用vc++编译,生成贝塞尔曲线,简单,实用-this program can generate bezier curve
  3. 所属分类:Graph Drawing

    • 发布日期:2017-04-08
    • 文件大小:123812
    • 提供者:张景
  1. Bezier

    0下载:
  2. 计算机图形学,VC6.0平台的贝塞尔曲线画法。-Computer graphics, VC6.0 platform Bezier curve drawing.
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-25
    • 文件大小:33834
    • 提供者:张三
  1. BESSEL.F90

    0下载:
  2. 贝塞尔函数Individual files are available in the following links: Bessjy -- bessel functions Jn and Yn for real argument and integer or real order. Bessik -bessel function
  3. 所属分类:Algorithm

    • 发布日期:2017-04-01
    • 文件大小:1709
    • 提供者:hym
  1. CubicSplineAndBezier

    0下载:
  2. 三次样条和贝塞尔曲线,编程实现绘图功能。其使用MFC编程完成-Cubic spline and Bezier curves, programming graphics. The completion of its use MFC Programming
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-24
    • 文件大小:53991
    • 提供者:xkx
  1. computer_graphics

    0下载:
  2. 课程设计的作品。基于MFC的图形图像绘制程序,程序完成的功能有,直线,椭圆,贝塞尔曲线等的绘制,并能保存图像文件,并且提供了操作的取消和重做等功能。-Course design work. MFC-based graphics image rendering process, the program completed the function, line, ellipse, Bezier curve drawing, and can save the image file, and provi
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-05-11
    • 文件大小:2789796
    • 提供者:于岩
  1. OPENGLBezier

    0下载:
  2. 贝塞尔曲线,又称贝兹曲线或贝济埃曲线,一般的矢量图形软件通过它来精确画出曲线,贝兹曲线由线段与节点组成,节点是可拖动的支点,线段像可伸缩的皮筋,我们在绘图工具上看到的钢笔工具就是来做这种矢量曲线的。-bezier lines
  3. 所属分类:Graph program

    • 发布日期:2017-04-06
    • 文件大小:1318
    • 提供者:王土豆
  1. Bezier

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

    • 发布日期:2017-03-22
    • 文件大小:4852
    • 提供者:zzt
  1. Bessel

    0下载:
  2. 用AS3写的贝塞尔曲线。 包括两个文件。 -Bezier curves with AS3 written. Consists of two files.
  3. 所属分类:FlashMX/Flex

    • 发布日期:2017-04-06
    • 文件大小:28500
    • 提供者:xujianan13
  1. 98104874bezier

    0下载:
  2. 绘制贝塞尔曲线和曲面的算法,word文档-Drawing Bezier curves
  3. 所属分类:Graph Drawing

    • 发布日期:2017-04-14
    • 文件大小:4433
    • 提供者:蓝蓝
  1. Bezier123

    0下载:
  2. 贝塞尔曲线,经典图形学算法,用C++语言描述-Bezier curves, classic graphics algorithms
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-01
    • 文件大小:243858
    • 提供者:skyhigh feng
  1. chahu

    1下载:
  2. 计算机图形学实验,茶壶,贝塞尔曲线,简单-Computer graphics experiments, teapots, Bezier curves, simple
  3. 所属分类:Fractal program

    • 发布日期:2017-04-01
    • 文件大小:798221
    • 提供者:wang
  1. calculateBesselFunction

    0下载:
  2. 本代码为计算贝塞尔函数及其导数的源代码。在电磁场数值计算中解决亥姆霍兹方程中有广泛的应用-This code for calculating Bessel function and its derivative of source code. The electromagnetic field numerical computation of solving helmholtz equation is widely used
  3. 所属分类:Algorithm

    • 发布日期:2017-04-02
    • 文件大小:647
    • 提供者:乔磊
  1. IIR

    0下载:
  2. IIR滤波器设计,巴特沃斯滤波器,切比雪夫滤波器,贝塞尔滤波器-IIR filter design
  3. 所属分类:matlab

    • 发布日期:2017-05-27
    • 文件大小:9298943
    • 提供者:郭杨运
  1. Calculation-of-Special-Functions

    2下载:
  2. 特殊函数计算 gamafun 用逼近法计算伽玛函数的值 lngama 用Lanczos算法计算伽玛函数的自然对数值 Beta 用伽玛函数计算贝塔函数的值 gamap 用逼近法计算不完全伽玛函数的值 betap 用逼近法计算不完全贝塔函数的值 bessel 用逼近法计算伽玛函数的值 bessel2 用逼近法计算第二类整数阶贝塞尔函数值 besselm 用逼近法计算变型的第一类整数阶贝塞尔函数值 besselm2 用逼近法计算变型的第二类整数阶贝塞尔函数值 E
  3. 所属分类:matlab

    • 发布日期:2015-04-27
    • 文件大小:10240
    • 提供者:xiamengchao
  1. Mathematica-bessel

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

    • 发布日期:2017-04-01
    • 文件大小:2764
    • 提供者:宫一玉
  1. Bezier

    0下载:
  2. 贝塞尔曲线画法,用C实现的,比较简单实用,希望对大家有用-Bezier curve drawing, with the C implementation, relatively simple and practical, we hope to be useful
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-08
    • 文件大小:19262
    • 提供者:cuinianjie
  1. BezierCurve

    0下载:
  2. 贝赛尔曲线算法 给出任意个控制点生成一天平滑的贝塞尔曲线-Beisaier curve algorithm is arbitrary a point of generating day smooth Bessel curve
  3. 所属分类:Special Effects

    • 发布日期:2017-04-01
    • 文件大小:324470
    • 提供者:王超
  1. opengl-bezier

    0下载:
  2. 绘画两条G1连续的贝塞尔曲线 每条20个点以内 鼠标点击绘画 右键表示曲线终止-G1 continuous painting of two 20-point Bezier curves within each painting, right mouse click on that curves terminate
  3. 所属分类:OpenGL program

    • 发布日期:2017-06-09
    • 文件大小:16137138
    • 提供者:snowymo
« 1 2 ... 9 10 11 12 13 1415 16 17 18 19 ... 29 »
搜珍网 www.dssz.com