代码搜索:memory

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

代码结果 10,000
www.eeworm.com/read/174886/9570745

java memory.java

package design; /** * Title: 操作系统课程设计 * Description: * Copyright: Copyright (c) 2003 * Company: * @author 胡波 * @version 1.0 */ public class Memory {
www.eeworm.com/read/174670/9578212

inc memory.inc

;;***************************************************************************** ;;***************************************************************************** ;; ;; FILENAME: Memory.inc ;;
www.eeworm.com/read/370863/9578722

cs memory.cs

using System; using System.Runtime.InteropServices; namespace SmartAnswerCall.处理类 { public class Memory { public const uint LMEM_FIXED = 0; public const uint LMEM_MODI
www.eeworm.com/read/169944/9830304

h memory.h

#ifndef _GOS_MEMORY_H_ #define _GOS_MEMORY_H_ #define ZeroMemory(pDest,nLength) FillMemory(pDest,nLength,0) #define AllocSize(pBlock) (*(PDWORD(pBlock)-1)) #define _msize(pBlock) (pBlock?AllocSi
www.eeworm.com/read/169944/9830360

cpp memory.cpp

#include "GOS.h" #include "Memory.h" #define TRACE(x) #define HA_INTSIZE sizeof(DWORD) #define HA_GROUPLAST 11 #define HA_GROUPFIRST 4 #define HA_BLOCKALIGN(nGroup) (1
www.eeworm.com/read/366065/9834680

n memory.n

'\" '\" Copyright (c) 1992-1999 by Karl Lehenbauer and Mark Diekhans '\" Copyright (c) 2000 by Scriptics Corporation. '\" All rights reserved. '\" '\" RCS: @(#) $Id: memory.n,v 1.5 2002/11/15 15:34:1
www.eeworm.com/read/169682/9846274

h memory.h

/********************************************************************* * File: memory.h * Description: Creation / Deletion functions for all data structures. * * Author: Joerg Hoffmann / Frank
www.eeworm.com/read/169682/9846324

c memory.c

/********************************************************************* * File: memory.c * Description: Creation functions for all data structures. * * Author: Joerg Hoffmann / Frank Rittinger
www.eeworm.com/read/365798/9846402

c memory.c

/* +----------------------------------------------------------------------+ | | | OCILIB - C Dri
www.eeworm.com/read/365754/9849634

h memory.h

// Memory.h: interface for the CMemory class. // ////////////////////////////////////////////////////////////////////// #if !defined(AFX_MEMORY_H__6CAD0188_576B_4104_BAC7_93F2EE653985__INCLUDED_)