-
VCPP-and-matlab
本功能实现VC++与matlab的动态链接,能够具体实现三角函数的绘制,并能实时描点。(This feature dynamic link VC++ with Matlab, the concrete realization of the drawing of the trigonometric functions, and real-time depiction point.)
- 2012-07-02 11:01:26下载
- 积分:1
-
fenzhi
#include <iostream.h>
int main()
{
int i(0),sum(0)
while (i<=100)
{
sum=sum+i
++i
}cout<<"sum="<<sum<<endl
return 0;
}
- 2009-12-11 22:03:44下载
- 积分:1
-
vc_CALL_MATLAB_C++graphiclib
VC++下调用matlab图形库函数进行绘图并显示到VC的图形界面中。(VC call Matlab graphics library functions and mapping indicates that the VC graphics interface.)
- 2006-12-06 16:09:43下载
- 积分: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
-
simulations-in-complex-networks
复杂网络中典型网络的matlab仿真(包括小世界网络,BA网络,随即图等等)(matlab simulations in complex networks)
- 2012-05-06 21:37:47下载
- 积分:1
-
partial_transmit_sequence
THIS IS THE MATLAB CODE FOR PTS TO REDUCE PAPR
- 2014-02-25 11:49:03下载
- 积分:1
-
engine01
实现发动机性能的计算,在matlab环境下简单可靠的运行(this can use at matlab to engine)
- 2015-01-25 19:59:10下载
- 积分:1
-
Turbo-MATLAB
这个turbo码的matlab仿真程序~~希望对大家会有用~~谢谢~~我只想要和大家分享一下(The turbo code matlab simulation program we hope will be useful ~ ~ ~ ~ ~ I just want to thank you and share with you)
- 2020-06-30 02:20:01下载
- 积分:1
-
D3DXMatrixRotationAxis_analysis
D3DXMatrixRotationAxis 数学原理解析
Axis To Axis 的矩阵生成
介绍广告版的复杂搭建 原理
附录 Matlab 和 C++ 代码
(D3DXMatrixRotationAxis mathematical theory of matrix analysis Axis To Axis generate complex structures introduced principles of billboards Appendix Matlab and C++ code)
- 2010-05-23 15:38:38下载
- 积分:1
-
chufaqi
触发器,eda.在实际的数字系统中往往包含大量的存储单元,而且经常要求他们在同一时刻同步动作,为达到这个目的,在每个存储单元电路上引入一个时钟脉冲(CLK)作为控制信号,只有当CLK到来时电路才被“触发”而动作,并根据输入信号改变输出状态。把这种在时钟信号触发时才能动作的存储单元电路称为触发器(Triggers, eda. The actual digital systems often contain a large number of memory cells, and at the same time they often require synchronized action, to achieve this purpose, the introduction of a clock pulse (CLK) in each memory cell circuit as a control signal , the arrival of the circuit only when CLK was only trigger the operation and change the output state of the input signal. The memory cell circuit that can trigger actions when the clock signal is called a flip-flop)
- 2014-08-27 10:43:49下载
- 积分:1