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

搜索资源列表

  1. EllipticCurveDigitalSignatureAlgorithm

    0下载:
  2. 椭圆曲线数字签名算法 椭圆曲线数字签名算法-EllipticCurveDigitalSignatureAlgorithm EllipticCurveDigitalSignatureAlgorithm
  3. 所属分类:CA program

    • 发布日期:2017-04-17
    • 文件大小:324921
    • 提供者:林孑
  1. EllipticCurveDigitalSignature

    0下载:
  2. 基于椭圆曲线密码的数字签名 基于椭圆曲线密码的数字签名-Based on Elliptic Curve Digital Signature Based on Elliptic Curve Digital Signature
  3. 所属分类:CA program

    • 发布日期:2017-04-02
    • 文件大小:902022
    • 提供者:林孑
  1. DrawSys

    1下载:
  2. GDI图形编程,能绘制矩形、椭圆、圆、填充矩形等,并实现一个树形列表列出图形对象,选中能闪烁,显示图形对象属性-GDI graphics programming, can draw rectangular, oval, round, filled rectangle, and set out to achieve a graphic object tree list, select to flash, display graphics object properties
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-05-18
    • 文件大小:4722201
    • 提供者:
  1. eigen

    0下载:
  2. 此程序为用matlab编写的基于最小二乘法通过求解广义矩阵特征值及特征向量进行椭圆曲线拟合程序。 程序中x,y分别为采样点的横纵坐标。生成的结果矩阵为椭圆曲线aX^2+bXY+cY^2+dX+eY+f=0中的各项系数。-This program was written with matlab by solving the generalized least square method based on matrix values and eigen vectors of the ellipt
  3. 所属分类:matlab

    • 发布日期:2017-03-21
    • 文件大小:527
    • 提供者:kone_zhang
  1. filter

    0下载:
  2. 绘制四种常用低通模拟滤波器(贝赛尔滤波器,巴特沃斯滤波器,切比雪夫滤波器及椭圆滤波器)幅频特性曲线-Draw four commonly used low-pass analog filter (Bessel filter, Butterworth filter, Chebyshev filter and elliptic filter) amplitude-frequency characteristic curve
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:591
    • 提供者:张琳
  1. ellipsefit

    1下载:
  2. 椭圆图线拟合,输入x y,可拟合出椭圆图线-tuoyuantuxiannihe
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-06
    • 文件大小:1509
    • 提供者:汤飞龙
  1. gongcheng1

    0下载:
  2. 在坐标系中画直线、椭圆、圆等程序。(计算机图形学 vb)-Straight line drawn in the coordinate system, oval, round and other procedures. (Computer graphics vb)
  3. 所属分类:assembly language

    • 发布日期:2017-04-14
    • 文件大小:4556
    • 提供者:yan
  1. ECC

    0下载:
  2. 椭圆曲线加密算法完整版,用C++实现,包括密钥生成,加密解密文件,可完整运行~-The full version of elliptic curve encryption algorithm, with C++ implementation, including key generation, encryption and decryption of files, can complete run ~
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-10
    • 文件大小:1396403
    • 提供者:lixiang
  1. HoughTrans

    0下载:
  2. hough变换的源代码,可以用于进行检测圆形和椭圆-hough transform source code, can be used to detect circular and elliptical
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:41986
    • 提供者:李瑛
  1. tuoyuannihe

    0下载:
  2. 椭圆拟合的最小二乘算法和原理。对于初学的人肯定有帮助。我也是转载的,希望对你们有帮助。-Ellipse fitting algorithm and the principle of least squares. For the beginner who is sure to help. I am also reproduced, hope you have help.
  3. 所属分类:Algorithm

    • 发布日期:2017-03-30
    • 文件大小:316308
    • 提供者:顾宾
  1. EllipseFitting

    0下载:
  2. 基于特定椭圆拟合的符号化目标轮廓跟踪方法 基于稳健估计的直接最小二乘椭圆拟合 椭圆拟合方法的比较研究-Ellipse fitting symbol based on the specific goal of contour tracking method is based on robust estimation of the direct least squares ellipse fitting ellipse fitting method comparison studies
  3. 所属分类:Algorithm

    • 发布日期:2017-05-23
    • 文件大小:7511459
    • 提供者:阳刚
  1. ellipsefit

    1下载:
  2. 一个做椭圆拟合的matlab程序,能够在输入5个点坐标以上的任何组坐标下给出拟合椭圆,适合于做数值分析-circle
  3. 所属分类:matlab

    • 发布日期:2017-04-03
    • 文件大小:1968
    • 提供者:xuchang
  1. libecc-0.12.1

    0下载:
  2. 开源椭圆曲线加密算法库。0.12.1最新版-Libecc is an Elliptic Curve Cryptography C++ library for fixedsize keys in order to achieve a maximum speed. The goal of this project is to become the first free Open Source libraryproviding the means to generate safe elliptic c
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-09
    • 文件大小:2344170
    • 提供者:lance
  1. graphics

    0下载:
  2. 一个计算机图形学的vc++程序示例.调用画点的函数,用DDA、中点算法画直线和中点算法画圆和椭圆 多边形扫描转换算法和区域填充算法实现-A computer graphics vc++ program examples. Call draw point function with DDA, the midpoint algorithm and the midpoint algorithm to draw lines circle and ellipse polygon scan convers
  3. 所属分类:2D Graphic

    • 发布日期:2017-03-24
    • 文件大小:126741
    • 提供者:Jack
  1. ellipse_fit

    0下载:
  2. 基于直接最小二乘法的椭圆拟合程序,比较实用,适用于图像处理,椭圆拟合方面研究的初学者-Direct least square method based on ellipse fitting procedure more practical for image processing, aspects of ellipse fitting for beginners
  3. 所属分类:Special Effects

    • 发布日期:2017-04-03
    • 文件大小:1514
    • 提供者:sdphw
  1. Oval

    0下载:
  2. 圆及椭圆拟合输入: 图像文件seal1.jpg、seal2.jpg、coin1.jpg 任务: 尝试将上述三个文件中圆或椭圆的外轮廓拟合出来 输出要求: 1. 每个拟合圆或椭圆的中心坐标,半径或长短轴长度; 2. 将主要的中间步骤及最终拟合结果用OpenCV的cvShowImage 显示出来。-Circle and ellipse fitting type: image file seal1.jpg, seal2.jpg, coin1.jpg task: Try the
  3. 所属分类:OpenCV

    • 发布日期:2017-03-27
    • 文件大小:1572
    • 提供者:萧白
  1. ellipse-fitting-in-sensor

    0下载:
  2. 在传感器中数据采集后的椭圆拟合算法matlab编程实现-After the sensor data acquisition in the ellipse fitting algorithm matlab programming
  3. 所属分类:matlab

    • 发布日期:2017-03-24
    • 文件大小:4332
    • 提供者:杨婷婷
  1. ecc

    0下载:
  2. 椭圆曲线密码加密技术的相关文档,椭圆曲线密码加密技术-ECC encryption technology documentation, ECC encryption
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-01
    • 文件大小:197374
    • 提供者:youbu
  1. resADLSM

    0下载:
  2. 采用广义特征值的方法对一般椭圆方程进行代数拟合求得一般椭圆方程的几何参数-Method using the generalized eigenvalue equation for general elliptic algebra obtained by fitting the geometric parameters of the general elliptic equation
  3. 所属分类:matlab

    • 发布日期:2017-04-03
    • 文件大小:1022
    • 提供者:王知行
  1. tuoyuannihe

    0下载:
  2. 使用最小二乘法对任意位置的椭圆进行数据拟合的程序,使用全部的边缘点集。-Anywhere using the least squares method for data fitting ellipse, the use of all of the edge point set.
  3. 所属分类:matlab

    • 发布日期:2017-04-07
    • 文件大小:779
    • 提供者:谢聪凌
« 1 2 3 4 5 6 7 89 10 11 12 13 ... 50 »
搜珍网 www.dssz.com