代码搜索:MISC

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

代码结果 10,000
www.eeworm.com/read/421154/10753013

c misc.c

/* Miscellaneous machine independent utilities */ #include #include "global.h" #include "socket.h" #include "mbuf.h" char Whitespace[] = " \t\r\n"; /* Select from an array of str
www.eeworm.com/read/350210/10759038

h misc.h

#ifndef _MISC_H_ #define _MISC_H_ #ifdef _MISC_C_ #define _MISCDEC_ #else #define _MISCDEC_ extern #endif //#define DELAY1MS_USE_TIMER0 #ifdef DELAY1MS_USE_TIMER0 _MISCDEC_ XDATA WORD
www.eeworm.com/read/350210/10759217

c misc.c

#define _MISC_C_ #include #include "types.h" #include "board.h" #include "global.h" #include "misc.h" #include "mcu.h" void Delay4us(void) { #if MCU_XTAL_CLK_MHZ>=20 _nop_();
www.eeworm.com/read/350134/10762934

c misc.c

/* * misc.c -- Miscellaneous routines. * * Copyright (c) GoAhead Software Inc., 1995-2000. All Rights Reserved. * * See the file "license.txt" for usage and redistribution license requiremen
www.eeworm.com/read/349844/10796471

h misc.h

/* * Softcam plugin to VDR (C++) * * This code is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software F
www.eeworm.com/read/349844/10796566

c misc.c

/* * Softcam plugin to VDR (C++) * * This code is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software F
www.eeworm.com/read/275314/10824311

c misc.c

/*--------------------------------------------------------------------------- misc.c This file contains a number of useful but not particularly closely related functions; their main claim
www.eeworm.com/read/275194/10830194

hpp misc.hpp

// misc.hpp: // Warning: this is raw research code -- expect it to be quite messy. #if !defined(misc_hpp) #define misc_hpp int nFilesMatchingSpec(char sFileSpec[]); bool fCreateDirectory(const char
www.eeworm.com/read/275194/10830196

cpp misc.cpp

// $common\misc.cpp 1.5 milbo$ miscellaneous routines that don't fit into any other category // Warning: this is raw research code -- expect it to be quite messy. // milbo mar 2005 petaluma #include
www.eeworm.com/read/419703/10842293

cpp misc.cpp

/*++ THIS CODE AND INFORMATION IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE IMPLIED WARRANTIES OF MERCHANTABILITY AND/OR FITNESS F