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

搜索资源列表

  1. QBezierDemo

    0下载:
  2. 很不错的Bezier 曲线-very good Bezier curve
  3. 所属分类:2D图形编程

    • 发布日期:2008-10-13
    • 文件大小:214448
    • 提供者:杨兴刚
  1. MiMoWireSystem

    1下载:
  2. matlab环境,瑞利信道下mimo无线通信系统的仿真,包括原始的单入单出siso,到单入双出sido,到单入多处simo,到mimo系统中垂直分层空时码vblast的误码率仿真曲线。-Matlab environment, Rayleigh Channel mimo wireless communication system simulation, including the original single-input single-output siso, single-and double
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:4667
    • 提供者:梅岩
  1. bezier_demo

    1下载:
  2. 贝齐尔曲线算法演示程序 实验原理:贝齐尔曲线的形状是通过一组多边折线(也称为贝齐尔控制多边形)的各顶点唯一的定义出来的。 程序思路:先用链表把鼠标点击过的点记录下来,做为控制多边形。然后调用n次Bernstein多项式的基函数运算出曲线的点,最后用直线分段画出来(本程序分成了50段来画) -Bezier curve algorithm Experimental Demonstration Program Principle : Bezier curve's shape thr
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:39301
    • 提供者:Ray
  1. MATLABguiApplication

    2下载:
  2. 这个程序的核心是用最小二乘法进行曲线拟合。我把它做成一个简单的GUI界面。顺带附上使用说明。-this procedure is the core of the least-squares method of curve fitting. I made it a simple GUI interface. Incidentally attached use.
  3. 所属分类:绘图程序

    • 发布日期:2008-10-13
    • 文件大小:98875
    • 提供者:Loretta Wu
  1. kzbujindianji

    0下载:
  2. 控制步进电机项目程序:综合考虑工作模式、加速启动,减速停止曲线;以及置步数等因素,决定在该时刻,电机的驱动速度。-stepper motor control project : considering the mode, speed up start, stop slowdown curve; home and steps and other factors, the decision of the moment, the motor-driven speed.
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:4150
    • 提供者:马亮
  1. EX_Draw2_0402

    0下载:
  2. 一个画曲线的VC实例,适合用于学习任意曲线的绘制。-curve of a painted VC example, suitable for the learning curve of arbitrary mapping.
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:42145
    • 提供者:季东
  1. BezierTest

    0下载:
  2. A simple Bezier spline implementation. Allows the user to select control points on a picture box and then draw a Bezier curve between them. -A simple Bezier spline implementation. Al lows the user to select control points on a pictu 're box
  3. 所属分类:界面编程

    • 发布日期:2008-10-13
    • 文件大小:4401
    • 提供者:zddzhou
  1. qxnhsf

    0下载:
  2. 自己编写的曲线拟合程序,供大家一起参考,一起学习努力-themselves prepared curve fitting procedures for everyone reference and learning efforts
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:880
    • 提供者:
  1. StudyGraph

    0下载:
  2. 一个VC写的绘图程序,演示了Bresenham算法生成直线、园,还有Bezier曲线生成。对学习图形学很有帮助-write a VC mapping procedures, demonstrated the Bresenham algorithm to create line, the landscape, There Bezier curve generation. Learning helpful graphics
  3. 所属分类:绘图程序

    • 发布日期:2008-10-13
    • 文件大小:36690
    • 提供者:glz
  1. Beizierbasic

    0下载:
  2. 有关VB编制的Beizier曲线程序,其中有几种算法的比较,不错的了.-establishment of the VB Beizier curve procedures, which are algorithms, not bad.
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:3483
    • 提供者:zhangwanglizhao
  1. 2d_graphsoft

    0下载:
  2. 一个很好的二维图形毕业设计演示系统. 包含了各种曲线的生成,直线生成。-a good 2D graphic design graduate Demonstration System. Includes a variety of the production curve, a straight line formation.
  3. 所属分类:2D图形编程

    • 发布日期:2008-10-13
    • 文件大小:384847
    • 提供者:肖友清
  1. Mysplit

    0下载:
  2. 种子填充算法用来在封闭曲线形成的环中填充某中颜色,在这里我们只填充黑色。种子填充其实上是图形学中的算法,其原理是:准备一个堆栈,先将要填充的点push进堆栈中;以后,每pop出一个点,将该点涂成黑色,然后按左上右下的顺序查看它的四个相邻点,若为白(表示还没有填充),则将该邻点push进栈。一直循环,直到堆栈为空。此时,区域内所有的点都被涂成了黑色。这里,我们自己定义了一些堆栈的数据结构和操作,实现了堆栈的初始化、push、pop、判断是否为空、及析构。 -seed filling algorit
  3. 所属分类:书籍源码

    • 发布日期:2008-10-13
    • 文件大小:206095
    • 提供者:蒋建军
  1. 1BoxCounting

    1下载:
  2. 用于1维曲线的分形维数计算,利用的是盒维数算法-one-dimensional curve for the fractal dimension is calculated using the box dimension algorithm
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:3515
    • 提供者:dzs
  1. based_8086_adda_and_show_sin

    0下载:
  2. 基于8086的一段汇编代码,包括AD/DA转换,并实现显示正弦函数曲线-based on a 8086 compilation of the code, including AD / DA conversion, and the achievement shows sinusoidal function curve
  3. 所属分类:汇编语言

    • 发布日期:2008-10-13
    • 文件大小:20085
    • 提供者:Zhou Yaoxin
  1. COMTest2005_v0.8

    1下载:
  2. 在vc.net中调用Matlab生成的COM组建实现曲线拟合。-in vc.net Calling Matlab generated COM form and curve fitting.
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:995354
    • 提供者:秦汉
  1. LibFORImage

    0下载:
  2. 用VC实现图像处理类库ImageLib及其应用实例,界面设计, 程序结构,工具条与状态条, 橡皮筋矩形选块或画图, 画曲线和写字, 选块的拖曳, 剪贴板操作,文件操作-with VC ImageLib image processing library and its application, interface design, program structure, with the tools of the state of the rubber-band rectangular block t
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:369343
    • 提供者:林兴
  1. SPECTRUM_LMS

    1下载:
  2. 1、文件夹中包含了经典功率谱估计和自适应均衡算法两个实验的所有程序。 2、R.m、LMS.m、LMSmain.m为自适应均衡算法的程序: R.m用来计算输入信号的自相关矩阵及其特征值; LMS.m为时域LMS算法,用统计的方法仿真得出不同信道参数和不同步长下的学习曲线; LMSmain.m为实验主程序,按照实验要求中的具体数据得到实验结果和曲线。 3、functionx.m、fzhouqitu.m、spectrum.m、bt.m、bart_lett.m、welch.m、SPE
  3. 所属分类:语音合成与识别

    • 发布日期:2008-10-13
    • 文件大小:5630
    • 提供者:yidishui
  1. 3weiBezier

    0下载:
  2. 三维Bezier曲线 -3D three-dimensional Bezier curve Bezier curve 3D three-dimensional Bezier curve Bezi er curve
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:1500
    • 提供者:zhw
  1. response

    0下载:
  2. 在matlab中计算单位冲击脉冲响应曲线,冲击脉冲有5种,初始条件为0-in Matlab calculations unit impulse response curve, the impact of a pulse 5, the initial conditions 0
  3. 所属分类:绘图程序

    • 发布日期:2008-10-13
    • 文件大小:1155
    • 提供者:石国强
  1. YbkDemo

    2下载:
  2. 电力系统监测框架提供了框架源码,包括曲线分析等,设计非常新颖,在VC中运行通过。-power system monitoring framework provides a framework for FOSS, including curve analysis, design very innovative, VC in the run through.
  3. 所属分类:界面编程

    • 发布日期:2008-10-13
    • 文件大小:139853
    • 提供者: 聂志军
« 1 2 ... 45 46 47 48 49 50»
搜珍网 www.dssz.com