代码搜索:Memory

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

代码结果 10,000
www.eeworm.com/read/260165/4334623

hpp memory_mapped_file.hpp

/* ///////////////////////////////////////////////////////////////////////// * File: unixstl/filesystem/memory_mapped_file.hpp (based on MMFile.h, ::SynesisWin) * * Purpose: Memory ma
www.eeworm.com/read/260165/4334654

hpp memory_mapped_file.hpp

/* ///////////////////////////////////////////////////////////////////////// * File: platformstl/filesystem/memory_mapped_file.hpp * * Purpose: Platform header for the memory_mapped_f
www.eeworm.com/read/260165/4335024

hpp memory_mapped_file.hpp

/* ///////////////////////////////////////////////////////////////////////// * File: winstl/filesystem/memory_mapped_file.hpp (based on MMFile.h, ::SynesisWin) * * Purpose: Memory map
www.eeworm.com/read/255045/4379487

c peripheral_test_memory.c

#include "peripheral_test.h" #include "excalibur.h" // Prototypes void DoMemoryTest(void); void DoRapidPeripheralWrites(void); void DoRapidRAMWrites(void); int test(char *memLow, char
www.eeworm.com/read/255044/4379504

c peripheral_test_memory.c

#include "peripheral_test.h" #include "excalibur.h" // Prototypes void DoMemoryTest(void); void DoRapidPeripheralWrites(void); void DoRapidRAMWrites(void); int test(char *memLow, char
www.eeworm.com/read/161121/5555952

c ip27-memory.c

/* * This file is subject to the terms and conditions of the GNU General Public * License. See the file "COPYING" in the main directory of this archive * for more details. * * Copyright (C) 2000
www.eeworm.com/read/158872/5592311

exp mi-read-memory.exp

# Copyright 1999, 2000, 2002 Free Software Foundation, Inc. # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published
www.eeworm.com/read/158872/5592326

c mi-read-memory.c

static char bytes[256]; static short shorts[256]; static void initialize (void) { int i; for (i = 0; i < sizeof (bytes); i++) { bytes[i] = i; shorts[i] = i * 2; } } int main
www.eeworm.com/read/156124/5612497

c peripheral_test_memory.c

#include "peripheral_test.h" #include "excalibur.h" // Prototypes void DoMemoryTest(void); void DoRapidPeripheralWrites(void); void DoRapidRAMWrites(void); int test(char *memLow, char
www.eeworm.com/read/152843/5656858

c ip27-memory.c

/* * This file is subject to the terms and conditions of the GNU General Public * License. See the file "COPYING" in the main directory of this archive * for more details. * * Copyright (C) 2000