代码搜索:Memory
找到约 10,000 项符合「Memory」的源代码
代码结果 10,000
www.eeworm.com/read/246087/12757489
cdb memory.map.cdb
www.eeworm.com/read/246087/12757515
rpt memory.fit.rpt
Fitter report for memory
Mon Sep 24 16:35:34 2007
Version 6.0 Build 178 04/27/2006 SJ Full Version
---------------------
; Table of Contents ;
---------------------
1. Legal Notice
2. F
www.eeworm.com/read/331913/12800974
h memory_struct.h
#ifndef OS_MEMORY_STRUCT
#define OS_MEMORY_STRUCT
struct file_window{
enum{
FILE_OPEN,
FILE_CLOSE
} state;
struct file file;
int block_ring;
int file_front,file_back;
int lock_
www.eeworm.com/read/331913/12801017
c call_memory.c
#include"../include/os.h"
int memory_call_process(struct thread_environment *env)
{
int return_value=-1;
union memory_call_parameter *par=get_memory_parameter();
switch(env->system_call_
www.eeworm.com/read/331913/12801059
h memory_function.h
#ifndef OS_MEMORY_FUNCTION
#define OS_MEMORY_FUNCTION
extern int get_memory_body_size(
struct install_memory_body_parameter *par);
extern int init_memory_body(
struct memory_body_struct *my
www.eeworm.com/read/331913/12801064
h call_memory.h
#ifndef OS_MEMORY_MEMORY_CALL
#define OS_MEMORY_MEMORY_CALL
union memory_call_parameter{
struct{
struct install_memory_body_parameter
memory_body_parameter;
struct capability capabi
www.eeworm.com/read/331047/12854123
cpp memory_manage.cpp
// 内存管理.cpp : Defines the entry point for the console application.
//#include "stdafx.h"
#include
#include
using namespace std;
typedef struct LNode//存储资源表结构(已分区表)
{
www.eeworm.com/read/143575/12860286