-
VBMatlab
在简要介绍 Matlab软件的基础上 ,重点分析了 Matlab和 V B混合编程的方法讨论(This paper introduces Matlab software, analyzes applications of Matlab and VB programming with signal analysis and processing)
- 2009-10-19 11:44:44下载
- 积分:1
-
fangxing
这是一个应用一致性几何绕射理论编写的简单程序,初学学者可作为参考(This is a simple program UTD written application, can be used as a reference for beginners and scholars)
- 2021-01-13 16:48:53下载
- 积分:1
-
zlxhxz
说明: matlab在电信工程中的应用 matlab在电信工程中的应用 (Matlab in telecommunications engineering application of Matlab the telecommunications engineering application of Matlab in telecommunications engineering application)
- 2006-04-15 10:53:03下载
- 积分:1
-
prony
this is a useful method of realizing prony in matlab system
- 2021-02-03 14:39:59下载
- 积分:1
-
Tdcoorconvert
根据读取到的已知控制点的坐标,计算在该区域内的平面转换五参数,该五参数不同于当前使用较多的四参数(According to the known control point to read the coordinates to calculate the plane in the region converted five parameters, the five parameters to use more different from the current four-parameter)
- 2010-09-24 21:50:29下载
- 积分: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
-
The-nonlinear-least-square-method
c语言非线性最小二乘法的程序,解决非线性最小二乘法问题(The nonlinear least square method)
- 2014-12-10 14:46:46下载
- 积分:1
-
computation
解决储罐内的二维扩散对流问题,可用在多孔介质中的运算,能够很好的解决问题(Solve the problem of one dimensional convection diffusion)
- 2014-12-08 10:09:34下载
- 积分:1
-
Callback
io重叠中的完成实例模型,典型代码,ioCallBack源码(io complete overlap in the model example of a typical code, ioCallBack source)
- 2007-09-18 19:36:01下载
- 积分:1
-
chamfermatching
Description of the file: template matching source of Chamfer matching algorithm. It s OpenCV implementation
- 2013-11-25 23:42:19下载
- 积分:1