-
ERLANGB
仿真排队论,统计不同话务量的情况下的阻塞率(Simulation of queuing theory, statistical difference in cases where traffic blocking probability)
- 2009-12-12 16:56:16下载
- 积分:1
-
guangfushuju_chuli
本程序内涵部分光伏数据,里面还包含几个简单的小程序,求光伏波动的,希望对大家有用(This program connotation section PV data, which also includes a few simple little program, find the PV fluctuations, hope to be useful)
- 2015-07-03 17:13:04下载
- 积分:1
-
tuihuosuanfa
基于MATLAB退火算法实现,初学者可作参考,程序已经验证。(Annealing algorithm based on MATLAB, can be used as reference for beginners, the program has been verified.)
- 2010-12-14 20:44:35下载
- 积分:1
-
IEEE33
针对33节点编写的潮流程序,运用前推回代法,实用性很强(Flow program written for 33 nodes, use push backward substitution method very practical)
- 2021-04-13 09:18:56下载
- 积分:1
-
matlab
(1) 读取n副连续有重叠部分的图像,在n副图像中检测SIFT特征,并用SIFT
特征描述子对其进行描述。
(2) 匹配相邻图像的特征点,并根据特征点向量消除误匹配。
(3) 使用RANSAC方法,确定变换参数。
(4) 图像融合
((1) Read n successive overlapping sub-part of the image, the image of the n sub-SIFT features detected and characterized using SIFT descriptors be described. (2) adjacent to the image feature point matching, and according to the feature vector to eliminate false matching points. (3) using RANSAC approach to determine the transformation parameters. (4) image fusion)
- 2013-09-15 22:40:17下载
- 积分:1
-
CWduopule
CW脉冲信号的仿真,加多普勒延时后的频谱图(CW pulse signal simulation, Jiaduopule spectrum after delay)
- 2015-05-29 17:05:30下载
- 积分:1
-
BPzhao
说明: 改进神经网络程序,可处理信号,提取谐波频率和幅值,检测精度较高(Improved neural network program, which can process signals, extract harmonic frequency and amplitude, and has high detection accuracy)
- 2020-05-26 19:40:45下载
- 积分:1
-
water_echo
Program that implements echo watermarking.
The basic idea is to embed a watermark by
adding an echo to the original sample.
- 2009-04-28 01:51:53下载
- 积分:1
-
commmsk
This is a matlab file that is simulating minimum shoft keying signals. This is a simulink file and pulse shaping is also used in it.
- 2013-11-20 06:11:46下载
- 积分: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