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

搜索资源列表

  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. 8数码A算法

    0下载:
  2. 设计说明:1。数据结构和表示:程序用1、2、3、4分别表示将右、上、左、下的数字块移动到空格之中。采用典型的树+链表结构,每种局面产生一个BoardState类。出于避免走法顺序列表被过多复制的考虑,在树结构中保存局面的继承关系。每种新的局面产生后,引用估值函数产生f的值,再根据大小将其插入链表之中,以便实现“优先展开f值小的节点”。Solve()函数在成功解决问题之后保存一个走法序列供输出并返回零,而失败则返回失败处的节点层数。(具体的判断方法见后文)-Design Notes : 1. Da
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:13600
    • 提供者:陈士骞
  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. DNAreset

    0下载:
  2. DNA限制性图谱的绘制方案程序 %采用改进的穷举法搜索DNA片段排序,data1,data2是传进来的两组数据,由SPDP法中测得 %例如data1=[1 14 12 3 7 8 9 6 11 4 12 3 13 2 5 10] data2=[1 1 2 1 2 2 1 2 3] -restrictive map of the DNA mapping program procedures% of the improved method of exhaustion search DNA f
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:1489
    • 提供者:mmcc
  1. libsvm-mat-2.8-1

    0下载:
  2. libsvm支持向量机,用于识别分类。本程序成功用于虹膜识别的研究。是嵌入matlab的C程序
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:65923
    • 提供者:张顺利
  1. libsvm-mat-2.8-1

    0下载:
  2. 这是关于支撑向量机算法的matlab程序
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:67430
    • 提供者:杨雨茜
  1. 2-8

    0下载:
  2. 在9(3*3)个方格的方阵中填入数字1到N(N>=10)内的某9个数字 每个方格填一个整数,要求相邻两个方格的两个整数之和为质数。 试求所有的解-in 9 (3 * 3) grid matrix to fill out a number of N (Ngt; = 10) of a nine figures each box filled an integral require two adjacent box at the two integral to the quality and n
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1699
    • 提供者:陈杰
  1. libsvm-mat-2.8-1

    0下载:
  2. 人工智能模式识别中基于支持向量机的分类算法在识别领域属于较新的应用-The SVM-based classification algorithm is a kind of new application in the field of artificial intelligence and pattern recognition.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:67430
    • 提供者:rabo
  1. fft.rar

    0下载:
  2. FFT算法的基本原理是把长序列的DFT逐次分解为较短序列的DFT。按照抽取方式的不同可分为DIT-FFT(按时间抽取)和DIF-FFT(按频率抽取)算法。按照蝶形运算的构成不同可分为基2、基4、基8以及任意因子(2n,n为大于1的整数),基2、基4算法较为常用。,FFT algorithm is the basic principle of DFT successive long sequence is broken down into shorter sequences of DFT. In
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-23
    • 文件大小:1353
    • 提供者:李文
  1. gmp-4.1.2.tar

    0下载:
  2. 大数运算库-Treasury operations of large numbers
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-11-08
    • 文件大小:2159329
    • 提供者:站长
  1. EightPuzzle

    0下载:
  2. Solve the 8-puzzle problem using A * algorithme. Input: Program reads start state and goal state and heuristic (N or S) from EightPuzzle.INP file.0 representing blank. There are 2 Heuristic: 1. N: Number of misplaced tiles 2. S: Sum o
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-31
    • 文件大小:1830
    • 提供者:Duc Dung
  1. 1

    0下载:
  2. 计算方法数值方程,用列主元Gauss消去法解释线性方程组Ax=b,其中A=[10E-8 2 3,-1 3.712 4.623,-2 1.072 5.643],b=[1,2,3]-Calculated value equation, the main-element Gauss elimination explanation of linear equations Ax = b, where A = [10E-8 2 3,-1 3.712 4.623,-2 1.072 5.643], b = [1
  3. 所属分类:matlab

    • 发布日期:2017-04-07
    • 文件大小:12018
    • 提供者:张松昌
  1. 2010211307-2-24

    1下载:
  2. 假设稀疏矩阵A和B均以三元组表作为存储结构,试写出矩阵相加(相乘—选做)的算法,另设三元组表C存放结果矩阵。 矩阵相加测试实例: 0 7 0 8 0 2 0 1 0 0 A= 4 0 0 0 5 B= 4 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 6 0 6 0 0 -6 0 处理过程提示: 输入稀疏矩阵A和B 检测A和B能否相加 矩阵相加运算 打印运算结果-Sparse matrix A and B are in
  3. 所属分类:Data structs

    • 发布日期:2016-11-06
    • 文件大小:44032
    • 提供者:李俐贤
  1. New-Text-Document-(2)

    0下载:
  2. he form of the Burgers equation considered here is: du du d^2 u -- + u * -- = nu * ----- dt dx dx^2 for -1.0 < x < +1.0, and 0.0 < t. Initial conditions are u(x,0) = - sin(pi*x). Boundary conditions are u(-1,t) = u(
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:1437
    • 提供者:alicethe
  1. libsvm-mat-2.8-1

    0下载:
  2. 有良好的分类能力,接口函数易用,是一个完整c环境下开发的libsvm,比svm分类效果好。- Have good ability of classification,Interface function is easy to use。Is a complete c environment of development libsvm, SVM classification than effect is good.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-28
    • 文件大小:109913
    • 提供者:apollo
  1. 02

    1下载:
  2. 2.1 傅里叶变换 2.1.1 经典傅里叶变换 2.1.2 傅里叶变换的基本性质 2.1.3 快速傅里叶变换 2.1.4 短时傅里叶变换 2.2 小波分析与多分辨率分析的历史 2.3 小波分析与傅里叶变换的对比 2.4 小波变换 2.4.1 连续小波变换 2.4.2 离散小波变换 2.4.3 高维小波连续变换 2.5 常用小波基函数 2.5.1 小波函数 2.5.2 小波函数系 2.5.3 复数小波 2.6 构造紧支撑正常小波基 2
  3. 所属分类:matlab

    • 发布日期:2017-04-14
    • 文件大小:6583
    • 提供者:changyun
  1. 8-classical-algorithm-c-language

    0下载:
  2. 1.实现将输入的string字符串反序输出。 2.一个数如果恰好等于它的因子之和,这个数就称为"完数"。例如6 = 1+2+3找出10000以内的所有完数。 3.下面程序的功能是将一个4×4的数组进行逆时针旋转90度后输出,要求原始数组的数据随机输入,新数组以4行4列的方式输出 4.编程打印杨辉三角。 5.实现将输入的字符串反序输出 6.实现字符串拷贝函数strcopy(char*src,char* dest) 7.求近似Pi值。可以用公式(如:pi/2 = 1+1/3+
  3. 所属分类:Algorithm

    • 发布日期:2017-04-08
    • 文件大小:471407
    • 提供者:
  1. 2

    0下载:
  2. 输出“魔方矩阵”。所谓魔方阵是指这样的矩阵,它的每一行、每一列和对角线之和均相等。例如,三界魔方阵为 8 1 6 3 5 7 4 9 2 要求输出1 -n*n的自然数构成的魔方阵。-Cube matrix output . The so-called magic matrix is the matrix, which each row, each column and diagonal and are equal. For example, three cube array
  3. 所属分类:Algorithm

    • 发布日期:2017-04-14
    • 文件大小:4764
    • 提供者:亓刚
  1. libsvm-3.1

    0下载:
  2. LIBSVM is an integrated software for support vector classification, (C-SVC, nu-SVC), regression (epsilon-SVR, nu-SVR) and distribution estimation (one-class SVM). It supports multi-class classification. Since version 2.8, it implements an SMO-ty
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-07
    • 文件大小:1322415
    • 提供者:carl2380
  1. gestures-bin (1)

    0下载:
  2. 2.5) Consolidated list of suggested dissertation titles will be communicated to the students in semester 2. 2.6) Then students should apply to register the titles of their dissertation in the prescribed Performa (Annexure VIII) during semester 2.
  3. 所属分类:matlab例程

    • 发布日期:2017-12-30
    • 文件大小:411648
    • 提供者:tsede
« 12 3 4 5 6 7 8 9 10 ... 26 »
搜珍网 www.dssz.com