-
MATLAB.zip
关于MATLAB方面的教程主要是关于如何应用等基本操作(About MATLAB aspects tutorial is about how to apply the basic operations)
- 2015-04-16 08:37:49下载
- 积分: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
-
glm-0.9.4.6
glm for lybrary in the Open GL program, that let you make a file including glm.
- 2020-10-09 20:57:34下载
- 积分:1
-
uCGUItoSTM32.pdf
CGUI在STM上的移植, PDF文件,下载查看(The transplantation of CGUI on STM)
- 2014-09-26 15:05:36下载
- 积分:1
-
F16_dynam
F16开环动力学模型,采用C语言编写的MATLAB S函数。输入为油门及3个舵面共四个控制量,以及系统低阶、高阶选择器。前缘襟翼模型内部自动调节。输出为12个状态量以及油门大小。采用欧拉角坐标系。(F16 open-loop dynamic model, using the C language MATLAB S function. Throttle input, and three of four rudder control volume, and system low, high selector. Automatically adjust the front flap inside the model. The amount of output for the 12 states and the accelerator size. Using Euler angle coordinate system.)
- 2011-09-30 11:02:24下载
- 积分:1
-
VC_M
说明: VC调用matlab,实现VC与matlab混合编程,效果很好(VC call matlab, matlab mixed programming with VC to achieve good results,)
- 2011-04-12 15:25:36下载
- 积分:1
-
TestUseMatlab
说明: 运用VC编写的如何在VC中调用MATLAB(use in the preparation of the VC Calling MATLAB)
- 2006-05-09 09:52:58下载
- 积分:1
-
Ppcnnnzipu
脉冲耦合神经网络(PCNNN)用matlab的实现
(Matlab implementations of pulse coupled neural network (PCNNN))
- 2012-08-23 21:17:09下载
- 积分:1
-
Selective
数据链路层滑动窗口协议的设计与实现源码
信道模型为8000bps 全双工卫星信道,信道传播时延270 毫秒,信道误码率为10-5,信道提供字节流传输服务,网络层分组长度在240~256字节范围。(Sliding window data link layer protocol design and implementation of source-channel model 8000bps full-duplex satellite channel, the channel propagation delay 270 ms, the channel bit error rate of 10-5, the channel provides a byte stream transfer service, network layer packet length in the range of 240 to 256 bytes.)
- 2013-12-08 11:45:53下载
- 积分:1
-
MATLAB
MATLAB混合编程课程设计资料(VC,VB)
在Matlab环境下实现混合编程的学习者可以下载(MATLAB hybrid programming curriculum design information (VC, VB) in the Matlab environment to achieve mixed programming learners can be downloaded.)
- 2009-10-05 11:22:22下载
- 积分:1