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

搜索资源列表

  1. stft.rar

    2下载:
  2. 基于短时傅里叶变换的非平稳信号的时频分析,Based on Short time fourier transform,signal s time-frequecy analysis.
  3. 所属分类:matlab例程

    • 发布日期:2013-04-16
    • 文件大小:1343
    • 提供者:byf
  1. Matlab_Clarke_model.zip

    0下载:
  2. Wireless multipath enviroment for Narrowband channel using Clarke s model ,Wireless multipath enviroment for Narrowband channel using Clarke s model
  3. 所属分类:matlab

    • 发布日期:2017-03-31
    • 文件大小:4310
    • 提供者:Peter Tiong
  1. youhuasheji.rar

    0下载:
  2. 优化设计中常用的 牛顿法 和二次插值法 应用十分广泛 求解凸函数的极值和极值点问题,Commonly used to optimize the design of the Newton' s law and application of quadratic interpolation method for solving a wide range of convex functions and extreme points of the extremal problem
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:810
    • 提供者:王正宇
  1. taile.rar

    0下载:
  2. 计算如下公式,并输出结果: 其中r,s的值是由键盘输入的。Sinx的近似值用泰勒公式计算;计算精度为0.000001 。 运行环境:C-Free ,The following calculation formula, and output results: one of r, s the value is entered by the keyboard. Taylor approximation Sinx formula used 0.000001 accuracy of
  3. 所属分类:Algorithm

    • 发布日期:2017-03-29
    • 文件大小:54812
    • 提供者:零下
  1. succus-s-pid-fuzzy.rar

    5下载:
  2. 模糊PID源程序,C语言编写,内有详细说明,适用于初学者,Fuzzy PID source
  3. 所属分类:AI-NN-PR

    • 发布日期:2015-05-15
    • 文件大小:3503
    • 提供者:廖诚实
  1. code.zip

    0下载:
  2. Matlab based Static Simulator, from Laiho s book for UMTS,Matlab based Static Simulator, from Laiho s book for UMTS
  3. 所属分类:matlab例程

    • 发布日期:2013-11-22
    • 文件大小:314576
    • 提供者:Nicos Stelikos
  1. daluzai-weather-v1.0

    0下载:
  2. 大陆仔天气预报是一个纯JS版的天气预报,调用了新浪的天气预报接口实现。具体功能如下: ● 支持根据用户IP来显示当地的天气预报 (使用了魔镜的 API) ● 支持用户搜索中国和国外城市的天气预报 ● 将能够查询未来两天的天气情况。 -Weather is a pure mainland Tsai JS version of the weather, the weather forecast called Sina interface. Specific func
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-26
    • 文件大小:177583
    • 提供者:郑孟华
  1. TI_FFT

    0下载:
  2. 使用TI公司的fft_lib设计的一个fft算法-use the TI s fft_lib to design the fft algorithm
  3. 所属分类:Algorithm

    • 发布日期:2017-04-10
    • 文件大小:1454277
    • 提供者:yw
  1. PI

    0下载:
  2. 利用布丰投针的思想,用数值随机算法估计计算PI的值。-Buffon' s needle to use for thought, random algorithm is estimated by numerical calculation of the value of PI.
  3. 所属分类:Algorithm

    • 发布日期:2017-03-28
    • 文件大小:7960
    • 提供者:吴凡
  1. Robson

    0下载:
  2. Robson遍历改进版: 这个课程设计的目的是进行一个罗布森遍历. 编写和测试的“修改”罗布森遍历程序使用链表代表的二叉树。 这一修改后的版本与原始的不同之处在于罗布森以一个节点的左指针指向左子树;现在修改版是反向。也就是说,当一个节点的左(右)子树正在走过,它的左(右)指针将指向其右(左)子树。在遍历,当一个节点访问,输出 每个栈的内容,它的右左指针。如此这样处理每个栈内元素。-Robson Traversal Write and test a "modifie
  3. 所属分类:Data structs

    • 发布日期:2017-03-27
    • 文件大小:3099
    • 提供者:hunter
  1. robot

    0下载:
  2. A model for robot in matlab/simulink using an s-function.
  3. 所属分类:matlab

    • 发布日期:2017-03-25
    • 文件大小:9210
    • 提供者:SemperIdem
  1. Ex24PointsGame

    0下载:
  2. 一、前言 24点游戏是一个常见游戏,出题者给出4个整数,要求答题者在指定时间内给出一个四则运算的表达式,恰好用上这这个整数各一次,计算结果为24,超出时间为输。 二、分析 用计算机来算这个题,搜索速度当然有很大优势,我编程喜欢考虑通用一点,不限制输入数量和结果数,甚至不限制运算符数量。这样组合数就很大,如果输入数比较多,则搜索时间会非常长。 我用两个方法来提高搜索速度:一、是大家都能考虑到的重复搜索问题,比如1,2,3和2,3,1所有的组合情况是相同的,我只搜索使用递增序
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-04
    • 文件大小:138706
    • 提供者:xycheng
  1. fangzhen

    0下载:
  2. 一本关于控制系统仿真的书的程序 1、文件夹1中的程序是书中的一些仿真。 2、文件2中的是最近做的预测控制、PID控制及逻辑控制的对比综合研究。 3、文件夹3中是与maltab通信的数据采集板的设计文件。包括串口设计、USB1.1及USB20设计。这是最新的设计资料,很有参考价值。 -About a control system simulation procedure one book, folders, one in the book are a number of proce
  3. 所属分类:matlab

    • 发布日期:2017-05-28
    • 文件大小:11535267
    • 提供者:jlj
  1. zlib-1.2.5

    1下载:
  2. 开源 zlib 库 zlib是提供数据压缩用的函式库,由Jean-loup Gailly与Mark Adler所开发,初版0.9版在1995年5月1日发表。zlib使用DEFLATE算法,最初是为libpng函式库所写的,后来普遍为许多软件所使用。此函式库为自由软件,使用zlib授权。截至2007年3月,zlib是包含在Coverity的美国国土安全部赞助者选择继续审查的开源项目。-Is to provide open source zlib data compression librar
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-22
    • 文件大小:654242
    • 提供者:love
  1. CodeBook

    0下载:
  2. Code MATLAB in S. Theodoridis, A. Pikrakis, K. Koutroumbas, D. Cavouras - Introduction to Pattern Recognition: A MATLAB Approach
  3. 所属分类:matlab

    • 发布日期:2014-10-23
    • 文件大小:1081344
    • 提供者:Jan
  1. rough-set-reduct

    2下载:
  2. 粗糙集中用于数据约简的算法的matlab源代码-Rough set theory for data reduction algorithm matlab source code
  3. 所属分类:matlab例程

    • 发布日期:2012-11-12
    • 文件大小:8692
    • 提供者:lite
  1. TotalOne

    4下载:
  2. 不同蜂窝系统,不同移动台速率的情况下 信道保持时间,驻留时间,切换概率仿真计算-The simulation for multi size cell and multi speed MS s Channel hold time and stay time and the probability of handover
  3. 所属分类:matlab

    • 发布日期:2015-12-17
    • 文件大小:2405
    • 提供者:huang
  1. ReBEL-0.2.7

    1下载:
  2. 给出了kf ekf ukf upf的matlab源程序,通过用户自己修改可以方便的实现各种系统辨识。-Given kf ekf ukf upf the matlab source code through the user' s own can be easily modified to achieve a variety of system identification.
  3. 所属分类:matlab

    • 发布日期:2017-04-09
    • 文件大小:1609330
    • 提供者:许浩
  1. 1

    0下载:
  2. 八皇后最快算法,非常非常神奇……对搜索算法感兴趣的可以看看~-8 Queen' s fastest algorithm, very, very wonderful ... ... interested in the search algorithm can take a look ~
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:1169
    • 提供者:SphinX翔
  1. simulate

    0下载:
  2. 关于RFID的LANDMARC算法与加权计算平均功率的计算-About RFID' s LANDMARC algorithm and the calculation of weighted average power
  3. 所属分类:matlab例程

    • 发布日期:2013-05-26
    • 文件大小:13743
    • 提供者:
« 1 2 ... 40 41 42 43 44 4546 47 48 49 50 »
搜珍网 www.dssz.com