-
filterSobel
sobel filter for image processing
- 2009-11-15 08:14:12下载
- 积分:1
-
archlab-handout-partb.tar
ICS课程archlab Partb 作业提交包(纯手工制作)(ICS courses archlab Partb job submission package (handmade))
- 2013-11-15 12:35:35下载
- 积分:1
-
translate-data-using-expdp
跨表空间传输用户数据,用expdp,impdp传输数据,且在传输的过程中更换表空间(translate data using expdp)
- 2013-11-20 17:45:42下载
- 积分:1
-
pls-pca
这个例子展示了如何应用偏最小二乘回归(plsr)和主成分回归(PCR),并讨论了两种方法的有效性。
本人亲测有效(This example shows how to apply Partial Least Squares Regression (PLSR) and Principal Components Regression (PCR), and discusses the effectiveness of the two methods. PLSR and PCR are both methods to model a response variable when there are a large number of predictor variables, and those predictors are highly correlated or even collinear. Both methods construct new predictor variables, known as components,)
- 2012-05-23 12:57:04下载
- 积分:1
-
zl_yongci2
基于电流,转速的双闭环永磁同步电机的矢量控制的仿真模型。。。(Based on current double closed loop speed permanent magnet synchronous motor vector control simulation model)
- 2013-09-23 10:51:47下载
- 积分:1
-
LAMB_dispersion_0.1
这是求导波中lamb波频散方程很好的MATLAB代码 绝对好用(To solve the dispersion curve of lamb wave by use of MATLAB program)
- 2020-07-02 05:00:02下载
- 积分:1
-
final
state space discreet
- 2009-02-18 15:44:07下载
- 积分:1
-
MATLAB
matlab初步认识,利用matlab进行图像读取、保存一些基本操作(the matlab preliminary understanding, matlab image reading, save some of the basic operations)
- 2013-03-09 23:03:27下载
- 积分:1
-
11
说明:
广告流水灯程序
ORG 00H
MOV P2,#80H
START:MOV A,#0FFH 赋初值
CLR C
MOV R2,#8
LOOP:RRC A 带进位右移
MOV P1,A
CALL DELAY
DJNZ R2,LOOP
MOV R2,#7
LOOP1:RLC A 带进位左移
MOV P1,A
CALL DELAY
DJNZ R2,LOOP1
JMP START
DELAY:MOV R3,#20 延时0.2秒
D1: MOV R4,#20
D2: MOV R5,#248
DJNZ R5,$
DJNZ R4,D2
- 2012-11-22 13:22:07下载
- 积分:1
-
mesal
matlab code for getting data from a file
- 2014-02-02 20:10:57下载
- 积分:1