-
xx
说明: 地震波模拟 波场立体模拟结果 海水双层介质,总括过程。(Three-dimensional simulation of seismic wave simulation wave field water layer media, to conclude the process.)
- 2010-09-19 16:23:01下载
- 积分:1
-
jiediandaonajuzhen
说明: 电力系统节点导纳矩阵的形成,自己编写的供大家参考,谢谢(Power system nodal admittance matrix of the form, I have written for your reference, thank you)
- 2010-04-19 19:53:59下载
- 积分:1
-
aPCA
自己按照TPAMI文章编写的approximate pairwise accuracy criterion (aPAC)。已测试无误,并提供该代码所对应的文章。(This matlab code is writtern by myself,namely approximate pairwise accuracy criterion (aPAC)。The paper corrsponding to code is also provided.)
- 2012-03-24 17:17:11下载
- 积分:1
-
Gtdu700r
重力异常的向上延拓程序,很实用,,推荐地球物理学生学习可直接使用。
(Gravity anomaly upward extension program, it is practical, and recommended geophysics student learning can be used directly.)
- 2012-05-23 22:03:38下载
- 积分:1
-
CHAP06
是Matlab图像处理的原程序代码,适合初学者使用。(Matlab image processing is the original code, suitable for beginners.)
- 2010-01-24 16:48:23下载
- 积分:1
-
artfiash2
用matlab编程的鱼群模拟,比较好用,希望能有所帮助(Simulation using matlab Programming fish, relatively easy to use, and I hope to be helpful)
- 2012-08-22 09:04:40下载
- 积分:1
-
New-folder
Brain Tumor Segmentation
Calculation in Brain MR Images using K-Mean
Clustering and Fuzzy C-Mean Algorithm
- 2013-04-23 21:49:30下载
- 积分:1
-
directional_block_generating
用于产生指定大小NxN的块,含有edge的信息,可以指定edge的方向。(Generate a directional block with certain edge.)
- 2010-12-02 12:59:17下载
- 积分:1
-
binomial_invmethod
to generate binomially distributed random nos
- 2014-10-07 15:02:10下载
- 积分: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