资源列表
[其它资源] dancinglink
说明:This a program to implement the so-called \"dancing link\" which is introduced in Knuth s paper. This is really a super acrobatic and I am sure that not many programmers can understand the algorithms. -This is a program to implement the so-c<reine> 在 2008-10-13 上传 | 大小:8.54kb | 下载:0
[其它资源] 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)的值,并统计递归调用次数。-Ackermann achieve statistical a<李昭明> 在 2008-10-13 上传 | 大小:8.55kb | 下载:0
[其它资源] WinMain_lyon
说明:在控制台窗口操作鼠标及绘制图形,当需要对图象进行加工处理时就需要设计各种图形绘制事件。-console window operation in the mouse and drawing graphics, When the needs of image processing on the need to design graphics rendering incident.<王亮> 在 2008-10-13 上传 | 大小:8.55kb | 下载:0
[其它资源] 排序(M)
说明:这是关于文件操作的一个题,由题意可知,该题解决起来应该分为三个部分。第一部分即从in.dat中读入数据,第二部分即实现排序的算法,最后应该实现将排序的结果输出到out.dat中。-This is the document on the operation of a title, and that Italy, we can see that the solutions to the problem should be divided into three parts. The first par<XFX> 在 2008-10-13 上传 | 大小:8.54kb | 下载:0