代码搜索:memory
找到约 10,000 项符合「memory」的源代码
代码结果 10,000
www.eeworm.com/read/461890/7214909
h memory.h
/*----------------------------------------------------------------------------
* Name: MEMORY.H
* Purpose: USB Memory Storage Demo Definitions
* Version: V1.10
*-------------
www.eeworm.com/read/461890/7214920
c memory.c
/*----------------------------------------------------------------------------
* Name: MEMORY.C
* Purpose: USB Mass Storage Demo
* Version: V1.10
*---------------------------
www.eeworm.com/read/461890/7214921
opt memory.opt
### uVision2 Project, (C) Keil Software
### Do not modify !
cExt (*.c)
aExt (*.s*; *.src; *.a*)
oExt (*.obj)
lExt (*.lib)
tExt (*.txt; *.h; *.inc)
pExt (*.plm)
CppX (*.cpp)
DaveTm {
www.eeworm.com/read/461890/7214924
elf memory.elf
www.eeworm.com/read/461713/7221763
h memory.h
/* memory.h
Memory manipulation functions
Copyright (c) 1991 by Borland International
All Rights Reserved.
*/
#include
www.eeworm.com/read/461590/7223954
vhd memory.vhd
library IEEE;
use STD.textio.all;
use IEEE.std_logic_1164.all;
use work.dp32_types.all;
entity memory is
generic ( size : positive:=8000; -- in words (32 bit)
Tac_read : Time := 4 n
www.eeworm.com/read/461294/7229692
c memory.c
/*----------------------------------------------------------------------------*/
/* memory.c - memory management routines for sga code */
/*----------------------------------
www.eeworm.com/read/461143/7232738
c memory.c
#include
#include
#include
#include
#include
int do_exit(long code);
#define invalidate() \
__asm__("movl %%eax,%%cr3"::"a
www.eeworm.com/read/461143/7232767
h memory.h
/*
* NOTE!!! memcpy(dest,src,n) assumes ds=es=normal data segment. This
* goes for all kernel functions (ds=es=kernel space, fs=local data,
* gs=null), as well as for all well-behaving user prog
www.eeworm.com/read/460283/7254402