代码搜索:common 有哪些应用?

找到约 10,000 项符合「common 有哪些应用?」的源代码

代码结果 10,000
www.eeworm.com/read/290111/8505050

h common.h

/***************************************************************************** Copyright (c) 2001 - 2007, The Board of Trustees of the University of Illinois. All rights reserved. Redistribution and
www.eeworm.com/read/290111/8505123

cpp common.cpp

/***************************************************************************** Copyright (c) 2001 - 2007, The Board of Trustees of the University of Illinois. All rights reserved. Redistribution and
www.eeworm.com/read/290066/8507906

c common.c

/* common.c - miscellaneous shared variables and routines */ /* * GRUB -- GRand Unified Bootloader * Copyright (C) 1999,2000,2001,2002 Free Software Foundation, Inc. * * This program is free
www.eeworm.com/read/188709/8518384

h common.h

/////////////////////////////////////////////////////// #define NULL 0 #define TRUE 1 #define FALSE 0 #define UARTBUF_LENGTH 16384//520// #define BUFFER_LENGTH 8192//520 // #define
www.eeworm.com/read/389423/8522771

inc common.inc

.IFNDEF _COMMON_INC_ _COMMON_INC_ .EQU 1 FALSE .EQU 0 TRUE .EQU 1 LOW .EQU 0 HIGH .EQU 1 IN .EQU 0 OUT .EQU 1 NULL .EQU 00h ASCII_SPACE .EQU 20h ASCII_DOT .EQU '.' LDAX macro v
www.eeworm.com/read/188584/8526791

h common.h

/************************************************************ * file: common.h * date: 2006-03-28 * author: wuzuyang * describe: none; *************************************************************/ #i
www.eeworm.com/read/188503/8534798

h common.h

/* * Copyright (c) 1991 MPEG/audio software simulation group, All Rights Reserved * common.h */ /********************************************************************** * MPEG/audio coding/decodin
www.eeworm.com/read/188503/8534874

c common.c

/********************************************************************** Copyright (c) 1991 MPEG/audio software simulation group, All Rights Reserved common.c ******************************************
www.eeworm.com/read/389095/8548516

h common.h

void Delay_ms(unsigned long nValue); void Delay_us(unsigned long nValue);
www.eeworm.com/read/389095/8548565

c common.c

//毫秒为单位,8MHz为主时钟 void Delay_ms(unsigned long nValue) { unsigned long nCount; int i; unsigned long j; nCount = 2667; for(i = nValue;i > 0;i--) { for(j = nCount;j >