代码搜索:4
找到约 10,000 项符合「4」的源代码
代码结果 10,000
www.eeworm.com/read/268659/11126411
ex4-4
www.eeworm.com/read/268481/11136821
cpp 4_4.cpp
#include
#include
class Point //Point类定义
{
public:
Point(int xx=0, int yy=0) {X=xx;Y=yy;}
Point(Point &p);
int GetX() {return X;}
int GetY() {return Y;}
private:
i
www.eeworm.com/read/266649/11216140
gif 4-4.gif
www.eeworm.com/read/411683/11232818
c 4-4.c
#include
void function()
{
static int a = 0;
int b = 0;
a++;
b++;
printf("a=%d,b=%d\n",a,b);
}
main()
{
function();
function();
function();
}
www.eeworm.com/read/249868/12465248
m 4-4.m
www.eeworm.com/read/248954/12529837
cpp 4_4.cpp
#include
using namespace std;
struct StructClass //用struct关键字定义StructClass类
{ void set_value(int n) {value=n; } //公有属性
void show_value(char *name) { cout
www.eeworm.com/read/335039/12553114
cpp 4_4.cpp
//4_4.cpp
#include
using namespace std;
class zrf_Ratio
{ public:
void assign(int, int);
double convert();
void invert();
void print();
private:
int num, d
www.eeworm.com/read/334943/12560424
m 4-4.m
www.eeworm.com/read/247679/12632388
dsp 4_4.dsp
# Microsoft Developer Studio Project File - Name="4_4" - Package Owner=
# Microsoft Developer Studio Generated Build File, Format Version 6.00
# ** DO NOT EDIT **
# TARGTYPE "Win32 (x86) Conso