-
Euler-circle
matlab程序,Fleury算法,在一个Euler图中找出Euler环游(Matlab program, Fleury algorithm, to find the Euler around in a Euler diagram)
- 2013-11-08 19:06:15下载
- 积分:1
-
framework
面向对象建模技术中的框架和模式面向对象建模技术中的框架和模式(Frameworks and models)
- 2013-11-26 16:13:44下载
- 积分: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
-
matlab_lesson_using_source_code
matlab教案中使用到的源代码,全部源代码。很全的,包括边缘检测,去噪,二值化等等。适合图像处理的初学者参考。(matlab tutorial all the source code. Very wide, including edge detection, noise removal, binarization and so forth. Beginners reference for image processing.)
- 2010-12-16 11:11:29下载
- 积分:1
-
MATLABprogramtoEXEfile
MATLAB程序封装成EXE文件,文章就如何实现这种转换做了详细的说明。(EXE file into a MATLAB program package, the article on how to achieve this conversion a detailed description.)
- 2011-09-16 14:18:10下载
- 积分:1
-
PID
这是关于工业控制的环节 包含有工业大滞后环节的控制 通过matlab仿真可以看出PID控制的优点(This is about industrial control links, containing the delay in the link of industrial control, through the matlab simulation can see the advantages of PID control.)
- 2012-04-18 14:28:28下载
- 积分:1
-
matlab_bgl
说明: matlab_bgl图论工具箱下载,功能强大,用于复杂网络(Download Matlab Graph Theory toolbox, powerful function)
- 2020-11-19 21:39:38下载
- 积分:1
-
LoadForecastingAustralia
对澳大利亚气候的预测,可用于短期时间序列预测(Australian climate forecasts can be used for short-term time series prediction)
- 2011-06-28 10:07:43下载
- 积分:1
-
exp4
缓曲线上主点坐标、加桩点坐标、左右边桩坐标、以及主点里程计算MATLAB示例代码(Slow curve on the main point coordinates, coordinates plus piles, piles around the edge coordinates, and the main point of the sample code mileage calculation MATLAB)
- 2013-12-21 16:19:50下载
- 积分:1
-
MUSIC
收集了声源定位中的MUSIC算法,包括经典算法,基于解相干的空间平滑算法,修正MUSIC即MMUSIC算法(Collected in MUSIC sound source localization algorithms, including the classic algorithm, based on decoherence spatial smoothing algorithm, modified MUSIC algorithm that MMUSIC)
- 2014-04-02 10:32:50下载
- 积分:1