代码搜索结果
找到约 10,000 项符合
Storage 的代码
storage.c
/*
**********************************************************************************************
* Project: TK7821
* File: Storage.c
* Contents:
* The storage access wrapper
*
* $D
storage.lst
C51 COMPILER V7.02b STORAGE 02/01/2007 10:35:43 PAGE 1
C51 COMPILER V7.02b, COMPILATION OF MODULE STORAGE
OBJECT MODULE PLACED I
storage.h
/*
**********************************************************************************************
* Project: TK7821
* File: Storage.h
* Contents:
* The storage header file
*
* $Date
storage.c
/*
**********************************************************************************************
* Project: TK7821
* File: Storage.c
* Contents:
* The storage access wrapper
*
* $D
storage.h
/*
**********************************************************************************************
* Project: TK7821
* File: Storage.h
* Contents:
* The storage header file
*
* $Date
storage.cpp
#include "StdAfx.h"
#include ".\storage.h"
#include
#include
extern int round;
extern double originfeaturesmatrix[OBJECTNUMBER][FEATHERLENTH];
extern double newfeaturesmatrix
storage.h
#pragma once
#include
#include
#include
#include "global.h"
//struct modellabel
//{
// int modelnumber;
// int label;
//};
class CStorage
{
public:
CS