-
CPossionEquatl
经典泊松方程的matlab数数值求解程序代码。可直接使用。
(Matlab the number of values of the classical Poisson equation solver code. Can be used directly.)
- 2012-07-23 14:34:12下载
- 积分:1
-
WmImages
windows media format 9 for images(nine windows media format for images)
- 2006-06-02 16:21:21下载
- 积分:1
-
decode_ldpc
ldpc译码算法 实现ldpc的译码 20个字(ldpc the)
- 2013-11-18 21:07:58下载
- 积分:1
-
EKF2
说明: 原代码包括捷联惯导初始对准程序,实用性强,便于学习(chushiduizhun)
- 2010-04-22 22:49:22下载
- 积分:1
-
Harris
提取Harris角点程序,非常好用的角点提取程序(Harris corner extraction program, very easy to use corner detection process)
- 2011-05-04 20:14:58下载
- 积分:1
-
weixingdingwei
作者在学习《航天系统》时,在c++6.0环境中实现的卫星定位的算法程序。包括通过轨道根数求卫星状态参数的算法和通过卫星状态参数反求卫星星历的算法。(Author of the study "space system" is in c++6.0 environment to achieve the satellite positioning algorithm. Including through the orbital parameters of the algorithm for the satellite status and Reverse status parameters via satellite satellite ephemeris algorithms.)
- 2013-09-25 19:42:10下载
- 积分: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
-
cstr_src
Yet another CString replacement (Yet another CString replacement)
- 2007-10-23 11:27:53下载
- 积分:1
-
kk-firmware2.3
kk飞控的程序,kk飞控是一款低端的很廉价的很好的飞控程序。适合初学者玩多轴飞行器。(kk flight control procedures, kk flight control is a very cheap low-end good fly control program. Suitable for beginners to play multi-axis aircraft.)
- 2014-02-01 20:47:14下载
- 积分: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