代码搜索:Loop

找到约 10,000 项符合「Loop」的源代码

代码结果 10,000
www.eeworm.com/read/233458/14150317

bas basmouse.bas

Attribute VB_Name = "basMouse" Option Explicit ' Mouse/cursor functions. Private lShowCursor As Long Private Declare Function ShowCursor Lib "user32" (ByVal bShow As Long) As Long ' ' Hi
www.eeworm.com/read/233105/14169130

c 简单数据库.c

#include #include int main(void) { char label[20]; char name[20]; int entries = 0; int loop, age; double salary; struct Entry_struct { cha
www.eeworm.com/read/232622/14187624

lst lm331.lst

A51 MACRO ASSEMBLER LM331 08/15/2007 23:48:04 PAGE 1 MACRO ASSEMBLER A51 V8.00 OBJECT MODULE PLACED IN LM331.OBJ ASSEMBLER IN
www.eeworm.com/read/130173/14204388

txt rrrrr.txt

ORG 00H LOOP: MOV A,#0FFH ;开机初始化,清除画面 MOV P0,A ;清除P0口 ANL P2,#00 ;清除P2口 MOV R2,#200 D100MS: MOV R3,#250 ;延时100毫秒 DJNZ R3,$ DJNZ
www.eeworm.com/read/232146/14207537

m c6_pllsim.m

% File: c6_PLLsim.m w2b = 0; w2c = 0; s5 = 0; phivco = 0; % initialize twopi = 2*pi; % define 2*pi twofs = 2*fs; % define 2*fs G = 2*pi*fn*(zeta+sqrt(zeta*zeta-lambda)); % set loop gain
www.eeworm.com/read/130084/14208859

asm main.asm

;**************************************** ;* HC12 Demo Program: * ;**************************************** XDEF Entry,main ;DataSection: SECTION ; ;
www.eeworm.com/read/129891/14219863

makefile

include ../Make.defines PROGS = mysdr all: ${PROGS} mysdr: main.o loop.o ${CC} ${CFLAGS} -o $@ main.o loop.o ${LIBS} clean: rm -f ${PROGS} ${CLEANFILES}
www.eeworm.com/read/129832/14223272

html sound.html

清华大学图书馆主页 - INTERNET 教室 - HTML 语言教程 听见了吗??? 如果没有,检查一下您的机器上的声卡工作正常吗?
www.eeworm.com/read/129735/14230557

c mainevm.c

/*MAINEVM.C-PROGRAM FOR 4-CHANNEL MULTIPLEXER*/ #include "c30_1.h" #include "math.h" #define buffer1 1 #define N 128 #define M 7 #define SEND 128 int dma_int1 = 0x00020000; int dma_int2 = 0x00
www.eeworm.com/read/129735/14230610

c aiccom.c

/*AICCOM.C-COMUNICATION ROUTINES FOR SERIAL PORT 0 OF AIC */ #define TWAIT while (!(PBASE[0x40] & 0x2)) /*wait till XMIT buffer clear*/ extern int AICSEC[4]; /*array defined in