代码搜索:Loop
找到约 10,000 项符合「Loop」的源代码
代码结果 10,000
www.eeworm.com/read/476392/6759350
m exb2.m
num = 100;
den = [1 26 216 576];
s1= -10+j*1; % Desired location of closed-loop poles
[numo, deno, denc]=rldesign(num, den, s1); %PID design
t = 0:.01:4;
c= step(numo, de
www.eeworm.com/read/476102/6762941
sql inserttesttable.sql
set serveroutput on
declare
maxrecords constant int:=100;
i int :=1;
begin
for i in 1..maxrecords loop
insert into tempuser.testtable(recordnumber,currentdate)
values(i,sysdate);
www.eeworm.com/read/264849/11298670
asm iint0.asm
ORG 0000H
AJMP MAIN
ORG 0003H
AJMP IINT0
ORG 0030H
MAIN: MOV IE,#10000001B ;允许中断
CLR IT0 ;IT=01低电平触发方式
LOOP: MOV P1,#00H
www.eeworm.com/read/409249/11339618
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/409038/11360829
c led.c
/*******************************************************************************/
#include "exp1_2407.h"
/*******************************************************************************/
void del
www.eeworm.com/read/409030/11360945
c example_28xgpio.c
#include "DSP28_Device.h"
#include "DSP28_Globalprototypes.h"
/*---- Flash API include file -------------------------------------------------*/
#include "Flash281x_API_Library.h"
// Prototyp
www.eeworm.com/read/408868/11366990
c ctest_led.c
//#include
#include
#include
//----------------------------------
void delay400ms(void)
{
unsigned char TempCycA = 5;
unsigned int TempCycB;
while(T
www.eeworm.com/read/408868/11367006
c ctest_led.c
//#include
#include
#include
//----------------------------------
void delay400ms(void)
{
unsigned char TempCycA = 5;
unsigned int TempCycB;
while(T
www.eeworm.com/read/263081/11377453
log cc_build_debug.log
------------------------ SEEDVPM642loop4.pjt - Debug ------------------------
"c:\ti\c6000\cgtools\bin\cl6x" -g -q -fr"F:/zhaochun/SEEDVPM642_loop4/Debug" -i"F:/zhaochun/SEEDVPM642_loop4/include" -
www.eeworm.com/read/262835/11388203
asm myos2.asm
org 0x7c00
entry:
jmp short begin
; ----------------------------------------------------------------------
; data portion of the "DOS BOOT RECORD"
; -----------------------------------