// ------------------------------------------------------------------------- // a sample ROM, feeding data to encoder //Copyright (C) Tue Apr 2 14:40:09 2002 //by Ming-Han Lei(hendrik@humanistic.org)
http://www.codebf.com/read/471220/6899634
/*---------------------------------------------------------------------- File : Data.h Contents: data set management Author : Bart Goethals Update : 4/4/2003 ---------------------------
http://www.codebf.com/read/469484/6928996
/*---------------------------------------------------------------------- File : data.cpp Contents: data set management Author : Bart Goethals Update : 04/04/2003 -----------------------
http://www.codebf.com/read/469484/6928997
; ; BIOS configuration data ; ; (C)1997-2001 Pascal Dornier / PC Engines; All rights reserved. ; This file is licensed pursuant to the COMMON PUBLIC LICENSE 0.5. ; ; This data is modified
http://www.codebf.com/read/191687/6958729
data=[78 79 80 81 82 83 84 85 86 87; 23.8,27.6,31.6,32.4,33.7,34.9,43.2,52.8,63.8,73.4; 41.4,51.8,61.7,67.9,68.7,77.5,95.9,137.4,155.0,175.0]; save data1 data;
http://www.codebf.com/read/466923/7023572
#pragma once class CData { public: CData(char* src,int first,int second); CData(const CData& data); CData& operator=(const CData& data); ~CData(void); private: char* m_strData; int m
http://www.codebf.com/read/466158/7039913
#include "StdAfx.h" #include "Data.h" #include #include CData::CData(char* src,int first,int second) :m_strData(NULL) ,m_nFirst(first) ,m_nSecond(second) { if(NULL!=src
http://www.codebf.com/read/466158/7039917
http://www.codebf.com/read/462298/7078919
// Data.h: interface for the CData class. // ////////////////////////////////////////////////////////////////////// #if !defined(AFX_DATA_H__E49A9F9B_7CCA_4E23_9C97_E01F63464576__INCLUDED_) #def
http://www.codebf.com/read/225043/7107482
// Data.cpp: implementation of the CData class. // ////////////////////////////////////////////////////////////////////// #include "stdafx.h" #include "stock.h" #include "Data.h" #ifdef _DEB
http://www.codebf.com/read/225043/7107497
虫虫下载站 半导体技术网 电子研发网 源码地带 电源技术网 单片机技术网 医疗电子技术 嵌入式系统与单片机