License, disclaimer of liability, and limited warranty



Download 2,08 Mb.
Pdf ko'rish
bet362/393
Sana05.01.2022
Hajmi2,08 Mb.
#319699
1   ...   358   359   360   361   362   363   364   365   ...   393
Bog'liq
C Programming A Self Teaching Int 1uq45XL

Syntax (for bit-fields):
struct name
   {
        data_type var1 : bit_length;
        data_type var2 : bit_length;
        …….
        …….
   };
Here,  data_type  can  be  int  or  unsigned  int;  var1,  var2,  …  are  the  names  of  the  variables;  and
bit_length is the number of bits used for a particular variable. 
Note that the maximum value of a
bit-field of length n is 2
n-1
.
For example,
(a) Packing several objects into a machine word like 1-bit flags can be compacted—symbol tables
in compilers.
(b) Reading external file formats—nonstandard file formats could be read in like 9-bit integers
C allows us to do this in a structure definition by putting bit length after the variable:
   struct packed_struct {
      unsigned int f1:1;
      unsigned int f2:1;
      unsigned int f3:1;
      unsigned int f4:1;
      unsigned int type:4;
      unsigned funny_int:9;
      } pack;
Note here that packed_struct contains 6 members: four 1-bit flags (f1 … f3), a 4-bit type,
and a 9-bit funny_int. Also note that C automatically packs these fields as compactly as possible,
provided that the maximum length of the field is less than or equal to the integer word length of
the computer.
 If this is not the case then some compilers may allow memory overlap for the fields
while other would store the next field in the next word. You can access members as usual:
pack.type = 6;

Download 2,08 Mb.

Do'stlaringiz bilan baham:
1   ...   358   359   360   361   362   363   364   365   ...   393




Ma'lumotlar bazasi mualliflik huquqi bilan himoyalangan ©hozir.org 2024
ma'muriyatiga murojaat qiling

kiriting | ro'yxatdan o'tish
    Bosh sahifa
юртда тантана
Боғда битган
Бугун юртда
Эшитганлар жилманглар
Эшитмадим деманглар
битган бодомлар
Yangiariq tumani
qitish marakazi
Raqamli texnologiyalar
ilishida muhokamadan
tasdiqqa tavsiya
tavsiya etilgan
iqtisodiyot kafedrasi
steiermarkischen landesregierung
asarlaringizni yuboring
o'zingizning asarlaringizni
Iltimos faqat
faqat o'zingizning
steierm rkischen
landesregierung fachabteilung
rkischen landesregierung
hamshira loyihasi
loyihasi mavsum
faolyatining oqibatlari
asosiy adabiyotlar
fakulteti ahborot
ahborot havfsizligi
havfsizligi kafedrasi
fanidan bo’yicha
fakulteti iqtisodiyot
boshqaruv fakulteti
chiqarishda boshqaruv
ishlab chiqarishda
iqtisodiyot fakultet
multiservis tarmoqlari
fanidan asosiy
Uzbek fanidan
mavzulari potok
asosidagi multiservis
'aliyyil a'ziym
billahil 'aliyyil
illaa billahil
quvvata illaa
falah' deganida
Kompyuter savodxonligi
bo’yicha mustaqil
'alal falah'
Hayya 'alal
'alas soloh
Hayya 'alas
mavsum boyicha


yuklab olish