Ignore:
Timestamp:
Sep 10, 2024, 2:31:22 AM (5 weeks ago)
Author:
JiadaL <j82liang@…>
Branches:
master
Children:
08e0d65
Parents:
3d618a0
Message:

Update thesis

File:
1 edited

Legend:

Unmodified
Added
Removed
  • doc/theses/jiada_liang_MMath/conclusion.tex

    r3d618a0 raa14aafe  
    106106CFA_Codec cfa_code = CFA_Codec.VORBIS;
    107107\end{cfa}
    108 In the preceding example, the memory location of @c_code@ stores a value 9, the integral value of VORBIS.
     108The memory location of @c_code@ stores a value 9, the integral value of VORBIS.
    109109The memory of @cfa_code@ stores 5, which is the position of @CFA_Codec.VORBIS@ and can be mapped to value 9.
    110110
     
    112112before the relative position of VORBIS, without a re-compilation of @main.c@, variable @cfa_code@ would be mapped
    113113to an unintented value.
     114\begin{cfa}
    114115// libvacodec.h: v2
    115116enum(int) C_Codec ! {
Note: See TracChangeset for help on using the changeset viewer.