-
xyz.zip
MATLAB计算程序,计算符合预测。包括技部分。(Ahfsdafadskflagklhdashdaadfafdadsadsfdasfadk)
- 2009-04-26 20:05:45下载
- 积分:1
-
matlab-temperature.m
说明: 计算温度场分布的程序,希望对有关人员有所帮助,基于matlab(Calculated temperature distribution of the procedures in the hope the officers concerned be helpful, based on matlab)
- 2011-03-28 10:53:00下载
- 积分:1
-
massive-mimo
为满足对日益增长的数据传输速率和系统容量
的要求,无线宽带移动通信已由传统的单输入单输
出(single-input single-output,SISO)系统发展到多输
入多输出(multiple-input multiple-output,MIMO)系
统(In MIMO systems, channel state information (CSI) is necessary for coherent detection and channelequalization at the receiver.)
- 2014-09-02 21:19:52下载
- 积分:1
-
eslabprgms
visual c++ FOR EMBEDDED SYSTEMS AND FOR REAL TIME APPLICATIONS
- 2013-08-26 22:03:52下载
- 积分:1
-
the-code
低通巴特沃斯滤波器设计求阶数,适合广大学生们参考,(Low-pass Butterworth filter design requirements order, for the majority of students reference)
- 2013-09-03 13:00:02下载
- 积分:1
-
smth
MATLAB SIMULINK 改进型SIMITH预估控制器(MATLAB SIMULINK improved SIMITH forecast controller)
- 2014-01-17 10:25:50下载
- 积分:1
-
CH7
7.5 积分一步的变步长龙格-库塔法grkt2.c
7.6 积分一步的变步长基尔法ggil1.c
7.7 全区间积分的变步长基尔法ggil2.c
7.8 全区间积分的变步长默森法gmrsn.c
7.9 积分一步的连分式法gpbs1.c
7.10 全区间积分的连分式法gpbs2.c(7.5 Integral-step variable step-queue grid- Kutta method grkt2.c 7.6 Integral variable step by step Kiel France ggil1.c 7.7 points between the region variable step-size Kiel France ggil2.c 7.8 points between the region variable step-size Merson method gmrsn.c 7.9 integral step in continued fractions method gpbs1.c 7.10 points between the region' s continued fractions method gpbs2.c)
- 2009-10-15 14:30:09下载
- 积分:1
-
book
浪涛之巅小说,介绍互联网技术的发展,非常好的资料;(Introduct book for internet development)
- 2010-01-13 11:27:14下载
- 积分:1
-
simulink
全面、专业的介绍matlab中模块mulink模块的使用方法,列举的例题包含操作流程,非常实用。(Comprehensive, professional introduction matlab in Ostrava mulink modules to use, citing the examples include operating procedures, very practical.)
- 2013-07-21 16:43:57下载
- 积分: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