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

搜索资源列表

  1. AdaptiveHuffman

    1下载:
  2. 自适应huffman编码,即在编/解码过程中根据已编/解码数据来计算各个码字的概率,并动态调整huffman树。包括编码器和解码器。 在vc++.net 2003下开发-adaptive Huffman coding, that is the encoding / decoding process based encoding / decoding data to calculate various code word probability, Dynamic adjustment and
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:13157
    • 提供者:沈宏伟
  1. 8queensProblem

    0下载:
  2. 搜索8皇后问题的第一个解。使用了两种方法:1.普通的回朔法搜索。 2.修改后的搜索(先搜索most contrainted变量的方法) 使用vc++.net 2003开发 -search of a solution. The use of two methods : 1. General Re search Schomburg law. 2. After the revised search (first search contrainted most variable method)
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:5503
    • 提供者:沈宏伟
  1. Work-2-1

    0下载:
  2. 从N个无序数据中找K个最大值的快速算法; 数据挖掘课程作业。-disorder from the N data for the maximum K-fast algorithm; Data mining operations courses.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:137988
    • 提供者:Bob
  1. toolbox_wavelets

    1下载:
  2. 我找到的matlab的最新工具箱,能解决很多问题,由于内容很杂,有这方面需要的朋友不妨下载看看,仔细研究一下,或许有新的发现-I find the latest Matlab Toolbox can solve many problems, since the content is very complicated, and a need of a friend may wish to download look carefully, there may be a new discovery
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:183607
    • 提供者:sun
  1. wavelet_tour

    0下载:
  2. 我又找到的一个matlab的最新工具箱,能解决很多问题,由于内容很杂,有这方面需要的朋友不妨下载看看,仔细研究一下,或许有新的发现-I found one of the latest Matlab Toolbox can solve many problems, since the content is very complicated, and a need of a friend may wish to download look carefully, there may be a new
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:2636750
    • 提供者:sun
  1. DBSCANCode

    0下载:
  2. DBSCAN源代码,是一种典型的基于密度的聚类算法-DBSCAN source code, is a typical example of the density-based clustering algorithm
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:9464
    • 提供者:龙卑鄙
  1. CustomCollectionDemo

    0下载:
  2. CustomCollectionDemo完整原程序代码-CustomCollectionDemo integrity of the original code
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:68734
    • 提供者:柏世强
  1. CreateHashCode

    0下载:
  2. CreateHashCode完整代码-CreateHashCode integrity code
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:65367
    • 提供者:柏世强
  1. anndemo

    0下载:
  2. 这是一个神经网络开发包。目录ann下是专门针对神经网络的代码,外部目录是一些公用的代码,与神经网络无关,但是神经网络的代码用到了它们。 ann目录下有一个目录demo,里面存放了一些示例程序,请参照它们进行编程。 ann/prj/vs7下是编译整个库的Visual Stdudio 2003工程文件 该开发包为http://www.aiport.net分发,详细帮助和最新资料请登陆该网站查看。-This is a neural network development ki
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:99399
    • 提供者:忍者
  1. Huffman 算法的不同实现

    0下载:
  2. ---- Huffman 算法的不同实现 本目录下的程序用8种不同的方式实现了Huffman编码算法,这8种方式分别是 * huffman_a 使用链表结构生成Huffman树的算法,这是最基本的实现方法,效率最低。 * huffman_b 使用《数据结构》(严蔚敏,吴伟民,1997,C语言版)中给出的算法,将二叉树存放在连续空间里(静态链表),空间的每个结点内仍有左子树、右子树、双亲等指针。 * huffman_c 使用Canonical
  3. 所属分类:密码/编码算法

    • 发布日期:2010-07-01
    • 文件大小:32702
    • 提供者:ray
  1. Huffman(UsingC++)

    0下载:
  2. 本程序使用8种不同的方式实现了Huffman编码算法,使用Visual Studio .NET(建议使用VS .NET 2003或以上版本)打开Huffman.sln,编译生成并运行huffman.exe即可。-the procedures used eight different ways to achieve the Huffman coding algorithm, use Visual Studio.NET (recommended VS.NET 2003 or later) with
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:67550
    • 提供者:林铭
  1. qrot3d

    0下载:
  2. 四元数实现的三维空间的表达形式,具有表达式简单,运算精度高,占有存储空间小等优点。-quaternion achieve the three-dimensional space of expression, the expression is simple, high precision computing, possession of small storage space advantages.
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:69683
    • 提供者:sea
  1. Select

    0下载:
  2. 这是实现树的选择方法,这里只有头文件。 如果需要具体源文件的话,请联系我。-This is the choice of trees, only here the first document. If the specific needs of the source document, then please contact me.
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1145798
    • 提供者:Roger
  1. Floyd-A

    0下载:
  2. Floyd最短路径算法的VC7.0试验成功!可以计算2点间的最短路径。-Floyd shortest path algorithm VC7.0 success of the test! 2:00 calculating the shortest path.
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:7582
    • 提供者:蒋林
  1. SimpleRPN

    0下载:
  2. 使用c#实现的可以将任意数学表达式计算得到相应结果-use of the c # can be arbitrary mathematical formulas calculated corresponding results
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:2288
    • 提供者:工厂
  1. bpso

    0下载:
  2. 用C#编写的基本微粒群算法的源程序代码,非常使用方便!-C# prepared in basic particle swarm algorithm source code is very easy to use!
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:7894
    • 提供者:阿科
  1. spso1

    0下载:
  2. 用c#编写的随机微粒群算法的源程序代码,希望对大家有所帮助!-prepared using random particle swarm algorithm source code, we want to help!
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:10104
    • 提供者:阿科
  1. lifaguan

    0下载:
  2. 数据结构作业.用C语言写的模拟理发馆理发排队队列问题.-data structure operations. Written in C language simulation barber's shop barber queue problem.
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:31121
    • 提供者:bluesky
  1. Priest_WildMan

    0下载:
  2. 人工智能中一个关于野人过河的小程序-AI Savage cross the river on a small procedure
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:41521
    • 提供者:米虫
  1. binToHex

    0下载:
  2. 二进制文件值转换为文本文件-binary files are converted to text files
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:8417
    • 提供者:张仙
« 1 2 3 4 5 67 8 9 10 11 ... 50 »
搜珍网 www.dssz.com