代码搜索结果
找到约 10,000 项符合
Storage 的代码
adc_lcd.dni
[Interrupts]
Enabled=1
[MemoryMap]
Enabled=0
[Watch]
Watch 1=
Watch 2=
Watch 3=
[DisAssemblyWindow]
NumStates=_ 1
State 1=_ 1
[State Storage]
Reaction Register=0
Control Register=0
[Prof
adc_lcd.dni
[Interrupts]
Enabled=1
[MemoryMap]
Enabled=0
[Watch]
Watch 1=
Watch 2=
Watch 3=
[DisAssemblyWindow]
NumStates=_ 1
State 1=_ 1
[State Storage]
Reaction Register=0
Control Register=0
[Prof
aseqlist.h
#ifndef SEQLIST_CLASS
#define SEQLIST_CLASS
#include
#include
const int MaxListSize = 500;
template
class SeqList
{
private:
// list storage
aseqlist.h
#ifndef SEQLIST_CLASS
#define SEQLIST_CLASS
#include
#include
const int MaxListSize = 500;
template
class SeqList
{
private:
// list storage
selection.c
/* Copyright 2003, Jordan Crouse (jordan@cosmicpenguin.net) */
#include "nxlib.h"
/* Het another dummy storage area. We hold onto the value and
return them when XGetSelectionOwner says so
It
pngset.c
/* pngset.c - storage of image information into info struct
*
* libpng 1.2.8 - December 3, 2004
* For conditions of distribution and use, see copyright notice in png.h
* Copyright (c) 1998-2004 G
transport.h
/* Driver for USB Mass Storage compliant devices
* Transport Functions Header File
*
* $Id: transport.h,v 1.17 2002/02/25 00:43:41 mdharm Exp $
*
* Current development and maintenance by:
* (c
initializers.c
/* Special Initializers for certain USB Mass Storage devices
*
* $Id: initializers.c,v 1.2 2000/09/06 22:35:57 mdharm Exp $
*
* Current development and maintenance by:
* (c) 1999, 2000 Matthew
initializers.h
/* Header file for Special Initializers for certain USB Mass Storage devices
*
* $Id: initializers.h,v 1.1 2000/08/29 23:07:02 mdharm Exp $
*
* Current development and maintenance by:
* (c) 199
9-2.c
#include /* defines fork(), and pid_t. */
#include /* defines the wait() system call. */
main() {
/* storage place for the pid of the child process, and its exit status