-
dig_filter
Matlab实现的各种滤波器程序,已运行,可根据需求修改(Digital Filter)
- 2011-12-05 14:13:39下载
- 积分:1
-
polarplot3d
极坐标3d画图程序,功能很强大,自己看帮助吧(POLARPLOT3D Plot a 3D surface from polar coordinate data)
- 2012-04-18 23:38:44下载
- 积分:1
-
Software-Berenger
Berenger的新书perfectly matched layer for electromagnetics中计算各种PML反射系数的程序(Berenger' s new book, perfectly matched layer for electromagnetics to calculate a variety of PML reflection coefficient of the process)
- 2009-12-28 18:59:42下载
- 积分:1
-
psat-2.1.5-mat
说明: psat最新版本的说明书,对先前版本的精简和补充(psat latest version of the specification, the streamlined version of the previous and supplements)
- 2010-04-28 10:34:48下载
- 积分:1
-
root
Chapter 2. The Solution of Nonlinear Equations f(x) = 0
Algorithm 2.1 Fixed Point Iteration
Algorithm 2.2 Bisection Method
Algorithm 2.3 False position or Regula Falsi Method
Algorithm 2.4 Approximate Location of Roots
Algorithm 2.5 Newton-Raphson Iteration
Algorithm 2.6 Secant Method
Algorithm 2.7 Steffensen s Acceleration
Algorithm 2.8 Muller s Method
Algorithm 2.9 Nonlinear Seidel Iteration
Algorithm 2.10 Newton-Raphson Method in 2-Dimensions
- 2011-06-07 03:04:18下载
- 积分:1
-
One-dimensional-phononic-crystal
一维声子晶体能带结构计算matlab源代码,适用于声子晶体研究人员以及matlab学习者参考。(One-dimensional photonic crystal band structure calculation matlab source code, suitable for researchers and phononic crystals matlab learners.)
- 2013-12-31 10:58:51下载
- 积分:1
-
lujingshibie
路径识别的一些程序,matlab运行的,是现在最好的,有解释。(Some of the path identification procedures, matlab run, is now best to explain.)
- 2010-06-08 21:44:33下载
- 积分:1
-
thetheoryofIMMandsimulation
详细介绍交互多模型算法原理,算法流程并附带模型仿真程序(Details IMM algorithm, the algorithm processes and procedures with model simulation)
- 2010-08-01 10:38:04下载
- 积分: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
-
arma
arma模型的具体实现代码, 可以用(arma model of the specific code, you can use)
- 2012-07-05 00:06:30下载
- 积分:1