-
lpcseg1
车牌识别程序,MATLAB,源代码,M文件(MATLAB)
- 2010-01-10 15:23:27下载
- 积分:1
-
Asian-call
Asian call price Asian call priceAsian call priceAsian call price(Asian call price)
- 2013-04-26 02:58:45下载
- 积分:1
-
Interrupt
很全的中断手册。
INT 00 - CPU-generated - DIVIDE ERROR
INT 01 - CPU-generated - SINGLE STEP (80386+) - DEBUGGING EXCEPTIONS
INT 02 - external hardware - NON-MASKABLE INTERRUPT
INT 03 - CPU-generated - BREAKPOINT
INT 04 - CPU-generated - INTO DETECTED OVERFLOW
INT 05 - PRINT SCREEN CPU-generated (80186+) - BOUND RANGE EXCEEDED
INT 06 - CPU-generated (80286+) - INVALID OPCODE
INT 07 - CPU-generated (80286+) - PROCESSOR EXTENSION NOT AVAILABLE
INT 08 - IRQ0 - SYSTEM TIMER CPU-generated (80286+)
.
.
.(Very wide manual interruption. INT 00- CPU-generated- DIVIDE ERRORINT 01- CPU-generated- SINGLE STEP (80386+)- DEBUGGING EXCEPTIONSINT 02- external hardware- NON-MASKABLE INTERRUPTINT 03- CPU-generated- BREAKPOINTINT 04- CPU-generated- INTO DETECTED OVERFLOWINT 05- PRINT SCREEN CPU-generated (80186+)- BOUND RANGE EXCEEDEDINT 06- CPU-generated (80286+)- INVALID OPCODEINT 07- CPU-generated (80286+)- PROCESSOR EXTENSION NOT AVAILABLEINT 08- IRQ0- SYSTEM TIMER CPU-generated ( 802862B !)...)
- 2007-10-16 02:10:59下载
- 积分:1
-
gprchengxiang
用FDTD建立二维模型,使用matlab实现衍射层析成像显示目标的电性参数(diffraction tomography)
- 2009-11-24 18:58:23下载
- 积分:1
-
Matlab_pratical_courses
我所见过的最实用的matlab编程实用教程,内容涉及到数据处理的方方面面,还有生成各种图表的方法,都有例程(I' ve seen the most useful and practical tutorial matlab programming, content related to all aspects of data processing, as well as the method generates a variety of charts, there is routine)
- 2010-11-22 11:31:18下载
- 积分:1
-
bpsk_mod
对模拟信号进行抽样量化,并对其进行BPSk调制解调,包括时域频域波形(Quantitative sampling of analog signals, and its BPSk modem, including the time domain frequency domain waveforms)
- 2011-05-25 11:27:34下载
- 积分:1
-
多机器人系统的群集编队控制理论仿真程序
多机器人系统的集群控制仿真实现,其中运用势场法实现了集群的稳定(Realization of Cluster Control Simulation for Multi-Robot System)
- 2020-06-22 17:40:02下载
- 积分:1
-
GMM-GMR-v2.0
基于泛化自回归的源模型,以及在这个模型基础上的EM算法实现(Generalization based on the source from the regression model, as well as in the model based on EM algorithm)
- 2010-08-25 22:36:44下载
- 积分:1
-
imaqplot
IMAQPLOT is a simple demonstration of previewing video data using the toolbox s TimerFcn callback. IMAQPLOT also allows users to integrate the video preview into any MATLAB GUI. These are capabilities that are present in the toolbox s PREVIEW command, but are presented here as a demonstration of TimerFcn callback.
Using toolbox callback properties, you can configure a video input object to generate a live image plot display.
Do you want a basic preview window created for you? Simply call:
obj = videoinput( matrox , 1)
obj.TimerFcn = @imaqplot
obj.TimerPeriod = 0.1
obj.FramesPerTrigger = Inf
start(obj)
Do you want to add a preview window to an existing GUI? Simply provide IMAQPLOT a handle to an image object and it will update it for you:
obj = videoinput( dt , 1)
obj.TimerFcn = {@imaqplot, hImage}
obj.TimerPeriod = 0.1
obj.FramesPerTrigger = Inf
start(obj)
- 2009-10-21 15:20:29下载
- 积分:1
-
guandaoquedingguidao
这是一条飞行器轨道转移的程序,利用惯性原理来控制轨道(This is a spacecraft orbit transfer procedures, the use of the principle of inertia to control track)
- 2013-03-03 11:16:30下载
- 积分:1