资源列表
[其它资源] 传教士与野人问题程序
说明:一个自己写的传教士与野人问题程序。程序结构比较清楚。完全安装人工智能的里面的结构编写的。-himself wrote a missionary with the Savage issue procedures. Program structure more clearly. Complete installation of artificial intelligence inside the structure.<高陈强> 在 2008-10-13 上传 | 大小:8.55kb | 下载:0
[其它资源] 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
[其它资源] printcounter
说明:1)能够对计数脉冲(用开关模拟)进行计数 2)能够进行6位数码显示,显示当前的印张数 3)能够进行印数的预置,能够进行正/反计数 4)当计数达到计数预置值或计数为零时,能够报警(LED 发光) 附加功能:报警时可以用喇叭鸣响,并用一个键控制其停止 。 操作说明: 开启电源后,按数字键按预设的印刷数量渐入计数值,按“正计或反计键”选择正向或者方向计数,按下“确定”键,系统则开始自动进行技术操作,但计数结束时,红色警示灯开始亮,并发出声音报警,再次按下“确定”键终止警报,此时印张计数器<yuey996> 在 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