代码搜索:MISC
找到约 10,000 项符合「MISC」的源代码
代码结果 10,000
www.eeworm.com/read/329762/12935039
a86 misc.a86
; File : $MISC.A86$
;
; Description :
;
; Original Author : DIGITAL RESEARCH
;
; Last Edited By : $CALDERA$
;
;---------------------------------------------
www.eeworm.com/read/142572/12939247
c misc.c
/* misc - miscellaneous flex routines */
/*-
* Copyright (c) 1990 The Regents of the University of California.
* All rights reserved.
*
* This code is derived from software contributed to B
www.eeworm.com/read/142437/12945466
h misc.h
/*
* function: Header file for misc.c
*
* This program is distributed under the GNU General Public License, version 2.
* A copy of this license is included with this source.
*
* Copyright (C) 20
www.eeworm.com/read/142437/12945508
c misc.c
/*
* function: Miscellaneous functions for aacDECdrop
*
* This program is distributed under the GNU General Public License, version 2.
* A copy of this license is included with this source.
*
*
www.eeworm.com/read/243354/12947270
o misc.o
www.eeworm.com/read/243354/12947311
c misc.c
/******************************************************************************
Copyright (c) 2006 by RockOS.
All rights reserved.
This software is supported by the Rock Software Work
www.eeworm.com/read/243354/12947349
h misc.h
/******************************************************************************
Copyright (c) 2006 by RockOS.
All rights reserved.
This software is supported by the Rock Software Workroo
www.eeworm.com/read/142160/12960098
c misc.c
#ifndef OSK
/* 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 *
www.eeworm.com/read/142113/12961715
c misc.c
www.eeworm.com/read/329086/12981955
cpp misc.cpp
// Misc.cpp: implementation of the CMisc class.
//
//////////////////////////////////////////////////////////////////////
#include "stdafx.h"
#include "Misc.h"
#include
#include