登录
首页 » 数据结构 » 骑士漫游的改进算法,回溯算法加贪心选择策略,n最大可以到128...

骑士漫游的改进算法,回溯算法加贪心选择策略,n最大可以到128...

于 2022-06-19 发布 文件大小:908.15 kB
0 124
下载积分: 2 下载次数: 1

代码说明:

骑士漫游的改进算法,回溯算法加贪心选择策略,n最大可以到128-Knight improved roaming algorithms, backtracking algorithms greedy selection strategy increases, n the greatest can go to 128

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论


0 个回复

  • 一个效率还可以的配对堆 Fibonacci Heap太难写了 配对堆可以有效替代Fibonacci Heap 附带了用它实现的Dijkstra...
    一个效率还可以的配对堆 Fibonacci Heap太难写了 配对堆可以有效替代Fibonacci Heap 附带了用它实现的Dijkstra 复杂度O(nlogn+e) -An efficient matching can also be hard to heap Fibonacci Heap wrote a pairing heap Fibonacci Heap can be an effective alternative to use it comes with the realization of Dijkstra complexity O (nlogn+ E)
    2022-06-13 04:20:15下载
    积分:1
  • 字符串匹配
    比较两字符串(
    2022-01-30 23:35:21下载
    积分:1
  • 要求完成以下功能: 1)能够从屏幕上读取一个学生的信息并将信息存入到文件中。 2)能够将指定的信息从文件中删除。 3)能够按编号、姓名对学生的信...
    要求完成以下功能: 1)能够从屏幕上读取一个学生的信息并将信息存入到数据文件中。 2)能够将指定的信息从文件中删除。 3)能够按编号、姓名对学生的信息进行检索并将检索结果显示在屏幕上。 4)可以统计全部学生的总成绩,及其在班上的排名。 5)能够统计各科的平均成绩及及格率。 6)要求有错误提示功能,例如性别只能输入男女,输入错误提示重新输入。 7)如果检索不到相应的信息应提示用户。-asked to perform the following functions : 1) to read from the screen of a student"s information will be deposited into the data file. 2) can be designated information deleted from the document. 3), according to numbers, the names of the students will retrieve information retrieval results showed on the screen. 4) Statistical all students can be a total score, and the class rankings. 5) Statistics Branch to the average scores and passing rates. 6) require a functional error messages, such as sex between men and women can only import, importation of error messages to re-enter. 7) If less than the corresponding retrieval of information should prompt the user.
    2023-04-01 16:00:03下载
    积分:1
  • 个人通讯录信息管理系统
    个人通讯录信息管理系统 -personal address book information management systems for personal address book information management system
    2022-03-18 04:45:32下载
    积分:1
  • sql function of the knowledge
    有关sql函数的知识-sql function of the knowledge
    2022-04-07 08:28:39下载
    积分:1
  • java与access相连的api,其中包括一个建好的access库.
    java与access相连的api,其中包括一个建好的access数据库.-connected api, including the completion of an access database.
    2022-10-04 09:55:03下载
    积分:1
  • 的课后练习
    数据结构的课后练习-Data structure of the after-school practice
    2023-08-16 22:20:03下载
    积分:1
  • 一个经典的C程序的代码集合
    一个经典的C程序的代码集合-a classic C program code sets!
    2022-01-27 23:39:18下载
    积分:1
  • Binomial coefficient computing] [Dev
    二叉树系数计算[DeV-C++学习],利用动态规划动态编程计算
    2022-02-01 00:21:29下载
    积分:1
  • 假设一个文件中出现了8种符号S0,SQ,S2,S3,S4,S5,S6,S7,那么每种符号要编码,至少需要3bit。假设编码成000,001, 010,011,1...
    假设一个文件中出现了8种符号S0,SQ,S2,S3,S4,S5,S6,S7,那么每种符号要编码,至少需要3bit。假设编码成000,001, 010,011,100,101,110,111。那么符号序列S0S1S7S0S1S6S2S2S3S4S5S0S0S1编码后变成 000001111000001110010010011100101000000001,共用了42bit。我们发现S0,S1,S2这3个符号出现的频率比较大,其它符号出现的频率比较小,我们采用这样的编码方案:S0到S7的码辽分别01,11,101,0000,0001,0010,0011, 100,那么上述符号序列变成011110001110011101101000000010010010111,共用了39bit。尽管有些码字如 S3,S4,S5,S6变长了(由3位变成4位),但使用频繁的几个码字如S0,S1变短了,所以实现了压缩。对于上述的编码可能导致解码出现非单值性:比如说,如果S0的码字为01,S2的码字为011,那么当序列中出现011时,你不知道是S0的码字后面跟了个1,还是完整的一个S2的码字。因此,编码必须保证较短的编码决不能是较长编码的前缀。符合这种要求的编码称之为前缀编码。要构造符合这样的二进制编码体系,可以通过二叉树来实现。-Suppose a file appears in eight kinds of symbols S0, SQ, S2, S3, S4, S5, S6, S7, then each symbol to be encoded, at least 3bit. Suppose encoding 000,001, 010,011,100,101,110,111. Then the symbolic sequence S0S1S7S0S1S6S2S2S3S4S5S0S0S1 encoded into 000001111000001110010010011100101000000001, sharing a 42bit. We found that S0, S1, S2 these three symbols the frequency of relatively large, the other symbols the frequency is relatively smal
    2022-04-27 21:17:34下载
    积分:1
  • 696518资源总数
  • 105117会员总数
  • 11今日下载