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

搜索资源列表

  1. BicubicHermiteCode

    0下载:
  2. 使用Visual C++编写的生成三次Hermite曲线的源代码。-Bicubic Hermite code in Visual C++.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-03
    • 文件大小:252760
    • 提供者:tina
  1. clPlot

    0下载:
  2. 实时曲线的显示,动态的曲线,Mfc生成的-Real-time curve shows that the dynamic curve
  3. 所属分类:GUI Develop

    • 发布日期:2017-03-30
    • 文件大小:241407
    • 提供者:周涛
  1. My

    0下载:
  2. 程序主要是关于计算机图形学中的基本图元的生成,包括直线、圆和曲线!还有填充和裁剪-Computer Graphic
  3. 所属分类:Special Effects

    • 发布日期:2017-04-07
    • 文件大小:25368
    • 提供者:郭靖
  1. draw(vc)

    1下载:
  2. VC6.0实现画图功能,包括基本图形:直线(数值微分法、中点画线法,Bresenham画线算法),圆与椭圆(中点画圆法、Bresenham画圆算法、椭圆生成算法),区域填充(边填充算法、种子填充算法、圆与椭圆的填充、图案填充),裁剪、线宽与线型的处理。还有简单的图形变换,以及简单曲线和曲面的实现-VC6.0 implement drawing functions, including basic graphics: linear (numerical differential method, t
  3. 所属分类:Graph Drawing

    • 发布日期:2017-02-19
    • 文件大小:29973504
    • 提供者:鈞天下
  1. 2paper2

    0下载:
  2. 根据图像数字水印基本原理和水印信道的构造及生成方式,从信息论的角度,对基于高斯噪声信道的数字水印容量进行探索。针对高斯信源分布具有最大的不确定性、能够在所有的二阶随机分布中提供最大信息熵的特点,分析在高斯分布情况下的整个水印信道通信过程,并引入平均互信息理论,给出基于高斯的水印信道容量的最大通信速率。同时分析加性噪声信道下的容量问题,将高斯分布扩展到非高斯分布,优化容量计算表达式,利用Matlab软件工具给出非高斯信源水印容量与受限失真度的2D和3D关系仿真曲线,并结合实际给出结果分析。-】Ba
  3. 所属分类:Special Effects

    • 发布日期:2017-04-16
    • 文件大小:439180
    • 提供者:li
  1. Draw1

    0下载:
  2. 里面多种曲线的生成方法:如最小二乘,B曲线,N曲线,三次曲线等的生成源代码-Which generates a variety of curve method: least squares, B curve, N curve, curve, etc. generated source code
  3. 所属分类:Graph Drawing

    • 发布日期:2017-04-03
    • 文件大小:28330
    • 提供者:tang
  1. curve

    0下载:
  2. 在VC++的环境下,可以进行运行,最后生成一条曲线,并且可以进行手动画线。-In vc++ environment, can undertake operation, finally generating a curve, and can undertake hand animation line.
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-08
    • 文件大小:1962104
    • 提供者:haoqiu
  1. B

    0下载:
  2. 计算机图形学中B样条曲线的生成,编译软件为VC++编码-Computer graphics generated B-spline curves, the compiler software for VC++ code
  3. 所属分类:Graph program

    • 发布日期:2017-05-08
    • 文件大小:1914854
    • 提供者:丽涛
  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. bezier

    0下载:
  2. bezier 曲线的生成 bezier 曲线的应用-bezier curves generated Application of bezier curves
  3. 所属分类:GUI Develop

    • 发布日期:2017-04-10
    • 文件大小:1238
    • 提供者:寻梦
  1. ARTICLE

    0下载:
  2. VC++适时动态曲线绘制并打印及预览,源码包包含一个DLL组件的源代码,本程序可适时生成统计曲线,并预览、载入外部数据、存盘、打印图形等功能-VC++ timely and dynamic curve drawing and print preview, source code package contains a DLL component of the source code, the program can generate timely statistical curve, and pr
  3. 所属分类:Graph Drawing

    • 发布日期:2017-04-07
    • 文件大小:66515
    • 提供者:
  1. hilbert-curve-matlab-code

    1下载:
  2. hilbert 分形matlab源码,Hilbert曲线扫描矩阵的生成算法及其MATLAB程序代码-hilbert curve fractal matlab source code
  3. 所属分类:matlab

    • 发布日期:2017-03-23
    • 文件大小:6242
    • 提供者:山泉
  1. Bezier

    0下载:
  2. 用ribbon界面实现的三维曲线的二维显示,曲线可自动或手动生成,场景可自由设定。-Achieved with the ribbon interface, a two-dimensional display three-dimensional curve, the curve can be generated automatically or manually, the scene can be set freely.
  3. 所属分类:Graph Drawing

    • 发布日期:2017-04-16
    • 文件大小:120679
    • 提供者:fangshijie
  1. jisunjituxingxue

    0下载:
  2. 利用计算机编程语言绘制图形,主要实现以下内容: (1)、中点算法生成任意斜率直线,并设置线型线宽。 (2)、中点算法生成圆 (3)、中点算法生成椭圆 (4)、扫描算法实现任意多边形填充 (5)、Cohen_Sutherland裁剪 (6)、自由曲线与曲面的绘制 (7)、二维图形变换 (8)、三视图变换 -Draw graphics using computer programming languages, mainly to achieve the follo
  3. 所属分类:Graph Drawing

    • 发布日期:2017-04-04
    • 文件大小:240005
    • 提供者:zoeondine
  1. Antialiasing

    0下载:
  2. opengl 多边形反走样,由于计算机生成的图形是由离散点组成的数字化图像,因而生成的图形必然与真实景物之间存在一定误差。这种误差表现为图形上的直线或光滑的曲线呈现锯齿状、彩色花纹失去原有的形态和色彩、细小物体在画面上得不到反映等等。这种锯齿就叫做走样。-opengl polygon Antialiasing
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-10
    • 文件大小:2088024
    • 提供者:joan
  1. yalibisuo

    0下载:
  2. 用VB个人开发的完成版本的变电站内开关压力值的管理软件,能生成压力曲线,监视异常。-Personal development with the VB version of the substation to complete pressure switch management software, can generate pressure curve, monitoring exceptions.
  3. 所属分类:Energy industry

    • 发布日期:2017-04-10
    • 文件大小:1048959
    • 提供者:杜明周
  1. chengxu

    0下载:
  2. QAM 调制与测试 QAM 调制并对调制生成的数据画出PAPR的CCDF曲线-QAM modulation and QAM modulation and modulation of the test data generated by the CCDF curve drawn PAPR
  3. 所属分类:matlab

    • 发布日期:2017-04-08
    • 文件大小:1190
    • 提供者:
  1. BA6845

    1下载:
  2. 基于Cortex-M3以及步进电机驱动器BA6845的两相步进电机驱动。采用中断方式控制加减速曲线,若想更改曲线数值,可在程序中直接修改生成公式-Cortex-M3-based stepper motor driver BA6845 and two-phase stepper motor driver. Control the acceleration and deceleration using interrupted curve, if you want to change curve va
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2016-01-24
    • 文件大小:3072
    • 提供者:刘艺
  1. Bezier-curve

    0下载:
  2. 这是一个Bezier曲线画法程序,VC6.0环境,可以实现多阶绘图,鼠标取点,取点完毕自动生成曲线-This is a Bezier curve drawing program, VC6.0 environment for multi-stage drawing, the mouse get points, and take complete auto-generated curve
  3. 所属分类:Graph Drawing

    • 发布日期:2017-05-16
    • 文件大小:4319762
    • 提供者:王东升
  1. control-software

    0下载:
  2. 在软件实现工业控制或者其他领域,根据实时数据或者历史数据生成各种历史、实时曲线已经变得非常的重要,但是如何使你的曲线显示功能变得十分的强大而且界面美观呢,这个是我在下载到的总多的控件中间最完美的,就像工业仪表控件数世纪飞扬一 -Industrial control software, or in other areas, according to real-time data or historical data generated various historical, real-time
  3. 所属分类:Graph Drawing

    • 发布日期:2017-04-03
    • 文件大小:3899
    • 提供者:cc
« 1 2 ... 16 17 18 19 20 2122 23 24 25 26 ... 33 »
搜珍网 www.dssz.com