代码搜索:2
找到约 10,000 项符合「2」的源代码
代码结果 10,000
www.eeworm.com/read/282159/9116645
mac c2cxrad2.mac
******************************************************************************
* FILE: c25cxrad2.mac --> macro file for radix 2 fft's based on 320c5x *
*
www.eeworm.com/read/380987/9117811
uv2 i2cpro.uv2
### uVision2 Project, (C) Keil Software
### Do not modify !
Target (Target 1), 0x0000 // Tools: 'MCS-51'
Group (Source Group 1)
File 1,5,
File 1,1,
Opti
www.eeworm.com/read/183830/9135601
rc2 win2fs.rc2
#include "Version.h"
#define APSTUDIO_READONLY_SYMBOLS
/////////////////////////////////////////////////////////////////////////////
//
// Generated from the TEXTINCLUDE 2 resource.
//
#define
www.eeworm.com/read/281700/9139005
rc2 draw2dgraph.rc2
//
// DRAW2DGRAPH.RC2 - resources Microsoft eMbedded Visual C++ does not edit directly
//
#ifdef APSTUDIO_INVOKED
#error this file is not editable by Microsoft eMbedded Visual C++
#endif //APS
www.eeworm.com/read/379789/9176879
bmp xp_button_2_2.bmp
www.eeworm.com/read/379507/9194739
rc2 ycrcb2rgb.rc2
//
// YCRCB2RGB.RC2 - resources Microsoft Visual C++ does not edit directly
//
#ifdef APSTUDIO_INVOKED
#error this file is not editable by Microsoft Visual C++
#endif //APSTUDIO_INVOKED
/
www.eeworm.com/read/379307/9200919
cpp c4-2-2.cpp
#include
using namespace std;
class Complex
{public:
Complex(){real=0;imag=0;}
Complex(double r,double i){real=r;imag=i;}
Complex operator + (Complex &c2);
void display(
www.eeworm.com/read/379306/9200954
cpp c2-2-1.cpp
#include
using namespace std;
class Time
{public:
int hour;
int minute;
int sec;
};
int main()
{Time t1;
cin>>t1.hour;
cin>>t1.minute;
cin>>t1.sec;
cout
www.eeworm.com/read/379306/9200976
cpp c2-2-c.cpp
#include
using namespace std;
class Time
{public:
int hour;
int minute;
int sec;
};
int main()
{
void set_time(Time&,int hour=0,int minute=0,int sec=0);
void show_ti
www.eeworm.com/read/379285/9202790