代码搜索:Loop
找到约 10,000 项符合「Loop」的源代码
代码结果 10,000
www.eeworm.com/read/331144/12845739
asm vectors.asm
;
; Copyright 2003 by Texas Instruments Incorporated.
; All rights reserved. Property of Texas Instruments Incorporated.
; Restricted rights to use, duplicate or disclose this code are
; grant
www.eeworm.com/read/331144/12845800
asm vectors.asm
;
; Copyright 2003 by Texas Instruments Incorporated.
; All rights reserved. Property of Texas Instruments Incorporated.
; Restricted rights to use, duplicate or disclose this code are
; grant
www.eeworm.com/read/244644/12850776
cpp calendar.cpp
#include"stdio.h"
#include"math.h"
void main()
{
int year,month,date;
int f(int year); //声明判断闰年函数
int weekday(int year, int month, int date); //声明计算星期几的函数
int g(int year,int month,int da
www.eeworm.com/read/143516/12868763
s pivec.s
; :ts=8
include asmglobal.h
extrn Stktop,Spsave,Sssave,piint:proc,doret:proc,eoi:proc
DMAEN equ 4
.DATA
public acc_delay
acc_delay dw 0
.CODE
dbase dw @Data ; save loc for ds (m
www.eeworm.com/read/244381/12869672
m clp_pend.m
% Simulation of the triple inverted pendulum closed-loop system
%
sim_pend
clp_ic = starp(pend_sm,K,6,2);
%
% response to the reference input
timedata = 0;
tf = 20;
ti = 0.04;
stepdata2 = -0.
www.eeworm.com/read/244381/12869694
m wpl_pend.m
% Simulation of the closed-loop system with the worst case
% perturbation
%
sim_pend
clp = starp(delta,starp(pend_sm,K,6,2));
%
% response to the reference input
timedata = 0;
ti = 0.01;
tf =
www.eeworm.com/read/244381/12869707
m dcl_pend.m
% Simulation of the sampled-data closed-loop system
%
sim_pend
%
% discretization interval
Ts = input ('Enter sampling period Ts = ');
KD = samhld(K,Ts);
%
% response to the reference input
t
www.eeworm.com/read/244380/12869801
m clp_rock.m
% Simulation of the closed-loop rocket stabilization system
%
% flight time
t = input ('Enter time t = ');
% closed-loop interconnection
sim_rock
clp_ic = starp(sim_ic,K);
%
% response to the
www.eeworm.com/read/330584/12879423
asm 10.asm
STACK SEGMENT
STA DW 50 DUP (?)
TOP EQU LENGTH STA
STACK ENDS
;----------------------------------------------------------
DATA SEGMENT
MESS DB 'AD0809 pres
www.eeworm.com/read/143087/12900460
c vector.c
#include "stdio.h"
/* Prototype */
extern void SpkIntr1(void); //15-bit Mono Pcm Playback
extern void int_key(void);
void boot(void);
void vIntAddressError( void );
void vIntZeroDiv(