-
shengyazhuanhuan
用于进行声压转换的matlab文件,声压数据来源于ansys软件的计算后导出来的。(Used for sound pressure to convert matlab file, sound pressure data from the calculation software ansys guide out.)
- 2013-09-26 09:10:30下载
- 积分:1
-
Item
这个就是MU的原版客户端文件里的ITEM备份,可以用来修改(Clients original files, you can back up with it, ha ha ha ha ha ha ha ha)
- 2014-12-21 00:45:02下载
- 积分:1
-
liziqunmatlab
粒子群反演算法,可用于波动反演,地震领域,岩石破裂领域。(Particle swarm inversion algorithm can be used in wave inversion, seismic field, rock fracture field.)
- 2017-06-03 09:56:18下载
- 积分:1
-
Ecodynamica
说明: 什么是Ecodynamica?
Ecodynamica是普通的工具和二维元胞自动机1(CAs)。(What is Ecodynamica? Ecodynamica ordinary tools and two-dimensional cellular automata 1 (CAs).)
- 2011-03-22 21:34:09下载
- 积分:1
-
VB_kalman
说明: vb语言实现的卡尔曼滤波源程序 (没有测试,输出部分要配合相应的过程)(vb language Kalman filtering source (no test, the output corresponding to tie part of the process))
- 2006-05-03 23:40:52下载
- 积分:1
-
MATLAB
初学者必备 完整的MATLAB入门到精通书本辅助实验程序 学后基本可以上手(Complete beginners MATLAB entry to the master book assisted experimental program learn basic can get started)
- 2012-07-22 17:28:18下载
- 积分: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
-
matcom_functions
MATCOM提供了MATLAB到C++的编程接口,本文是MATCOM4.5的说明文档,详细介绍了MATCOM的各个函数和操作符等。(MATCOM MATLAB to C++ provides a programming interface, this article is MATCOM4.5 documentation, detailing MATCOM various functions and operators and so on.)
- 2014-08-18 10:39:13下载
- 积分:1
-
plating
自动电镀生产线的简单生产工序操作控制软件(Simple production process operation control software automatically plating production line)
- 2015-01-11 15:21:44下载
- 积分:1
-
CameraCalibrationSystem
系统采用的是直接标定摄像机内部参数的算法,算法借助于标定参照物直接计算摄像机的内参数。整个系统是在VC++环境下设
计并实现的,并借助了IPL和OpenCV的帮助,只要输入标定物的图像,系统就可以迅速而又准确地输出摄像机内参数的结果。通过3D
重构实验证明了该系统的有效性。相对于MATLAB实现方式,该系统使用更加方便、快捷。
(System are directly used in the internal parameters of the camera calibration algorithm, calibration algorithm by means of direct calculation of reference within the parameters of the camera. The entire system is in VC++ environment to design and implementation, and with the help of IPL and OpenCV, as long as the input image calibration objects, the system can be output quickly and accurately the results of camera intrinsic parameters. Through the 3D reconstruction of the experiment proved the effectiveness of the system. MATLAB implementation vis-à-vis the way the system more convenient to use, fast.)
- 2009-03-31 19:51:01下载
- 积分:1