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

搜索资源列表

  1. Bezierdemo

    0下载:
  2. 这是大名鼎鼎的NeHe网站上的Bezier曲线绘制程序,对Beizer曲线的构造和OpenGL函数讲解的很透彻-This is the famous binding for the Java language website of the Bezier curve drawing program, right Beizer curve structure and function of OpenGL on the very thorough
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:58.31kb
    • 提供者:潘君
  1. beizcurve

    0下载:
  2. OpenGL绘制Beizer曲线(C/C++)-OpenGL rendering Beizer curve (C / C)
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:5.85kb
    • 提供者:lijun
  1. quxian

    0下载:
  2. 实现绘制二次beizer曲线和三次beizer曲面,并实现交互功能
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:37.01kb
    • 提供者:灵子
  1. Beizer

    0下载:
  2. java制作的图形,beizer曲线,曲面构成
  3. 所属分类:图形图象

    • 发布日期:2008-10-13
    • 文件大小:13.45kb
    • 提供者:yeqing
  1. beizer

    0下载:
  2. 用VC++实现画图功能,可以绘制计算机图形学中的beizer曲线,其中点的位置由鼠标点击确定
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:39.03kb
    • 提供者:宋建梅
  1. beizer

    0下载:
  2. 设计C#定制控件实现贝塞尔曲线-design C# Custom Controls Bessel curve
  3. 所属分类:绘图程序

    • 发布日期:2008-10-13
    • 文件大小:16.7kb
    • 提供者:陈冬梅
  1. Bezier

    0下载:
  2. Beizer曲线,用VC++编程的,可以调试一下试试看-Beizer curve, with VC++ Programming, you can debug you give it a try
  3. 所属分类:Graph program

    • 发布日期:2017-03-29
    • 文件大小:37.88kb
    • 提供者:ace
  1. drawcurve

    0下载:
  2. 该程序利用vc++实现了曲线的绘制,实现功能如下:画圆,画金刚石模型,Bezier曲线的绘制,B样条曲线的绘制,手绘beizer和B样条曲线-Use of the program vc++ Achieved Curve to achieve the following functions: drawcircle, painting diamond model, Bezier Curve, B-spline curve drawing, hand-painted beizer and B-spli
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-09
    • 文件大小:42.09kb
    • 提供者:张阿牛
  1. graphics

    0下载:
  2. 程序主要是图形学的一些常用的方法,如beizer曲线、图像几何变换等。还有一个时钟程序。-Procedures for the main graphics are some commonly used methods, such as beizer curve, geometric transformations, such as images. There is also a clock procedures.
  3. 所属分类:Special Effects

    • 发布日期:2017-05-07
    • 文件大小:1.16mb
    • 提供者:余东良
  1. BEIZER

    0下载:
  2. 编写绘制Bezier曲线的源代码,以及计算机图形学实验考试试题。
  3. 所属分类:Graph program

    • 发布日期:2017-03-30
    • 文件大小:4.72kb
    • 提供者:kobe
  1. Beizer

    0下载:
  2. Bezier Curve / Bezier Surface renderer in OpenGL. Press 1-4 to control level of details. Press l to toggle outlines. Press s to toggle smooth. Project was built using XCode, but should be easily portable to other platforms. See Sce
  3. 所属分类:OpenGL program

    • 发布日期:2017-03-29
    • 文件大小:272.51kb
    • 提供者:josephlin0922
  1. bezier

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

    • 发布日期:2017-05-13
    • 文件大小:3.29mb
    • 提供者:123
  1. BEZIER-Curve

    0下载:
  2. OpenGL 计算机图形学 Beizer Curve 是课程资源!值得参考!-OpenGL computer graphics Beizer Curve curriculum resources! Worth considering!
  3. 所属分类:OpenGL program

    • 发布日期:2017-11-17
    • 文件大小:66.07kb
    • 提供者:zhangjiawen
  1. main

    0下载:
  2. 基于opengl的Beizer曲线的实现,该代码主要适用于初学者。-Opengl Beizer curve-based implementation of the code is mainly suitable for beginners.
  3. 所属分类:OpenGL program

    • 发布日期:2017-11-24
    • 文件大小:1.79kb
    • 提供者:蜗牛
  1. Beizer

    0下载:
  2. 绘制Bezier曲线,通过人际交互的方式获取控制点,然后生成Bezier线-draw Bezier curve
  3. 所属分类:2D Graphic

    • 发布日期:2017-11-17
    • 文件大小:12.87mb
    • 提供者:陈晓
  1. CAGD-demonstration-program

    0下载:
  2. 北航研究生课程计算机辅助几何设计(CAGD)的演示程序,可以生成指定次数指定类型的B样条曲线曲面,并可进行动态修改和图形变换。本程序使用VC2008编写,并采纳了Ribbon界面,简化了操作步骤。-This is a program trying to demonstrate the algorithm of Beizer and B-Spline. It is coded on VS 2008 with Ribbon features.
  3. 所属分类:Graph Drawing

    • 发布日期:2017-11-08
    • 文件大小:701.28kb
    • 提供者:caizhengyang
  1. Graphics

    0下载:
  2. 计算机图形学CG实验实现的所有功能集合:中点算法画线,扫描线种子填充,BEIZER曲线-a group of CG exercises
  3. 所属分类:3D Graphic

    • 发布日期:2017-05-20
    • 文件大小:5.85mb
    • 提供者:程浩
  1. beizer

    0下载:
  2. 计算机图形学入门 实现贝尔曲线 通过鼠标控制-Computer graphics entry through mouse control to achieve Bell Curve
  3. 所属分类:Special Effects

    • 发布日期:2017-04-11
    • 文件大小:1.42kb
    • 提供者:看看
  1. ThreeCurve

    0下载:
  2. 三次Beizer曲线方程,找到轮廓中的特征点,然后根据两个相邻的特征点拟合成一段三次Beizer曲线,控制点AB是借助周围几个点得到的(In the three Beizer curve equation, the feature points in the contour are found, and then a three Beizer curve is synthesized according to two adjacent feature points. The control po
  3. 所属分类:OpenGL

    • 发布日期:2017-12-19
    • 文件大小:148kb
    • 提供者:Yika
  1. 18301贝塞尔曲线程序

    0下载:
  2. 贝赛尔曲线的画法,很好的程序,包含C#的源码(Beckinsale curve drawing, a good program)
  3. 所属分类:OpenGL

    • 发布日期:2017-12-20
    • 文件大小:199kb
    • 提供者:zhuang20500
搜珍网 www.dssz.com