资源列表
[数据结构常用算法] ACKFunction
说明:实现阿克曼函数并统计递归调用次数 Counting times of recursion calling 1. 问题描述 定义阿克曼递归函数: ACK(0,n)=n+1 n>=0 ACK(m,0)=ACK(m-1,1) m>=1 ACK(m,n)=ACK(m-1,ACK(m,n-1)) m,n>0 2. 基本要求 读入m、n,输出ACK(m,n)的值,并统计递归调用次数。-A<李昭明> 在 2024-11-13 上传 | 大小:574kb | 下载:0
[数据结构常用算法] Ckechengsheji
说明:c++版数据机构预算法国外经典计算机教程-c++ version of the data sector budget law<小东> 在 2024-11-13 上传 | 大小:573kb | 下载:0
[数据结构常用算法] shuzhifenxi
说明:牛顿插值的vc具体实现,数值分析应该会用的上,具体是用均差表做的-Vc concrete realization of Newton interpolation, numerical analysis should be used, and specifically to do with the average difference table<wangx> 在 2024-11-13 上传 | 大小:573kb | 下载:0