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

搜索资源列表

  1. visit

    0下载:
  2. 用贪心算法做的全国31个城市之间的旅行商问题源代码,可执行程序都在附件压缩包内。里面的data.txt city.txt分别为数据表和城市名,要和可执行程序放在同一个目录内才可执行-greedy algorithm to do with the country's 31 cities between the TSP source code, the executable in Annex compressed packet. Inside data.txt city.txt of dat
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:35031
    • 提供者:谢躜
  1. Sherwood

    0下载:
  2. Sherwood算法消除最坏实例,以达到对任何实例都能有好的性能的效果 文件: rd_list.c --> create a random sequence of n integers not equal to each other list.c --> create a descending sequence of n integers not equal to each other sherwood.c --> 就是该算法,静态链表的长度默
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:3258
    • 提供者:李士
  1. code

    0下载:
  2. 一个遗传算法 这是一个非常简单的遗传算法源代码,是由Denis Cormier (North Carolina State University)开发的,Sita S.Raghavan (University of North Carolina at Charlotte)修正。代码保证尽可能少,实际上也不必查错。对一特定的应用修正此代码,用户只需改变常数的定义并且定义“评价函数”即可。注意代码 的设计是求最大值,其中的目标函数只能取正值;且函数值和个体的适应值之间没有区别。该系统使用比率选择
  3. 所属分类:数值算法/人工智能

    • 发布日期:2014-01-17
    • 文件大小:4005
    • 提供者:风子
  1. One

    0下载:
  2. Ex4-22 单射函数问题 « 问题描述: 设函数f将点集S = {0,1, , n -1}映射为f (S) = { f (i) | iÎ S} Í S 。单射函数问题要 从S中选取最大子集X Í S 使f (X )是单射函数。 例如,当n=7, f (S) = {1,0,0,2,2,3,6} Í S 时, X = {0,1,6} Í S 是所求的最大子集。 « 编程任务: 对于给
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:1168
    • 提供者:Tonsen
  1. hyplas

    8下载:
  2. ************************************************************************ * * * * * THIS IS THE H Y P L A S 2.0 README FILE * * ----------------- * * * * HYPLAS is a finite element program for implicit small and large * * strain analisys of hyperelast
  3. 所属分类:数学计算/工程计算

    • 发布日期:2011-07-29
    • 文件大小:11008084
    • 提供者:gtcewli3
  1. EightPuzzle

    0下载:
  2. 程序实现的是用A*算法求解八数码问题,初始状态和目标状态均可在源码中自行设置,程序运行后会得到从初始状态到目标状态的最佳解的逆序显示,文件help.txt中提供了程序的算法,程序的具体设计在源码中都有相应的注释-Program implementation is to use A* algorithm to solve 8 digital issues, the initial state and target state can be set up in the source code of
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-01
    • 文件大小:165538
    • 提供者:fuyaozong
  1. ken

    0下载:
  2. 老鼠走迷宮 迷宮圖油txt黨讀檔 使用DevC++撰寫的-Mouse Maze maze map oil txt file using the party' s reading of written DevC++
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-29
    • 文件大小:2627
    • 提供者:Ken
  1. STBC

    0下载:
  2. STBC的源代码,用MATLAB实现,有说明,TXT文档,复制运行就行-STBC s source code, using MATLAB to achieve, it has made it clear, TXT files, copy to run on the line
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:2176
    • 提供者:月小夏
  1. Haffmancode

    1下载:
  2. 课程设计: 1.求出在一个n×n的棋盘上,放置n个不能互相捕捉的国际象棋“皇后”的所有布局。 2.设计一个利用哈夫曼算法的编码和译码系统,重复地显示并处理以下项目,直到选择退出为止。 【基本要求】 1) 将权值数据存放在数据文件(文件名为data.txt,位于执行程序的当前目录中) 2) 分别采用动态和静态存储结构 3) 初始化:键盘输入字符集大小n、n个字符和n个权值,建立哈夫曼树; 4) 编码:利用建好的哈夫曼树生成哈夫曼编码; 5) 输出编码; 6)
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:551312
    • 提供者:赵刚
  1. box

    0下载:
  2. 由文件input.txt提供输入数据。输入文件第1 行有2个正整数n和m(1<=n,m<=100), 表示仓库是n×m个格子的矩形阵列。接下来有n行,每行有m个字符,表示格子的状态。 S 表示格子上放了不可移动的沉重货物; w 表示格子空闲; M 表示仓库管理员的初始位置; P 表示箱子的初始位置; K 表示箱子的目标位置。 -Provided by the input data file input.txt. Line 1 input file ther
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-02
    • 文件大小:2722
    • 提供者:王加福
  1. 11.txt

    0下载:
  2. It consider spectrum estimation, using Marple s test case
  3. 所属分类:matlab

    • 发布日期:2017-04-10
    • 文件大小:1345
    • 提供者:Leeds
  1. HuangAlgorithmIpLookup

    0下载:
  2. this file need a traffic log in txt format, given the traffic log, it gets the ip address source and destination to perform the IP-lookup following the Huang s algorithm, as result it returns another txt showing the right port and destination ip
  3. 所属分类:Algorithm

    • 发布日期:2017-04-07
    • 文件大小:3291
    • 提供者:Pedr0
  1. gulong0

    0下载:
  2. 苍穹神剑.txt为古龙的处女作。虽是第一部作品,但思路开阔,天马行空的剧情。以尽露无遗。-Heavens Excalibur. Txt to Gu Long' s debut. Although this is the first film, but open-minded, epoch plot. To Jin Lu exhaustive.
  3. 所属分类:matlab

    • 发布日期:2017-03-24
    • 文件大小:219048
    • 提供者:pp
  1. gulong

    0下载:
  2. 碧血洗银枪.txt。这是我读到的古龙的第一部作品。当时只是闲来无事。但确不想马上进入另一个世界-Treasure of the Sierra wash Yinqiang. Txt. This is my reading of the Gu Long' s first works. Was just nothing better. But they do not want to immediately enter another world
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:119652
    • 提供者:pp
  1. Nuton.txt.tar

    0下载:
  2. 牛顿法求极小值,大连理工的同学做出来的,本人只是引用-Newton' s Method minimum, Dalian University students do out of, I have only used
  3. 所属分类:Algorithm

    • 发布日期:2017-04-10
    • 文件大小:824
    • 提供者:dengxl
  1. KMP-string-match

    0下载:
  2. 编写一个使用KMP算法的字符串匹配程序。 使用方法:字符串匹配.exe -f xxx.txt -s xxx -f 指定要查找的文件 -s 指定要查找的字符串-Writing a string matching algorithm using KMP program. How to use: string matching exe-f xxx.txt-s xxx-f to specify the file you want to find-s to specify the search
  3. 所属分类:Algorithm

    • 发布日期:2017-04-08
    • 文件大小:9882
    • 提供者:zzh
  1. Assignment_Prim.cs.txt

    0下载:
  2. In computer science, Prim s algorithm is a greedy algorithm that finds a minimum spanning tree for a connected weighted undirected graph. This means it finds a subset of the edges that forms a tree that includes every vertex, where the total weight o
  3. 所属分类:Algorithm

    • 发布日期:2017-04-07
    • 文件大小:3158
    • 提供者:kuatbek
  1. test02

    0下载:
  2. 读取txt的心电信号,并测算HRV,通过低通和带通滤波。并滤除肌电噪声干扰-读取txt的心电信号,并测算HRV,通过低通和带通滤波。并滤除肌电噪声干扰 Google 翻译微软翻译Click2TranslateCross LanguageSYSTRANReverso TranslationExcite JapanKODENSHALEC TranslationLingvoBit百度翻译有道翻译 : 英语中文(简体)日语 英语日语 Read TXT s ECG signal, and mea
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:2255
    • 提供者:huang meng
  1. ACM模板1.txt

    0下载:
  2. kuangbin 的模版,包括acm一些常用的算法(kuangbin's tempelate)
  3. 所属分类:数值算法/人工智能

    • 发布日期:2018-01-05
    • 文件大小:60416
    • 提供者:jjmfly
  1. readme.txt

    0下载:
  2. 是瑞利分布的编程,花一点时间编程,结果可以运行,而且很实用!!!(you should take this to try and you will solve you problems by this ways .It`s perfect.)
  3. 所属分类:matlab例程

    • 发布日期:2018-01-09
    • 文件大小:4096
    • 提供者:小围脖
« 12 3 »
搜珍网 www.dssz.com