代码搜索:sequence
找到约 10,000 项符合「sequence」的源代码
代码结果 10,000
www.eeworm.com/read/125921/14455514
java sequencecompression.java
/* ***************************************************
Sequence Compression example
Run Length Encoding and Delta compression
Each sequence is encoded:
Full values: ESC (0xff) hibyt
www.eeworm.com/read/124622/14556759
java sequencecompression.java
/* ***************************************************
Sequence Compression example
Run Length Encoding and Delta compression
Each sequence is encoded:
Full values: ESC (0xff) hibyt
www.eeworm.com/read/165570/5481394
java linkediterator.java
package simple;
/** An iterator class for a LinkedSimpleListUos. It keeps track of the current item
in the sequence, and has methods to move to the front of the sequence and to move
forward
www.eeworm.com/read/436230/1849881
pdc sq_appgroup.pdc
-- Create sequence
create sequence SQ_APPGROUP
minvalue 1
maxvalue 100000000000000000000
start with 6
increment by 1
cache 20
order;