代码搜索:MISC

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

代码结果 10,000
www.eeworm.com/read/163425/10162378

c misc.c

/////////////////////////////////////////////////////////////////////////////// // // (C) Copyright 1995 - 1997 OSR Open Systems Resources, Inc. // All Rights Reserved // // This sofware
www.eeworm.com/read/163406/10162601

h misc.h

#ifndef CRYPTOPP_MISC_H #define CRYPTOPP_MISC_H #include "config.h" #include #include #include NAMESPACE_BEGIN(CryptoPP) inline unsigned int bitsToBytes(
www.eeworm.com/read/163404/10162645

c misc.c

/* * Author strongly advices against using this code, or a part of it, * in an application designed to run on any Microsoft(tm) platform. * * See doc/README for more information about COPYING term
www.eeworm.com/read/163229/10169310

cpp misc.cpp

// Misc.cpp: implementation of the CMisc class. // ////////////////////////////////////////////////////////////////////// #include "Misc.h" #include "GlobalDef.h" ////////////////////////////
www.eeworm.com/read/163229/10169462

h misc.h

// Misc.h: interface for the CMisc class. // ////////////////////////////////////////////////////////////////////// #if !defined(AFX_MISC_H__C3D29FC0_755B_11D2_A8E6_00001C7030A6__INCLUDED_) #def
www.eeworm.com/read/163079/10175373

c misc.c

/* * misc.c * * This is a collection of several routines from gzip-1.0.3 * adapted for Linux. * * malloc by Hannu Savolainen 1993 * puts by Nick Holloway 1993 */ #include "gzip.h"
www.eeworm.com/read/163079/10176499

c misc.c

/* * linux/fs/msdos/misc.c * * Written 1992,1993 by Werner Almesberger */ #include #include #include #include #include
www.eeworm.com/read/357821/10200712

h misc.h

/****************************************************************************** ** ** COPYRIGHT (C) 2000, 2001 Intel Corporation. ** ** This software as well as the software described in it is f
www.eeworm.com/read/357758/10201590

c misc.c

/* Set block of memory to constant */ memset(blk,val,size) register char *blk; register char val; register unsigned size; { while(size-- != 0) *blk++ = val; } /* Copy block of memory */ memcpy(dest
www.eeworm.com/read/102427/10246177

h misc.h

/* Copyright (C) 2002-2003 Gerd Rausch, BlauLogic (http://blaulogic.com) All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted pr