-
C
说明: c语言与matlab接口:编程与实例,英文的,大家看看!(c language and matlab interface: Programming and examples, in English, you see!)
- 2010-10-17 15:09:29下载
- 积分: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
-
google-earth-DEM
googl earth 高程提取工具!对做google earth开发有一定的帮助!(googl earth elevation extraction tool! Google earth for doing development will certainly help!)
- 2015-01-12 12:22:15下载
- 积分:1
-
Laba_2
Default constructor
MyString::MyString()
{
m_szString = NULL
m_aSize = 0
cout << "Default constructor from my sting
"
}
- 2010-01-21 00:08:12下载
- 积分:1
-
CMathArray
在vc6.0z中开发的数学矩阵类,用来操控矩阵相关编程,功能还待完善,但一定程度上,是我们不用再去搞C++与matlab的混编(to control simple calculation works in mathmetical array works with compile language just based c++ in the vc6.0 enviroment.)
- 2010-07-22 19:10:42下载
- 积分:1
-
VB_ArcObjects(VB)
ArcObjects开发指南,实例的资源文件(ArcObjects development guidelines, examples of resource documents)
- 2007-02-11 09:32:42下载
- 积分:1
-
characteristics
matlab 分类程序 金融工程 股票 (matlab matla)
- 2012-08-31 18:32:55下载
- 积分:1
-
kuandai
这是学习麦克风阵列信号处理的好资料,希望大家会喜欢。(this is good book ,you will need for yourself ,i hope you will like it.)
- 2014-11-02 18:09:39下载
- 积分:1
-
space-station-maintenance
负责火星的一个低轨道空间站的设计。为简化结构,该空间站由一系列密闭的立方体(airtight cubical modules ACM)组成,这些ACM曾连接在一起。困扰你的一个问题是致命的病菌也许留在火星的上层大气中。因为空间站有时需要在上层大气中飞行,所以急需在ACM的各个接触面进行额外的防护,无论是边对边还是面对面,连接是密闭的,所以没有细菌能够进入。一个ACM与另外一个ACM共享的面不需要防护。如果在每个ACM每个面上都加防护,花费巨大。因此,需要知道ACM额外防护的确切面数目(Responsible for the design of a low-orbit space station on Mars. In order to simplify the structure of the space station by a series of closed cubes (airtight cubical modules ACM) composed of these ACM had together. One problem is bothering you deadly germs might stay in the upper atmosphere of Mars. Because the station is sometimes necessary to fly in the upper atmosphere, so urgently needed in all contact surfaces of the ACM additional protection, either face to face or side-to-side, the connection is closed, so no bacteria can enter. An ACM ACM shared with another surface does not need protection. If you have added protection on each side of each ACM, costly. Therefore, the need to know the exact number of additional surface protection ACM)
- 2014-11-28 17:58:50下载
- 积分:1
-
cma
光纤信道盲均衡CMA算法,MATLAB开发环境,比较通用的一种算法(Fibre Channel CMA blind equalization algorithms, MATLAB development environment, more generic algorithm)
- 2014-11-23 08:50:11下载
- 积分:1