代码搜索结果
找到约 10,000 项符合
Storage 的代码
storage.c
#include "include.h"
storage.c
/*
*********************************************************************************************************
* File: Storage.C
* Contents:
*
* $Date: 04/06/06 Kimi v0.1
*
storage.lst
C51 COMPILER V7.02b STORAGE 01/24/2007 11:31:24 PAGE 1
C51 COMPILER V7.02b, COMPILATION OF MODULE STORAGE
OBJECT MODULE PLACED I
storage.h
/*
*********************************************************************************************************
* File: storage.h
* Contents:
*
* $Date: 04/06/06 Kimi v0.1
*
storage.cpp
#include
#include
#include
#include
#include
const int total=5000;
const int setaddress=2000;
const int min=100;
const int max=10;
char st
storage.typ
STORAGE TYPES
A C language crib sheet from Jeff Galbraith
int x;
- x is an int.
int *x;
- x is a pointer to an int.
int **x;
- x is a pointer to a pointer to an
storage.h
/*
* Copyright (c) 2007, Benedikt Sauter
* All rights reserved.
*
* Short descripton of file:
*
*
* Redistribution and use in source and binary forms, with or without
* modi