Changes between Version 15 and Version 16 of LibrariesUnderConstruction
- Timestamp:
- Jan 3, 2009, 9:30:49 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
LibrariesUnderConstruction
v15 v16 525 525 526 526 --------------------------------------------------------------------------------------------------- 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 --------------------------------------------------------------------------------------------------- 527 534 == Rendez-vous == 528 535 * '''Suggested by:''' Vicente J. Botet Escriba … … 576 583 * [#Boost.InterThreads InterThreads] 577 584 * [#Boost.ITL ITL] 585 * [#Quartets Quartets] 578 586 * [#StableVector StableVector] 579 587 * [#Boost.Tree Tree] … … 610 618 * [#ThreaderJoiner ThreaderJoiner] 611 619 612 613 614 620 --------------------------------------------------------------------------------------------------- 615 621 == Math and numerics == … … 625 631 * [#Boost.Fsm Fsm] 626 632 * [#LUID LUID] 633 * [#Quartets Quartets] 627 634 628 635 ---------------------------------------------------------------------------------------------------