由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
JobHunting版 - C++ Q: sizeof
相关主题
为什么这题要用min heap?Sort numbers stored on different machines求内推(C++, 数值方法,machine learning)
fresh cs master找工作的疑惑以及machine learning的应用问题, (转载)我也来求refer, machine learning/stats/SDE相关
发两个机械工程相关的职位 (FEA CAM) (转载)请教Amazon电面如何准备
求推荐,做软件背景MS, 找C++码工Technical Yahoo, Machine Learning Engineer
请问machine learning工作机会组里招人内推(C++, python,machine learning等)
非CS PhD 找Machine Learning 工作求指导Yahoo machine learning engineer 内推
Adobe 招 Data Scientist 和 Machine Learning Scientist7年gap找machine learning码工求建议。
跪请教转专业问题!!Full Time Software Engineer 内推
相关话题的讨论汇总
话题: struct话题: char话题: short话题: s1话题: c++
进入JobHunting版参与讨论
1 (共1页)
L*******e
发帖数: 114
1
What is the size of the following struct on 64-bit machines?
struct S1{
short a;
};
struct S2{
int a;
double b;
short c;
};
struct S3{
char a;
short b;
char c;
int d;
};
struct S4{
char a;
short s1;
char *pchar;
double d;
long l;
float f;
};
union U{
char *p;
short s;
long l;
};
c***2
发帖数: 838
2
padding
c******t
发帖数: 1500
3
2
24
12
24
4
1 (共1页)
进入JobHunting版参与讨论
相关主题
Full Time Software Engineer 内推请问machine learning工作机会
Full Time Software Engineer 内推非CS PhD 找Machine Learning 工作求指导
感觉machine learning给转行的人提供了一条捷径Adobe 招 Data Scientist 和 Machine Learning Scientist
Machine Learning Engineer / Ads Team 加州跪请教转专业问题!!
为什么这题要用min heap?Sort numbers stored on different machines求内推(C++, 数值方法,machine learning)
fresh cs master找工作的疑惑以及machine learning的应用问题, (转载)我也来求refer, machine learning/stats/SDE相关
发两个机械工程相关的职位 (FEA CAM) (转载)请教Amazon电面如何准备
求推荐,做软件背景MS, 找C++码工Technical Yahoo, Machine Learning Engineer
相关话题的讨论汇总
话题: struct话题: char话题: short话题: s1话题: c++