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

搜索资源列表

  1. 函数扫描程序

    0下载:
  2. 可以自动识别一个程序中调用的所有函数,并写入到 output.txt文件中。-can automatically identify a process called all functions, and write to output.txt document.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:19296
    • 提供者:李彬
  1. xor

    0下载:
  2. RSA算法实现(经典) 1.   首先要把文件夹中的rsa.c文件拷贝到运行工具(如TURBOC2)下文件夹名为INCLUDE的文件夹中。   (在本机上已经做过,所以不需要做)     2.   RSA的加密对象为C盘下文件名为CODE.txt的前8位(如果没有一定要在C盘下建立一个文件名为CODE.txt的文件,  把要加密的数据写到文件里),加密后在C盘下生成一个文件名为RSACIPER.txt文件。   (在本机上已经做过,所以不需要做以上二步)
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:8636
    • 提供者:
  1. 经典rsa

    0下载:
  2. 1.   首先要把文件夹中的rsa.c文件拷贝到运行工具(如TURBOC2)下文件夹名为INCLUDE的文件夹中。   (在本机上已经做过,所以不需要做)     2.   RSA的加密对象为C盘下文件名为CODE.txt的前8位(如果没有一定要在C盘下建立一个文件名为CODE.txt的文件,  把要加密的数据写到文件里),加密后在C盘下生成一个文件名为RSACIPER.txt文件。   (在本机上已经做过,所以不需要做以上二步)   但在其它机子上
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:3766
    • 提供者:
  1. BP_xor_c

    0下载:
  2. C语言版的BP算法,解决异或问题!样本需要人为的加入!建一个txt文件就可以了!-C language version of the BP algorithm, resolve differences or problems! The samples were needed to join! built a txt document can!
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:2760
    • 提供者:zay
  1. cmar

    0下载:
  2. 多关联分类算法,ClassCMAR_App为主算法,能抽取分类关联规则,ClassCMAR_App10.java是采用10folder技术对分类模型的验证算法,程序运行命令.txt文件中有程序运行命令的详细介绍。
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:141753
    • 提供者:yang xuemei
  1. Alpha_Beta

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

    • 发布日期:2008-10-13
    • 文件大小:2722
    • 提供者:zhouyl
  1. bpNN

    0下载:
  2. bp神经网络变形预测源程序(有待改进),很短的一段代码,所有直接写在TXT文件中。
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:2623
    • 提供者:goodxj
  1. AI_maze

    0下载:
  2. 载入txt文件迷宫,含几种搜索方法,例如depth first search, breadth first search等-maze included txt file containing several search methods, such as depth first search, breadth first search, etc.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:15035
    • 提供者:黄丽雯
  1. GA-TSP

    0下载:
  2. 遗传算法求解TSP问题。包含6个文件。用matlab打开gatsp1.m,点击运行即可以得出结果。distTSP.txt文件包含了城市数据。如果更改了城市数,则须修改gatsp1.m文件中的N参数。-Genetic algorithm for TSP. Contains 6 files. Using matlab to open gatsp1.m, click on the results of running that can be drawn. distTSP.txt file contai
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-28
    • 文件大小:11767
    • 提供者:
  1. CODE_UPLOAD136021102001

    0下载:
  2. 找出输入txt文件中出现的不同词汇,统计各词数目并按数目排序。使用hash表提高新词插入词表速度。-Txt file to find enter appear in a different vocabulary, the number of statistics in accordance with the number of words to sort. Use hash table to insert new words to improve the speed of the word ta
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-14
    • 文件大小:3957
    • 提供者:limiaoji
  1. GaTest

    0下载:
  2. 这是一个非常简单的遗传算法测试源代码,用户只需改变常数的定义并且定义“评价函数”即可。 要求输入的文件应该命名为‘gadata.txt’;系统产生的输出文件为‘galog.txt’。 输入的文件由几行组成:数目对应于变量数。且每一行提供次序——对应于变量的上下界。 如第一行为第一个变量提供上下界,第二行为第二个变量提供上下界,等等。-This is a very simple genetic algorithm to test the source code, users only
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-31
    • 文件大小:26372
    • 提供者:huanxong
  1. HanZiFreq

    0下载:
  2. 汉字字频统计软件说明: 1. 这个小工具可以对一个文本文件中出现的汉字的字形数和字种数进行频次统计; 2. 字频统计结果按照降序输出; 3. 可同时选中多个文本文件进行字频统计; 4. 程序启动后点击主菜单中“统计字频”下“选取文件”就可以开始进行字频统计; 5. 统计结果保存在HanZiFreq_Result.txt文件中; 6. 这个工具不能处理非纯文本格式的文件(比如rtf,word .doc文件等),并且只能处理GB码的文件。 7. \test目录下有一
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-17
    • 文件大小:55900
    • 提供者:郝祥根
  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
    • 文件大小:613908
    • 提供者:郑益夫
  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
    • 文件大小:624126
    • 提供者:郑益夫
  1. MonBP

    0下载:
  2. 使用VB实现了对txt文件内数据进行BP算法训练网络,包含训练、回响、泛化三个过程,并显示泛化相对误差-Achieved using the VB data to the txt file within the BP algorithm training network, including training, feedback, generalization three processes, and shows the relative error of generalization
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-02
    • 文件大小:5157
    • 提供者:Summer
  1. NormalBPNet

    0下载:
  2. 用Delphi实现的标准BP神经网络算法,测试数据以txt文件给出,在文件夹下有。-Delphi to achieve with the standard BP neural network algorithm, the test data to txt file are given in the folder under.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-31
    • 文件大小:462816
    • 提供者:高雅田
  1. Kmeans

    0下载:
  2. 对已存入txt文件中的样本点就行K均值聚类,可输出质心和各个类包含的样本点-Txt files that have been deposited in the sample points on the line K means clustering, centroid, and each output class contains the sample points
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-07
    • 文件大小:2579
    • 提供者:yoyo
  1. guotao

    0下载:
  2. 郭涛算法解决函数优化问题,程序将输出结果输出到E:盘下的文件夹,以txt文件形式保存,因此在运行程序前要在E:盘下建立文件夹, E:\\guotao -Guo Tao function optimization algorithm to solve the problem, the program will output the output to the E: drive under the folder to save the txt file format, so before runni
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-02
    • 文件大小:296373
    • 提供者:李西
  1. moshifenlei

    0下载:
  2. 这是一个自己写的模式分类的MATLAB程序,但是是用TXT文件编写的,下载之后可以复制粘贴到MATLAB中进行运行。-This is a classification model to write their own MATLAB program, but is written with a TXT file, download then you can copy and paste into MATLAB to run.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-04
    • 文件大小:725
    • 提供者:张晓敏
  1. Kmeans

    1下载:
  2. Kmeans聚类算法的matlab实现,测试用例使用的是身高和体重(放到.txt文件,从该文件中读取数据),根据身高体重划分为男女两类(上传文件中的sample即为测试例)-Kmeans clustering algorithm matlab implementation, test cases using height and weight (put. Txt file, read from the file data), classified according to height and
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-07
    • 文件大小:4694
    • 提供者:Rhonda
« 12 3 4 »
搜珍网 www.dssz.com