资源列表
[数据结构常用算法] backtrace_src
说明:国际象棋中马的周游问题 给定一个8×8的棋盘,给定某一位置。求马从该位置出发,经过棋盘中的每一个方格恰好一次,最后回到它出发位置的路线图。 要求:用图形化动态演示马的行走路线、回溯过程。 -Travel chess problems in horses given a 8 × 8 chessboard, given a particular location. Horse from the starting seek pos<yongyong> 在 2024-11-13 上传 | 大小:26kb | 下载:0
[数据结构常用算法] fenzhi_src
说明:棋盘覆盖问题 设一个n*n棋盘,n=2k,用L 型条块覆盖棋盘中除一个指定方格外的所有方格,每个L型条块可恰好覆盖3 个方格。 实验内容:设计分治算法实现棋盘覆盖,要求图形化。-Board covering the establishment of a n* n chessboard, n = 2k, with the L-slice coverage for a specified board, in addition to<yongyong> 在 2024-11-13 上传 | 大小:12kb | 下载:0
[数据结构常用算法] bagproblem
说明:讲述各种背包问题,帮助了解关于背包问题的算法分析与过程实现。-for the problem about the bag problem ,to solve the problem and find the most effective way of the solution.<陈剑钊> 在 2024-11-13 上传 | 大小:62kb | 下载:0
[数据结构常用算法] shujujiegou
说明:一些基本的数据结构中代码的实现,并有实例-Some basic data structure of code to achieve, and there are examples<小虎> 在 2024-11-13 上传 | 大小:3.25mb | 下载:0
[数据结构常用算法] revstr
说明:要求:将字符串按单词反转,并非按字母反转。 前提:尽量少的使用内存-require:Reverse a string by words, not in alphabetical reverse Premise:To minimize the use of memory<diaoshuangjun> 在 2024-11-13 上传 | 大小:174kb | 下载:0
[数据结构常用算法] BinaryTree
说明:(1)建立包含10个结点的分类二叉树(树结构和数据元素的值由自己设定);建立包含10个结点序列的堆(数据元素的值由自己设定);(2)完成分类二叉树中序遍历和堆排序程序; (3)给出程序和遍历、排序程序的结果。 -(1) contains 10 nodes to establish the classification of binary tree (the tree structure and data element valu<hatec> 在 2024-11-13 上传 | 大小:2kb | 下载:0