资源列表

« 1 2 ... .32 .33 .34 .35 .36 1337.38 .39 .40 .41 .42 ... 2656 »

[数据结构常用算法Eidffakght

说明:利用BFS算法解八数码问题 在3*3的方格上放着1-8数码,有一空格为0变化规则为空格可以和上,下,右,左四个相邻的数字互换, 至到和目标状态相等, 每一种状态用一个结点表示 而每个结点每次变化最多有四种结点,将这些结点依次入队列中, 例如初始结点S0,入队列后出队,将S0变化最多产生的四种结点S01,S02,S03,S04依次入队列中, 当S01出队后,产生的四种结点S11,S12,S13,S14(实际上不会
<刘少人> 在 2024-10-13 上传 | 大小:13312 | 下载:0

[数据结构常用算法字符串匹配算法

说明:一个简单的数据结构算法,字符串基本匹配算法与模式匹配算法的演示.-a simple data structure algorithms, the basic string matching algorithms and pattern matching algorithm demonstration.
<谢树扬> 在 2024-10-13 上传 | 大小:13312 | 下载:0

[数据结构常用算法huanghou

说明:在一个8×8的棋盘里放置8个皇后,要求每个皇后两两之间不相"冲"发现很少有关于C#的算法,这是最近写的一个八皇后的算法我写了很详细的注解。-In an 8 × 8 chessboard placed 8 Queen s, Queen s 22 requirements for each phase between the raiding rarely found on the C# The algorithm, which is r
<潘奇峰> 在 2024-10-13 上传 | 大小:13312 | 下载:0

[数据结构常用算法lisuanshijianmoni

说明:此为数据结构课程学习中离散事件模拟的源程序。为银行业务的模拟系统。其中包括队列,栈及其操作的实现。运用面向对象的设计方法,在vc++6.0下编译通过,运行正常-this data structure for courses of study discrete event simulation of the source. For banking business simulation system. Including the queu
<> 在 2024-10-13 上传 | 大小:13312 | 下载:0

[数据结构常用算法Chap9_hash

说明:本程序实现了哈希表的基本功能,以及一些附带的附属功能,可以作为数据结构的演示程序-the procedures of the hash table to achieve the basic functions, as well as some fringe subsidiary function, can be used as a data structure Demonstration Program
<14965a> 在 2024-10-13 上传 | 大小:13312 | 下载:0

[数据结构常用算法BeelzebubLang

说明:魔王语言解释程序 请大家多多支持 数据结构实验-fiendish language interpreter please the generous support of experimental data structure
<liulin> 在 2024-10-13 上传 | 大小:13312 | 下载:0

[数据结构常用算法3.37

说明:此程序为求两个数的约数,将他们输出,将这两个数的最大公约数输出 -procedure for the sake of a few two about a few of their exports, the number of these two majors output
<李冰月> 在 2024-10-13 上传 | 大小:13312 | 下载:0

[数据结构常用算法MIDEXPRESSTOPOST

说明:这是数据结构课程的试验源代码,仅供参考,-This is the data structure of the pilot program source code for reference purposes only and
<许广伟> 在 2024-10-13 上传 | 大小:13312 | 下载:0

[数据结构常用算法sloveandy

说明:具体题目在rar文件里,内容和走迷宫类似,可以得到最短路径-specific topics in rar document, content and similar Maze can be Shortest Path
<李振辉> 在 2024-10-13 上传 | 大小:13312 | 下载:0

[数据结构常用算法hlf-airport

说明:这是我的课程设计,184616 5498 1684984618-This is my curriculum design, 184616 5498 1684984618
<林峰> 在 2024-10-13 上传 | 大小:13312 | 下载:0

[数据结构常用算法manytrees

说明:常用树数据结构集合,包括二叉树、二叉查找树、AA树、红黑树、伸展树的一整套实现,自带包装器、异常处理类,方便使用-common pool tree data structure, including the binary tree, binary search tree, AA tree, a red, black tree extend to achieve a set of trees, bringing their wrapper
<esonic> 在 2024-10-13 上传 | 大小:13312 | 下载:0

[数据结构常用算法structuress

说明:常用数据结构集体实现,功能较全的数据结构实现,包括链表、映射、队列、集合、堆栈、vector等,自带异常处理,非常方便-commonly used data structures collective achievement, function over the entire data structure to achieve, including the linked list, mapping, Queue, Set, Stack,
<杜立博> 在 2024-10-13 上传 | 大小:13312 | 下载:0
« 1 2 ... .32 .33 .34 .35 .36 1337.38 .39 .40 .41 .42 ... 2656 »

源码中国 www.ymcn.org