资源列表
[对话框与窗口] HanioTower
说明:图形界面的汉诺伊塔问题求解程序,动态显示运行求解问题的过程-Han Nuoyi Ta graphical interface problem-solving process, dynamic display of running the process of problem solving<张韶远> 在 2026-01-15 上传 | 大小:8.13mb | 下载:0
[对话框与窗口] MatrixChain
说明:图形界面的矩阵连乘算法,动态显示运行求解问题的过程-Graphical interface with the matrix multiply algorithm, dynamic display of running the process of problem solving<张韶远> 在 2026-01-15 上传 | 大小:9.58mb | 下载:0
[其他小程序] TestExcel
说明:vc++对于excel的操作,介绍了基本的excle的操作-vc++ for excel operation, describes the basic operation of excle<hanbaochuan> 在 2026-01-15 上传 | 大小:6.39mb | 下载:0
[其他小程序] 3
说明:我自己写的小程序,都是数据结构时候的试验,花了心血的,主要包括二叉树的一些遍历算法(都是非递归实现的),Huffman编码,还有多项式的混合运算,包括加减乘除-I write small programs, are data structures when the experiment took effort, and mainly includes a number of binary tree traversal algorithm (both non-recursive implement<remote> 在 2026-01-15 上传 | 大小:319kb | 下载:0
[其他小程序] ClosetPairs
说明:本算法使用分治法求解最近点对问题。事先用O(nlogn)时间对x坐标进行排序,使得所有的点是按x坐标从小到大排好序的(x坐标相同时y坐标小的排前),然后取下标小于n/2属于左边的点集PL,取下标大于n/2属于右边的点集PR,即用O(1)时间就可以将规模为n的问题分解为两个规模为n/2的、同类型的子问题。分割完毕之后就可以采用分治法,分别求出PL和PR中的最近点对,最终通过递归实现。-This algorithm uses divide and conquer to solve the probl<lhguo> 在 2026-01-15 上传 | 大小:25kb | 下载:0