资源列表
[其它资源] LPC2000RW_EE
说明:一个简单得UART软件哈哈哈好用得很啊,啦啦拉需要马上下载-a simple UART software in very handy ah ho, cheerleader Rafah needs immediate download<cocotte> 在 2008-10-13 上传 | 大小:6.65kb | 下载:0
[其它资源] MiniSpanTree_Kruskal
说明:最小生成树算法程序,已经通过编译的程序,能运行出结果-minimum spanning tree algorithm, compiled by the procedure, the results can run<lipeng> 在 2008-10-13 上传 | 大小:1.57kb | 下载:0
[其它资源] DecisionTreeApplet_3[1].20
说明:决策树的源代码。需要的自己下阿。不多说了-Decision Tree source. Under their needs A. Little said<liuliu> 在 2008-10-13 上传 | 大小:409.34kb | 下载:0
[其它资源] PackageProblem
说明:实现背包问题 package problem 1. 问题描述 假设有一个能装入总体积为T的背包和n件体积分别为w1 , w2 , … , wn 的物品,能否从n件物品中挑选若干件恰好装满背包,即使w1 +w2 + … + wn=T,要求找出所有满足上述条件的解。例如:当T=10,各件物品的体积{1,8,4,3,5,2}时,可找到下列4组解: (1,4,3,2)、(1,4,5)、(8,2)、(3,5,2)。 2. 基本要求 读入T、n、w1 , w2 , … , wn<李昭明> 在 2008-10-13 上传 | 大小:9.08kb | 下载:0
[其它资源] Lab537-JPEGMotion
说明:Lab537-JPEGMotion开发的dsp程序,可以实现两个采集,同时显示3路,其中两个为采集的图像,另一路为前两路的运动。-Lab537 - JPEGMotion dsp development process, can achieve two collection, three road shows, two of which collected images of the other route for the former two-way movement.<耿磊> 在 2008-10-13 上传 | 大小:964.78kb | 下载: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
[其它资源] progMatlab
说明:这个程序能清楚显示灰度图形的灰度直方图,并能进行平滑与滤波处理,方便程序员观察了解图像。-this procedure will clearly show that the gray-scale graphics histogram, and for smoothing and filtering. Observer allows programmers to understand images.<空想位> 在 2008-10-13 上传 | 大小:6.47kb | 下载:0