-
lasermode
本程序可以显示常见激光模式分布图,如TE00,TE01,TE10,TE22等,有助于对激光横模的理解!(This program is to help students to understand to the laser mode )
- 2010-10-09 11:51:14下载
- 积分:1
-
FORKIN
matlab的工具,常用的工具,非常有用的(matlab tools, commonly used tools, very useful)
- 2009-11-27 15:34:41下载
- 积分:1
-
GUImatlab
在matlab下制作图形用户界面。本例为一归一化二阶系统,制作一个能绘制该系统单位阶跃响应的图形用户界面。(Produced under the matlab graphical user interface. In this case a normalized second-order system, can produce a drawing of the system unit step response of the graphical user interface.)
- 2010-05-12 19:31:49下载
- 积分:1
-
ADP
近似动态规划(ADP)的无限时间值函数迭代的例子(Approximate Dynamic Programming (ADP) of the infinite time value function iteration example)
- 2020-06-30 04:00:01下载
- 积分:1
-
function-RK
龙格库塔方法求解一阶微分方程matlab源代码(Runge-Kutta method to solve first order differential equations matlab source code)
- 2011-04-20 11:19:39下载
- 积分:1
-
20040904064936
叫你怎么样使用matlab,这是一个实验指导书,详细步骤附有图片。(Tell you how to use matlab, this is an experimental guide books, detailed steps with pictures.)
- 2011-05-17 09:03:25下载
- 积分:1
-
backForwardMethod
快速解前推回代法,三相的配電網潮流包含線損(Quick Solution forward and backward substitution method, three-phase distribution power flow includes line losses)
- 2013-09-04 21:28:24下载
- 积分: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
-
1105003304537
说明: 有关MATLAB的一些简单程序的范例,即SIMULINGK的一些仿真信息(the MATLAB some simple examples of procedures that SIMULINGK some information Simulation)
- 2006-03-17 10:52:23下载
- 积分:1
-
MIMORLS
系统辨识与自适应控制---MIMO系统递推最小二乘参数估计(本程序针对2入2出系统)(System identification and adaptive control systems--- MIMO recursive least squares parameter estimation (the program for 2 into 2 systems))
- 2011-07-04 16:11:18下载
- 积分:1