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

搜索资源列表

  1. piecewise_eval

    0下载:
  2. LINEINTRGAL Line Integral in a 2D Vector Field. LINEINTRGAL(X,Y,U,V,C) computes the line integral along the lines given in cell array C. X and Y define the coordinates of a rectangular grid over which U and V are defined. X and Y must be monoto
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:1.53kb
    • 提供者:左贤君
  1. zlib-1.2.3

    0下载:
  2. We often get questions about how the deflate() and inflate() functions should be used. Users wonder when they should provide more input, when they should use more output, what to do with a Z_BUF_ERROR, how to make sure the process terminates properly
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:594.33kb
    • 提供者:ylin_v
  1. klt-dct.rar

    1下载:
  2. klt经典程序,可以在matlab里面直接运行,KLT classical procedures, can be run directly in matlab
  3. 所属分类:压缩解压

    • 发布日期:2013-01-15
    • 文件大小:61.98kb
    • 提供者:yujufeng
  1. FFT

    2下载:
  2. // 入口参数: // l: l = 0, 傅立叶变换 l = 1, 逆傅立叶变换 // il: il = 0,不计算傅立叶变换或逆变换模和幅角;il = 1,计算模和幅角 // n: 输入的点数,为偶数,一般为32,64,128,...,1024等 // k: 满足n=2^k(k>0),实质上k是n个采样数据可以分解为偶次幂和奇次幂的次数 // pr[]: l=0时,存放N点采样数据的实部 // l=1时, 存放傅立叶变换的N个实部 // pi
  3. 所属分类:数学计算/工程计算

    • 发布日期:2017-03-29
    • 文件大小:1.24kb
    • 提供者:bluefeifei
  1. weina-matlab

    2下载:
  2. 改进的维纳滤波的matlab代码 .m文件 直接运行-Improved Wiener filter matlab code. M files directly run
  3. 所属分类:matlab

    • 发布日期:2017-04-08
    • 文件大小:928byte
    • 提供者:zp_ff
  1. constellation_qam

    0下载:
  2. This m file shows constellation for MQAM.
  3. 所属分类:matlab

    • 发布日期:2017-04-10
    • 文件大小:1.47kb
    • 提供者:Rizwan
  1. IndoorlocationTrackingUsingRSSIReadingsfromasingle

    0下载:
  2. 通过单一的Wi-Fi接入点的信号强度来判断移动物体的位置。比较新的一篇文章。用了蒙特卡罗抽样的办法-Monte Carlo Sampling Method-来估计位置。-This paper describes research towards a system for locating wireless nodes in a home environment requiring merely a single access point. The only sensor reading
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-24
    • 文件大小:442.09kb
    • 提供者:weihuagao
  1. GreedySelector

    0下载:
  2. 设有n个活动的集合E={1,2,…,n},其中每个活动都要求使用同一资源,如演讲会场等,而在同一时间内只有一个活动能使用这一资源。每个活动i都有一个要求使用该资源的起始时间si和一个结束时间fi,且si <fi 。如果选择了活动i,则它在半开时间区间[si, fi)内占用资源。若区间[si, fi)与区间[sj, fj)不相交,则称活动i与活动j是相容的。也就是说,当si≥fj或sj≥fi时,活动i与活动j相容。-With n-set of the activities of E = (1
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:884byte
    • 提供者:lily
  1. fi

    0下载:
  2. I am very interest in do the research in the field of VLSI
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-28
    • 文件大小:2.73kb
    • 提供者:gopal
  1. coseno_calculus.m

    0下载:
  2. scr ipt to show the fist 32 samples of y=cos(w0*n+fi) for a fixed phase and a w0(angular frec) 0,pi/4,pi/2,3*pi/4 by actinio --vjgonzalezg@gmail.com--
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:1010byte
    • 提供者:actinio
  1. crc

    0下载:
  2. Informatiile schimbate intre diferite sisteme sunt codificate, pentru a realiza adaptarea statistica a sursei la canalul de comunicatie. Canalul de comunicatie poate fi afectat sau nu de perturbatii.Un canal neperturbat ar corespunde -
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-24
    • 文件大小:9.48kb
    • 提供者:negruta
  1. aaa

    0下载:
  2. 对任意给定的图(顶点数不小于20,边数不少于30,图的类型可以是有向图、无向图、有向网、无向网),能够输入图的顶点和边(或弧)的信息,并存储到相应存储结构(邻接矩阵、邻接表、十字链表、邻接多重表,任选其中两种类型),对自己所创建的图完成以下操作: 对无向图求每个顶点的度,或对有向图求每个顶点的入度和出度(5分) 完成插入顶点和边(或弧)的功能(5分) 完成删除顶点和边(或弧)的功能(5分) 两种存储结构的转换(5分),如果其中一种存储结构为十字链表或邻接多重表则增加5分。
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:6.93kb
    • 提供者:狂孙
  1. fish

    0下载:
  2. 2008IOI(国际奥林匹克信息学竞赛)之 鱼(题目、源码)-International Olympiad In Informatics 2008---Fish
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-16
    • 文件大小:56.45kb
    • 提供者:万华通
  1. C_programming_language_pattern_fill

    0下载:
  2. C编程图案填充的文字C programming language pattern fi-C programming language pattern fill
  3. 所属分类:matlab

    • 发布日期:2017-04-08
    • 文件大小:8.61kb
    • 提供者:awx
  1. MatlabUserManualSignalFiltering

    0下载:
  2. User Manual for STABLE 5.1-This manual gives information about the STABLE library, which computes basic quantities for univariate stable distributions: densities, cumulative distribution functions, quantiles, and simulation. Statistical routines
  3. 所属分类:matlab

    • 发布日期:2017-04-08
    • 文件大小:453.62kb
    • 提供者:陈鹏
  1. Hierachical-Multiscale-LBP

    0下载:
  2. emoCode.m shows how to extract hierarchical multiscale LBP features. GetMultiscaleLBP.m gets hierarchical multiscale LBP histogram for a given image distMATChiSquare.m computes the dissimilarity between training samples and a test sample
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:60.67kb
    • 提供者:khadidja
  1. chainfractions

    0下载:
  2. kolejne przyblizenia liczby fi za pomoca chain fractions i reduktow
  3. 所属分类:Algorithm

    • 发布日期:2017-04-13
    • 文件大小:2.24kb
    • 提供者:Joanna
  1. pgpi

    0下载:
  2. PGPI(NUM,DEN,W,FI,A) plots the stability boundary locus L(KP,KI,W)in the (KP,KI)-plane for an LTI system with transfer function defined by its NUM, DEN coefficients and driven by a PI controller with transfer function, C(s)=kp+(ki/s). Frequency (W) g
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:1.59kb
    • 提供者:daj
  1. parameter_Jakes

    0下载:
  2. 确定离散多普勒频移(fi,n)、多普勒系数(Ci,n)、多普勒相移(@i,n):适用于仿真经典功率谱的情况。-failed to translate
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:751byte
    • 提供者:
  1. soft1000-mls

    1下载:
  2. FIRA机器人足球比赛,功能齐全,尤其是进攻方面比较好,参加比赛的选手可以-FIRA robot soccer, the function is all ready, especially the offensive is better, participate in the competition of player can have a look
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-10
    • 文件大小:2.09mb
    • 提供者:
« 12 »
搜珍网 www.dssz.com