update meta data
This commit is contained in:
parent
f3a896c724
commit
90e15ed6ce
3307 changed files with 1674 additions and 7 deletions
6
Task/Variable-length-quantity/00DESCRIPTION
Normal file
6
Task/Variable-length-quantity/00DESCRIPTION
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
Implement some operations on [[wp:Variable-length quantity|variable-length quantities]], at least including conversions from a normal number in the language to the binary representation of the variable-length quantity for that number, and ''vice versa''. Any variants are acceptable.
|
||||
|
||||
'''Task :''' With above operations,
|
||||
*convert these two numbers 0x200000 (2097152 in decimal) and 0x1fffff (2097151 in decimal) into sequences of octets (an eight-bit byte);
|
||||
*display these sequences of octets;
|
||||
*convert these sequences of octets back to numbers, and check that they are equal to original numbers.
|
||||
Loading…
Add table
Add a link
Reference in a new issue