搜索资源列表

  1. Matlab_LMS4

    0下载:
  2. 自适应线性预测编码问题,计算LMS迭代时预测误差和系数误差的功率谱,绘出残余能量曲线和学习曲线-Adaptive linear predictive coding problem, when calculating the LMS iterative prediction error and coefficient error power spectrum, plotted the residual energy curve and l
  3. 所属分类:matlab例程

    • 发布日期:2024-05-20
    • 文件大小:2048
    • 提供者:随便
  1. source

    0下载:
  2. ECC实现的原代码,包括椭圆曲线的生成和对文件的加密解密。-ECC to achieve the original code, including elliptic curve generation and the encryption and decryption of documents.
  3. 所属分类:加密解密

    • 发布日期:2024-05-20
    • 文件大小:74752
    • 提供者:
  1. shuzhi

    0下载:
  2. 数值分析中实现对给定数表进行插值、曲面拟合、逼近,最终拟合出最接近的曲线方程-Numerical analysis to achieve a given number of table interpolation, surface fitting, approximation, the final fitting out of the nearest curve equation
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-20
    • 文件大小:603136
    • 提供者:王陶
  1. curve

    0下载:
  2. 画出光滑的样条曲线,还没有加入人家交会的功能-Draw a smooth spline curve, others have not yet acceded to the function of intersection
  3. 所属分类:绘图程序

    • 发布日期:2024-05-20
    • 文件大小:346112
    • 提供者:zhangxx
  1. DISLIN_v93_vc

    0下载:
  2. DISLIN数据可视化VC++/C库。 DISLIN是一个著名的图形函数/数据可视化库,他支持多种编程语言,包括fortran,c/c++, java, perl, python等,有针对多种平台的版本。 DISLIN成功的原因在于其简单易学。他的图形函数只需要几个参数就可以调用。 dislin的默认坐标系是屏幕左上角为0,0,又下角为2969,2099,是A4纸的尺寸。 通常dislin绘图的基本过程如下: 1)
  3. 所属分类:图形图象

    • 发布日期:2024-05-20
    • 文件大小:11565056
    • 提供者:donotspam
  1. 2

    0下载:
  2. 通过最小二乘法 实现2次曲线拟合,利用工程数学解二次函数 的各系数,然后画出曲线图像-Through the least squares curve fitting 2nd realize the use of engineering mathematics solution of a quadratic function of the coefficient, and then draw the image curve
  3. 所属分类:绘图程序

    • 发布日期:2024-05-20
    • 文件大小:2048
    • 提供者:张羽
  1. 1

    0下载:
  2. 这是一个在vc6.0基于OpenCV的控制台程序,本例给出一个椭圆曲线拟合的例子,程序首先发现图像的轮廓,然后用椭圆逼近它。-This is a vc6.0 console based on the OpenCV procedures, in this case gives an example of elliptic curve fitting, the program first to discover the outline of
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-20
    • 文件大小:55296
    • 提供者:李兰菊
  1. MusicDer_Final

    0下载:
  2. 生成、显示B样条曲线: (1)用鼠标或者光标输入控制点,在屏幕上用图形符号标记显示。 (2)自定义输入曲线次数。 (3)可选择4种曲线类型。 (4)可以对顶点位置,曲线次数,曲线类型进行修改。-generation, showed that B-spline curves : (1) to use the mouse or the cursor input control points on the screen with graphi
  3. 所属分类:GDI/图象编程

    • 发布日期:2024-05-20
    • 文件大小:2412544
    • 提供者:gaozheng
  1. Bezier

    0下载:
  2. 用OpenGL的工具,绘制出Bezier曲线,并且通过键盘可以调节曲线的参数-Use OpenGL tools, draw Bezier curves, and the keyboard can be adjusted through the parameters of curve
  3. 所属分类:绘图程序

    • 发布日期:2024-05-20
    • 文件大小:1662976
    • 提供者:yang
  1. draw

    0下载:
  2. 读取文件中的数据,使用MSchart控件绘制函数曲线,并能将函数图像保存,采用visual basic6编写,简单易懂,源码公开-Read the data in the document, use the mapping function MSChart control curve, and can function to preserve the image, using visual basic6 prepared, easy-t
  3. 所属分类:GDI/图象编程

    • 发布日期:2024-05-20
    • 文件大小:448512
    • 提供者:启明星
  1. CurveDlg_demo

    0下载:
  2. 一个像Photoshop中曲线调节的控件, 一个像Photoshop中曲线调节的控件,-A curve like Photoshop adjustment controls, a curve like Photoshop adjustment controls,
  3. 所属分类:Windows编程

    • 发布日期:2024-05-20
    • 文件大小:160768
    • 提供者:Stone
  1. CURVE

    0下载:
  2. 根据数据文件中的点在对话框中画出曲线,visual c-According to the data file in the dialog box to draw curves, visual c
  3. 所属分类:Windows编程

    • 发布日期:2024-05-20
    • 文件大小:1928192
    • 提供者:Andrew Wang
  1. curvefitting

    0下载:
  2. 基于最小二乘原理的曲线拟合程序-A program of curve fitting based on least squares algorithm.-Based on the principle of least squares curve fitting program-A program of curve fitting based on least squares algorithm.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:newly
  1. 4_MyBezier

    0下载:
  2. 贝塞尔曲线拟合 VC++6.0 OPENGL开发环境下 实现贝塞尔曲线拟合-Bezier curve fitting VC++ 6.0 OPENGL realize development environment Bessel curve fitting
  3. 所属分类:OpenGL

    • 发布日期:2024-05-20
    • 文件大小:321536
    • 提供者:liu
  1. Line

    0下载:
  2. 通过OPENCV对曲线进行直线拟合,曲线输入为图片,输出为一副直线的图片,可以参考一下-Through OPENCV on a straight line curve fitting, curve input for the picture, the output for a straight-line images, you can refer to
  3. 所属分类:绘图程序

    • 发布日期:2024-05-20
    • 文件大小:2172928
    • 提供者:朱志强
  1. nihe

    0下载:
  2. 曲线拟合,自己编写的,挺好的‘希望喜欢-Curve fitting, I have written, quite good
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:xiaocui
  1. ECC

    0下载:
  2. 主要针对现有的椭圆曲线密码体制密码域算数算法在实现上强度不易扩展的问题设计适用于不同椭圆曲线密码强度的域算术算法-Mainly for the existing password Elliptic Curve Cryptography algorithm domain counts difficult to realize the intensity of the issue of expansion of the design app
  3. 所属分类:加密解密

    • 发布日期:2024-05-20
    • 文件大小:3524608
    • 提供者:
  1. ECC

    0下载:
  2. ECC椭圆曲线加密算法源代码,用C编写。-ECC Elliptic Curve encryption algorithm source code, using C preparation.
  3. 所属分类:加密解密

    • 发布日期:2024-05-20
    • 文件大小:3072
    • 提供者:heesi
  1. 2_sinc_func_23908754

    0下载:
  2. 一个简单的用opengl绘制sin曲线的例子,教学用-A simple sin curve rendering using opengl example, teaching
  3. 所属分类:绘图程序

    • 发布日期:2024-05-20
    • 文件大小:163840
    • 提供者:joyce
  1. eqber_adaptive

    0下载:
  2. This scr ipt runs a simulation loop for either a linear or a DFE equalizer. It uses the RLS algorithm to initially set the weights, then uses LMS thereafter to minimize execution time. It plots the equalized signal spe
  3. 所属分类:语音合成与识别

    • 发布日期:2024-05-20
    • 文件大小:2048
    • 提供者:熊牧野
« 1 2 ... 4 5 6 7 8 910 11 12 13 14 ... 50 »

源码中国 www.ymcn.org