Changes between Version 15 and Version 16 of LibrariesUnderConstruction


Ignore:
Timestamp:
Jan 3, 2009, 9:30:49 PM (14 years ago)
Author:
viboes
Comment:

Adding Quartets-BCD

Legend:

Unmodified
Added
Removed
Modified
  • LibrariesUnderConstruction

    v15 v16  
    525525
    526526---------------------------------------------------------------------------------------------------
     527== Quartets  ==
     528 * '''Suggested by:''' Vicente J. Botet Escriba 
     529 * '''Description:''' Quartet are half un octet, i.e. 4 bits taking values from 0..15, and usualy represented by chars '0'-'9' 'A'-'F'.
     530 There are some container specializations as std::string, std::vector and boost::array that could be of interest to some applications.
     531 They are also used when a decimal number is encoded using the BCD format (binary coded decimal) or to encode telephon numbers.
     532
     533---------------------------------------------------------------------------------------------------
    527534== Rendez-vous  ==
    528535 * '''Suggested by:''' Vicente J. Botet Escriba 
     
    576583 * [#Boost.InterThreads InterThreads]
    577584 * [#Boost.ITL ITL]
     585 * [#Quartets Quartets]
    578586 * [#StableVector StableVector]
    579587 * [#Boost.Tree Tree]
     
    610618 * [#ThreaderJoiner ThreaderJoiner]
    611619
    612 
    613 
    614620---------------------------------------------------------------------------------------------------
    615621== Math and numerics ==
     
    625631 * [#Boost.Fsm Fsm]
    626632 * [#LUID LUID]
     633 * [#Quartets Quartets]
    627634
    628635---------------------------------------------------------------------------------------------------