代码搜索:Loop
找到约 10,000 项符合「Loop」的源代码
代码结果 10,000
www.eeworm.com/read/355947/10241053
h delay.h
/*
lowlevel delay routines
Designed by Shane Tolmie of KeyGhost corporation. Freely distributable.
Questions and comments to shane@keyghost.com
Want to see 4Mb of Hi-Tech C FAQ and sample sou
www.eeworm.com/read/355946/10241077
c delay.c
/*
* Delay functions
* See delay.h for details
*
* Make sure this code is compiled with full optimization!!!
*/
#include "delay.h"
void
DelayMs(unsigned char cnt)
{
#if XTAL_FREQ
www.eeworm.com/read/281273/10252074
asm mcobcdneg.asm
;********************MCOBCDNEG********************
;本程序实现多字节压缩BCD码求补。
;入口参数:待处理的数据地址在SADR中,字节数在CNT中。
;出口参数:结果地址在SADR中,字节数在CNT中.
;占用资源:W,FSR,STATUS,020H,023H,028H,一重堆栈。
;说 明: 0求补还是0.
www.eeworm.com/read/162926/10257765
m51 com.m51
BL51 BANKED LINKER/LOCATER V6.00 05/31/2006 10:17:00 PAGE 1
BL51 BANKED LINKER/LOCATER V6.00, INVOKED BY:
C:\KEIL\C51\BIN\BL51.EXE main_l
www.eeworm.com/read/426337/10259839
asm mc-a.asm
;*****************************************************************************
;* mc.asm: h264 encoder library
;*****************************************************************************
;* Copyrig
www.eeworm.com/read/355407/10267933
c menutable.c
#ifndef _MENU_TABLE_C_
#define _MENU_TABLE_C_
#include "menu.h"
#if _LCD_MENU_
/*在这里声明菜单处理程序*/
extern BYTE MenuHeadDisplay( BYTE FlashLcd );
extern BYTE menu_1_alarm_status( BYTE FlashLc
www.eeworm.com/read/280896/10281160
c zl5011xdebugfuncs.c
/******************************************************************************
*
* File name: zl5011xDebugFuncs.c
*
* Version: 16
*
* Author: MRC
www.eeworm.com/read/280720/10297676
lst ir-led.lst
A51 MACRO ASSEMBLER IR_LED 03/29/2005 16:30:18 PAGE 1
MACRO ASSEMBLER A51 V7.10
OBJECT MODULE PLACED IN IR-LED.OBJ
ASSEMBLER I
www.eeworm.com/read/162470/10303195
c mtdm.c
#include
#include
#include
#include
#define THREADS 4
#define LOOPTIME 5
pthread_t t[THREADS];
int cnt;
int loop;
pthread_mutex_t m = PTHREAD_MUTEX_INITI