代码搜索:Int
找到约 10,000 项符合「Int」的源代码
代码结果 10,000
www.eeworm.com/read/322903/13361936
bak int0+int1_opt.bak
### uVision2 Project, (C) Keil Software
### Do not modify !
cExt (*.c)
aExt (*.s*; *.src; *.a*)
oExt (*.obj)
lExt (*.lib)
tExt (*.txt; *.h; *.inc)
pExt (*.plm)
CppX (*.cpp)
DaveTm {
www.eeworm.com/read/322903/13361945
uv2 int0+int1.uv2
### uVision2 Project, (C) Keil Software
### Do not modify !
Target (Target 1), 0x0000 // Tools: 'MCS-51'
Group (Source Group 1)
File 1,1, 0x0
Options 1,0,0
www.eeworm.com/read/322903/13361957
m51 int0+int1.m51
BL51 BANKED LINKER/LOCATER V6.00 12/13/2006 21:22:31 PAGE 1
BL51 BANKED LINKER/LOCATER V6.00, INVOKED BY:
C:\KEIL\C51\BIN\BL51.EXE INT0+I
www.eeworm.com/read/470720/1448499
cpp c-int-1-c-int.cpp
#include
class c{
public:
int f;
};
static class sss: public c{
public:
int m;
} sss;
#define _offsetof(st,f) ((char *)&((st *) 16)->f - (char *) 16)
int main (void) {
printf ("++
www.eeworm.com/read/470720/1449173
out++ c-int-1-c-int.out++
++Class with int inhereting class with int:
size=8,align=4
offset-int=0,offset-int=4,
align-int=4,align-int=4
www.eeworm.com/read/470720/1449595
out++ c-int-2-c-int.out++
++Class with int inhereting classes with int & int:
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/470720/1449885
cpp c-int-2-c-int.cpp
#include
class c{
public:
int f;
};
class c2{
public:
int f2;
};
static class sss: public c, public c2{
public:
int m;
} sss;
#define _offsetof(st,f) ((char *)&((st *) 16)->f - (c
www.eeworm.com/read/470693/1460445
cpp c-int-1-c-int.cpp
#include
class c{
public:
int f;
};
static class sss: public c{
public:
int m;
} sss;
#define _offsetof(st,f) ((char *)&((st *) 16)->f - (char *) 16)
int main (void) {
printf ("++
www.eeworm.com/read/470693/1461119
out++ c-int-1-c-int.out++
++Class with int inhereting class with int:
size=8,align=4
offset-int=0,offset-int=4,
align-int=4,align-int=4
www.eeworm.com/read/470693/1461541
out++ c-int-2-c-int.out++
++Class with int inhereting classes with int & int:
size=12,align=4
offset-f=0,offset-f2=4,offset-m=8,
align-f=4,align-f2=4,align-m=4