-
lxp1220
MPC5606的 DMA开发 负责吧数据从变量搬运出去(development DMA )
- 2013-12-31 11:18:39下载
- 积分:1
-
Hough-tuoyuan
Hough检测直线,圆,椭圆的代码
其中椭圆是用matlab(Hough line detection, round, oval ellipse code which is used Matlab)
- 2006-12-30 22:51:56下载
- 积分:1
-
sms-gateway
isual Basic is a high level programming language that can be used to develop useful business software, stimulating educational programs,cutting-edge engineering applications, amusing games, entertaining multimedia programs and many other practical applications. Some of the VB sample codes created by us are calculator, Library System, Stop Watch and more.
- 2014-10-01 18:18:24下载
- 积分:1
-
least-squares
最小二乘法曲线拟合,可以实现利用最小二乘法拟合曲线,并显示图形,操作简单。(Least squares curve fitting, can be achieved using least squares curve fitting and display graphics, easy to operate.)
- 2011-05-12 16:56:36下载
- 积分:1
-
sadf
VC++与MATLAB的混合编程
:This paper is origined from the API(Application Programme Interface)between Matlab6p5 and
Visual C++6.0.and has mainly discussed on the idea about how to make a mixed programme with language
C++ and Madab,what’s inore,has illustrated the scheme and difficulties to enhance the speed and efficien—
cy of the simulation software and code executing.Consequently,it provides the students and engineers with an
effective reference. (:This paper is origined from the API(Application Programme Interface)between Matlab6p5 and
Visual C++6.0.and has mainly discussed on the idea about how to make a mixed programme with language
C++ and Madab,what’s inore,has illustrated the scheme and difficulties to enhance the speed and efficien—
cy of the simulation software and code executing.Consequently,it provides the students and engineers with an
effective reference. )
- 2010-12-25 16:57:26下载
- 积分:1
-
RBigMem
基于share memory 为32bit程序同一个提供一个内存现在的内存访问库(Based on a share memory with a memory now 32bit memory access library program)
- 2015-02-05 13:36:05下载
- 积分:1
-
amtci
AMT CODE FOR RECEIVERS
- 2010-02-17 02:06:35下载
- 积分: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
-
PSO
用基本粒子群算法来解决优化问题,本程序给出的是测试函数,根据需要可以自行更改适应度函数。(Using particle swarm optimization algorithm to solve the problem, this program is given a test function, you can change the fitness function according to their needs.)
- 2015-01-24 10:51:48下载
- 积分:1
-
Background_removal
This file contains a whole package of Matlab simulation along with the results
- 2010-12-23 21:46:36下载
- 积分:1