代码搜索:Memory
找到约 10,000 项符合「Memory」的源代码
代码结果 10,000
www.eeworm.com/read/265461/11263499
h memory.h
/* gameplaySP
*
* Copyright (C) 2006 Exophase
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
www.eeworm.com/read/265461/11263506
c memory.c
/* gameplaySP
*
* Copyright (C) 2006 Exophase
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
www.eeworm.com/read/265461/11263512
o memory.o
www.eeworm.com/read/336009/12481639
lst memory.lst
C51 COMPILER V7.50 MEMORY 03/11/2006 11:13:09 PAGE 1
C51 COMPILER V7.50, COMPILATION OF MODULE MEMORY
OBJECT MODULE PLACED IN
www.eeworm.com/read/336009/12481758
obj memory.obj
www.eeworm.com/read/336009/12481969
c memory.c
#include
#include "Public.h"
#include "IIC.h"
#define AT24C512 0xa0
#define PLU_DATA_ADR 0x40
#define REPORT_DATA_ADR 0x1fff
extern BYTE xdata PLU_buf[22];
extern BYTE xdata
www.eeworm.com/read/335688/12507298
java memory.java
import javax.swing.*;
import java.awt.*;
import java.awt.event.*;
import java.io.*;
import java.util.LinkedList;
public class Memory extends JFrame implements ActionListener
{
JMenuBar bar;
www.eeworm.com/read/147759/12521498
h memory.h
/***
*memory.h - declarations for buffer (memory) manipulation routines
*
* Copyright (c) 1985-1992, Microsoft Corporation. All rights reserved.
*
*Purpose:
* This include file contains the
www.eeworm.com/read/147710/12535384
c memory.c
/*
* linux/mm/memory.c
*
* (C) 1991 Linus Torvalds
*/
/*
* demand-loading started 01.12.91 - seems it is high on the list of
* things wanted, and it should be easy to implement. - Linus
*/
www.eeworm.com/read/147710/12535454
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