-
PDF417
二维码PDF417的国标,是很好的学习标准。(PDF417 two-dimensional code of GB, is a good learning standards.)
- 2010-08-17 10:21:39下载
- 积分:1
-
forestplotxx
Forest plot for meta-analysis or sub-group analysis
- 2013-01-05 04:13:13下载
- 积分: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
-
pathRRT
用matlab将RRT算法编程并仿真出机器人的路径规划(Use the matlab to program the RRT algorithm and simulate the path planning of the robot)
- 2017-10-11 17:29:20下载
- 积分:1
-
mpckongzhi
说明: MPC模型建立的代码,可直接运行,已修改(The code established by MPC model, which can be run directly, has been modified)
- 2020-03-13 12:09:01下载
- 积分:1
-
voc-release4
voc 分类 Object Detection with Discriminatively Trained
Part Based Models(voc Category Object Detection with Discriminatively Trained Part Based Models)
- 2011-01-07 16:05:09下载
- 积分:1
-
MATLAB-environment-voice-recognition
介绍了一种基于 MA T L A B的多个特定人连接词语音识别的方法,并提出了在进行端点检测时,引入平均的概念能进一
步提高识别率。 此设计是以 L P C C系数、 D T W 算法为核心的基于图形界面的设计。 通过大量的实验测试 ,表明该方法基本达
到屏蔽外界环境的影响 , 具有非常高的精度识别(: In this paper based on a number of specific persons MA TLAB conjunctions speech recognition method, and presented during endpoint detection, the introduction of the concept of the average recognition rate can be further improved. This design is LPCC coefficients, DTW algorithm as the core design based on graphical interface. Through a large number of experimental tests show that the method is basically to shield the external environment, with very high accuracy recognition)
- 2011-05-26 09:19:42下载
- 积分:1
-
match_ransac0825
ransac程序,在他人的基础上改进,增进了速度,经过测试,可直接应用于遥感影像匹配去除误差较大点,希望对大家有用。(ransac program, others based on improvements and increased speed tested, can be directly applied to the remote sensing image matching remove errors larger point, and hope to be useful.)
- 2012-09-06 14:10:31下载
- 积分:1
-
PCA
带有数据的PCA程序,计算方差贡献率确定主元数,有T方和SPE图(PCA program with data, calculate the variance contribution rate to determine the number of principal, with a T square and SPE chart)
- 2020-12-01 23:39:26下载
- 积分:1
-
ex_18_1
计算运动中单摆中的长度:读取视频文件,生成新的视频序列,逐帧处理,求取每幅的摆长。(The length of the pendulum motion in calculation:Read video files to create a new video sequences, with each picture frame and a long.)
- 2010-09-07 11:30:25下载
- 积分:1