代码搜索:float
找到约 10,000 项符合「float」的源代码
代码结果 10,000
www.eeworm.com/read/240162/4583894
out++ c-float-2-c-float.out++
++Class with float inhereting classes with float & float:
size=12,align=4
offset-f=0,offset-f2=4,offset-m=8,
align-f=4,align-f2=4,align-m=4
www.eeworm.com/read/240162/4584452
out++ c-float-1-c-float.out++
++Class with float inhereting class with float:
size=8,align=4
offset-float=0,offset-float=4,
align-float=4,align-float=4
www.eeworm.com/read/240162/4584944
cpp c-float-1-c-float.cpp
#include
class c{
public:
float f;
};
static class sss: public c{
public:
float m;
} sss;
#define _offsetof(st,f) ((char *)&((st *) 16)->f - (char *) 16)
int main (void) {
printf
www.eeworm.com/read/233448/4676842
cpp c-float-2-c-float.cpp
#include
class c{
public:
float f;
};
class c2{
public:
float f2;
};
static class sss: public c, public c2{
public:
float m;
} sss;
#define _offsetof(st,f) ((char *)&((st *) 16)->
www.eeworm.com/read/233448/4676979
out++ c-float-2-c-float.out++
++Class with float inhereting classes with float & float:
size=12,align=4
offset-f=0,offset-f2=4,offset-m=8,
align-f=4,align-f2=4,align-m=4
www.eeworm.com/read/233448/4677537
out++ c-float-1-c-float.out++
++Class with float inhereting class with float:
size=8,align=4
offset-float=0,offset-float=4,
align-float=4,align-float=4
www.eeworm.com/read/233448/4678029
cpp c-float-1-c-float.cpp
#include
class c{
public:
float f;
};
static class sss: public c{
public:
float m;
} sss;
#define _offsetof(st,f) ((char *)&((st *) 16)->f - (char *) 16)
int main (void) {
printf
www.eeworm.com/read/190666/5176372
cpp c-float-2-c-float.cpp
#include
class c{
public:
float f;
};
class c2{
public:
float f2;
};
static class sss: public c, public c2{
public:
float m;
} sss;
#define _offsetof(st,f) ((char *)&((st *) 16)->
www.eeworm.com/read/190666/5176509
out++ c-float-2-c-float.out++
++Class with float inhereting classes with float & float:
size=12,align=4
offset-f=0,offset-f2=4,offset-m=8,
align-f=4,align-f2=4,align-m=4
www.eeworm.com/read/190666/5177067
out++ c-float-1-c-float.out++
++Class with float inhereting class with float:
size=8,align=4
offset-float=0,offset-float=4,
align-float=4,align-float=4