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

搜索资源列表

  1. No list SPIHT.rar

    0下载:
  2. 所属分类:压缩解压

    • 发布日期:
    • 文件大小:2352
    • 提供者:
  1. BDFS

    0下载:
  2. 用邻接表表示无向图的深度优先搜索遍历 有助于大家理解图的优先遍历问题-adjoining table with no plans to the depth-first search traverse help you understand the plans of the priority issues Traversing
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1181
    • 提供者:ps
  1. MyKmeans

    0下载:
  2. 实现聚类K均值算法: K均值算法:给定类的个数K,将n个对象分到K个类中去,使得类内对象之间的相似性最大,而类之间的相似性最小。 缺点:产生类的大小相差不会很大,对于脏数据很敏感。 改进的算法:k—medoids 方法。这儿选取一个对象叫做mediod来代替上面的中心 的作用,这样的一个medoid就标识了这个类。步骤: 1,任意选取K个对象作为medoids(O1,O2,…Oi…Ok)。 以下是循环的: 2,将余下的对象分到各个类中去(根据与medoid最相近的原则); 3,对于每个类(Oi)
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:1378
    • 提供者:阿兜
  1. c小应用

    0下载:
  2. 题目:有1、2、3、4个数字,能组成多少个互不相同且无重复数字的三位数?都是多少? 1.程序分析:可填在百位、十位、个位的数字都是1、2、3、4。组成所有的排列后再去掉不满足条件的排列。 2.程序源代码:-topic : 1,2,3,4 figures, the number can be formed with each other with no repeat of the triple-digit figures? How many are? 1. Program Analysis : c
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:5539
    • 提供者:镝钦
  1. 实验2-插值与拟合

    1下载:
  2. 1、掌握用MATLAB计算拉格朗日、分段线性、三次样条三种插值的方法,改变节点的数目,对三种插值结果进行初步分析。 2、掌握用MATLAB作线性最小二乘的方法。 3、通过实例学习如何用插值方法与拟合方法解决实际问题,注意二者的联系和区别。-1. Grasp by matlab calculating Lagrange, segement linear, 3rd order spline these 3 interpolation method. Analisize the 3 interpola
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:120373
    • 提供者:葛林
  1. 求解约瑟夫问题

    2下载:
  2. 求解约瑟夫问题。设有n个人围成一个圆圈坐下,对所有围从的人从某个位置开始编号为1,2,3,……,n,从编号为1的人开始报数1,报数依交进行,报数n的人即出列,下一个人从1开始报数,再报数m的人便是第二个出列的人如此重复下去,直到最后一个人出列为止,于是便得到一个出列的顺序,这称之为约瑟夫(Josephu)问题。-solving problems. N individuals have formed a circle to sit down, all right Wai from the star
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:8027
    • 提供者:葛林
  1. 最短距离问题

    0下载:
  2. 求解网络中的最短路径。假设某个计算机网络有n个站点,依次编号为1,2,…,n;有的站点之间有直接的线路连接(即这两个站点之间没有其它站点),有的站点之间没有直接的线路连接。如果用三元组(i,j,f)来表示该网络中的站点I和站点j之间有直接的线路连接且它们之间的距离为f 当已知该网络各站点之间的直接连接情况由m个三元组(i1,j1,f1),(i2,j2,f2),…,(im,jm,fm)确定时,要求计算出对于网络中任意一个站点g(1≤g≤n)到其余各站点的最短距离。-the shortest pat
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:10120
    • 提供者:葛林
  1. (1)

    0下载:
  2. 1、 用随机数生成的方式(要求用户输入随机数)产生一个迷宫:“1”表示墙,“0”表示路,最后的路径用“8”表示,若没有路径则打印报文,若有路径则打印出路径。 2、 通过堆栈及判断实现迷宫的自动寻找路径功能 -1, the random number generator of (requiring user input random number) produces a maze : "a" Wall said, "0" Lu said, the f
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:38460
    • 提供者:毅君
  1. 2296_Regression

    0下载:
  2. Polynomial fit functions === === RegressionObject.cls contains a class that provides an easy way to add polynomial regression functionality to any application. If you just want linear regression or a very high degree, no matter: this class ha
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:5122
    • 提供者:qiao
  1. FASBIR

    0下载:
  2. Descr iption: FASBIR(Filtered Attribute Subspace based Bagging with Injected Randomness) is a variant of Bagging algorithm, whose purpose is to improve accuracy of local learners, such as kNN, through multi-model perturbing ensemble. Reference:
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:103787
    • 提供者:修宇
  1. no-doolittle

    0下载:
  2. 用doolittle分解法(非选主元)解用户输入的线性方程组。若无法解,将提示用选主元的doolittle分解法(见另一上传文件)解方程-with doolittle decomposition (non-elected PCA) user input solutions of linear equations. If there is no solution, the election will be prompted to use the PCA doolittle decompositio
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:46295
    • 提供者:lowneey
  1. libnxml-no-curl-2007-07-01ok

    0下载:
  2. libnxml-no-curl-简化版2007-07-01,一个别很不错的XML生成和解析程序。
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1350939
    • 提供者:招其良
  1. no-diversity

    0下载:
  2. running simulation for no diversity system in fading rayleigh channel with jakes method
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:2560
    • 提供者:Andang
  1. no-scanning-lader-matlab-simulink

    1下载:
  2. 非扫描激光雷达 matlab simulink-no-scanning lader matlab simulink
  3. 所属分类:matlab

    • 发布日期:2017-03-27
    • 文件大小:5963
    • 提供者:安照轩
  1. alamouti-vs-no-diversity-vs-mrc

    1下载:
  2. alamouti方案的误比特率仿真 包含无分集,发射分集(2Tx, 1Rx),发射分集(2Tx, 2Rx),MRC接收分集 (1Tx, 2Rx)的误比特率曲线 在matlab r2010b 中已运行通过。-alamouti program the mistakenly bit rate simulation contains no diversity transmitter sub-sets (2Tx, 1Rx) emission sub-set (2Tx, 2Rx) MRC
  3. 所属分类:matlab

    • 发布日期:2017-11-06
    • 文件大小:9233
    • 提供者:吴晓辰
  1. NO-LIMIT

    0下载:
  2. 这是一个不错的二叉树 里面含有层次遍历,先序遍历 中序遍历 后序遍历等算法,很值得我们参考学习交流 NO limit 老王-This is a good binary tree which contains a level traversal, preorder traversal preorder traversal preorder traversal algorithms, it is worthy of our reference learning exchanges NO limi
  3. 所属分类:Data structs

    • 发布日期:2017-11-14
    • 文件大小:2373
    • 提供者:Marty
  1. no-load-test

    1下载:
  2. 同步电机空载情况下启动的仿真模型,可对同步电机空载时的工作状态进行分析。-Simulation model of the synchronous motor load cases initiated, the state can work synchronous motor no-load analysis.
  3. 所属分类:matlab

    • 发布日期:2014-05-28
    • 文件大小:9216
    • 提供者:CAI RAN
  1. no-line-equation-solve

    0下载:
  2. 非线性方程组的BFGS解法。该方法可有效求解非线性方程组,是目前公认的最好的拟牛顿方法-no-line equations solv
  3. 所属分类:Algorithm

    • 发布日期:2017-04-14
    • 文件大小:3761
    • 提供者:贾可可
  1. a path with a distance of K and no loop

    0下载:
  2. 求无向图任意两个顶点是否存在距离为k且不含回路的路径(Whether any two vertex of an undirected graph has a path with a distance of K and no loop)
  3. 所属分类:数据结构

    • 发布日期:2018-01-08
    • 文件大小:11264
    • 提供者:赵氏天儿
  1. 基于欧氏距离的yes和no的语音识别

    1下载:
  2. 基于欧氏距离的yes和no的语音识别,matlab,时域、频域,数字信号处理。可以直接录音也可以读取音频文件
  3. 所属分类:matlab例程

« 12 3 4 5 6 7 8 9 10 ... 50 »
搜珍网 www.dssz.com