CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 搜索资源 - eps

搜索资源列表

  1. realDBSCAN

    2下载:
  2. 二维的DBSCAN聚类算法,输入(x,y)数组,搜索半径Eps,密度搜索参数Minpts。输出: Clusters,每一行代表一个簇,形式为簇的对象对应的原数据集的ID-two-dimensional clustering algorithm, the input (x, y) array, search radius Eps. Minpts density search parameters. Output : Clusters, each firm on behalf of a cluste
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:1.61kb
    • 提供者:胡瑞飞
  1. qiufeixianxingfangchengyigeshigendelianfenshifa.ra

    0下载:
  2. 1.功能 利用连分式法求非线性方程f(x)=0的一个实根(C语言) 2.参数说明 double *x : 指向迭代初值,返回时指向迭代终值 double eps : 控制精度要求 double (*f)() : 指向计算f(x)值的函数名(由用户自编) int pqrt() : 函数返回迭代次数 3.文件说明 pqrt.c为函数程序 pqrt0.c为主函数程序-1. Continued Fractions functional method usi
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:1.63kb
    • 提供者:罗坤
  1. comp-eps

    0下载:
  2. Mit Photonic Band源文件,用于计算复杂介电常数光子晶体的程序
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:1.12kb
    • 提供者:hf
  1. rlezip

    0下载:
  2. C++编的用rle编码压缩文件的程序,包括解压-C series with eps, Coding document procedures, including extracting
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:3.34kb
    • 提供者:刘涛
  1. 牛顿迭代法(M)

    1下载:
  2. 原题:编写一个子程序NewTon(float x0,float eps,float x1)。它的功能是用牛顿迭代法求f(x)=x*x*x-2x*x+4x+1在x=0附近的一个实根。若迭代成功,则返回费0值;否则,返回0。-original title : the preparation of a subroutine NewTon (x0 float, float eps, float x1). Its function is to use Newton's iterative meth
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:10.22kb
    • 提供者:XFX
  1. matlab输出无空边的图形

    0下载:
  2. matlab用于输出eps,tiff格式的图片,自动去掉空白,字体大小等,适合于出版用的图片输出
  3. 所属分类:matlab例程

    • 发布日期:2011-03-27
    • 文件大小:8.59kb
    • 提供者:logshma@126.com
  1. 单频脉冲

    1下载:
  2. 单频脉冲 close all;clear all;clc; x=-5:0.05:5; y=-1:0.05:1; [X,Y]=meshgrid(x,y); T=5; b=pi*Y.*(T-abs(X))+eps; c=((sin(b).*(T-abs(X)))./(T*b)); Z=abs(c); surf(X,Y,Z),title('单载频矩形脉冲信号模糊图'),xlabel('时间'),ylabel('频率');
  3. 所属分类:matlab例程

  1. EPS_Control

    6下载:
  2. EPS控制模型 EPS控制模型 EPS控制模型-Control model control model EPS EPS EPS EPS control model control model
  3. 所属分类:matlab例程

    • 发布日期:2014-03-21
    • 文件大小:8.09kb
    • 提供者:小聪
  1. 1002NA

    5下载:
  2. A polynomial of degree n has the common form as . Your task is to write a function to find a root of a given polynomial in a given interval. Format of function double Polynomial_Root(int n, double c[], double a, double b, double EPS) whe
  3. 所属分类:Algorithm

    • 发布日期:2017-04-04
    • 文件大小:1.01kb
    • 提供者:suncheng
  1. pinv

    1下载:
  2. //奇异值分解法求广义逆 //本函数返回值小于0表示在奇异值分解过程, //中迭代值超过了60次还未满足精度要求. //返回值大于0表示正常返回。 //a-长度为m*n的数组,返回时其对角线依次给出奇异值,其余元素为0 //m-矩阵的行数 //n-矩阵的列数 //aa-长度为n*m的数组,返回式存放A的广义逆 //eps-精度要求 //u-长度为m*m的数组,返回时存放奇异值分解的左奇异量U //v-长度为n*n的数组,返回时存放奇异值分解的左奇异量
  3. 所属分类:Algorithm

    • 发布日期:2017-03-26
    • 文件大小:3.47kb
    • 提供者:钟钟
  1. 2

    0下载:
  2. 计算双通道散射BUBBLEGUM v.2 的源代码-The FORTRAN code BUBBLEGUM.f calculates the unitary, analytic T-matrix for a two-channel problem with an arbitrary number of resonances. It also gives the approximate results from the K-matrix method, the Breit-Wigner approx
  3. 所属分类:Algorithm

    • 发布日期:2017-04-07
    • 文件大小:293.98kb
    • 提供者:liuxc
  1. export_fig

    0下载:
  2. This function saves a figure or single axes to one or more vector and/or bitmap file formats, and/or outputs a rasterized version to the workspace, with the following properties: - Figure/axes reproduced as it appears on screen - Cropped border
  3. 所属分类:matlab

    • 发布日期:2017-03-27
    • 文件大小:16.08kb
    • 提供者:redasu
  1. DBSCA-Eps

    0下载:
  2. 这是一篇《改进DBSCAN算法中参数Eps值的确定》,写的很好,大家共同学习-This is an " improved DBSCAN algorithm to determine the parameters Eps value" , written by well, everyone learning together
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-01
    • 文件大小:35.76kb
    • 提供者:y
  1. eps

    0下载:
  2. 边缘保护平滑算法(eps),可以读图像实现保边滤波。-Edge preserving smoothing algorithm (eps), can read the image edge filter to achieve protection
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:1.05kb
    • 提供者:quyong
  1. diferential-evolution-EPS-control

    1下载:
  2. 本程序应用于EPS抗干扰控制策略研究,控制器的设计基于差异进化算法,利用差异进化算法对权函数进行优化,后通过降阶控制形成基于差异进化算法和降阶控制的鲁棒控制器。-Based on a mathematical model, which combines the diferential evolution and the robust control method for solving controller synthesis.
  3. 所属分类:matlab

    • 发布日期:2016-11-11
    • 文件大小:2kb
    • 提供者:zhuyuanyuan
  1. 鄂尔多斯

    0下载:
  2. 鄂尔多斯 eps 文件,可用于平面设计,地图设计(eps eerduosi city can map eps)
  3. 所属分类:matlab例程

    • 发布日期:2018-01-09
    • 文件大小:62kb
    • 提供者:mogeo
  1. conv to eps

    0下载:
  2. this program 'ImageToEps' is intended for the conversion of png images into eps image. very useful for scientific copywriters.
  3. 所属分类:matlab例程

    • 发布日期:2018-04-21
    • 文件大小:117kb
    • 提供者:Doc-Alfred
  1. EPS20200205

    1下载:
  2. 电动助力转向simulink建模,仿真分析,EPS助力特性,响应特性仿真(Electric power steering simulink model)
  3. 所属分类:matlab例程

    • 发布日期:2021-04-24
    • 文件大小:34kb
    • 提供者:Zlaman
  1. 电动助力转向系统的建模与仿真技术1

    4下载:
  2. 电动助力转向系统相关文档,使用MATLAB/SIMULINK创建汽车EPS模型(Electric power steering system documentation)
  3. 所属分类:matlab例程

    • 发布日期:2020-06-12
    • 文件大小:1.73mb
    • 提供者:XYMR
  1. EpsModel-master

    0下载:
  2. EPS动力学模型,车辆系统动力学,本科毕设,转向系统模型。(EPS dynamics model, vehicle system dynamics, undergraduate design, steering system model.)
  3. 所属分类:matlab例程

    • 发布日期:2021-04-24
    • 文件大小:43kb
    • 提供者:zhujq
« 12 3 »
搜珍网 www.dssz.com