-
MatlabEngine_link
VC调用matlab的典型编程,采用matlab引擎的方法,成功实现了Vc对matlab的调用。并且做了可视化的界面。把程序中的main_edgelink2换成自己要调用的matlab程序(VC typical call Matlab programming using Matlab engine, the successful implementation of the Vc Matlab call. Done a visual interface. The procedures main_edgelink2 replaced by themselves to the calling procedure Matlab)
- 2007-06-08 22:14:15下载
- 积分:1
-
erwei2DFDTD
二维的MATLAB的FDTD仿真程序,对二维FDTD学习很有帮助。(Two-dimensional FDTD simulation of the MATLAB program, very helpful to the two-dimensional FDTD.)
- 2009-04-19 16:27:52下载
- 积分: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
-
matelabfangzhen
先进PID 控制及其MATLAB 仿真
网络上很少有这样的文档资料下载(Advanced PID Control and MATLAB Simulation of the network there has been little information download this document)
- 2009-04-21 15:26:21下载
- 积分:1
-
Full-Face-Detector
说明: 网上下载的外国的人脸检测程序,不知道有没有,传上来与大家分享(Download the foreign face detection program, do not know not, pass up and share)
- 2011-03-22 09:34:46下载
- 积分:1
-
matlabenginetest
该程序是一个matlab与C++混合编程的例子,用matlab引擎在c++中调用matlab程序(that the procedure was a mixed Matlab and C programming examples, Matlab engine used in c Calling Matlab procedures)
- 2007-05-11 17:19:53下载
- 积分:1
-
MATLAB7.0vc++andmatlabprogram
《精通matlab7.0混合编程》的例子程序,其中涉及MATLAB程序和VC++程序,其中大部分为改书所附光盘。()
- 2007-08-12 19:15:56下载
- 积分:1
-
total_variation_denoise_method
总变分滤波,可运行,用MATLAB编写,适用于一维数据。(total variation filtering method to one dimensional signal)
- 2010-11-16 10:41:00下载
- 积分:1
-
yellow
是基于的Robot Soccer v1.5a控制源码(Is based on the control of the Robot Soccer v1.5a source)
- 2008-05-19 08:40:41下载
- 积分:1
-
CPP-questions-and-answers
C++ 相关例题、习题及答案 ( 含代码 )(C++ relevant exercises and answers (including code))
- 2014-02-18 16:23:32下载
- 积分:1