CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 其他小程序 搜索资源 - eps

搜索资源列表

  1. DBSCAN

    0下载:
  2. Form1.cs是应用聚类算法DBSCAN (Density-Based Spatical Clustering of Application with Noise)的示例,可以通过两个参数EPS和MinPts调节聚类。 DBSCAN.cs是实现文件,聚类算法的进一步信息请参考“数据挖掘”或者相关书籍 聚类示例数据来自于sxdb.mdb,一个Access数据库-Form1.cs is the application of clustering algorithm DBSCAN (Dens
  3. 所属分类:Other systems

    • 发布日期:2017-04-01
    • 文件大小:22.22kb
    • 提供者:allcy
  1. work

    0下载:
  2. 用idl进行二项式拟合得例子,通过不同参数,可以拟合不同得二项式,还有ps与eps制图,适合初学者-Idl carried out by fitting a binomial example, through the different parameters can be different from a binomial fitted, as well as ps and eps graphics, suitable for beginners
  3. 所属分类:Other systems

    • 发布日期:2017-04-12
    • 文件大小:1.1kb
    • 提供者:秦龙华
  1. jpeg2ps

    1下载:
  2. jpeg2ps 将jpg图片格式转换成eps格式用于latex插入图片用;代码为C语言格式-jpeg2ps The C coed change a picture form jpg format to eps format which is used as input of latex.
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-23
    • 文件大小:627.82kb
    • 提供者:zhanjunpeng
  1. EPS2008_vbscript-

    0下载:
  2. eps vbscr ipt 编写程序资料,基本样例。-The eps vbscr ipt program, the basic sample.
  3. 所属分类:Other systems

    • 发布日期:2017-11-18
    • 文件大小:424.27kb
    • 提供者:z
  1. cPP

    0下载:
  2. 求下面方程在1.5附近的根 2*x*x*x-4*x*x+3*x-6=0自己去运行一下吧,我已经运行了,结果为2.00000000,我想其中的各个变量就不用我一个一个解释了吧,讲个重要的吧其中EPS是控制误差的,ERR为误差,函数f()是计算y=2*x*x*x-4*x*x+3*x-6在x的值,函数g()是计算导数的。然后自己去推敲了吧。 不过建议你还是自己去程序,那样才会有提高-For the equation in the root of near 1.5
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-05
    • 文件大小:973byte
    • 提供者:王平
  1. main

    0下载:
  2. EPS系统的控制程序(无线遥控模块),可以控制助力电机转动和转速调节-EPS system control program (wireless remote control module), you can control the booster motor rotation speed regulator
  3. 所属分类:Other systems

    • 发布日期:2017-11-30
    • 文件大小:1.48kb
    • 提供者:tracy
  1. PWM_text2_ok

    0下载:
  2. EPS系统的控制程序(无线遥控模块),可以控制助力电机转动和转速调节-EPS system control program (wireless remote control module), you can control the booster motor rotation speed regulator
  3. 所属分类:Other systems

    • 发布日期:2017-12-09
    • 文件大小:919byte
    • 提供者:tracy
  1. main

    0下载:
  2. EPS系统的控制程序(无线遥控模块),可以控制助力电机转动和转速调节-EPS system control program (wireless remote control module), you can control the booster motor rotation speed regulator
  3. 所属分类:Other systems

    • 发布日期:2017-11-20
    • 文件大小:1.31kb
    • 提供者:tracy
  1. Eps_motor_2D

    0下载:
  2. 本代码是用于计算电动机的二维声场ansysAPDL,电机模型是汽车助力电机(EPS)。-This code is used to calculate the motor-dimensional sound field ansysAPDL, motor model is the car booster motor (EPS).
  3. 所属分类:Other systems

    • 发布日期:2017-04-05
    • 文件大小:2.26kb
    • 提供者:zhouwei
  1. variable-step-integration

    0下载:
  2. 本示例中使用了面向对象的程序设计方法,通过对()运算符的重载,把求积运算符号写成(a,b,eps),表示对一个函数从a到b的积分,其中eps是精度。为了显示面向对象的强大之处,我写了两个被积函数,只要直接继承那个被积函数抽象类并覆盖其方法即可。-This example uses the object-oriented programming approach, through the () operator overloading, the quadrature operation symbo
  3. 所属分类:Other systems

    • 发布日期:2017-04-13
    • 文件大小:1.62kb
    • 提供者:金柏倩
  1. zhangyuEPS

    7下载:
  2. 汽车电动助力转向系统EPS simulink仿真模型 -EPS simulink model
  3. 所属分类:Other systems

    • 发布日期:2017-04-25
    • 文件大小:21.7kb
    • 提供者:张羽
  1. minBFGS

    0下载:
  2. 用BFGS法求解多维函数的极值 function [x,minf]=minBFGS(f,x0,var,eps) 目标函数:f 初始点:x0 自变量向量:var 精度:eps 目标函数取最小值时的自变量值:x 目标函数的最小值:minf- By BFGS method for solving the multi-dimensional function of the extreme value function [x, minf] = minBFGS (
  3. 所属分类:Other systems

    • 发布日期:2017-04-12
    • 文件大小:1.19kb
    • 提供者:Bill
  1. minDefTW

    0下载:
  2. 用显式最速下降法求正定二次函数的极值 function [x,minf]=minDefTW(f,A,x0,var,eps) 目标函数:f 正定矩阵:A 初始点:x0 自变量向量:var 精度:eps 目标函数取最小值时的自变量值:x 目标函数的最小值:minf- Explicit steepest descent method the positive quadratic function of the extreme value functio
  3. 所属分类:Other systems

    • 发布日期:2017-04-12
    • 文件大小:606byte
    • 提供者:Bill
  1. EPS

    6下载:
  2. 电动助力转向的simulink模型,包括模型和m文件(EPS control strategy)
  3. 所属分类:其他

  1. all-eps-v1.tar

    0下载:
  2. circuits in eps format
  3. 所属分类:其他

    • 发布日期:2018-04-22
    • 文件大小:3.37mb
    • 提供者:saai
  1. DAB

    4下载:
  2. 里面有DAB常见的SPS控制,EPS控制,DPS控制,可供DAB的初学者学习使用(There are DAB common SPS control, EPS control, DPS control, which can be used by beginners of DAB.)
  3. 所属分类:其他

    • 发布日期:2019-11-20
    • 文件大小:53kb
    • 提供者:whisperer
  1. EPS_control_2

    8下载:
  2. EPS控制模型simulink搭建,可用于matlab仿真分析。(EPS control model of simulink building EPS control model of simulink,Can be used in the matlab simulation analysis.)
  3. 所属分类:其他

    • 发布日期:2018-10-31
    • 文件大小:39kb
    • 提供者:瞬间000
  1. CASS9数据输出

    1下载:
  2. EPS二次开发,脚本,实现EPS数据到CASS格式数据的转换(the sencond development scr ipt in EPS , to transfort the EPS date to CASS date)
  3. 所属分类:其他

  1. CASS9数据导入

    6下载:
  2. EPS二次开发,脚本,实现CASS数据到EPS格式数据的转换((the sencond development scr ipt in EPS , to transfort theCASSdate to EPS date.))
  3. 所属分类:其他

  1. EPS

    1下载:
  2. 本程序进行了一个电动助力转向系统的PID控制仿真(This program carries out a PID control simulation of electric power steering system.)
  3. 所属分类:其他

    • 发布日期:2020-06-12
    • 文件大小:9kb
    • 提供者:黄颖秋
« 12 »
搜珍网 www.dssz.com