资源列表

« 1 2 ... .39 .40 .41 .42 .43 1444.45 .46 .47 .48 .49 ... 11386 »

[其它资源LPC2000RW_EE

说明:一个简单得UART软件哈哈哈好用得很啊,啦啦拉需要马上下载-a simple UART software in very handy ah ho, cheerleader Rafah needs immediate download
<cocotte> 在 2008-10-13 上传 | 大小:6.65kb | 下载:0

[其它资源pp2

说明:这是一个语法分析程序,c++写成,提供了完整的数据结构由于存储分析的结果-This is a grammatical analysis procedures, c languages, provide a complete data storage structure due to the results of the analysis
<李曙光> 在 2008-10-13 上传 | 大小:631.53kb | 下载: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

[其它资源classstr2

说明:完善字符串类的运算符功能 1、 利用运算符重载完善字符串类的运算符功能。如: 串+整数;整数+串;浮点数+串;串-串;串/串 等; 2、 编制一个带菜单的小系统,演示该类的运算符操作。 -perfect string Operators such a function, using Operator perfect string category Operators function. Such as : String Integer; Integer string;
<李昭明> 在 2008-10-13 上传 | 大小:11kb | 下载:0

[其它资源TriMat

说明:在目录“\\上三角矩阵类的实现”中给定了文件triMat.cpp、triMat.h,请把triMat.h文件中的9个填空位置补上正确的代码,使triMat.cpp能完成上三角矩阵的加、减、乘运算。要求输入: 输入矩阵维数:4 输入矩阵a的元素(包括0): 1 2 3 4 0 1 2 3 0 0 1 2 0 0 0 1 输入矩阵b的元素(包括0): 1 2 3 4 0 1 2 3 0 0 1 2 0 0 0 1 -in the di
<李昭明> 在 2008-10-13 上传 | 大小:7.7kb | 下载: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

[其它资源fft_debug

说明:能进行32位浮点数fft运算的VHDL描述。-can float for 32 fft Operational VHDL descr iption.
<liuqifeng> 在 2008-10-13 上传 | 大小:132.19kb | 下载:0

[其它资源stusystem

说明:学生成绩管理 学生成绩管理软件 实现学生分班输入成绩,添加 修改 删除等功能-student performance management student performance management software to bring about the importation of students streamed results, add amendments to delete function
<李昭明> 在 2008-10-13 上传 | 大小:20.16kb | 下载:0
« 1 2 ... .39 .40 .41 .42 .43 1444.45 .46 .47 .48 .49 ... 11386 »

源码中国 www.ymcn.org