| Class | Description |
|---|---|
| Crc4Int |
crc4 mixed number with the readable last 4th digit
|
| Crc8Long |
对 55(63-8) bit长的long型数字,进行伪随机混淆,输入输出都为非负数。
根据pseudoSeed 插入crc8 校验位,提供encode,decode等方法
|
| Crc8LongUtil | |
| Excel26Az |
用来转换Excel列坐标的工具栏,坐标从1开始,索引从0开始。
|
| LeapCode |
提供26字符(A-Z)和32字符(0-9A-Z,去掉01OI)编码。
支持补齐填充,被编码数字取值范围是:[0,
Long.MIN_VALUE] |
| Mod10Code |
Step 1: Set up a two-row matrix, labeled 1 through 22 (or up to 26);
1 being the most significant position in the matrix (i.e., the right-most position).
|
| RandCode | |
| RandCode.Seed | |
| SlotCode |
生成一个固定容量的随机数槽,
每次获得伪随机数(消耗一个空槽)
当没有空槽时,重置当前槽。
|
Copyright © 2020. All rights reserved.