自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+

TragicJun的专栏

A little bit everyday

  • 博客(2)
  • 资源 (13)
  • 收藏
  • 关注

转载 Byte Alignment

Realtime systems consist of multiple processors communicating with each other via messages. For message communication to work correctly, the message formats should be defined unambiguously. In many sy

2008-03-04 00:38:00 1211

转载 关于C语言中的结构体对齐问题

1,比如:struct{short a1;short a2;short a3;}A;struct{long a1;short a2;}B;sizeof( A)=6, sizeof( B)=8,为什么?注:sizeof(short)=2,sizeof(long)=4因为:“成员对齐有一个重要的条件,即每个成员按自己的方式对齐.其对齐的规则是,每个成员按其类型的对齐参数(通常是这个类型的大小)

2008-03-04 00:34:00 1213 1

Linux内核完全注释

学习Linux源代码不可多得的好书,推荐下载!!

2008-02-29

Understanding The Linux Kernel(pdf)

经典书籍不用多介绍了,英文版pdf

2008-02-29

Thinking in C++

英文html.每章一个html,方便学习!!

2008-02-29

The C++ Programming Language(Third Edition)

英文版pdf,强烈推荐!!

2008-02-29

Data.Structures.and.Algorithm.Analysis.in.C

英文版chm,强烈推荐!!

2008-02-29

Pragramming windows with MFC

second edition!<br>英文版chm,强烈推荐!

2008-02-29

Thinking in paterns(Java)

Thinking in Java的作者的另一经典著作!

2008-02-29

数据结构与算法分析(Java版)

英文版pdf格式,推荐!!

2008-02-29

Pragramming windows

Pragramming windows 5th edition<br>英文版chm

2008-02-29

Computer_Networks_4th_Edition

Computer_Networks_4th_Edition.chm英文版!

2008-02-29

Modern Operating System

好书不用多介绍了!英文版pdf格式

2008-02-29

Understanding the Linux Kernel

OReilly - Understanding the Linux Kernel - 2nd Edition.chm

2008-02-29

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除