代码搜索:Loop
找到约 10,000 项符合「Loop」的源代码
代码结果 10,000
www.eeworm.com/read/278318/10548297
vhd ramd1616.vhd
-- output of CoreGen module generator
-- $Header: syncramVHT.vhd,v 1.3 1998/06/15 16:22:07 tonyw Exp $
-- *****************************************************************
-- Copyright 1997-1998 -
www.eeworm.com/read/352344/10559998
c 3-9.c
#include
#include
void main()
{
int i=10;
SCON = 0x50;
TMOD |= 0x20;
TH1 = 0xf3;
TR1 = 1;
TI = 1;
do
{
printf ( "%d ", i-- );
}
whi
www.eeworm.com/read/277545/10628290
c file.c
/*C**************************************************************************
* NAME: file.c
*----------------------------------------------------------------------------
* Copyright (c) 20
www.eeworm.com/read/277545/10628888
lst file.lst
C51 COMPILER V7.20 FILE 11/14/2004 00:50:09 PAGE 1
C51 COMPILER V7.20, COMPILATION OF MODULE FILE
OBJECT MODULE PLACED IN fi
www.eeworm.com/read/277457/10638036
cpp firstfor.cpp
#include
using namespace std;
int main()
{
int loop_index;
for (loop_index = 1; loop_index
www.eeworm.com/read/277009/10688466
c avrisr.c
// AVRisr.c
/* AVR ISR */
#include "includes.h"
/*************************************************************************************************************/
void IsrEint0(void)
{
}
www.eeworm.com/read/421644/10718314
npp me.adb.npp
with Ada.Text_IO; use Ada.Text_IO;
--with Hello;
-- include our previous procedure
procedure your_name is
name :string(1..100); -- 100 character array
last :natural; -- can only contain natural intege
www.eeworm.com/read/276659/10720254
asm wenxu.asm
Z8279 equ 0ff82h
D8279 equ 0ff80h
LEDMOD equ 00h
LEDFEQ equ 38h
LEDCLS equ 0d1h
LEDWRO equ 90h
HOUR equ 28h ;存放当前时间
MINITE equ 29h
SECOND equ 2ah
T_HOUR equ 2bh ;调cmp前临时放入报时时间
T_MINITE equ
www.eeworm.com/read/420272/10806820
c stepper.c
#include
void delay(unsigned char mm)
{
unsigned char i;
for(;mm>0;mm--)
for(i=0;i
www.eeworm.com/read/349548/10819844
vhd mydivider.vhd
library ieee;
use ieee.std_logic_1164.all;
use ieee.std_logic_arith.all;
use ieee.std_logic_unsigned.all;
entity mydivider is
port(divident:in std_logic_vector(3 downto 0);
dividor:in std_logic