代码搜索结果
找到约 10,000 项符合
X 的代码
x.hpp
//x.hpp
#ifndef X_HPP
#define X_HPP
class X
{
public:
int a ;
void print_a() ;
} ;
#endif
x.cpp
//x.cpp
#include
#include "x.hpp"
void
X::print_a()
{
cout
_exf(x)_.h
//---------------------------
//external function declaration.
//---------------------------
void Display (uchar *p);
uchar GetKey (void);
void Delay (uchar formal_t);
//-----------------------