代码搜索:Memory
找到约 10,000 项符合「Memory」的源代码
代码结果 10,000
www.eeworm.com/read/244492/12860580
class memory$1.class
www.eeworm.com/read/143131/12896506
c spi_memory.c
// ----------------------------------------------------------------------
// THIS CODE OF FOR AN ST-M25P80MW SERIAL EEPROM
//
// The memory contains 8 sectors of 256 pages of 256 bytes
//
// Ch
www.eeworm.com/read/143131/12896508
h spi_memory.h
/* spi_memory.h */
unsigned char PROM_READ (void);
void PROM_WRITE (unsigned char data);
void select_spi_memory (void);
void deselect_spi_memory (void);
int spi_open_memory ();
int spi_clo
www.eeworm.com/read/142933/12907886
pdf 09memory.pdf
www.eeworm.com/read/142786/12922231
pdf 09memory.pdf
www.eeworm.com/read/142637/12934360
uv2 memory.uv2
### uVision2 Project, (C) Keil Software
### Do not modify !
Target (MCB2140 Board), 0x0005 // Tools: ''
Group (Startup Code)
Group (Disk Image)
Group (Source Code)
Group (Documentation)
F
www.eeworm.com/read/329346/12958823
bak memory.c.bak
/*
* linux/mm/memory.c
*
* (C) 1991 Linus Torvalds
*/
#include
/*
* 需求加载是从01.12.91 开始编写的- 在程序编制表中似乎是最重要的程序,
* 并且应该是很容易编制的- linus
*/
/*
* OK,需求加载是比较容易编写的,而共享页面却需要有点技巧。共享页面程序是
www.eeworm.com/read/329346/12958920
bak memory.h.bak
/*
* 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 programs (
www.eeworm.com/read/329241/12967610
c share_memory.c
#include
#include
#include
#include
#include
#define BUFSZ 2048
int main()
{
int shmid;
char *shmadd;
if((shmid=shmget(IPC_PRI
www.eeworm.com/read/329145/12974707