-
xunjiduanshijian
水文时间序列 每旬的极端事件计算,该指标用于混沌计算前期处理(Hydrologic time series of extreme events is calculated every ten days, the index is used to calculate the pre-treatment of Chaos)
- 2014-01-13 17:31:58下载
- 积分:1
-
sharpMapTEST
源码sharpMap分析,所有sharpMap开发文档整理,适合初级开发者和有一定sharpMap开发基础(Source sharpMap analysis, all the sharpMap Development Documentation finishing, suitable for junior developers and have a certain sharpMap Development Foundation)
- 2010-03-01 17:35:49下载
- 积分:1
-
hadi-alizade
this is a new alghorithm about tabu search....
- 2013-05-26 16:47:20下载
- 积分:1
-
AC3toMP3-GUI
AC3toMP3 GUI. GUI application for AC3ToMP3.
- 2014-02-19 03:09:50下载
- 积分:1
-
105code
150例源码,提供学习和源码的分析实现!(150 cases of source code, to provide study and analysis of the implementation source code!)
- 2009-03-10 09:52:42下载
- 积分:1
-
MatlabaC_CPP(3)
最新版《精通Matlab与C/C++混合程序设计》( 第三版) 刘维编著- proficient Matlab and C/C mixed Program Design (third edition)(The latest version of Mastering Matlab and C/C++ programming mix (third edition) edited by Richard- proficient Matlab and C/C mixed Program Design (third edition))
- 2015-04-21 08:55:23下载
- 积分:1
-
VCPmatlab
本文详细介绍了如何实现VC与Matlab的混合编程,对于进行复杂的运算有很好的用处(This paper describes how the VC and Matlab programming mix, for complex calculations to good use)
- 2013-09-07 11:32:39下载
- 积分:1
-
QliuuguifeenA
QAM16调制的实现 matlab源程序源源码 星座图的输出与结果都正确 可直接使用。
(Matlab source source source constellation of QAM16 modulation output results are correct can be used directly.)
- 2012-07-25 23:06:40下载
- 积分:1
-
path-planning
本人精心收藏的资料,该资料对粒子群算法改进的,值得借鉴。分享给大家(I am careful collection of data, the information on the particle swarm algorithm improvement, and worth learning from. We share)
- 2010-12-31 18:42:13下载
- 积分: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