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

资源列表

« 1 2 ... .08 .09 .10 .11 .12 25013.14 .15 .16 .17 .18 ... 28278 »
  1. PLS_Toolbox_42_installer.rar

    8下载:
  2. PLS功能,MATLAB工具箱 直接安装。,PLS functions, MATLAB Toolbox install directly.
  3. 所属分类:matlab例程

    • 发布日期:2014-03-31
    • 文件大小:14.45mb
    • 提供者:zhuweibin
  1. arith-n.zip

    0下载:
  2. Arith-N 是可以在命令行指定阶数的 N 阶上下文自适应算术编码通用压缩、解压缩程序,由于是用作教程示例,为清晰起见,在某些地方并没有刻意进行效率上的优化。由王笨笨大侠提供,Arith-N is specified in the command-line order of the N-order context adaptive arithmetic coding common compression, decompression procedures, because it is used
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-11-08
    • 文件大小:12.31kb
    • 提供者:王丛知
  1. TRMM

    0下载:
  2. TRMM数据读取,v6 版本对应每3个小时的降雨量等信息都有明确的提示-TRMM data read, v6 version of the corresponding precipitation every 3 hours of tips and other information are clearly
  3. 所属分类:Algorithm

    • 发布日期:2017-04-09
    • 文件大小:1.07mb
    • 提供者:好帅
  1. 四则运算的计算器源码

    1下载:
  2. C语言编程,用Visual C编程,接受用户输入的一个四则运算表达式,输出其结果。例如用户输入表达式(5‐1/5)*5,则输出结果24.00,输出时精确到小数点后两位-C language programming, using Visual C programming, to accept user input of a four operational expression, the output results. For example, the user enters the expres
  3. 所属分类:数学计算/工程计算

    • 发布日期:2012-11-27
    • 文件大小:410kb
    • 提供者:王南
  1. Dijkstra

    0下载:
  2. 这个例程,会在多条相同最短路径中选出边数最少的路径.只是改变path域即可在遍历的时候访问到边数少的路径.核心的思想,就是建立一个数组,存放从出发点到当前顶点的最短路径边数.通过每次查看最短路径相同的情况, 即dv + cvw = dw.时,如果 Count[v] + 1 < Count[w]时,就执行 Count[w] = Count[v] + 1, 同时 w -> path = c.-This routine will be the same number of shortest
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:885byte
    • 提供者:php0
  1. Matlab-for-Copula

    21下载:
  2. 至今最全的Copula函数计算程序,包含参数估计、模型检验、随机模拟等-Copula function has the most complete computer program, including parameter estimation, model checking, stochastic simulation, etc.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2012-10-28
    • 文件大小:142.4kb
    • 提供者:闫宝伟
  1. kthread_create

    0下载:
  2. 该函数创建,但并不启动线程,创建完后要通过wake_up_process启动-This function creates, but does not start the thread, create after start through wake_up_process
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:2.59kb
    • 提供者:pxxxb
  1. face_recognition_LTPPTBSM

    0下载:
  2. 基于local ternary pattern feature 和 distance transform-based similarity metric 相结合的人脸方法识别技术研究-combining the local ternary pattern feature and distance transform-based similarity metric method for robust face recognition.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-27
    • 文件大小:42.61kb
    • 提供者:liu
  1. sliding

    0下载:
  2. 求出sliding window的最大最小值-n array of size n ≤ 106 is given to you. There is a sliding window of size k which is moving from the very left of the array to the very right. You can only see the k numbers in the window. Each time the sliding window moves ri
  3. 所属分类:STL

    • 发布日期:2017-03-30
    • 文件大小:582byte
    • 提供者:ben
  1. lteScheduler

    0下载:
  2. 3GPP LTE上行虚拟MIMO中的一种调度算法源程序代码-3GPP LTE uplink virtual MIMO scheduling algorithm in a source code
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:2.17kb
    • 提供者:Aisenxi
  1. x264_dm6446_ccs

    0下载:
  2. CCS3.3环境软仿真dm6446下X264编码的程序,可直接运行,由于foreman_cif.yuv原始图像数据较大,没有放在里面,请在网上自己下载,下载后放在同一个目录下就可以编译运行。-CCS3.3 environment simulation dm6446 software code under the X264 program, can be run directly, as foreman_cif.yuv larger original image data, not on the
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-10
    • 文件大小:1.58mb
    • 提供者:xwl
  1. IO

    4下载:
  2. 控制安捷伦矢量信号源,在本地计算机上产生一个信号然后传入信号源,本代码含若干练习性的源代码,结合自己大量的调试经验,在signal1.m中对初学者甚至经常使用的用户极易犯得错误进行了详细标注,-Matlab generate data in the waveform file, downloaded to the Agilent signal sources. By reading it, you will get a lot.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-23
    • 文件大小:162.29kb
    • 提供者:ad
« 1 2 ... .08 .09 .10 .11 .12 25013.14 .15 .16 .17 .18 ... 28278 »
搜珍网 www.dssz.com

浏览历史记录

关闭