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

搜索资源列表

  1. SVD-TLS

    1下载:
  2. 巧妙的运用matlab控件自编程序!很有意思哦!在信号分析领域用途广泛!-clever use of Matlab self control procedures! Very interesting! In the field of signal analysis of a wide range of uses!
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:1743
    • 提供者:Wendy
  1. strassen

    0下载:
  2. 传统方法与Strassen算法相结合的矩阵相乘算法,可以求出任意两个偶数阶矩阵的乘积!本代码简单,精简,非常好!非常巧妙!没用到什么复杂的东西!经测试完全正确!-Strassen with traditional methods based on the combination of matrix multiplication algorithm, can be obtained even arbitrary two-matrix product! The code simple, concis
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:2070
    • 提供者:朱友勇
  1. mofangxxxx

    0下载:
  2. 构造奇数阶魔方的简便方法c++实现.方法独特,很巧妙!-structure of the odd order Cube c simple method to achieve. Unique method, is a clever!
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:5471
    • 提供者:刘华
  1. shm_cache

    0下载:
  2. 朋友的作品,linux下的结构化共享内存,数据结构的设计比较巧妙,学习共享内存和数据结构可参考-friend works, linux under the structure of shared memory, data structures rather clever design. Learning shared memory and data structures can refer to
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:5563
    • 提供者:江健
  1. NMF.zip

    0下载:
  2. 很不错的NMF代码!里面对NMF做了一个非常巧妙的非负限制.,NMF code is very good! NMF done inside of a very clever non-negative constraints.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-26
    • 文件大小:231209
    • 提供者:PLWang
  1. nmfanls_comb

    1下载:
  2. 很不错的NMF代码,里面有对原始NMF的一个非常巧妙的非负限制-NMF is very good code, there are the original NMF a very clever non-negative constraints
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-12
    • 文件大小:1945
    • 提供者:PLWang
  1. Bipartite

    0下载:
  2. 图论*匈牙利算法 的两种实现过程 Matching的巧妙在于队列的进入退出并没有仅仅限于在同一层循环中做到,构思巧妙 其算法思想在《算法设计与分析基础》上可以参阅-Graph theory* Two Hungarian Algorithm realization process ingenious Matching queue entry and exit is not just limited to the same level as the cycle done, the idea
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:3248
    • 提供者:jiangxr
  1. odd

    0下载:
  2. 很高效的判断组合数C(n,k)的奇偶性。 巧妙的使用了位运算。时间复杂度为O(1). 避免使用大数类。-Very efficient to determine the number of combinations C (n, k) parity. Clever use of digital computing. Time complexity is O (1). To avoid the use of large numbers type.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-02
    • 文件大小:841
    • 提供者:方宇浩
  1. chazhi

    0下载:
  2. 拉格朗日插值法只能算是数学意义上的插值,从插值基函数的巧妙选取,已经构造性的证明了插值法的存在性和惟一性-Lagrange interpolation can only be regarded as the mathematical sense of the interpolation, from the clever interpolation basis function selection, has been constructive proof of the existence of t
  3. 所属分类:Algorithm

    • 发布日期:2017-04-12
    • 文件大小:853
    • 提供者:weili
  1. zishiyingsuanshubianma

    0下载:
  2. 用MATLAB编程实现自适应的算术编码,采取巧妙的方法。-Programming with MATLAB adaptive arithmetic coding, to take a clever approach.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-03
    • 文件大小:683
    • 提供者:付明晓
  1. OwnsummaryofthecomputationalgeometrytemplatesACM.r

    0下载:
  2. 自己总结的 计算几何ACM模板 用于常用的计算几何的简单模板题目,包括一些巧妙的公式实现 -Own summary of the ACM template for computational geometry computational geometry commonly used simple template topic, including some clever formula to achieve
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-01
    • 文件大小:38588
    • 提供者:薛亦晨
  1. pi_1

    0下载:
  2. 一个求pi的很巧妙的经典算法 我对对其中的想法深感震惊 所以拿来给朋友们分享-Pi seeking a classical algorithm very clever of them I am deeply shocked by the idea of it were given to friends to share
  3. 所属分类:Data structs

    • 发布日期:2017-03-30
    • 文件大小:4656
    • 提供者:xiang
  1. bcl-1.2.0

    0下载:
  2. RLE又叫Run Length Encoding,是一个针对无损压缩的非常简单的算法。它用重复字节和重复的次数来简单描述来代替重复的字节。尽管简单并且对于通常的压缩非常低效,但它有的时候却非常有用(例如,JPEG就使用它)。 RLE可以使用很多不同的方法。基本压缩库中详细实现的方式是非常有效的一个。一个特殊的标记字节用来指示重复节的开始,而不是对于重复非重复节都coding run。因此非重复节可以有任意长度而不被控制字节打断,除非指定的标记字节出现在非重复节(顶多以两个字节来编码)的稀有情况下
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-03
    • 文件大小:105790
    • 提供者:choi
  1. regiongrowing

    1下载:
  2. 区域生长算法,一个老美写的,算法写的相当巧妙,需要花点时间好好看下。-Region growing algorithm, written by an old America, the algorithm is quite clever to write, take time to properly see next.
  3. 所属分类:matlab

    • 发布日期:2016-05-04
    • 文件大小:55296
    • 提供者:majie
  1. basic-theory-of-electrical

    0下载:
  2. 巧妙理解电气基础理论,对于学习PID入门很有帮助,可以-Basic understanding of electrical theory clever, helpful for learning PID entry, you can see
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-28
    • 文件大小:15751
    • 提供者:王尔
  1. Matlab-Maze-procedure

    0下载:
  2. Matlab迷宫程序 一种很巧妙的迷宫地图生成程序,平且能让你来破解迷宫 -Matlab program a very clever maze maze map generator, flat and allow you to crack the maze
  3. 所属分类:matlab

    • 发布日期:2017-04-06
    • 文件大小:1686
    • 提供者:iishellx
  1. chuantongpca

    0下载:
  2. 传统的pca人脸识别中的matlab算法,人脸前期处理,希望对大家有用- I was born in Liaoning.Liaoning is a beautiful place.There are many places of interest in Liaoning.I was born on September,26th.I am a girl.I like traveling,reading and English.Speaking English is very important.I
  3. 所属分类:matlab

    • 发布日期:2017-04-06
    • 文件大小:1581
    • 提供者:zhongbang
  1. NetCreate

    0下载:
  2. 无线传感器网络考虑边开销的拓扑生成算法 对研究WSN拓扑生成有参考作用,考虑边开销和丢包率。很巧妙,很强大的算法,是学习matlab网络仿真的好材料-Wireless sensor networks that considers the cost of the topology generation algorithm to generate a reference of the role of WSN topology, consider the cost side and the pac
  3. 所属分类:matlab

    • 发布日期:2017-03-25
    • 文件大小:1792
    • 提供者:金鱼
  1. 1

    0下载:
  2. 解决约瑟夫问题的巧妙程序,130行代码搞定!你懂得-Clever procedure to solve the problem of Joseph, 130 lines of code to get! You know
  3. 所属分类:Data structs

    • 发布日期:2017-04-16
    • 文件大小:193955
    • 提供者:weide
  1. danchunxing1

    0下载:
  2. 用优化方法中单纯型的思想,转换为矩阵的变化,巧妙的求解线性和非线性方程组的解 -With optimization method of the type of pure thought for the change of the matrix, conversion, clever to solve the linear and nonlinear equations solution
  3. 所属分类:Algorithm

    • 发布日期:2017-04-05
    • 文件大小:803
    • 提供者:程耀兵
« 12 »
搜珍网 www.dssz.com