CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 系统编程 搜索资源 - bezier

搜索资源列表

  1. rationalLogist

    1下载:
  2. 有理bezier曲线应用于图像加密的源代码(Matlab)
  3. 所属分类:加密解密

    • 发布日期:2014-01-18
    • 文件大小:855
    • 提供者:张永红
  1. 11562121464

    0下载:
  2. 实现Bezier曲线的绘制 -The realization of Bezier Curve
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-05-14
    • 文件大小:3104762
    • 提供者:fjd
  1. Bezier

    0下载:
  2. Bezier曲线平滑.zip 曲线平滑算法-Bezier curve smoothing. Zip curve smoothing algorithm
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-07
    • 文件大小:57931
    • 提供者:chen
  1. Berizer

    0下载:
  2. 贝切尔曲线,实现有点完成曲线的功能,通过更改基函数-Bezier
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-03
    • 文件大小:194549
    • 提供者:蓝茵芙
  1. bezier3

    1下载:
  2. 简单的bezier贝塞尔曲面的绘制,利用的是OpenGL中二维求值器的方法,其基本思想是在控制点之间,进行细小的分割,利用多个小三角形模拟二维曲面,所以需要进行x和y方向上的分割 -A simple bezier Bezier drawing using OpenGL 2D evaluator, the basic idea is to simulate the two-dimensional surfaces, the use of multiple small triangle sma
  3. 所属分类:Windows Kernel

    • 发布日期:2017-11-11
    • 文件大小:1289
    • 提供者:杨欢
  1. integral

    0下载:
  2. bezier add to polygon(.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-30
    • 文件大小:9220
    • 提供者:genfangzq
  1. beziereffects

    0下载:
  2. Position & KLM line eq values. These are the vertex attributes for Bezier curves. The last value of the Vec4f is ignored.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-14
    • 文件大小:3103
    • 提供者:feixanyon
  1. CubicIntersection_TestData

    0下载:
  2. intersects in one place (data gives bezier clip fits Kernel Device Driver for linux v2.13.6.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-14
    • 文件大小:3075
    • 提供者:rxbuede
  1. f2matlab

    0下载:
  2. If you want to learn computer graphics students, teachers and staff : a dynamic demonstration of graphics generation process, the detailed source code so that you can run after the paste, including DDA, bresenham, point by point comparison Linear Alg
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-30
    • 文件大小:38477
    • 提供者:mojtaba
  1. 137fa122c96b

    0下载:
  2. 这是用VC6.0编写的绘制三次Bezier曲线的程序,使用MFC框架文档视图结构。程序除实现三次Bezier曲线的绘制,还实现了点,直线,圆的绘制,可做为学习计算机图形算法的参考。与其它Bezier曲线绘制程序的不同是,本程序实现了Bezier曲线上型值点的计算显示。程序中编写了Bezier曲线类来完成Bezier曲线的绘制,并能对绘制的曲线数据进行保存与打开。对学习文件操作也有一定帮助。这是我第一次上传源码,有什么不妥之处还请管理员指点。谢谢!-This is a VC6.0 prepared
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-30
    • 文件大小:175086
    • 提供者:林枫
  1. 150128BeiSaiEr.cpp.tar

    0下载:
  2. 使用C++编程,生成贝塞尔曲线。初学者可以看一下-Use C++ programming to generate Bezier curves. Beginners can look at
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-13
    • 文件大小:2467
    • 提供者:auss
  1. kivenecan

    0下载:
  2. 在vc的环境下,关于bezier曲线的实现,可以用鼠标在屏幕上任意给出控制点的位子,-In the vc environment, on the implementation of the bezier curve, you can use a mouse in the arbitrary control point position is given on the screen,
  3. 所属分类:Windows Kernel

    • 发布日期:2017-12-15
    • 文件大小:36864
    • 提供者:PHAX$33533
  1. 2596000

    0下载:
  2. 这是关于贝塞尔曲线的java程序,用JBuilder编的-This is about the bezier Java program, with JBuilder
  3. 所属分类:Windows Kernel

    • 发布日期:2017-12-14
    • 文件大小:3072
    • 提供者:RWLoefp!8868
  1. bezqej

    0下载:
  2. 在delphi中编写bezier曲线的例子,很好,可以学习用(Written in Delphi examples of the bezier curve, is very good, can learn to use)
  3. 所属分类:系统编程

    • 发布日期:2017-12-30
    • 文件大小:236544
    • 提供者:lawcb
  1. BezierCruveQt5

    1下载:
  2. 基于qt5.8写的一个贝塞尔曲线 qt5.8工程源码 直接打开编译,不是网上转的,是自己写的,里面有注释 贝塞尔曲线的t系数是0.5 C++写贝塞尔曲线,可以在任意平台编译,可移植的贝塞尔曲线 BezierCruveQt5.8画贝塞尔曲线代码工程自己写的非转载(bezier curve writen by qt5.8 qt5.8 project of bezier, you can open the pro file and compile the project directly
  3. 所属分类:Linux/Unix编程

  1. PXKE

    0下载:
  2. 在delphi中编写bezier曲线的例子,很好,可以学习用()
  3. 所属分类:系统编程

    • 发布日期:
    • 文件大小:236544
    • 提供者:tub-3897
搜珍网 www.dssz.com