资源列表

« 1 2 ... .11 .12 .13 .14 .15 1516.17 .18 .19 .20 .21 ... 2656 »

[数据结构常用算法含并、交和差运算的集合类型试验报告

说明:含并、交和差运算的集合类型试验报告,这个报告是做计算机试验的标准样式,分为了7个模块。-containing, intersection and poor computing pool type test report, the report is made to the standard computer test pattern, divided into seven modules.
<山子> 在 2024-11-12 上传 | 大小:33kb | 下载:0

[数据结构常用算法传教士与野人问题

说明:传教士和野人问题是人工智能中的经典问题。本程序采用递归算法求解。定义一个函数,该函数返回一个解路径,路径可以用规则序列表示,也可以用状态序列表示。比如,用规则序列表示,可以表示为:(1 1)(1 0)。。。 表示:过去1个传教士,一个野人,回来一个传教士,。。。如果用状态序列表示,可以表示为:(3 3 1)(2 2 0)(3 2 )。。。 路径用一个链表表示,该函数返回该链表。在main中调用该函数,并打印输出该路径。-missiona
<罗鹏魁> 在 2024-11-12 上传 | 大小:33kb | 下载:0

[数据结构常用算法shuju

说明:一些常用的数据结构源代码,是C语言版本的-some commonly used data structures source code, C language version of the
<jl> 在 2024-11-12 上传 | 大小:33kb | 下载:0

[数据结构常用算法Estimate

说明:理解并掌握分析回溯算法效率的方法。 使用Estimate算法就8皇后问题给出效率估算 -understanding and mastery of backtracking algorithm efficiency analysis method. Use Estimate on 8 Queen's algorithm is efficient estimation problem
<张斌> 在 2024-11-12 上传 | 大小:33kb | 下载:0

[数据结构常用算法ImpleOfDataStruct

说明:数据结构的实现,包括可自动增长的数组,链表,堆栈,集合,二叉搜索树(元素不会重复),AVL 平衡树等,很好的数据结构源码。所有类均使用模板编写,并不特定于 Windows 平台,所有只要有 C++ 编译程序的操作平台都可使用。-achieve the data structure, including the automatic growth of arrays, linked lists, stacks, collection, Bi
<> 在 2024-11-12 上传 | 大小:33kb | 下载:0

[数据结构常用算法hanruo

说明:一个用c++实现的汉诺塔问题的游戏小程序.可作为课程设计的练习-with a realization of the c HANOR the small game procedures. As a curriculum designed exercises
<> 在 2024-11-12 上传 | 大小:33kb | 下载:0

[数据结构常用算法Astaralgorithm

说明:实现了A*算法,A*算法是加上一些约束条件的最好优先的算法。由于在一些问题求解时,我们希望能够求解出状态空间搜索的最短路径,也就是用最快的方法求解问题,A*就是干这种事情的!A*算法是一个可采纳的最好优先算法。
<yueyuezhaozhao> 在 2024-11-12 上传 | 大小:33kb | 下载:0

[数据结构常用算法HUFFMAN

说明:HUFFMAN编码在信息论中的应用实例!-Huffman coding in information theory in the application!
<王毅诚> 在 2024-11-12 上传 | 大小:33kb | 下载:0

[数据结构常用算法ResetReportTime_A041

说明:修改惠普设备文件源代码,可以提供给惠普设备的用户使用,免费的,可以修改-Hewlett-Packard equipment, modify the source code files can be made available to users of HP equipment, free of charge, can be modified
<yuyouk> 在 2024-11-12 上传 | 大小:33kb | 下载:0

[数据结构常用算法datastruction

说明:数据结构课程设计所含题目: 1运动会分数统计**, 2一元多项式计算**, 3订票系统 4猴子选大王 5最小生成树问题** 6 建立一个二叉排序树 -Curriculum design data structure contained in the title: 1 Games Score Statistics**, 2-polynomial calculation**, 3 booking system 4
<Anson> 在 2024-11-12 上传 | 大小:33kb | 下载:0

[数据结构常用算法suanfuyouxian

说明:此为编译原理的算符优先的算法,希望对大家有帮助!-This is the principle of the operator to compile a priority algorithm, and they hope to help you!
<曾梅童> 在 2024-11-12 上传 | 大小:33kb | 下载:0

[数据结构常用算法high_octane_paticle

说明:这个是有关小的数据结构读取的程序代码,希望能给大家一点方便-This is the small data structure to read the program code, I hope to give everyone a little easier
<王五六> 在 2024-11-12 上传 | 大小:33kb | 下载:0
« 1 2 ... .11 .12 .13 .14 .15 1516.17 .18 .19 .20 .21 ... 2656 »

源码中国 www.ymcn.org