搜索资源列表

  1. BezierSpline

    0下载:
  2. This is a simple bezier drawing algoritm written in C#. very usefull to understand bezier curves. it draws really quality spline beziers with three poin. very good to understand.
  3. 所属分类:C#编程

    • 发布日期:2024-05-20
    • 文件大小:26624
    • 提供者:selamicik
  1. Bezier

    0下载:
  2. Bezier曲线由三个点确定,此程序用C实现了三次Bezier曲线图形的绘制-Bezier curve determined by three points, this procedure three times with the C implementation Bezier curve drawing graphics
  3. 所属分类:绘图程序

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

    0下载:
  2. 在c++builder下实现贝塞尔曲线,可以通过输入控制点来改变曲线的形状-In the c++ builder achieve Bezier curves, you can enter the control point to change the shape of the curve
  3. 所属分类:其他小程序

    • 发布日期:2024-05-20
    • 文件大小:1556480
    • 提供者:lsz
  1. BEZIER

    0下载:
  2. 三次bezier曲线实现C语言代码的PDF文件-bezier curve C language
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-20
    • 文件大小:67584
    • 提供者:wiwengweng
  1. Bezier

    0下载:
  2. Program draws a Bezier plane. Program was coded in c++ using glut and visual studio.
  3. 所属分类:OpenGL

    • 发布日期:2024-05-20
    • 文件大小:3072
    • 提供者:tombosz
  1. bezier

    0下载:
  2. 利用openGL 和c++写的画bezier和B样条曲线的程序,并实现了两者的转换,并用beizer曲线构建图形-draw beizer and B-spline
  3. 所属分类:OpenGL

    • 发布日期:2024-05-20
    • 文件大小:3447808
    • 提供者:123
  1. Bezier

    0下载:
  2. 一个用c语言编的怎么绘制贝赛尔曲线的源程序。希望有点用-A series of how to use c language source program drawing Bezier curves. Hope that with a little
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-20
    • 文件大小:201728
    • 提供者:张慧
  1. Bezier

    0下载:
  2. 用C++语言实现了Bezir曲线,介绍了Bezir曲线的画法。-C++ language with a Bezir curve, introduced Bezir curve drawing.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-20
    • 文件大小:26624
    • 提供者:阿木林
  1. BEZIER

    0下载:
  2. gomputre graphics bazier curve drawing in c
  3. 所属分类:3D图形编程

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

    0下载:
  2. 用c++编写的bezier曲线描绘程序,是图形描绘的小程序。-the method of describing bezier
  3. 所属分类:绘图程序

    • 发布日期:2024-05-20
    • 文件大小:2363392
    • 提供者:hit_0811101
  1. Bezier

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

    • 发布日期:2024-05-20
    • 文件大小:19456
    • 提供者:cuinianjie
  1. gra_hw1b

    0下载:
  2. Bezier curve implementation using open gl in C++ Computer gRaphics
  3. 所属分类:OpenGL

    • 发布日期:2024-05-20
    • 文件大小:10240
    • 提供者:deepthi
  1. bezier

    0下载:
  2. curves.c ** ** Simple curve drawing program. ** ** The following keyboard commands are used to control the ** program: ** - curves.c ** ** Simple curve drawing program. ** ** The following keyboa
  3. 所属分类:2D图形编程

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:段忠祥
  1. Bi-cubic-Bezier-surface-algorithm

    0下载:
  2. 在Windows环境下用visual C++实现双三次Bezier曲面算法的编程-In the Windows environment using visual C++ to achieve bi-cubic Bezier surface programming algorithm
  3. 所属分类:GDI/图象编程

    • 发布日期:2024-05-20
    • 文件大小:269312
    • 提供者:jack
  1. Bezier

    0下载:
  2. A simple application/algorithm to implement Bezier Curve using Turbo C/C++ for DOS using mouse pointer.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:M. Akhlaq
  1. Bezier-C

    0下载:
  2. 贝塞尔曲线.求各阶贝塞尔函数的c程序,供物理数学学生参考-Seeking the order Bessel function of the c program for students of physics and mathematics
  3. 所属分类:GDI/图象编程

    • 发布日期:2024-05-20
    • 文件大小:26624
    • 提供者:宋红超
  1. Bezier-and-B-spline-curve-

    0下载:
  2. 生成Bezier曲面和B样条曲面,并显示出控制网格以及曲面-use C++ language to build Bezier and B spline curve,and show the control mesh and the surface,very useful I think, thank you
  3. 所属分类:OpenGL

    • 发布日期:2024-05-20
    • 文件大小:2358272
    • 提供者:wangzhou
  1. Bezier

    0下载:
  2. Bezier曲线生成算法的C#代码,封装成一个类,借口简单,在一个PictureBox控件上绘制,也可换成其他控件-Bezier curve generation algorithm c# code
  3. 所属分类:C#编程

  1. BEZIER

    0下载:
  2. Graphics Program in C
  3. 所属分类:绘图程序

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:vittal
  1. bezier

    0下载:
  2. 在c++环境中,用opengl画出三次bezier曲线-Draw three bezier curve
  3. 所属分类:OpenGL

    • 发布日期:2024-05-20
    • 文件大小:11844608
    • 提供者:张东东
« 1 2 3 45 6 7 8 9 »

源码中国 www.ymcn.org