CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 曲线生成

搜索资源列表

  1. B_spline

    0下载:
  2. 生成B_spline样条曲线的程序,大家试试看,欢迎提出改进意见-generation B_spline spline curve procedure, we try to welcome suggestions for improvement
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:41457
    • 提供者:李晓丽
  1. 画图系统

    0下载:
  2. 我的程序是用C语言编的一个画图软件,满足以下几点: 用某种方法实现圆的生成算法。 实现橡皮筋直线、圆、矩形。 实现多边形裁剪。 实现基本几何变换(平移、旋转、缩放)。 实现Bezier曲线或B样条曲线。 最终呈现的结果是一个小型的交互式图形系统,用界面把所有功能串连起来。-the procedures I used the C language is part of a drawing software to meet the following points : the use of a ce
  3. 所属分类:绘图程序

    • 发布日期:2008-10-13
    • 文件大小:5316
    • 提供者:李玮玮
  1. 计算机图形学二维绘图

    3下载:
  2. 是计算机图形学的二维绘图程序,包括: 1.图元的生成:直线、椭圆、区域填充 2.样条曲线的生成:Bezier曲线、B-样条曲线 3.分形图形的生成:Julia集、蕨类植物 4.真实感图形的生成(包括:球体、圆柱体)。-is the two-dimensional computer graphics drawing program, including : 1. Figure yuan Generation : linear, elliptical, two regional
  3. 所属分类:绘图程序

    • 发布日期:2008-10-13
    • 文件大小:221726
    • 提供者:李向
  1. fbh_bezier

    0下载:
  2. 本程序是一个生成bezier曲线的小程序,可以用来借鉴看曲线在程序中的表达和生成过程。-this program is a generation bezier curves of small programs can be used to draw the curves look at the procedure for the expression and generation process.
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:34616
    • 提供者:傅波海
  1. disp_rand

    0下载:
  2. 本程序用matlab生成白噪声,并且基于一个离散线性随机系统的模型生成了y(k)和x(k),绘制出了x(k|k-1)和x(k)的对比曲线,求出了提前一步预报的误差协方差阵的稳定值-the procedures used Matlab generate white noise, and on a discrete linear stochastic systems model generated y (k) and x (k), mapping out the x (k | k-1) and x
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:1086
    • 提供者:孙磊
  1. curvesdf

    0下载:
  2. 曲线的生成 曲线的生成-curve generated curve generated curve generation
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:37766
    • 提供者:believe
  1. Arboresent

    0下载:
  2. 利用分形算法中的迭代和递归生成Arboresent肺形曲线,效果好!-fractal algorithm using the iterative and recursive generation Arboresent lung-shaped curve, the effect!
  3. 所属分类:分形几何

    • 发布日期:2008-10-13
    • 文件大小:30936
    • 提供者:王凯
  1. B样条

    0下载:
  2. 调用Opengl,在vs2013平台下实现实现B样条曲线的绘制的功能(Using Opengl to draw B spline curve)
  3. 所属分类:图形图象

    • 发布日期:2018-01-03
    • 文件大小:1024
    • 提供者:鑫鑫001
  1. Ecc

    0下载:
  2. 椭圆曲线点的生成和运算,python源码(The generation and operation of elliptic curve points)
  3. 所属分类:系统/网络安全

  1. 实验六 曲线的生成 (2)

    0下载:
  2. 用vc++写的一个画曲线的小程序,具有实用价值(Using vc++ to write a small curve drawing program, with practical value)
  3. 所属分类:OpenGL

    • 发布日期:2018-01-06
    • 文件大小:128000
    • 提供者:Alice林
  1. MyDrawTable

    0下载:
  2. 本程序用于绘制框架图,生成动态曲线,数据分析(Drawing frame diagram, generating dynamic curve, data analysis)
  3. 所属分类:绘图程序

    • 发布日期:
    • 文件大小:240640
    • 提供者:浪里白
  1. VB6 Curve

    0下载:
  2. 用VB实现绘制曲线图,并生成BMP图像,可以自行修改Bitcount。(Using VB to draw curves and generate BMP images, the Bitcount can be modified by itself.)
  3. 所属分类:Windows编程

    • 发布日期:2018-04-20
    • 文件大小:6144
    • 提供者:travelxm
  1. BP_PEG_GAOSI

    1下载:
  2. 整合了目前pudn网站上的一些资源,利用PEG算法生成H矩阵,转换成为G矩阵,从而进行高斯编码,BPSK调制。BP迭代的方法解码,解调后进行不同SNR条件下的BER仿真。从而得到误码率曲线。(Some resources on the pudn website are integrated, and the PEG algorithm is used to generate H matrix and convert into G matrix, so as to carry out Gauss
  3. 所属分类:通讯编程

    • 发布日期:2018-04-22
    • 文件大小:5120
    • 提供者:伯爵1989
  1. makeCurveFromParticle

    2下载:
  2. maya粒子生成曲线 把粒子的位置转换成一条nurbs曲线的控制点,每一帧将这些数据传给nurbs曲线。 主要用这个mel函数.附件里 步骤: 1,创建一个粒子发射器,粒子名字为particleShape1, 2,再随意画一条nurbsCurve,曲线名字为curveShape1, 3,将下载的mel文件在maya里source一下, 4,创建一个表达式内容为:makeCurveFromParticle("particleShape1",
  3. 所属分类:图形图象

    • 发布日期:2018-04-30
    • 文件大小:370688
    • 提供者:xuyuhuan
  1. dispersion-master

    0下载:
  2. 可以生成频散曲线,进行分析,最终得到频散图(The frequency dispersion curve can be generated)
  3. 所属分类:文章/文档

    • 发布日期:2018-05-03
    • 文件大小:10240
    • 提供者:shuishangdz
  1. B spline interpolation

    1下载:
  2. 本程序用matlab编写非递归的b样条曲线轨迹规划生成算法,该算法可以应用于C语言环境(Non-recursive algorithm for generating B-spline curve trajectory planning)
  3. 所属分类:数值算法/人工智能

    • 发布日期:2019-12-06
    • 文件大小:4096
    • 提供者:dianlituodong
  1. 新建文件夹

    2下载:
  2. 基于光栅条纹的3D重建 用于生成正弦条纹 三频四相(3D reconstruction based on grating fringe is suitable for novice)
  3. 所属分类:其他

    • 发布日期:2019-10-15
    • 文件大小:24576
    • 提供者:heqiangza
  1. F-K变换提取频散曲线

    9下载:
  2. 使用F-K变换的方法从地震记录里面提取出频散曲线以及生成频散曲线能量图。
  3. 所属分类:matlab例程

  1. 轮廓跟踪算法获取物体的轮廓序列_生成边界链码

    1下载:
  2. 链码(又称为freeman码)是用曲线起始点的坐标和边界点方向代码来描述曲线或边界的方法,常被用来在图像处理、计算机图形学、模式识别等领域中表示曲线和区域边界。本例用C++实现轮廓跟踪算法获取物体的轮廓序列,可生成边界链码。(freeman is a method to describe a curve or boundary by using the coordinates of the starting point of the curve and the direction code of
  3. 所属分类:图形图像处理

    • 发布日期:2020-09-14
    • 文件大小:1024
    • 提供者:碎风
  1. ExtractSkeleton

    3下载:
  2. 从滞回曲线中提取骨架曲线,程序使用matlab,生成数据导入表格绘图(extract skeleton curve)
  3. 所属分类:其他

    • 发布日期:2021-03-11
    • 文件大小:1024
    • 提供者:kindlebalada123
« 1 2 ... 5 6 7 8 9 1011 12 13 14 15 ... 35 »
搜珍网 www.dssz.com