代码搜索:Loop
找到约 10,000 项符合「Loop」的源代码
代码结果 10,000
www.eeworm.com/read/208264/15249467
cpp l3_goto.cpp
#include
void main()
{
int i=1;
int sum=0;
loop:
if(i
www.eeworm.com/read/207689/15264708
asm wanmei1.asm
Z8279 EQU 212H
D8279 EQU 210H
D8251 EQU 228H
Z8251 EQU 22aH
LEDMOD EQU 00 ;左边输入,八位显示外部译码八位显示
LEDFEQ EQU 38H ;扫描频率
STACK SEGMENT STACK
STA DW 512 DUP (?)
TOP EQU LENGTH STA
STACK ENDS
DATA SE
www.eeworm.com/read/206276/15297224
m chap9_2f.m
%Three Loop of Flight Simulator Servo System with Direct Current Motor
clear all;
close all;
%(1)Current loop
L=0.001; %L
www.eeworm.com/read/206113/15299949
makefile
include ../Makefile.h
PROGS = pow3 pow3b sqrt1 sqrt2 sqrt3 loop2
OUTPROGS = loop1 unruh sqrt4
pow3.hpp: pow3.htt
pow3.cpp: pow3.hpp pow3.ctt
pow3b.hpp: pow3b.htt
pow3b.cpp: pow3b.hpp pow3b.ctt
www.eeworm.com/read/205946/15303188
c busywait.c
/*
* BusyWait.c
*
* Sample code for Multithreading Applications in Win32
* This is from Chapter 3, Listing 3-1
*
* Demonstrate the effect on performance
* of using a busy loop. First cal
www.eeworm.com/read/205695/15309671
m chap9_5i.m
%Three Loop of Flight Simulator Servo System with Direct Current Motor
clear all;
close all;
%(1)Current loop
L=0.001; %L
www.eeworm.com/read/205378/15317052
s pcm_pcm.s
/************************************************************************/
; (c)1996 Copyright M-Pact, Inc. All rights reserved
;
; Revision 1.0
;
;
; Module: PCM_OUT (PCM output routine)
;
;
www.eeworm.com/read/205376/15317110
s pcm_pcm.s
/************************************************************************/
// (c)1996 Copyright M-Pact, Inc. All rights reserved
//
// Revision 1.0
//
//
// Module: PCM_OUT (PCM output routine)
www.eeworm.com/read/170034/5407390
bat run.bat
@echo off
del .shutdown
:Loop
copy ..\new\IBGameServer.exe .
IBGameServer.exe
date /t >> rebootlog.txt
time /t >> rebootlog.txt
if not exist .shutdown goto Loop