-
zemax-Matlab
ppt文件,讲述如何使用matlab调用zemax中数据的文档(ppt file explains how to use the data in matlab call zemax document)
- 2013-08-07 13:09:18下载
- 积分: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
-
00687992LDPC
说明: LDPC的编码和译码程序 采用vc及matlab(LDPC coding and decoding process, and matlab using vc)
- 2011-04-06 10:41:57下载
- 积分:1
-
MATLABp2BCSharpp2Bbook
讲matlab和c#混合编程的电子书,英文版,里面例子较多(Mixed matlab and c# programming e-books, English speaking, which examples are more)
- 2012-08-01 16:21:46下载
- 积分:1
-
simulations-in-complex-networks
复杂网络中典型网络的matlab仿真(包括小世界网络,BA网络,随即图等等)(matlab simulations in complex networks)
- 2012-05-06 21:37:47下载
- 积分:1
-
nai-V8.1
感应双馈发电机系统的仿真,本程序的性能已经超过其他算法,多抽样率信号处理。( Simulation of doubly fed induction generator system, This program has exceeded the performance of other algorithms, Multirate signal processing.)
- 2017-05-15 11:39:35下载
- 积分:1
-
C---Cookbook
C ++ CODEBOOK 完整电子版,学习c++必备。(C++ CODEBOOK)
- 2015-01-23 17:20:13下载
- 积分:1
-
16QAM
16QAM的调制,它把输入的二进制数据以查找表的方式进行映射,从而提高信息传输率。(16QAM modulation, it is the input of binary data to find a way to map the table to enhance information transfer rate.)
- 2010-07-18 09:22:25下载
- 积分:1
-
CCppt
Clear Case briefly introduction power point
- 2013-09-25 10:03:02下载
- 积分:1
-
clustering
将Weka数据挖掘工具所产生的K-MEANS和DBSCAN结果转化成MATLAB可输出三维图像的格式(Weka data mining tools will be generated by K-MEANS and DBSCAN results can be exported into MATLAB three-dimensional image format)
- 2008-06-05 10:09:27下载
- 积分:1