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

搜索资源列表

  1. BasicLoadBmp

    0下载:
  2. VC编写的基本读图文件,有完整的工程文件-VC interpret drawings prepared by the basic documents, a complete engineering documents
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:12.06kb
    • 提供者:肖艳
  1. digit15

    0下载:
  2. 一个解决15数码的问题,里面有个读文件的函数,需要自己编一个矩阵文件。-a solution to the digital issue, which has a reading of the document function, it needs its own part of a matrix document.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:1.87kb
    • 提供者:吴凡
  1. digit8_dfs

    0下载:
  2. 8数码问题深度遍历解法,里面有一个读文件的说明,请自己写一个矩阵文件让程序读入即可。-eight digital depth Traversal Solution to the problem, and they read a paper, please write their own documents for a matrix procedure can be read.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:2.02kb
    • 提供者:吴凡
  1. FI565

    0下载:
  2. 内附两个源代码,其中一个源代码是识别程序的,另一个是一个矩阵类库的,所以一并附上。 ~..~因为已经保存了训练好的网络权值,所以第一次使用识别程序时,可以直接运行\\\\Release目录下的可执行文件,然后对图片目录中的测试图片进行读入、识别。 当然读者也可以自行用训练样本训练网络,不过要特别注意训练样本的选择,否则可能造成识别率很低。训练样本选择的原则是,尽可能的有代表性,在训练时间不至于太长的情况下,训练样本数目尽量多。 -containing 2 source code,
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:534.99kb
    • 提供者:wenwen
  1. recognize

    0下载:
  2. 本代码是基于神经网络的文字识别系统,目录主要包括:文档和两个源代 其中源代码是识别程序的,另一个是矩阵类库的。 已经保存了训练好的网络权值,所以第一次使用识别程序时,可以直接运行Release目录下的可执行文件,然后对图片目录中的测试图片进行读入、识别。当然也可以自行用训练样本训练网络,不过要注意训练样本的选择,否则可能识别率很低。训练样本选择的原则是,尽可能的有代表性,在训练时间不至于太长的情况下训练样本数目尽量多。
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:81.84kb
    • 提供者:spurs
  1. NeuroNet_BP

    0下载:
  2. BP神经网络的内核,结点,权值可以从文件读入并修改,不过没有界面,将就着参考下啊
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:11.34kb
    • 提供者:wrk
  1. Alpha_Beta

    0下载:
  2. Alpha_Beta剪枝程序,博弈树以.txt文件读入,含文件格式示例。
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:2.66kb
    • 提供者:zhouyl
  1. TSP.rar

    0下载:
  2. 模拟退火算法解决旅行商问题,从文件读入城市信息,Simulated annealing algorithm to solve traveling salesman problem, reading from the file information into the city
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-02
    • 文件大小:7.08kb
    • 提供者:肖佩瑶
  1. svmclass

    2下载:
  2. 本代码是实现支持向量机的源码,用VC++实现,如果不懂请读里面的文件说明-This code is to achieve source Support Vector Machine with VC++ Achieve, if not understand, please read the documentation inside
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-10
    • 文件大小:633.21kb
    • 提供者:王刚
  1. SimulatedAnnealing

    0下载:
  2. 模拟退火算法解旅行商问题,读入的文件描述城市的位置,采用康立山等人的方法,能以较大的概率接触最优解-Simulated annealing algorithm traveling salesman problem, read the document describes the city s location, KANG Li-shan, who adopted the method, to a greater probability of exposure to the optimal sol
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-07
    • 文件大小:1.56kb
    • 提供者:赵九鑫
  1. fire

    0下载:
  2. 使用模拟退火算法求解10城市和20城市的旅行商问题,城市数目和城市之间的距离保存在txt文件中,程序读入数据后求解最优路径-The use of simulated annealing algorithm 10 cities and 20 cities in the traveling salesman problem, the number of cities and the distance between the cities stored in the txt file, the pro
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-03
    • 文件大小:599.52kb
    • 提供者:郑益夫
  1. abcut

    0下载:
  2. 完成了α-β剪枝的功能,从文件中读入每个结点的极大极小值以及各个父子结点的关系,然后进行剪枝,输出被剪枝结点的信息-Completion of the α-β pruning function, read from the file of each node as well as the minimax value of each node of the relationship between father and son, and then proceed to cut output by
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2013-04-05
    • 文件大小:14.27kb
    • 提供者:郑益夫
  1. genetic

    0下载:
  2. 使用遗传算法求解旅行商问题,城市数目及城市之间的距离通过txt文件来读入,然后输出求解过程及最后收敛到的最有路径-The use of Genetic Algorithm for Traveling Salesman Problem, the number of cities and the distance between cities through the txt file to read, and then output the solution process and the fina
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-02
    • 文件大小:609.5kb
    • 提供者:郑益夫
  1. eight-digit

    0下载:
  2. 求解八数码问题,初始状态存放在文件中,读入后使用A*算法求解8数码问题,目标状态为1238_4765,即从左上角开始为1,然后按顺时针排列在九宫格中。输出为具体求解步骤-Solving the eight digital issues, the initial state stored in the document, read to use the A* algorithm to solve 8 digital issues, the target state for the 1238_476
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-02
    • 文件大小:16.08kb
    • 提供者:郑益夫
  1. QrtSniper

    1下载:
  2. QRT股票文件格式的读写及三档盘口数据买卖的判断-QRT stock file format reading and writing, and third gear Handicap trading data to determine
  3. 所属分类:AI-NN-PR

    • 发布日期:2015-07-06
    • 文件大小:1.89mb
    • 提供者:cuijinting
  1. BPofNN

    0下载:
  2. 实现简单的bp算法 有界面,可以选择文件读入数据,并设置bp算法中的相关参数-Bp algorithm to achieve a simple interface, you can select the file read into the data, and set the bp algorithm parameters
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-16
    • 文件大小:15.15kb
    • 提供者:陈红
  1. main

    1下载:
  2. 扫面线z buffer算法,读入obj文件,绘制一帧-Scan line z buffer algorithm for face, read into the obj file, draw a
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-14
    • 文件大小:3.61kb
    • 提供者:cgy
  1. bigback5.tar

    1下载:
  2. 卡文迪许实验室的 D. J. Mackay 教授在读博期间编写的验证Bayesian和Neural网络的C语言程序/软件包。在Ubuntu8.04-Linux下面可以正常编译并计算结果。文件中含有部分试验所用过的数据!-Professor D. J. Mackay of Cavendish Laboratory. When he was a Ph.D student, he wrote this codes for validating Bayesian and Neural Networks
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2017-06-07
    • 文件大小:1.61mb
    • 提供者:王磊
  1. TSP

    0下载:
  2. A*算法实现货郎担问题,从外部文件读入数据然后进行搜索-A* algorithm for traveling salesman problem, the data read from an external file and then search
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-13
    • 文件大小:2.21kb
    • 提供者:戈洋洋
  1. A-star

    0下载:
  2. 关于A*算法的详细讲解。简单明确,附图讲解。原文英文,此文章为翻译后文件。读过之后会对A*算法有初步的了解。-On the A* algorithm explained in detail. Simple and clear, with photos to explain. Original in English, this article is translated documents. After reading A* algorithm will have a preliminary un
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-16
    • 文件大小:105.48kb
    • 提供者:张龙
« 12 »
搜珍网 www.dssz.com