代码搜索:Loop
找到约 10,000 项符合「Loop」的源代码
代码结果 10,000
www.eeworm.com/read/144983/12757826
c vector.c
/********************************************************************************************************
* *
* Copyright (C) SEIKO EPSON CORP. 2002 *
* *
* File
www.eeworm.com/read/332405/12759697
vhd ed_comnd.vhd
---------------------------------------------------------------------------------
--COMMAND FORMAT --
--
www.eeworm.com/read/332314/12763906
c blinky.c
// Blinky.c
#include
#include
void wait(void);
int main (void)
{
// set PORTD for output
DDRD = 0xFF;
while(1)
{
for(int i = 1; i
www.eeworm.com/read/332314/12764016
c cyloneyes.c
// CylonEyes.c
#include
#include
int main (void)
{
// declare and initialize the scroll delay_count
unsigned long delay_count = 10000;
// declare a variable f
www.eeworm.com/read/246038/12764228
s gcm.s
;*********** WINDLX Ex.1: Greatest common measure *************
;*********** (c) 1991 G黱ther Raidl *************
;*********** Modified 1992 Maziar Khosravipour *************
;---------------
www.eeworm.com/read/144786/12772501
asm 双字逻辑转移.asm
;5. *如何实习双字的逻辑左移
CODE SEGMENT
ASSUME CS:CODE
START:MOV BX,24B3H
PUSH BX
CALL DISPLAY
CLC
POP BX
RCL BL,1
RCL BH,1
MOV AH,02H
MOV
www.eeworm.com/read/245816/12779818
m disprog.m
function disprog(i,N,steps);
%DISPROG Display progression of a loop.
% DISPROG(i,N,steps) displays the progression of a loop.
%
% I : loop variable
% N : final value of i
% STEPS : number of d
www.eeworm.com/read/331910/12801613
c gmain.c
/* GLIB - Library of useful routines for C programming
* Copyright (C) 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald
*
* gmain.c: Main loop abstraction, timeouts, and idle functions
www.eeworm.com/read/331716/12812792
txt 新建 文本文档.txt
package eight_bit_int is --user defined types
subtype byte is integer range -128 to 127;
type array_byte is array(0 to 3)of byte;
end eight_bit_int;
library work;
use work.eight_bit_int.all;
lib
www.eeworm.com/read/331148/12844751
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