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

搜索资源列表

  1. FFTModify

    1下载:
  2. 用能量重心法,对基2分裂的FFT算法进行校正,在整周期采样的条件下,幅值,相位,频率等可以达到很高的精度 -energy center, two pairs of split-the FFT algorithm for correction, in the whole cycle of sampling conditions, the amplitude, phase, frequency, etc., may achieve high accuracy
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:4239
    • 提供者:魏玉果
  1. zuobiao

    0下载:
  2. 采用重心法求坐标,在C#中调用了matlab中的函数,对于想学C#和matlab混合编程很有好处-using coordinates for the center of gravity method in C# Calling a function of Matlab, For, like C# and Matlab programming very good mixed
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:31910
    • 提供者:栀子
  1. weightcenter

    0下载:
  2. 压力传感器重心测量软件,用于压力分布重心点的计算
  3. 所属分类:数学计算/工程计算

    • 发布日期:2014-01-16
    • 文件大小:10667
    • 提供者:肖华
  1. dublecenter

    0下载:
  2. 双中心计算,计算具有双重心矩阵的重心点。
  3. 所属分类:数学计算/工程计算

    • 发布日期:2014-01-16
    • 文件大小:31312
    • 提供者:肖华
  1. 计算几何

    3下载:
  2. 目录 ㈠ 点的基本运算 1. 平面上两点之间距离 1 2. 判断两点是否重合 1 3. 矢量叉乘 1 4. 矢量点乘 2 5. 判断点是否在线段上 2 6. 求一点饶某点旋转后的坐标 2 7. 求矢量夹角 2 ㈡ 线段及直线的基本运算 1. 点与线段的关系 3 2. 求点到线段所在直线垂线的垂足 4 3. 点到线段的最近点 4 4. 点到线段所在直线的距离 4 5. 点到折线集的最近距离 4 6. 判断圆是否在多边形内 5
  3. 所属分类:数学计算/工程计算

  1. seachcenter

    0下载:
  2. 用matlab编的 找二值图像的重心 可以下下来-Made use of the matlab binary image to find the center of gravity can be down to see the next
  3. 所属分类:matlab

    • 发布日期:2017-04-03
    • 文件大小:129714
    • 提供者:yukuncheng
  1. fuzzpid

    3下载:
  2. 利用Matlab工具箱设计模糊控制器 49条模糊控制规则形成一个模糊控制规则矩阵,然后根据模糊输入量按照相应的模糊推理算法完成计算,并决策出模糊输出量。 输出模糊量的解模糊方法选取重心法。-Computer simulation of fuzzy control system based on fuzzy toolbox and SIMULINK
  3. 所属分类:matlab

    • 发布日期:2017-03-21
    • 文件大小:622
    • 提供者:常瑞鈞
  1. jackcheng

    0下载:
  2. 搜索图像的重心 用matlab编的 可以参考参考-The focus of the search images for use in matlab
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:13238
    • 提供者:yukuncheng
  1. duobianxing

    0下载:
  2. 针对多边形,求其面积,长宽比,并标记重心-For the polygon, find its area, aspect ratio, and mark the center of gravity
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:821
    • 提供者:jinglantao
  1. K-meansNB

    0下载:
  2. :将K—means算法引入到朴素贝叶斯分类研究中,提出一种基于K—means的朴素贝叶斯分类算法。首先用K— me.arks算法对原始数据集中的完整数据子集进行聚类,计算缺失数据子集中的每条记录与 个簇重心之间的相似度,把记 录赋给距离最近的一个簇,并用该簇相应的属性均值来填充记录的缺失值,然后用朴素贝叶斯分类算法对处理后的数据 集进行分类。实验结果表明,与朴素贝叶斯相比,基于K—means思想的朴素贝叶斯算法具有较高的分类准确率。-: K-means algorithm will
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-23
    • 文件大小:172903
    • 提供者:李浩
  1. computational_geometry

    0下载:
  2. 一些计算几何的算法,两点确定圆,判断点在多边形内,判断点在线段上,判断点在圆内,判断线段相交,判断线段在多边形内,球多变性重心,三点确定圆,寻找凸包-Algorithm of computational geometry
  3. 所属分类:Algorithm

    • 发布日期:2017-03-29
    • 文件大小:10869
    • 提供者:ltryee
  1. Geometer

    0下载:
  2. 从c 的基础几何函数库翻译过来的 内容包括: ㈠ 点的基本运算 1. 平面上两点之间距离 2. 判断两点是否重合 3. 矢量叉乘 4. 矢量点乘 5. 判断点是否在线段上 6. 求一点饶某点旋转后的坐标 7. 求矢量夹角 ㈡ 线段及直线的基本运算 1. 点与线段的关系 2. 求点到线段所在直线垂线的垂足 3. 点到线段的最近点 4. 点到线段所在直线的距离 5. 点到折线集的最近距离 6. 判断圆是否在多边形内 7. 求矢量夹角
  3. 所属分类:Algorithm

    • 发布日期:2017-03-27
    • 文件大小:5582
    • 提供者:贺晨
  1. zhongxin

    0下载:
  2. 本源码目的在于查找一幅图像中个图形的重心,基于matlab,找出重心后标记出来,并显示。-The Source aims to find an image in a graphics core, based on matlab, after the marked identify the focus, and display.
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:538
    • 提供者:beibuma
  1. zhongxinchazhao

    0下载:
  2. 此源码是基于matlab编写的关于查找图像中图形的个数,及查找每个图形的重心并显示。-This source code is written in matlab based on the number of graphic image search, and find the center of each graph and display.
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:1470
    • 提供者:beibuma
  1. fuzzy_CRUOSE_CONTROL

    0下载:
  2. 利用模糊控制做巡航速度控制利用e, dot_e,當作兩個輸入,取交集在對輸出值u做砍頭的動作,再用重心法求解,再用Runge-Kutta做疊代更改增益值將會得到不一樣的結果。-Using fuzzy control to do cruise speed control using e, dot_e, as the two inputs, the output value of taking the intersection of the decapitation of the movement
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-13
    • 文件大小:1609
    • 提供者:POPE0910
  1. fuzzy_control_inverted_pendulum

    0下载:
  2. 利用fuzzy做倒單擺!!利用e, dot_e,當作兩個輸入,取交集在對輸出值u做砍頭的動作,現做出控制器看輸出有無正確,再用重心法求解,再用Runge-Kutta做疊代更改增益值將會得到不一樣的結果。-Inverted pendulum using fuzzy do!! Use of e, dot_e, as the two inputs, the output value of taking the intersection of the decapitation of the moveme
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-13
    • 文件大小:1684
    • 提供者:POPE0910
  1. duobianxing

    0下载:
  2. acm 多边形函数模型 包括中心 重心等等 及构造-acm polygon function model including center and construction of the center of gravity, etc.
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-29
    • 文件大小:1111
    • 提供者:小兵
  1. Thcation

    0下载:
  2. 云重心评判法在防能力评估中的应用The focus of evaluation in the cloud Operational Evaluation of Air Defense Application-The focus of evaluation in the cloud Operational Evaluation of Air Defense Application
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-02
    • 文件大小:297274
    • 提供者:aidn99
  1. Gcenterblock

    0下载:
  2. 计算图像的重心坐标很好的程序,利用重心法,相信不会让你失望的!-Very good image of the center of gravity coordinates calculation process, the center of gravity method, that will not let you down!
  3. 所属分类:matlab

    • 发布日期:2017-05-03
    • 文件大小:1526345
    • 提供者:韩亚荣
  1. NongLiangZHongXinFa

    0下载:
  2. 利用频谱线的能量重心原理完成对非整周期采样信号的频谱的幅值和相位的校正。(The amplitude and phase correction of the spectrum of the non periodic sampling signal is completed by using the energy barycenter principle of the spectrum line.)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-29
    • 文件大小:1024
    • 提供者:Dreamttt
« 12 3 »
搜珍网 www.dssz.com