代码搜索:Memory
找到约 10,000 项符合「Memory」的源代码
代码结果 10,000
www.eeworm.com/read/327410/13081004
txt memory_flist.txt
# Output products list for
memory.asy
memory.ngc
memory.sym
memory.v
memory.veo
memory.vhd
memory.vho
memory.xco
memory_flist.txt
memory_xmdf.tcl
www.eeworm.com/read/241995/13100950
h memory_t.h
/*
* Copyright (c) 2001 - 2003
* NetGroup, Politecnico di Torino (Italy)
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are p
www.eeworm.com/read/240071/13238118
uv2 memory.uv2
### uVision2 Project, (C) Keil Software
### Do not modify !
Target (MCB2140 Board), 0x0004 // Tools: 'ARM-ADS'
Group (Startup Code)
Group (Disk Image)
Group (Source Code)
Group (Documentatio
www.eeworm.com/read/238907/13315238
flags .memory.o.flags
ifeq (-fomit-frame-pointer -I/home/lsq/utlinux/bios/include -Wall -fno-loop-optimize -mcpu=arm9tdmi -DELF -nostdlib,$(strip $(subst $(comma),:,$(CFLAGS) $(EXTRA_CFLAGS) $(CFLAGS_memory.o))))
FILES_FLA
www.eeworm.com/read/238844/13320669
cpp out_of_memory.cpp
// Copyright (c) 1996 Federal Highway Administration
//
// This software has been developed for the Federal Highway Administration
// by Viggen Corporation under contract with Oak Ridge Nationa
www.eeworm.com/read/238844/13320719
h out_of_memory.h
// Copyright (c) 1996 Federal Highway Administration
//
// This software has been developed for the Federal Highway Administration
// by Viggen Corporation under contract with Oak Ridge Nationa
www.eeworm.com/read/136205/13388100
h memory_t.h
/*
* Copyright (c) 2001
* Politecnico di Torino. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that: (1)
www.eeworm.com/read/321265/13409805
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/320714/13419238
bak memory.c.bak
/*
* linux/mm/memory.c
*
* (C) 1991 Linus Torvalds
*/
#include
/*
* 需求加载是从01.12.91 开始编写的- 在程序编制表中似乎是最重要的程序,
* 并且应该是很容易编制的- linus
*/
/*
* OK,需求加载是比较容易编写的,而共享页面却需要有点技巧。共享页面程序是