代码搜索:memory

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

代码结果 10,000
www.eeworm.com/read/147564/12547071

a memory.a

;/*************************************************************************/ ;/* */ ;/* FILE NAME
www.eeworm.com/read/135421/13934089

a memory.a

;/*************************************************************************/ ;/* */ ;/* FILE NAME
www.eeworm.com/read/112490/15484410

a memory.a

www.eeworm.com/read/107421/15607449

a memory.a

/*************************************************************************/ /* */ /* FILE NAME
www.eeworm.com/read/292026/8381756

h memory.h

/* Copyright (c) 2008 TrueCrypt Foundation. All rights reserved. Governed by the TrueCrypt License 2.4 the full text of which is contained in the file License.txt included in TrueCrypt binary
www.eeworm.com/read/292026/8381784

cpp memory.cpp

/* Copyright (c) 2008 TrueCrypt Foundation. All rights reserved. Governed by the TrueCrypt License 2.4 the full text of which is contained in the file License.txt included in TrueCrypt binary
www.eeworm.com/read/291878/8391444

v memory.v

// megafunction wizard: %LPM_RAM_DQ% // GENERATION: STANDARD // VERSION: WM1.0 // MODULE: lpm_ram_dq // ============================================================ // File Name: memory.v //
www.eeworm.com/read/291878/8391498

verilogview memory.verilogview

www.eeworm.com/read/291779/8395815

c memory.c

/* passed * linux/mm/memory.c * * (C) 1991 Linus Torvalds */ #include /* * 需求加载是从01.12.91 开始编写的- 在程序编制表中似乎是最重要的程序, * 并且应该是很容易编制的- linus */ /* * OK,需求加载是比较容易编写的,而共享页面却需要有点技巧。共
www.eeworm.com/read/291779/8395955

h memory.h

// 不知道为什么在这里定义memcpy,string.h文件里已经有一个了。 /* * 注意!!!memcpy(dest,src,n)假设段寄存器ds=es=通常数据段。在内核中使用的 * 所有函数都基于该假设(ds=es=内核空间,fs=局部数据空间,gs=null),具有良好 * 行为的应用程序也是这样(ds=es=用户数据空间)。如果任何用户程序随意改动了 * es 寄存器而出错,则并不 ...