搜索资源列表
Colck
- 用2051单片机制作的LED数字闹钟,个人小制作,非产品,用了4位数码管,4个指示灯,其中2个做成冒号,4个按键,1个蜂鸣器。采用T0和T1两个定时器,T0用作数码管的动态扫描,T1用于计时分秒,对初学者学习定时器的使用及数码管的动态扫描有参考价值。-A LED digital alarm clock Produced by 2051 MCU, individual small-production, non-product, spent four digital tube, four ligh
PILA-COL
- (estructura de datos) programa en C++ para ejemplificar pila y colas
color-parabola-
- 绘制彩色抛物线 c语言源代码 /*画抛物线的子函数spara()*/ /*row,col代表抛物线顶点的坐标,x1,y1是抛物线起点相对顶点的坐标*/ /*t为抛物线绕顶点旋转的角度*/-To draw color parabola c language source code
CMatrix
- 该类包括矩阵行列数变量int rows和int cols,矩阵数据数组double data[][],构造c++语言实现任意维数matrix类,方法Matrix()、获取某元素值的方法getData(int row,int col),设置某元素值的方法setData,计算两个矩阵的乘积的方法multiply(Matrix m)等-Class including the the matrix ranks number variable int rows int cols, matrix data
3x3-neighbor-pixel
- Descr iption All the filters have needed neighbor data the current pixel in the image,here this function(res_window=cover_window(how many neighbor value for row ,how many neighbor value for column ,input image) produce the result( res_window(r
附件
- lc; clear; A=[1 1.2 1.5 1.5; 0.833 1 1.2 1.2; 0.667 0.833 1 1.2; 0.667 0.833 0.833 1]; %因素对比矩阵A,只需要改变矩阵A [m,n]=size(A); %获取指标个数 RI=[0 0 0.58 0.90 1.12 1.24 1.32 1.41