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

搜索资源列表

  1. 灰色预测模型GM(1,n)模型的matlab源代码

    37下载:
  2. 灰色预测模型GM(1,n)模型的matlab源代码,包括预测模型的建立,以及模型的精度检验指标c,p的计算,Grey prediction model GM (1, n) model matlab source code, including the prediction model and the precision test indicators c, p calculation
  3. 所属分类:matlab例程

    • 发布日期:2014-04-02
    • 文件大小:1325
    • 提供者:冯钊
  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. geometry-1.5.source.tar

    0下载:
  2. 一个强大的开源的计算几何算法库,全称是: 提供了诸如:2D凸包,3D凸包,三角化等等著名的计算几何经典算法。库是基于C++的。 -(I plan to dedicate every edition of this software to someone famous who has influenced computers, mathematics, or science.) Version 1.0 of Geometry is dedicated to the father of A
  3. 所属分类:Algorithm

    • 发布日期:2017-03-22
    • 文件大小:12173
    • 提供者:wang
  1. FullBNT-1.0.4

    0下载:
  2. 贝叶斯网络的matlab实现。可以创建贝叶斯网络、训练模型,以及实现统计推理。这里是最新的1.0.4版-Bayesian networks to achieve matlab. Bayesian networks can be created, the training model, and the achievement of statistical inference. Here is the latest version 1.0.4
  3. 所属分类:matlab

    • 发布日期:2017-04-09
    • 文件大小:2481110
    • 提供者:roland
  1. G.984.1-200303

    0下载:
  2. GPON 标准 GPON ITU 标准 G984.1-2003 -GPON ITU standard G984.1-2003
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:268038
    • 提供者:laiyang
  1. OpenFVM-v1.1

    1下载:
  2. OpenFVM-v1.1 open source cfd code
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-24
    • 文件大小:270295
    • 提供者:bailiu
  1. 0-1-knapsack-problem

    0下载:
  2. 模拟退火解决0-1背包问题,初学者可以借鉴-Simulated annealing to solve 0-1 knapsack problem, beginners can learn from
  3. 所属分类:matlab

    • 发布日期:2017-04-14
    • 文件大小:4217
    • 提供者:马贺
  1. 5.6.1

    0下载:
  2. 1、二叉树的创建和遍历演示 1)从键盘输入二叉树的各结点值,按先序递归方式创建二叉树 2)分别实现先序、中序、后序递归遍历二叉树 3)输出二叉树的按层次遍历序列 4)输出二叉树的中序非递归遍历下的结点访问次序-1, binary tree traversal of the creation and demonstration of 1) from the keyboard input of the binary tree node value, according to firs
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:1752
    • 提供者:赖毅
  1. xvidcore-1.0.3

    0下载:
  2. xvidcore-1.0.3 vc6工程-xvidcore-1.0.3 vc6
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-09
    • 文件大小:1782152
    • 提供者:谢旭明
  1. SSMULT-2.0.1.tar

    0下载:
  2. 实现两个稀疏矩阵相乘(效率高于早期的Matlab自带的程序),Matlab编程 -SSMULT is a simple stand-alone MATLAB mexFunction that computes C=A*B where both A and B are sparse. It is typically faster and always uses less memory than C=A*B in MATLAB 7.4 (or earlier). Works on MATLAB
  3. 所属分类:matlab

    • 发布日期:2017-03-22
    • 文件大小:304993
    • 提供者:SSMULT
  1. Y_FCMC_Ver.1.04

    0下载:
  2. README file for Yashil s FCM Clustering MATLAB (Y_FCMC) Toolbox Ver. 1.04 ------------------------------------------------------------------------- This MATLAB Toolbox contains M-files for the following clustering algorithms 1. Fuzzy C-Means
  3. 所属分类:matlab

    • 发布日期:2017-03-22
    • 文件大小:22402
    • 提供者:Yashil
  1. Algorithms.in.C.Parts.1-4.Fundamentals.Data.Struct

    2下载:
  2. 经典算法书(中文版).《C算法》介绍了当今最重要的算法,共分3卷,本书是第1卷。第1卷分4部分、共16章。第一部分“基础知识”(第1~2章)介绍了基本算法分析原理。第二部分“数据结构”(第3~5章)讲解算法分析中必须掌握的数据结构知识。主要包括基本数据结构、抽象数据结构、递归和树。第三部分“排序”(第6~11章)按章节顺序分别讨论了基本排序方法(如选择排序、插入排序、冒泡排序、希尔排序等)、快速排序方法,归并和归并排序方法、优先队列与堆排序方法、基数排序方法以及特殊目的排序方法,并比较了各种排序
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-06-12
    • 文件大小:19883343
    • 提供者:wang
  1. zlib-1.2.3

    0下载:
  2. zlib 最新的1.2.3库,包括源代码-zlib library 1.2.3
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-22
    • 文件大小:790178
    • 提供者:曾海
  1. 1.8kbpsMELP

    1下载:
  2. 1800bps MELP语音编解码C++源程序-1.8 kbps MELP coder
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-02
    • 文件大小:78625
    • 提供者:黄宗扬
  1. G.723.1

    1下载:
  2. G723.1语音压缩编码功能的matlab实现-G723.1 speech compression coding function matlab implementation
  3. 所属分类:matlab

    • 发布日期:2017-04-09
    • 文件大小:1160871
    • 提供者:范红玉
  1. -matlab-DIPUM-Toolbax-V1.1.3

    0下载:
  2. 冈萨雷斯数字图像处理matlab版源码DIPUM Toolbax V1.1.3-Gonzalez source digital image processing matlab version DIPUM Toolbax V1.1.3
  3. 所属分类:matlab

    • 发布日期:2017-03-23
    • 文件大小:170704
    • 提供者:朱晓
  1. Exe-1-icar

    0下载:
  2. Exercise 1 SSD5 Visual C++ right answer and code for exe1 with handout files
  3. 所属分类:Data structs

    • 发布日期:2017-03-24
    • 文件大小:86604
    • 提供者:
  1. psat-2.1.6-oct

    0下载:
  2. 电力系统分析软件最新版本psat2.1.6,可以进行各种计算仿真-power flow analysis psat2.1.6
  3. 所属分类:matlab

    • 发布日期:2017-04-09
    • 文件大小:1784267
    • 提供者:阳光
  1. MATLAB7.1-yichuansuanfa[matlab]

    0下载:
  2. MATLAB7.1的关于遗传算法的所有源程序详解-MATLAB7.1 on all the source code Detailed genetic algorithm
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-24
    • 文件大小:111920
    • 提供者:王勋
  1. matpower4.1

    0下载:
  2. 基于MATLAB的电力系统分析工具箱Matpower 4.1版本-MATLAB based Power system analysis toolbox--- Matpower version:4.1
  3. 所属分类:matlab

    • 发布日期:2017-05-15
    • 文件大小:3649806
    • 提供者:康泰峰
« 12 3 4 5 6 7 8 9 10 ... 50 »
搜珍网 www.dssz.com